@charset "UTF-8";

/* ======================================================================================================
---------------------------------------------------------------------------------------------------------
------------------------------ Variables ----------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
======================================================================================================= */



:root {
  /* Colors */
  --primary-color: #0f5132;
  --primary-hover-color: #216444;
  --primary-color-rgb: 15, 81, 50;
  --primary-color-b: #0f5132;
  --primary-color-b-rgb: 15, 81, 50;
  --secondary-color: #ffffff;
  --accent-color: #2c3e50;
  --dot-color: #FFD700;
  --background-color: #828387;
  --text-color: #000000;
  --border-color: #0f5132;
  --primary-button-color: #0D3359;

  --audi-h6-text: 20px;
  --audi-primary-color: #0D3359;
  --audi-hover-color: #125A96;
  --audi-text-color: #333;

  /* Layout */
  --base-width: 1773px;
  --v-width: 1920px;
  --slider-height: 1000px;
  --sector-min-height: 1430px;
  --sidebar-overlay-width: 650px;
  --slider-aspect-ratio: calc(1000/650);
  /* h/w */
  --logo-aspect-ratio: calc(152/220);
  /* h/w */
  --seat-map-aspect-ratio: calc(1505/1517);
  /* h/w */
  --seat-map-width: 100%;
  /* w */
  --seat-map-height: 1497px;
  /* h */

  /* Typography */
  --font-base: 16px;
  --font-family-english: 'Montserrat', sans-serif;
  --font-family-arabic: 'Cairo', sans-serif;
  --line-height: 1;
  --zoom-factor: 1;
  --body-font-size: 1.5rem;
  /* 24px */
  --body-font-size-25px: 1.5625rem;
  /* 25px */
  --body-font-size-m: 1.3rem;
  /* 20.8px */
  --body-font-size-20px: 1.25rem;
  /* 20px */
  --body-font-size-sm: 1rem;
  --h1-heading: 4.296875rem;
  /* 68.75px / 16px = 4.296875rem */
  ;
  --h1-sub-heading: 3.645833rem;
  /* 58.33px / 16px = 3.645625rem */
  --h1-text: 3.255208rem;
  /* 52.08px / 16px = 3.255rem */
  --h2-heading: 3.2225rem;
  /* 51.56px */
  --h2-text: 2.416875rem;
  /* 38.67px */
  --h3-heading: 2.148438rem;
  /* 34.38px / 16px = 2.14875rem */
  --h3-text: 1.757813rem;
  /* 28.13px / 16px = 1.758125rem */
  --h4-heading: 1.953125rem;
  /* 31.25px / 16px = 1.953125rem */
  --h4-text: 1.8125rem;
  /* 29.00px */
  --h5-heading: 3rem;
  /* 31.25px / 16px = 1.953125rem */
  --h5-text: 2.5rem;
  /* 29.00px */
  --h6-heading: 2rem;
  /* 29.00px */
  --h6-text: 1.5625rem;
  /* 25px / 16px = 1.5625rem */

  /* Text Sizing */
  --text-xs: 0.25rem;
  --text-sm: 0.5rem;
  --text-md: 1rem;
  --text-md-1: 1.25rem;
  --text-md-2: 1.5rem;
  --text-md-3: 1.75rem;
  --text-lg: 2rem;
  --text-lg-1: 2.25rem;
  --text-lg-2: 2.5rem;
  --text-lg-3: 2.75rem;
  --text-xl: 3rem;
  --text-xl-1: 3.25rem;
  --text-xl-2: 3.5rem;
  --text-xl-3: 3.75rem;
  --text-xxl: 4rem;
  --text-xxl-1: 4.25rem;
  --text-xxl-2: 4.5rem;
  --text-xxl-3: 4.75rem;



  /*  h1	68.75px	4.296875rem
  h2	51.56px	3.2225rem
  h3	38.67px	2.416875rem
  h4	29.00px	1.8125rem
  h5	21.75px	1.359375rem
  h6	16.31px	1.019375rem */

  /* Spacing */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-xxl: 3rem;

  /* Breakpoints */
  --bp-mobile: 480px;
  --bp-tablet: 768px;
  --bp-laptop: 1024px;
  --bp-desktop: 1280px;
  --bp-large: 1440px;
  --bp-xlarge: 1920px;
}

/* Media  Query body font size  */
@media screen and (max-width: 992px) {
  :root {
    --body-font-size: 2rem;
    --body-font-size-m: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --body-font-size: 3rem;
    --body-font-size-m: 2rem;
    --body-font-size-sm: 1rem;
    --h1-heading: 7rem;
    --h1-text: 5rem;
    --h2-heading: 6rem;
    --h2-text: 5.5rem;
    --h3-heading: 5rem;
    --h3-text: 4.5rem;
    --h4-heading: 4rem;
    --h4-text: 3.5rem;
    --h5-heading: 3rem;
    --h5-text: 2.5rem;
    --h6-heading: 2rem;
    --h6-text: 1.5rem;



  }
}

@media screen and (max-width: 480px) {
  :root {
    --body-font-size: 3rem;
    --body-font-size-m: 2rem;
  }
}



*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: var(--font-base);
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 1.5625rem;
  /* 25px */
  line-height: var(--line-height);
  color: var(--text-color);
  background-color: white;
  max-width: 100%;
  
}

[lang="en"] body{
  font-family: 'Montserrat', sans-serif;
}

[lang="ar"] body{
  font-family: 'Cairo', sans-serif;
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  border-width: 0;
}

em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.group:before,
.group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* ie 6/7 */
}

embed,
img,
object,
video {
  max-width: 100%;
}

sup {
  font-size: 58.3%;
  vertical-align: text-top;
}

sub {
  font-size: 58.3%;
  vertical-align: text-bottom;
}

.no-space-between-inline-blocks {
  letter-spacing: normal;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
}

.no-space-between-inline-blocks>* {
  letter-spacing: normal;
  word-spacing: normal;
}

.displace {
  left: -5000px;
  position: absolute;
}

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

b {
  font-weight: 700;
}

.text-green {
  color: green !important;
}

.text-red {
  color: red !important;
}

.global_container_ {
  float: none;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
  background: var(--background-color);
  opacity: 0;
  animation: fadeIn 3s ease-in-out forwards;
  min-width: var(--base-width);
  max-width: 100%;
  zoom: var(--zoom-factor);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/* ==========================================================================
   Header CSS
   ========================================================================== */

.bg-for-first {
  padding: 30px 0 0px;
  position: relative;
  width: 100%;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-constrained-2 {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: var(--base-width);
  height: var(--slider-height);
}

.top-bar {
  float: left;
  position: relative;
  width: 426px;
  top: 25px;
}

.row-2 {
  margin: 0 auto 35px;
  position: relative;
  text-align: center;
}

.row-2-1 {
  margin: 0 auto 35px;
  position: relative;
  text-align: center;
}



.vector-smart-object {
  float: left;
  margin: 0 11px 0 0;
}

.login {
  margin: 5px 0 0;
  color: #ffffff;
  font-size: var(--body-font-size-25px);
  letter-spacing: 0.041em;
  white-space: nowrap;
  display: inline;
}

.login i {
  font-size: var(--body-font-size-25px);
  margin-inline-end: 10px;
}

.login:hover {
  color: #ddd;
}

.row-5 {
  margin: 20px auto 0;
  position: relative;
  text-align: center;
}

.header-cart {
  margin: 5px 0 0;
  color: #ffffff;
  font-size: 1.306771rem;
  letter-spacing: 0.041em;
  white-space: nowrap;
  display: inline;
}

.header-cart i {
  font-size: 1.39rem;
}

.vector-smart-object-copy-2 {
  display: block;
  margin: 24.5% auto 0;
  aspect-ratio: 220 / 152;
  width: 220px;
}





.vector-smart-object-copy-3 {
  display: block;
  margin: 45% auto 0;
  aspect-ratio: 387 / 118;
  width: 270px;
}


.layer-225-copy {
  display: block;
  margin: 0 auto;
  border: 1px solid #000;
}

.text-copy {
  float: left;
  margin: 327px 0 0 260px;
  position: relative;
  max-width: 869px;
}

.text-03 {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 200;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 0 18px rgba(24, 24, 24, 0.33);
}

.text-03 b,
.text-03 strong {
  font-weight: 900 !important;
}


.text-03-1 {
  margin: 10px 0 0;
  color: white;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-align: center;
  text-shadow: 0 0 18px rgba(24, 24, 24, 0.33);
}

.text-03-1 b,
.text-03-1 strong {
  font-weight: 900;
}

.text-04 {
  margin: 20px auto 0;
  padding: 10px 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 300;
  overflow: hidden;
  text-align: center;
  line-height: 1.3;
  width: 95%;
}

.side-numbers {
  float: left;
  margin: 323px 0 0 191px;
  position: relative;
  width: 13px;
}

.layer-375 {
  display: block;
}

.layer-375-copy {
  display: block;
  margin: 30px 0 0;
}

.layer-375-copy-2 {
  display: block;
  margin: 31px 0 0;
}

.layer-375-copy-3 {
  display: block;
  margin: 30px 0 0;
}

.main-content-wrapper {
  margin: 1px 0 0;
  overflow: hidden;
  position: relative;
}


/* Slider */
.slider {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E6E6E7;
  margin: 0 auto;
  padding: 0;
}

.slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .8s ease-in-out;
}

.slide {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

 .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c151c;
  opacity: 0.5;
  z-index: 1;
} 
 

.slider-content {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -52%);
  z-index: 3;
  opacity: 0;
  animation: fadeIn 3s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.slider-text {
  width: 110%;
  z-index: 10;
  box-sizing: border-box;
}

.top-home {
  position: relative;
  display: block;
  opacity: 0;
}

.caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 12px 16px;
  border-radius: 8px;
  max-width: 80%;
}

.caption h2 {
  margin: 0 0 5px;
  font-size: 20px;
}

.caption p {
  margin: 0;
  font-size: 14px;
}

.dots {
  position: absolute;
  right: 5%;
  top: 46.46%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 35px;
  z-index: 10;
}

.dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #FCDE00;
}

.slider-images {
  display: none;
}


/* SVG-based R-shaped sidebar */
.sidebar-overlay {
  position: absolute;
  top: 0;
  left: 2;
  width: var(--sidebar-overlay-width);
  height: var(--slider-height);
  background: #d82303ee;
  z-index: 3;
  clip-path: url(#r-shape);
  -webkit-clip-path: url(#r-shape);
  opacity: 0.7;
}

/* SVG Border Styles */
.r-shape-border {
  position: absolute;
  left: 2%;
  top: 0;
  width: var(--sidebar-overlay-width);
  height: var(--slider-height);
  z-index: 2;
  pointer-events: none;
  opacity: .85
}

.r-shape-border path {
  fill: none;
  stroke: #d73103ee;
  ;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}



/* Vertical Navbar */

.wrapper-9 {
  margin-block: 20% 0px;
  position: relative;
  width: 500px;
  left: 0;
}

.slider-navbar {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: var(--slider-height);
  padding: 0;
}

.vertical-navbar {
  display: flex;
  flex-direction: column;
}

.vertical-navbar a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  z-index: 10;
  white-space: nowrap;
  transition: color 0.3s ease;


}

.vertical-navbar a:hover {
  color: #bcb9b9;
}

.text-01 {
  position: relative;
  color: #ffffff;
  font-size: 1.367188rem;
  letter-spacing: 0.041em;
  line-height: 1.5;
  padding: 15px 0 0;
  text-align: center;

}


.text-01-1 {
  position: relative;
  color: #ffffff;
  font-size: 1.367188rem;
  letter-spacing: 0.041em;
  line-height: 1;
  padding: 3px 0;
  text-align: center;

}

.text-02 {
  position: relative;
  color: #ffffff;
  font-size: 1.367188rem;
  letter-spacing: 0.041em;
  line-height: 0;
  text-align: center;
}

.text-05 {
  position: relative;
  color: #ffffff;
  font-size: 1.367188rem;
  letter-spacing: 0.041em;
  line-height: 0;
  margin: 10px 0 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  
}

.row-2 p {
  transition: color 0.3s ease;
}
.row-2 p:hover {
  color: #bcb9b9;
}

/* Header Social Media CSS */
.social-media-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  margin: 10% auto 0;
}

.social-media-bar-header .social-icon {
  font-size: var(--body-font-size-25px);
  color: #eae7e7;
  text-decoration: none;
  transition: color 0.3s;
}

.social-media-bar-header svg {
  width: 24px;
  height: 24px;
}

.social-media-bar-header svg path {
  fill: #eae7e7; 
  stroke: #eae7e7; 
}

.social-media-bar-footer{
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}


.social-media-bar-footer .social-icon {
  font-size: 27px;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.social-media-bar-footer svg {
  width: 27px !important;
  height: 27px !important;
  color: white;
  margin: 0 0 0 5px ;
}

.social-media-bar-footer svg path {
  fill: white; 
  stroke: white; 
}



.layer-225 .social-icon {
  color: white; 
  margin: 0 5px;
}

.social-icon:hover {
  color: #bbb;
}


 svg:hover path {
  fill: rgba(180, 178, 178, 0.7);
}
svg path,
svg rect {
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.f6s-fill,
.f6s-border {
  transition: fill 0.3s ease, stroke 0.3s ease;
}
  svg:hover .f6s-fill {
  fill: rgba(180, 178, 178, 0.7);
}

svg:hover .f6s-border {
  stroke: rgba(180, 178, 178, 0.7);
}

.social-media-title{
  margin: 0 15px;
}

.language-switcher-header{
  position: absolute;
  inset-inline-end: 0px;
  top: 50px;
  z-index: 100;
}




.header-book-now {
  padding: 10px 30px;
  display: block;
  margin: 45px auto 0;
  position: absolute;
  top: 62%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  width: 267px;
  border-radius: 10px;
  color: #ffffff;
  font-size: var(--h6-heading);
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer !important;
  z-index: 10000;
  text-align: center;
  background-color: var(--primary-color);
  transition: background-color 0.3s ease;

}

.header-book-now:hover {
  background-color: var(--primary-hover-color);
  cursor: pointer;
}

.header-book-now:focus {
  outline-offset: 5px;
}



/* Media Query */

@media (max-width: 1920px) {
  .l-constrained-2 {
    max-width: 100%;
  }

}


@media (max-width: 540px) {

  .l-constrained-2 {
    height: 535vh;
    min-height: 2500px;
  }

  .login {
    font-size: var(--h3-text);
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .login i {
    font-size: var(--h3-text);
    margin-inline-end: 10px;
  }
  
   .header-cart {
    margin: 5px 0 0;
    font-size: var(--h3-heading);
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .header-cart i {
    font-size: var(--h1-heading);
  }

  .sidebar-overlay {
    zoom: 3.1;
  }

  .r-shape-border {
    display: none;
  }

  .slider-content {
    top: 50%;
    display: block;
    width: 90%;
  }
  
  .slider-text {
  width: 100%;
  margin-inline: auto;
}

  .text-03 {
  font-size: var(--h2-heading);
  font-weight: 200;
  
  letter-spacing: 0.075em;
}

  .text-03-1 {
  font-size: var(--h2-heading);
  font-weight: 200;
  letter-spacing: 0.075em;
}

.text-03 b,
.text-03 strong {
  font-weight: 900;
  font-size: var(--h2-heading);
}

.text-03-1 b,
.text-03-1 strong {
  font-weight: 900;
  font-size: var(--h3-heading);
}

.text-04 {
  margin: 60px auto 0;
  padding: 15px;
  font-size: var(--h4-heading);
  width: 100%;

}


.header-book-now {
  padding: 30px 30px;
  margin: 170px auto 0;
  width: 567px;
  position: absolute;
  top: 75%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  font-size: var(--h4-heading);
}

  .vector-smart-object-copy-2 {
    margin: 15% auto 0;
    width: 400px;
  }

  

  .vector-smart-object-copy-3 {
    margin: 37% auto 0;
    aspect-ratio: 387 / 118;
    width: 650px;
  }

  .slider-navbar {
    padding: 15% 0px 0px 0px;
    height: calc(var(--slider-height) * 3.1);
    width: 100%;
  }

  .text-01 {
    font-size: 4rem;
    line-height: 2;
    text-align: center;
  }

  .text-01-1 {
  font-size: 4rem;
  letter-spacing: 0.041em;
  line-height: 2;


}

  .text-02 {
    font-size: 4rem;
    top: -10px;
    text-align: center;
  }


  .social-media-bar {
    margin: 5% auto 0;
    gap: 60px;
  }

 

  .social-icon {
    font-size: 64px !important;
  }

  .social-icon svg {
    width: 60px !important;
    height: 60px !important;
  }

  .dots {
    right: 5.5%;
    top: 10%;
    display: flex;
    flex-direction: row;
    gap: 35px;
  }

  .dot {
    width: 30px;
    height: 30px;
  }

  .language-switcher-header {
    position: absolute;
    inset-inline-end: 0px;
    top: 0px;
    z-index: 100;
  }



}

@media (max-width: 540px) {

  .language-switcher-header {
    position: absolute;
    inset-inline-end: 0px;
    top: 90px;
    z-index: 100;
  }
  
}





/* ==========================================================================
  Mission Vision CSS
 ========================================================================== */

.mission-vision {
  padding: 88px 0;
  position: relative;
  background: #e0e0e0 center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-9 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.mission {
  margin: 0 0 0 20%;
  position: relative;
  color: #0f5132;
  font-size: var(--h1-heading);
  font-weight: 800;
}

.row-011 {
  margin: 0 auto;
  position: relative;
  width: 60%;
}

.col-012 {
  float: left;
  margin: 0 0;
  position: relative;
  width: 49%;
}

.text-027 {
  margin: 5% 0 0 0;
  width: 100%;
  line-height: 1.6;
  font-size: var(--body-font-size);
  font-weight: 500;

}

.wrapper-5 {
  height: 335px;
  float: right;
  margin: 0;
  position: relative;
  width: 44%;
}

.layer-0412-copy-2 {
  margin: 55px 0 0;
  width: 380px;
  height: 325px;
}

.layer-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 395px;
  height: 380px;
}

.row-012 {
  margin: 8% auto 0;
  position: relative;
  width: 60%;
}

.wrapper-6 {
  height: 390px;
  float: left;
  margin: 0;
  position: relative;
  width: 35%;
  background: url(./../../asset/images/layer_412_copy.png) no-repeat 10px bottom;
}

.col-013 {
  float: right;
  margin: 0 0;
  position: relative;
  width: 50%;
}

.vision {
  margin: 0;
  color: #0f5132;
  font-size: var(--h1-heading);
  font-weight: 800;
  text-align: right;
}

.text-028 {
  margin: 18px auto 0;
  width: 100%;
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}


.layer-0412 {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 380px;
  height: 325px;
  z-index: 1;
}

.layer-0412-copy-3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 380px;
  height: 324px;
  z-index: 2;
}

.layer-0409-copy-3 {
  position: absolute;
  right: 0;
  top: 126px;
  width: 501px;
  height: 198px;
  z-index: 0;
}


.wrapper-7 {
  height: 390px;
  float: inline-start;
  margin: 0;
  position: relative;
  width: 35%;
  background: url(./../../asset/images/layer_412_copy.png) no-repeat 10px bottom;
}



@media (max-width: 768px) {

  .mission {
    margin: 20px 0 0 10%;
  }

  .row-011 {
    margin: 0 auto;
    position: relative;
    width: 80%;
  }

  .row-012 {
    margin: 8% auto;
    position: relative;
    width: 80%;
  }


  .wrapper-5,
  .wrapper-6 {
    zoom: 1.5;
    -ms-zoom: 1.5;
  }




}



/* ==========================================================================
  In Number CSS
 ========================================================================== */

.in-numbers-copy {
  padding: 90px 0 99px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/layer_4_copy_5_1.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-010 {
  margin: 0 auto;
  position: relative;
  width: 1773px;
}

.text-029 {
  margin-inline-start: 318px;
  color: #0f5132;
  font-size: var(--h1-heading);
  font-weight: 800;
}

.text-030 {
  margin-inline: 30.5%;
  color: #010101;
  font-size: var(--h1-text);
  font-weight: 300;
  text-align: left;
}

.vector-smart-object-copy {
  display: block;
  margin: 61px auto 0;
}




/* Stats CSS */
.stats-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  text-align: center;
  padding-left: 30px;
  max-width: var(--base-width);
  width: 100%;
  margin: 0 auto;
}

.stat-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 264px;
}

.stat-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  width: 264px;
  height: 264px;
  padding: 30px 20px;
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-card svg {
  width: 110px;
  height: 110px;
  margin-bottom: 24px;
  stroke: var(--primary-color);
  fill: var(--primary-color);
  stroke-width: 1;
}

.stat-card img {
  width: 130px;
  height: auto;
  margin-bottom: 15px;
  stroke: var(--primary-color);
  fill: var(--primary-color);
  stroke-width: 1;
}

.stat-card h3 {
  font-size: 4.7rem;
  font-weight: 500;
  margin: 0;
  color: #000;
}

.stat-label {
  margin-top: 24px;
  font-size: 2rem;
  white-space: wrap;
  font-weight: 500;
  color: var(--primary-color);
}




/* Media Query */

@media (max-width: 768px) {

  .in-numbers-copy {
    padding: 4rem 1rem;
    background-attachment: scroll;
  }

  .l-constrained-010 {
    max-width: 100%;
    width: 100%;
  }

  .text-029 {
    margin-inline: auto;
    text-align: center;
    width: 80%;
  }

  .text-030 {
    margin: 0 auto 50px;
    width: 60%;
    font-size: var(--h1-text);
    text-align: center;
  }

  .vector-smart-object-copy {
    display: block;
    margin: 1% 0 0;
  }

  .stats-container {
    width: 80%;
    padding: 0;
    gap: 5%;
  }

  .stat-wrapper {
    width: 20%;
  }

  .stat-card {
    border-radius: 15px;
    width: 100%;
    height: 300px;
    padding: 30px 0px;
  }



  .stat-label {
    font-size: 2.5rem;
  }

}




/* ==========================================================================
  Sectors CSS
 ========================================================================== */

.sectors-01 {
  margin: 0;
  overflow: hidden;
  padding: 5% 0;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  z-index: 0;
  background: url(./../../asset/images/layer_18_copy.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.overview-01 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
  z-index: 56;
}

.text-031 {
  margin-inline-start: 20%;
  color: #0f5132;
  font-size: var(--h1-heading);
  font-weight: 800;
}

.text-032 {
  margin-inline: 31%;
  font-size: var(--h1-text);
  font-weight: 300;
  text-align: start;
}

.text-033 {
  margin: 47px auto 0;
  width: 60%;
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  position: relative;
}

.text-033-1{
  transform: translateX(35px);
}


.text-033 span {
  font: var(--body-font-size);
  position: absolute;
  inset-inline-start: -35px;
  top: 0;
}


.vector-smart-object-2 {
  display: block;
  margin: -207px auto 0;
  position: relative;
  width: 100%;
  z-index: 54;
}

.l-constrained-011 {
  margin: -684px auto 0;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
  z-index: 61;
}

.goals {
  margin: 0 auto;
  position: relative;
  width: 60%;
}

.text-034 {
  margin-inline-start: 56%;
  color: #0f5132;
  font-size: var(--h1-heading);
  font-weight: 800;
  text-align: start;
}

.text-035 {
  font-size: var(--h1-text);
  font-weight: 300;
  text-align: end;
}

.row-08 {
  margin: 42px 0 0;
  position: relative;
  width: 100%;
}

.col-09 {
  width: 42%;
  float: inline-start;
  position: relative;

}

.col-010 {
  float: inline-start;
  width: 57%;
  position: relative;
}


.vector-smart-object1 {
  margin: 137px 0 0 0;
}

.text-040 {
  margin-block: 5% 1%;
  font-size: var(--h4-heading);
  font-weight: 500;
}

.text-040:first-child {
  margin: 0 0 1%;
}

.text-036 {
  margin: 1% 0;
  width: 100%;
  font-size: var(--body-font-size);
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.row-09 {
  margin: 40px auto 0;
  position: relative;
  width: 100%;
}

.col-03 {
  width: 59%;
  float: inline-start;
  position: relative;

}

.col-04 {
  float: inline-start;
  width: 40%;
  position: relative;
}

.text-041 {
  margin: 5% 0 1%;
  font-size: var(--h4-heading);
  font-weight: 500;
}

.text-041:first-child {
  margin: 0 0 1%;
}

.text-039 {
  margin: 1% 0;
  width: 100%;
  font-size: var(--body-font-size);
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.values {
  margin: 110px auto 0;
  position: relative;
  width: 60%;
}

.text-037 {
  color: #0f5132;
  font-size: var(--h1-heading);
  font-weight: 800;
}

.text-038 {
  margin: 0 19%;
  font-size: var(--h1-text);
  font-weight: 300;
  text-align: start;
}

.vector-smart-object11-copy {
  float: right;
  margin: 72px 0 0;
}

.wrapper-7 {
  margin: 0 auto;
  position: relative;
  width: 348px;
  height: 380px;
  background: var(--primary-color);
}

.layer-07-1 {
  position: absolute;
  top: -20px;
  inset-inline-start: 20px;
  width: 348px;
  height: 380px;
  border: 5px solid #333;
}

.wrapper-8 {
  float: inline-end;
  position: relative;
  width: 348px;
  height: 380px;
  background: var(--primary-color);
}

.layer-08-1 {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 348px;
  height: 380px;
  border: 5px solid #333;
}



@media (max-width: 768px) {
  .overview-01 {
    width: 80%;
  }


  .text-031 {
    margin: 0 auto;
    text-align: center;
  }

  .text-032 {
    margin: 0 auto;
    font-size: var(--h1-text);
    text-align: center;
  }

.text-033 {
  margin: 47px auto 0;
  width: 100%;
}

.text-033-1 {
  transform: translateX(70px);
}

.text-033 span {
  inset-inline-start: -70px;
}

.text-033-rtl{
  margin-inline-start: 150px;
}






  .l-constrained-011 {
    margin: -800px auto 0;
    width: 80%;
  }

  .goals {
    margin: 0 auto;
    width: 100%;
  }

  .text-035 {
    margin-inline-start: 12%;
    text-align: end;
  }

  .values {
    margin: 70px auto;
    width: 100%;
  }



  .wrapper-7 {
    margin: 30px 0 0;
    zoom: 1.6;
    -ms-zoom: 1.6;
  }

  .wrapper-8 {
    margin: 30px 0 0 auto;
    zoom: 1.6;
    -ms-zoom: 1.6;
  }



}



/* ==========================================================================
   Numbers CSS
   ========================================================================== */

.numbers {
  margin: -2px 0 0;
  overflow: hidden;
  padding: 4% 0;
  position: relative;
  width: 100%;
  background: url(./../../asset/images/layer_130.jpg) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-5 {
  margin-left: 21.5%;
  position: relative;
  max-width: var(--base-width);
  width: 35%;
}

.text-11 {
  margin-inline-start:0;
  color: #fefefe;
  font-size: var(--h1-heading);
  font-weight: 800;
  text-align: start;
}

.text-12 {
  margin-inline-start: 35%;
  color: #ffffff;
  font-size: var(--h1-text);
  font-weight: 300;
  text-align: start;
}

.innovation {
  margin-block-start: 4%;
  margin-inline-start: 0;
  color: #ffffff;
  font-size: var(--h3-heading);
  font-weight: 600;
  text-transform: uppercase;
}

.text-13 {
  margin-block-start: 13px;
  margin-inline-start: 0;
  position: relative;
  width: 100%;
  font-size: var(--body-font-size);
  color: #ffffff;
  line-height: 1.3;
}

.commitment {
  margin-block-start: 3%;
  margin-inline-start: 0;
  color: #ffffff;
  font-size: var(--h3-heading);
  font-weight: 600;
  text-transform: uppercase;
}

.text-14 {
  margin-block-start: 13px;
  margin-inline-start: 0;
  position: relative;
  width: 100%;
  font-size: var(--body-font-size);
  color: #ffffff;
  line-height: 1.3;
}

.quality {
  margin-block-start: 2.7%;
  margin-inline-start: 0;
  color: #ffffff;
  font-size: var(--h3-heading);
  font-weight: 600;
  text-transform: uppercase;
}

.text-15 {
  margin-block-start: 13px;
  margin-inline-start: 0;
  position: relative;
  width: 100%;
  font-size: var(--body-font-size);
  color: #ffffff;
  line-height: 1.3;
}

.personnel {
  margin-block-start: 2.7%;
  margin-inline-start: 0;
  color: #ffffff;
  font-size: var(--h3-heading);
  font-weight: 600;
  text-transform: uppercase;
}

.text-16 {
  margin-block-start: 13px;
  margin-inline-start: 0;
  position: relative;
  width: 100%;
  font-size: var(--body-font-size);
  color: #ffffff;
  line-height: 1.3;
}


.text-301 {
  color: var(--primary-color);
  font-size: var(--h2-heading);
  font-weight: 800;
  text-align: center;
}

/* Media Query */

@media (max-width: 1024px) {

  .text-13,
  .text-14,
  .text-15,
  .text-16 {
    font-size: calc(var(--body-font-size) * 0.95);
  }
}


@media (max-width: 768px) {

  .l-constrained-5 {
    margin-left: 10%;
    width: 53%;
  }

  .text-11 {
    text-align: start;
  }

  .text-12 {
    margin-inline-start: 0%;
    font-size: var(--h1-text);
    text-align: start;
  }

  .innovation {
    margin: 4% 0 0;
    font-size: var(--h4-text);
  }

  .commitment {
    margin: 3% 0 0;
    font-size: var(--h4-text);
  }

  .quality {
    margin: 2.7% 0 0;
    font-size: var(--h4-text);
  }

  .personnel {
    margin: 2.7% 0 0;
    font-size: var(--h4-text);
  }

  .text-13,
  .text-14,
  .text-15,
  .text-16 {
    font-size: calc(var(--body-font-size) * 0.9);
    line-height: 1.6;
    margin: 13px 0 0;
    width: 70%;

  }
}


/* ==========================================================================
   Clients CSS
   ========================================================================== */

.clients {
  margin: -2px 0 0;
  padding: 3.5% 0;
  position: relative;
  width: 100%;
  background: url(./../../asset/images/layer_4_copy_5_2.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-6 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.col-7 {
  position: relative;
  width: 100%;
  margin: 0 0 5% 0;
}

.client-title{
  position: relative;
  margin: 0 auto;
  width: 60%;
}

.text-017 {
  margin-inline-start: 0;
  position: relative;
  color: var(--primary-color);
  font-size: var(--h1-heading);
  font-weight: 800;
  text-align: start;
  line-height: 1.1;
}

.clients-2 {
  margin: 0px 40% 0;
  position: relative;
  font-size: var(--h1-text);
  font-weight: 300;
  text-align: justify;
  line-height: 1;
}

[lang="ar"] .text-017 {
   line-height: 1.3;
}

[lang="ar"] .clients-2 {
    line-height: 1.3;
}


.text-018 {
  margin: 1.3% 0 0;
  position: relative;
  font-size: var(--body-font-size);
  line-height: 1.5;
}

.row-7 {
  margin: 6.5% 0 0;
  position: relative;
  width: 100%;
}



/* Logo Carousel */

.logo-carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 6.33%;
  direction: ltr !important;
}

.logo-carousel-wrapper {
  overflow: hidden;
  width: 85%;
}

.logo-carousel-container {
  overflow: hidden;
  width: 100%;
}

.logo-carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.logo-carousel-item {
  width: 212px;
  height: 212px;
  margin: 0 12px;
  border: 1px solid var(--primary-hover-color);
  padding: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-carousel-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.logo-carousel .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  font-weight: 800;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #E6E6E7;
  -webkit-text-stroke: 1px #bbb;
}

.logo-carousel-left-btn {
  left: -1%;

}

.logo-carousel-right-btn {
  right: -1%;
}


.client-logo-image {
    width: 80%;
    margin-inline: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {

  .col-7 {
    width: 100%;

  }


  .client-title{
    width: 80%;
  }

  .text-017 {
    margin: 0 auto;
    text-align: center;
  }

  .clients-2 {
    margin-inline: auto;
    font-size: var(--h1-text);
    font-weight: 300;
    width: 100%;
    text-align: center !important;
  }

  .text-018 {
    margin: 1.3% auto 0;
    position: relative;
    width: 100%;
  }

  .logo-carousel {
    margin: 0;
  }

  .logo-carousel-wrapper {
    width: 80%;
  }

  .logo-carousel-item {
    width: 100vw;
    height: 100vw;
  }

  .logo-carousel .carousel-btn {
    -webkit-text-stroke: 1px #646464;
  }


  .logo-carousel-left-btn {
    left: 5%;

  }

  .logo-carousel-right-btn {
    right: 5%;
  }


}



/* ==========================================================================
   Footer CSS
   ========================================================================== */


/* Contact CSS */
.contact {
  margin: -2px 0 0;
  padding: 76px 0 0;
  position: relative;
  width: 100%;
  z-index: 0;
  background: url(./../../asset/images/layer_403.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: var(--base-width);
  z-index: 87;
}

.row-3 {
  margin: 0 auto;
  position: relative;
  width: 1122px;
}

.vector-smart-object-4 {
  float: inline-start;
  margin-inline-end: 11%;
  width: 231px;
  height: 160px;
}

.text-019 {
  margin: 4.7% 0 0;
  font-size: var(--body-font-size-m);
  line-height: 1.5;
  text-align: justify;
}

.layer-407 {
  height: 3px;
  margin: 29px auto 0;
  width: 1124px;
  background-color: rgba(213, 65, 45, 0.7);
}

.row-4 {
  margin: 40px auto 0;
  position: relative;
  width: 1129px;
}

.text-020 {
  float: inline-start;
  margin: 1px 0 0;
  padding-inline-end: 50px;
  font-size: var(--h6-text);
  letter-spacing: 0.011em;
  text-align: start;
}

.text-021 {
  float: inline-end;
  width: 768px;
  font-size: var(--body-font-size-m);
  line-height: 1.5;
  text-align: start;
}

.group-9 {
  margin: 24px auto 30px;
  position: relative;
  width: 1136px;
}

.text-022 {
  margin: 25px auto 0;
  font-size: 1.1875rem;
  text-align: center;
}

.layer-402 {
  float: left;
  margin: 2px 26px 0 6px;
}



/* Footer Map Accordin */
.label-with-button {
  color: #333;
  margin-block: 15px 10px;
}

.text-023 {
  font-size: var(--h6-text);
  letter-spacing: 0.01em;
}

.icon-btn {
  background: none;
  border: none;
  color: var(--primary-color);
  font-size: var(--h6-text);
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.accordion-content {
  display: none;
  margin-top: 20px;
  padding-inline: 30px;
}

.accordion-content.show {
  display: block;
}

.accordion-content iframe {
  height: 500px;
  width: 100%;
  border: 0;
}

.icon-btn.rotate {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.group-8 {
  margin: 0 auto 0;
  position: relative;
  width: 1450px;
  display: block;
  text-align: center;
}

.text-024 {
  font-size: 1.1875rem;
  text-align: left;
}

.navigation {
  margin: 39px 0 0;
  font-size: var(--h3-text);
  letter-spacing: 0.011em;
}


/* Footer Navigation */
.nav-footer {
  margin: 10px auto 10px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-footer .nav-list {
  text-align: center;
  display: flex;
   flex-wrap: wrap; 
  justify-content: center;
  align-items: center;
  flex-direction: column;      /* stack links vertically */
      
}


.nav-footer .nav-list a {
  font-size: 1.158217rem;
  letter-spacing: 0.016em;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  text-align: center;
}

.nav-footer .nav-list a:hover,
.nav-footer .nav-list a:focus {
  color: #ccc;
}

@media (min-width: 768px) {

  .nav-footer .nav-list {
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    flex-direction: row; 
  }

  .nav-footer .nav-list li {
    float: inline-start;
    padding: 0 18px;
    line-height: 2;
    position: relative;
  }


  .nav-footer .nav-list li:after {
    content: "|";
    position: absolute;
    top: 0px;
    inset-inline-end: 0;
    color: white;

  }

  .nav-footer .nav-list li:last-child:after {
    content: none;
  }
}

.group-7 {
  margin: 0 auto 33px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;

}

.text-025 {
  font-size: 1.1875rem;
  /* 19px */
  text-align: left;
}

.text-026 {
  font-size: var(--h3-text);
  letter-spacing: 0.011em;
}

.layer-225 {
  display: block;
  margin: 27px 0 0;
  position: relative;
}

.vector-smart-object-holder {
  margin: -4px auto 0;
  padding: 375px 0 0;
  position: relative;
  width: 100%;
  z-index: 84;
  background: url(./../../asset/images/vector_smart_object_6.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.layer-316-holder {
  padding: 15px 0 32px;
  background: #0f5132 center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-8 {
  margin: 0 auto 45px;
  width: 1500px;
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: var(--body-font-size-m);
  letter-spacing: 0.005em;
  gap: 30px;
  text-align: center;
}


.l-constrained-10 {
  margin: 0 auto;
  width: 1136px;
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: var(--body-font-size-m);
  letter-spacing: 0.005em;
  text-align: center;
}

.l-constrained-10 .language-switcher{
  inset-inline-end: 0px !important;
  bottom: 0px;
  position: absolute;
  z-index: 100;
}

.l-constrained-10 .language-switcher .nav-button{
  border: 3px solid #ddd;
  color: white;
}

.l-constrained-10 .language-switcher .nav-button:hover,
.l-constrained-10 .language-switcher .nav-button:focus,
.l-constrained-10 .language-switcher .nav-button.active {
    background-color: var(--primary-color);
    border: 3px solid rgb(var(--primary-color-rgb));
}


.text-style {
  font-size: 3.90625rem;
  /* 62.5px  */
  font-weight: 800;
  letter-spacing: 0;
}

.text-style-2 {
  line-height: 36px;
}



/* Media Query */

@media (max-width:768px) {
  :root {
    --zoom-factor: 1;
  }

  .row-3 {
    width: 80%
  }

  .vector-smart-object-4 {
    float: none;
    margin: 50px auto 0px;
    width: 400px;
    height: calc(400px * var(--logo-aspect-ratio));
  }

  .text-019 {
    display: inline-block;
    font-size: var(--body-font-size);
    line-height: 1.4;
  }

  .layer-407 {
    width: 80%;
  }

  .row-4 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    gap: 30px;
  }

  .text-020 {
    float: none;
    margin-block: 30px 70px;
    font-size: var(--h4-text);
    font-weight: 400;
    text-align: center;
  }

  .text-021 {
    float: none;
    font-size: var(--body-font-size);
    width: 100%;
  }

  .group-9 {
    width: 80%;
  }

  .text-022 {
    font-size: var(--h6-text);
  }

  .text-023 {
    font-size: var(--h4-text);
  }

  .icon-btn {
    font-size: var(--h5-heading);
  }

  .accordion-content iframe {
    height: 1000px;
  }

  .group-8 {
    width: 80%;
  }

  .text-024 {
    font-size: var(--h6-text)
  }

 

  .navigation {
    font-size: var(--h4-text);
    font-weight: 500;
  }

  .nav-footer {
    margin: 50px auto 10px;
    max-width: 80%;
  }

  .nav-footer .nav-list li {
    position: relative;
  }

  .nav-footer .nav-list a {
    font-size: var(--h5-text);
    line-height: 2;
    font-weight: 500;
  }

  .group-7 {
    margin: 0 auto;
    width: 80%;
  }

  .text-025 {
    font-size: var(--h6-text);
    text-align: left;
  }

  .text-026 {
    font-size: var(--h4-text);
    font-weight: 500;
  }

  .social-media-bar-footer {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center !important;
    gap: 60px;
  }

  .l-constrained-8 {
    padding: 10px 0 0;
  }

.l-constrained-10 {
    padding: 10px 0 0;
  }





}





/* ==========================================================================
   Media Query for responsive width
   ========================================================================== */
@media (min-width: 1920px) {}

@media screen and (max-width: 1920px) {
  :root {
    --base-width: 1920px;
    --zoom-factor: 1;
  }
}

@media screen and (max-width: 1850px) {
  :root {
    --zoom-factor: .938;
  }
}

@media screen and (max-width: 1800px) {
  :root {
    --zoom-factor: .924;
  }
}

@media screen and (max-width: 1773px) {
  :root {
    --zoom-factor: .9;
  }
}

@media screen and (max-width: 1730px) {
  :root {
    --zoom-factor: .875;
  }
}

@media screen and (max-width: 1680px) {
  :root {
    --zoom-factor: 0.860;
  }
}

@media screen and (max-width: 1650px) {
  :root {
    --zoom-factor: 0.834;
  }
}

@media screen and (max-width: 1600px) {
  :root {
    --zoom-factor: 0.808;
  }
}

@media screen and (max-width: 1550px) {
  :root {
    --zoom-factor: 0.781;
  }
}

@media screen and (max-width: 1500px) {
  :root {
    --zoom-factor: 0.750;
  }
}

@media screen and (max-width: 1440px) {
  :root {
    --zoom-factor: 0.729;
  }
}

@media screen and (max-width: 1400px) {
  :root {
    --zoom-factor: 0.712;
  }
}

@media screen and (max-width: 1366px) {
  :root {
    --zoom-factor: 0.684;
  }
}

@media screen and (max-width: 1330px) {
  :root {
    --zoom-factor: 0.658;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --zoom-factor: 0.632;
  }
}

@media screen and (max-width: 1230px) {
  :root {
    --zoom-factor: 0.616;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --base-width: 0.585;
  }
}

@media screen and (max-width: 1140px) {
  :root {
    --zoom-factor: 0.554;
  }
}

@media screen and (max-width: 1080px) {
  :root {
    --zoom-factor: 0.525;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --zoom-factor: 0.509;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --zoom-factor: 0.486;
  }
}

@media screen and (max-width: 950px) {
  :root {
    --zoom-factor: 0.460;
  }
}

@media screen and (max-width: 900px) {
  :root {
    --zoom-factor: 0.434;
  }
}

@media screen and (max-width: 850px) {
  :root {
    --zoom-factor: 0.408;
  }
}

@media screen and (max-width: 800px) {
  :root {
    --zoom-factor: 0.392;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --zoom-factor: 0.356;
  }
}

@media screen and (max-width: 700px) {
  :root {
    --zoom-factor: 0.325;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --zoom-factor: 0.3;
  }
}

@media screen and (max-width: 600px) {
  :root {
    --zoom-factor: 0.273;
  }
}

@media screen and (max-width: 540px) {
  :root {
    --zoom-factor: 0.230;
  }
}

@media screen and (max-width: 480px) {
  :root {
    --zoom-factor: 0.211;
  }
}

@media screen and (max-width: 440px) {
  :root {
    --zoom-factor: 0.190;
  }
}

@media screen and (max-width: 400px) {
  :root {
    --zoom-factor: 0.173;
  }
}

@media screen and (max-width: 350px) {
  :root {
    --zoom-factor: 0.151;
  }
}

@media screen and (max-width: 320px) {
  :root {
    --zoom-factor: 0.13;
  }
}





/* ==========================================================================
 Margin CSS
 ========================================================================== */

/* Margin All */
.m-0 { margin: 0rem !important; }
.m-1 { margin: 1rem !important; }
.m-2 { margin: 2rem !important; }
.m-3 { margin: 3rem !important; }
.m-4 { margin: 4rem !important; }
.m-5 { margin: 5rem !important; }

/* Margin Top */
.mt-0 { margin-top: 0rem !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-3 { margin-top: 3rem !important; }
.mt-4 { margin-top: 4rem !important; }
.mt-5 { margin-top: 5rem !important; }

/* Margin Right */
.mr-0 { margin-right: 0rem !important; }
.mr-1 { margin-right: 1rem !important; }
.mr-2 { margin-right: 2rem !important; }
.mr-3 { margin-right: 3rem !important; }
.mr-4 { margin-right: 4rem !important; }
.mr-5 { margin-right: 5rem !important; }

/* Margin Bottom */
.mb-0 { margin-bottom: 0rem !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-3 { margin-bottom: 3rem !important; }
.mb-4 { margin-bottom: 4rem !important; }
.mb-5 { margin-bottom: 5rem !important; }

/* Margin Left */
.ml-0 { margin-left: 0rem !important; }
.ml-1 { margin-left: 1rem !important; }
.ml-2 { margin-left: 2rem !important; }
.ml-3 { margin-left: 3rem !important; }
.ml-4 { margin-left: 4rem !important; }
.ml-5 { margin-left: 5rem !important; }

/* Margin X-axis */
.mx-0 { margin-left: 0rem !important; margin-right: 0rem !important; }
.mx-1 { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-2 { margin-left: 2rem !important; margin-right: 2rem !important; }
.mx-3 { margin-left: 3rem !important; margin-right: 3rem !important; }
.mx-4 { margin-left: 4rem !important; margin-right: 4rem !important; }
.mx-5 { margin-left: 5rem !important; margin-right: 5rem !important; }

/* Margin Y-axis */
.my-0 { margin-top: 0rem !important; margin-bottom: 0rem !important; }
.my-1 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-2 { margin-top: 2rem !important; margin-bottom: 2rem !important; }
.my-3 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
.my-4 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
.my-5 { margin-top: 5rem !important; margin-bottom: 5rem !important; }





/* ==========================================================================
 Padding CSS
 ========================================================================== */
/* Padding All */
.p-0 { padding: 0rem !important; }
.p-1 { padding: 1rem !important; }
.p-2 { padding: 2rem !important; }
.p-3 { padding: 3rem !important; }
.p-4 { padding: 4rem !important; }
.p-5 { padding: 5rem !important; }

/* Padding Top */
.pt-0 { padding-top: 0rem !important; }
.pt-1 { padding-top: 1rem !important; }
.pt-2 { padding-top: 2rem !important; }
.pt-3 { padding-top: 3rem !important; }
.pt-4 { padding-top: 4rem !important; }
.pt-5 { padding-top: 5rem !important; }

/* Padding Right */
.pr-0 { padding-right: 0rem !important; }
.pr-1 { padding-right: 1rem !important; }
.pr-2 { padding-right: 2rem !important; }
.pr-3 { padding-right: 3rem !important; }
.pr-4 { padding-right: 4rem !important; }
.pr-5 { padding-right: 5rem !important; }

/* Padding Bottom */
.pb-0 { padding-bottom: 0rem !important; }
.pb-1 { padding-bottom: 1rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pb-3 { padding-bottom: 3rem !important; }
.pb-4 { padding-bottom: 4rem !important; }
.pb-5 { padding-bottom: 5rem !important; }

/* Padding Left */
.pl-0 { padding-left: 0rem !important; }
.pl-1 { padding-left: 1rem !important; }
.pl-2 { padding-left: 2rem !important; }
.pl-3 { padding-left: 3rem !important; }
.pl-4 { padding-left: 4rem !important; }
.pl-5 { padding-left: 5rem !important; }

/* Padding X-axis */
.px-0 { padding-left: 0rem !important; padding-right: 0rem !important; }
.px-1 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-2 { padding-left: 2rem !important; padding-right: 2rem !important; }
.px-3 { padding-left: 3rem !important; padding-right: 3rem !important; }
.px-4 { padding-left: 4rem !important; padding-right: 4rem !important; }
.px-5 { padding-left: 5rem !important; padding-right: 5rem !important; }

/* Padding Y-axis */
.py-0 { padding-top: 0rem !important; padding-bottom: 0rem !important; }
.py-1 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-2 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
.py-3 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.py-4 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
.py-5 { padding-top: 5rem !important; padding-bottom: 5rem !important; }





/* ====================================================================================================
---------------------------------------------------------------------------------------------------------
------------------------------ ABOUT PAGE ---------------------------------------------
---------------------------------------------------------------------------------------------------------
======================================================================================================= */




/* ==========================================================================
   About Downlaod Profile CSS
   ========================================================================== */


.about-download-profile {
  overflow: hidden;
  padding: 6% 0 5.8%;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/about_images/layer_232.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-21 {
  margin: 0 auto;
  position: relative;
  max-width: var(--v-width);
}

.row-201 {
  margin: 0 auto;
  min-height: 150px;
  padding: 21px 53px 17px;
  position: relative;
  width: 60%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #cecece;
  -webkit-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  -moz-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  /*drop shadow*/
}

.vector-smart-object-copy-24 {
  float: inline-start;
  width: 154px;
  height: 107px;
}

.layer-409 {
  float: inline-start;
  height: 107px;
  margin-inline-start: 48px;
  width: 4px;
  background-color: var(--primary-color);
}

.text-205 {
  float: inline-start;
  margin-block-start: 41px;
  margin-inline-start: 48px;
  color: #5b2014;
  font-size: var(--text-lg);
}

.layer-383-a {
  float: inline-start;
  margin-block-start: 39px;
  margin-inline-start: 26px;
  font-size: var(--h2-text);
}

.text-206 {
  margin: 75px auto 0;
  width: 59.5%;
  font-size: var(--h6-text);
  line-height: 1.2;
  text-align: justify;
  color: #fefefe;
}

.text-203 {
  margin: 30px auto;
  width: 59.5%;
  font-size: var(--h3-heading);
  line-height: 1.6;
  font-weight: bold;
  color: #fefefe;
}

.text-204 {
  margin: 0 auto;
  width: 59.5%;
  font-size: var(--h6-text);
  line-height: 1.2;
  text-align: justify;
  color: #fefefe;
}

.text-style-5 {
  margin-block: 20%;
  margin-inline-start: 30px;
  font-size: var(--h3-heading);
  line-height: 1.6;
  font-weight: bold;
}

.fw500 {
  font-weight: 500;
}

.text-style {
  line-height: 30px;
}

.fw600 {
  font-weight: 600;
}

.text-style-3 {
  line-height: 35px;
}

.text-style-4 {
  line-height: 40px;
}

.text-style-2 {
  font-size: var(--h3-heading);
  font-style: italic;
  font-weight: bold;
}

.text-style-6 {
  text-align: start;
}



/* Media Query */
@media (max-width: 786px) {

  .l-constrained-21 {
    width: 80%;
  }

  .row-201 {
    width: 100%;
  }

  .text-205 {
    float: inline-start;
    margin-block: 30px 0;
    margin-inline: 50px;
    font-size: var(--body-font-size);
    text-align: center;
  }

  .layer-383-a {
    margin-block-start: 30px;
    margin-inline-start: 30px;
    font-size: var(--body-font-size);
  }

  .text-206 {
    width: 100%;
    font-size: var(--body-font-size);
    line-height: 1.6;
  }

  .text-203 {
    width: 100%;
    margin: 50px auto;
    font-size: var(--h4-heading);
  }

  .text-204 {
    width: 100%;
    font-size: var(--body-font-size);
    line-height: 1.6;
  }

  .text-style-5 {
    margin: 0;
    font-size: var(--h6-text);
    line-height: 1.6;
  }

  .text-style-2 {
    font-size: var(--h2-heading);
  }


}





/* ==========================================================================
  Gallery CSS
========================================================================== */

.galleries {
  margin: -1px 0 0;
  padding: 59px 0 0;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/about_images/layer_18.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.row-203 {
  margin: 0 auto;
  padding: 0 3%;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.vector-smart-object-copy-25 {
  float: inline-start;
  margin-inline-end: 21px;
  width: 84px;
  height: 83px;
}

.text-207 {
  margin: 29px 0 0;
  color: #0f5132;
  font-size: var(--h1-sub-heading);
  font-weight: 600;
}

.col-201 {
  margin: 70px 0 0;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/about_images/vector_smart_object_2.png) no-repeat 0 29px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-27 {
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  max-width: var(--v-width);
  width: 100%;
}

.text-208 {
  margin: 0 auto;
  width: 1119px;
  color: #010101;
  font-size: var(--body-font-size);
  line-height: 35.42239px;
  text-align: justify;
}

.row-202 {
  margin: 30px auto 0;
  min-height: 43px;
  padding: 7px 27px;
  position: relative;
  width: 1117px;
  background: #e6e6e6;
}

.layer-385 {
  float: left;
}

.row-212 {
  margin: 29px auto 0;
  position: relative;
  width: 1121px;
}

.col-203 {
  float: left;
  margin: 5px 64px 0 0;
  position: relative;
  width: 373px;
}

.wrapper-13 {
  height: 275px;
  position: relative;
  width: 373px;
}

.rounded-rectangle-3 {
  height: 62px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 373px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #0f5132;
  margin-left: -186.5px;
}

.rounded-rectangle-3-copy {
  height: 62px;
  left: 50%;
  position: absolute;
  top: 70px;
  width: 373px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #7a7a7b;
  margin-left: -186.5px;
}

.rounded-rectangle-3-copy-2 {
  height: 62px;
  left: 50%;
  position: absolute;
  top: 141px;
  width: 373px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #7a7a7b;
  margin-left: -186.5px;
}

.rounded-rectangle-3-copy-3 {
  height: 62px;
  left: 50%;
  position: absolute;
  top: 213px;
  width: 373px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #7a7a7b;
  margin-left: -186.5px;
}

.text-209 {
  left: 50%;
  position: absolute;
  top: 8px;
  font-weight: bold;
  line-height: 35.42239px;
  text-align: justify;
  margin-left: -168.5px;
}

.text-210 {
  margin: 37px auto 0;
  width: 363px;
  color: #010101;
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: 35.42239px;
  text-align: justify;
}

.images {
  float: left;
  position: relative;

}

.images>* {
  float: left;
  margin: 0 24px 0 0;
}

.images>*:last-child {
  margin-right: 0 !important;
}

.col-204 {
  position: relative;
  width: 212px;
}

.rectangle-3 {
  height: 157px;
  width: 212px;
  border: 5px solid #0f5132;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.rectangle-3-copy-3-holder {
  margin: 26px 0 0;
  position: relative;
  background: #989797;
}

.rectangle-3-copy-4 {
  height: 157px;
  width: 212px;
  border: 5px solid #ffffff;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3_copy_4.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.rectangle-3-copy-5-holder {
  margin: 29px 0 0;
  position: relative;
  background: #989797;
}

.rectangle-3-copy-6 {
  height: 157px;
  width: 212px;
  border: 5px solid #ffffff;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3_copy_6.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.col-205 {
  position: relative;
  width: 212px;
}

.rectangle-3-copy {
  height: 157px;
  width: 212px;
  border: 5px solid #ffffff;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3_copy.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.rectangle-3-copy-3-holder-2 {
  margin: 26px 0 0;
  position: relative;
  background: #989797;
}

.rectangle-3-copy-4-2 {
  height: 157px;
  width: 212px;
  border: 5px solid #ffffff;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3_copy_4_2.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.rectangle-3-copy-5-holder-2 {
  margin: 29px 0 0;
  position: relative;
  background: #989797;
}

.rectangle-3-copy-6-2 {
  height: 157px;
  width: 212px;
  border: 5px solid #ffffff;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3_copy_6_2.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.col-206 {
  position: relative;
  width: 212px;
}

.rectangle-3-copy-2 {
  height: 157px;
  width: 212px;
  border: 5px solid #ffffff;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3_copy_2.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.rectangle-3-copy-3-holder-3 {
  margin: 26px 0 0;
  position: relative;
  background: #989797;
}

.rectangle-3-copy-4-3 {
  height: 157px;
  width: 212px;
  border: 5px solid #ffffff;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3_copy_4_3.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.rectangle-3-copy-5-holder-3 {
  margin: 29px 0 0;
  position: relative;
  background: #989797;
}

.rectangle-3-copy-6-3 {
  height: 157px;
  width: 212px;
  border: 5px solid #ffffff;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3_copy_6_3.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.videos {
  margin: 53px 404px 0 831px;
  position: relative;
}

.videos>* {
  float: left;
  margin: 0 24px 0 0;
}

.videos>*:last-child {
  margin-right: 0 !important;
}

.rectangle-3-copy-7 {
  height: 157px;
  width: 212px;
  border: 5px solid #ffffff;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3_copy_7.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.rectangle-3-copy-7-2 {
  height: 157px;
  width: 212px;
  border: 5px solid #ffffff;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3_copy_7_2.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.rectangle-3-copy-7-3 {
  height: 157px;
  width: 212px;
  border: 5px solid #ffffff;
  /*stroke*/
  background: url(./../../asset/images/about_images/rectangle_3_copy_7_3.jpg) no-repeat -5px -5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.vector-smart-object-22 {
  display: block;
  left: 215.5px;
  margin: 64px auto 0;
  position: relative;
}

.rounded-rectangle-2-holder {
  left: 214px;
  margin: 32px auto 0;
  min-height: 51px;
  padding: 0 63px;
  position: relative;
  width: 263px;
  border: 1px solid #000000;
  /*stroke*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #5d5d5d;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
  font-weight: 500;
  line-height: 51px;
  text-align: center;
}


/* Gallery Box */
.header-box {
  width: 390px;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  padding: 20px 50px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.3rem;
}

.gallery-info-box {
  color: #fefefe;
  width: 390px;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.3rem;
  background-color: #8D8D8F;
}

.gallery-info-box.active {
  background-color: var(--primary-color);
  color: white;
  font-weight: 600;
  font-size: 1.3rem;

}
/* Gallery CSS */

.gallery-container {
  width: 58.5%;
  margin: 0 auto;
}

/* Unified Header */
.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 20px;
  min-height: 43px;
  padding: 7px 27px;
  position: relative;
  width: 1117px;
  background: #e6e6e6;
}

.gallery-header .header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-left .filter-icon {
  font-size: var(--text-lg-2);
  cursor: pointer;
  font-weight: 300;
  color: #555;

}

.header-left .filter-icon:hover {
  opacity: 0.8;
}

.gallery-header .header-title {
  font-weight: bold;
  font-size: 18px;
}

.gallery-header .media-filter {
  display: flex;
  gap: 40px;
}

.media-filter .filter-btn {
  padding: 8px 16px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: var(--h6-text);
  transition: all 0.2s;
}

.media-filter .filter-btn:hover {
  font-weight: bold;
}

.media-filter .filter-btn.active {
  font-weight: bold;
}

/* Main Content */
.gallery-main-content {
  display: flex;
  gap: 20px;
}

/* Left Column - Category Filter */

.gallery-main-content .left-column {
  width: 360px;
}

.left-column .category-list li:hover {
  color: #ddd;
  font-weight: 500;
}

.left-column .category-list li.active {
  color: #fcfcfb;
  text-shadow: 0 0 5px rgba(140, 138, 136, 0.7);
  font-weight: 900;
}

/* Right Column - Gallery */
.gallery-main-content .right-column {
  flex: 1;
}

.right-column .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 180px;
  gap: 30px;
  margin-bottom: 20px;
  max-height: calc(180px * 3 + 30px * 3);
  overflow: hidden;
}

.gallery .gallery-item {
  background: #eee;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 5px solid #fefefe;
}

.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.03);
}

.gallery .gallery-item.video:after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

/* Load More Button */
.gallery-main-content .load-more {
  margin: 70px 0 0 0;
  text-align: center;
}

.load-more .load-more-btn {
  padding: 10px 70px;
  background: #707070;
  color: rgb(244, 244, 244);
  font-size: var(--body-font-size);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.load-more .load-more-btn:hover {
  background: #555;
}

/* Modal for fullscreen view */
.media-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.media-modal .modal-content {
  max-width: 90%;
  max-height: 100%;
  background: rgba(0, 0, 0, 0.9);
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal .modal-content img,
.media-modal .modal-content video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.media-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: var(--h2-heading);
  cursor: pointer;
}

@media (max-width: 768px) {

  .row-203 {
    width: 80%;
  }

  .col-201 {
    margin: 0 auto;
    width: 80%;
  }

  .text-208 {
    width: 100%;
    line-height: 1.2;
  }

  .text-210 {
    font-size: var(--body-font-size-m);
    line-height: 1.2;
  }

  .gallery-container {
    width: 100%;
  }

  .gallery-header {
    width: 100%;
  }

  .media-filter .filter-btn {
    font-size: var(--h5-text);

  }

  .right-column .gallery {
    grid-template-rows: repeat(4, 300px);
  }


}





/* ==========================================================================
     Entertainment Events CSS
     ========================================================================== */


.entertainment-events {
  margin: 59px 0 0;
  overflow: hidden;
  position: relative;
}

.l-constrained-24 {
  margin: 0 auto;
  max-width: var(--base-width);
  width: 100%;
  color: #ffffff;
  font-size: 3.645833rem;
  /* 58.33px / 16px = 3.645625rem */
  font-weight: 600;
  text-align: center;
}

.desert-trips {
  margin: 74px 0 0;
  padding: 78px 0 39px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/about_new_images/images/layer_4_copy_5.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-29 {
  margin: 0 auto 60px;
  padding-inline-start:  11%;
  position: relative;
  max-width: var(--base-width);
  width: 80%;
  
}

.vector-smart-object1_201 {
  float: inline-end;
  margin: 79px 0 0;
}

.text-212 {
  margin-inline-start:161px;
  width: 628px;
  text-align: justify;
}

.text-212>* {
  color: #010101;
  font-size: 1.562752rem;
  /* 25px / 16px = 1.5625rem */
  line-height: 35.42239px;
  text-align: justify;
}

.col-204 {
  width: 50%;
  float: inline-start;
}

.text-231 {
  margin: 1% 0;
  width: 100%;
  font-size: var(--h3-heading);
  color: var(--primary-color);
  font-weight: 700;
  text-align: start;

}

.text-232 {
  margin: 1% 0 4%;
  width: 100%;
  font-size: var(--body-font-size);
  color: #000;
  font-weight: 500;
  text-align: start;

}

.text-23 {
  margin: 1% 0;
  width: 100%;
  font-size: var(--h2-heading);
  color: #000;
  font-weight: 600;
  text-align: start;

}


@media (max-width: 768px) {

  .l-constrained-29 {
    margin: 0 auto;
    padding: 0;
    width: 85%;
  }

  .text-231 {
    margin: 1% 0;
    width: 100%;
    font-size: var(--h4-text);
    color: var(--primary-color);
    font-weight: 700;
    text-align: start;

  }

  .text-232 {
    font-weight: 400;
  }

  .text-23 {
    font-size: var(--h1-heading);
    color: #000;
    font-weight: 600;
    text-align: left;

  }


}




/* 
  .entertainment-events {
    overflow: hidden;
    position: relative;
  }
  
  .l-constrained-23 {
    margin: 3.3% auto 4%;
    max-width: var(--v-width);
    width: 100%;
    font-size: var(--h1-sub-heading);
    color: #fefefe;
    font-weight: 600;
    text-align: center;
  }
  
  .bg-for-mission {
    padding: 74px 0 178px;
    position: relative;
    width: 100%; 
    background: url(./../../asset/images/about_images/layer_4_copy_5.png) no-repeat center 0;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
  }
  .l-constrained-28 {
    margin: 0 auto;
    position: relative;
    max-width: var(--v-width);
    width: 100%;
  }
  .desert-trips {
    margin: 0 auto;
    position: relative;
    width: 59%;
    
  }
  
  .text-213 {
    color: var(--primary-color);
    font-size: var(--h1-sub-heading);
    font-weight: 600;
  }
  
  .row-205 {
    margin: 74px 0 0;
    position: relative;
  
  }
  
  .vector-smart-object-23 {
    float: left;
    margin: 0 69px 0 0;
  }
  .text-214 {
    margin: 0 0 0 50%;
    width: 50%;
    color: #010101;
    font-size: var(--body-font-size);
    line-height: 1.5; 
    text-align: justify;
    
  }
  .sea {
    margin: 127px auto 0;
    position: relative;
    width: 59%;
  }
  .text-215 {
    float: left;
    margin: 150px 0 0;
    font-size: var(--body-font-size);
    width: 50%;
    color: #010101;
    line-height: 1.5;
    text-align: justify;
    
  }
  .col-207 {
    float: right;
    position: relative;
    width: 40%;
    
  }
  .text-216 {
    color: #0f5132;
    font-size: var(--h1-sub-heading);
    font-weight: 600;
    text-align: right;
  }
  .vector-smart-object1-copy-29 {
    display: block;
    margin: 32px auto 0;
  }
  .recreational-activities {
    margin: 125px auto 0;
    position: relative;
    width: 59%;
    
  }
  .text-217 {
    margin: 0 0 83px 0;
    color: var(--primary-color);
    font-size: var(--h1-sub-heading);
    font-weight: 600;
    text-align: justify;
  }
  .vector-smart-object2-copy-30 {
    float: left;
    margin: 0 56px 0 12px;
  }
  .text-218 {
    margin: 8px 0 0 50%;
    width: 50%;
    color: #010101;
    line-height: 1.5;
    font-size: var(--body-font-size);
    text-align: justify;
  }
  
  
  .frame-container-21 {
    position: absolute;
    width: 305px;
    height: 340px;
  }
  
  .background-layer-21 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgb(248, 155, 88), var(--primary-color));
    z-index: 1;
    bottom: -27px;
    right: 27px;
  }
  
  .image-layer-21 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid #000;
    overflow: hidden;
    z-index: 2;
    background-color: #fff;
  }
  
  .image-layer-21 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .logo-layer-21 {
    position: absolute;
    width: 225px;
    height: 190px;
    top: 125px;
    right: -160px;
    border: 8px solid;
    border-image: linear-gradient(to left, rgb(249, 156, 90), var(--primary-color)) 1;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  .logo-layer-21 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  

  .frame-container-22 {
    position: absolute;
    width: 305px;
    height: 340px;
  }
  
  .background-layer-22 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(253, 145, 68), var(--primary-color));
    z-index: 1;
    top: 137px;
    left: 137px;
  }
  
  .image-layer-22 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 110px;
    left: 110px;
    border: 3px solid #000;
    overflow: hidden;
    z-index: 2;
    background-color: #fff;
  }
  
  .image-layer-22 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .logo-layer-22 {
    position: absolute;
    width: 225px;
    height: 190px;
    top: 0;
    left: 0;
    border: 8px solid;
    border-image: linear-gradient(to right, rgb(249, 156, 90), var(--primary-color)) 1;
    background-color: rgb(170, 159, 159);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  .logo-layer-22 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  

  .frame-container-23 {
    position: absolute;
    width: 305px;
    height: 340px;
  }
  
  .background-layer-23 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgb(248, 155, 88), var(--primary-color));
    z-index: 1;
    bottom: -27px;
    right: 27px;
  }
  
  .image-layer-23 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid #000;
    overflow: hidden;
    z-index: 2;
    background-color: #fff;
  }
  
  .image-layer-23 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .logo-layer-23 {
    position: absolute;
    width: 225px;
    height: 190px;
    top: 30px;
    right: -175px;
    border: 8px solid;
    border-image: linear-gradient(to left, rgb(249, 156, 90), var(--primary-color)) 1;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  .logo-layer-23 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
   */




/* ==========================================================================
    About Upcoming Events CSS
    ========================================================================== */



.upcoming-events-201 {
  margin: 0;
  padding: 85px 0 57px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/about_new_images/images/layer_130.jpg) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-205 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.text-234 {
  margin: 0 auto;
  color: #fefefe;
  font-size: var(--h2-heading);
  width: 60%;
  font-weight: 600;
  text-align: center;
}

.text-235 {
  margin: 24px auto 0;
  width: 60%;
  font-size: var(--body-font-size);
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}

.text-236 {
  margin: 59px auto 70px;
  width: 60%;
  color: #ffffff;
  font-size: var(--text-md-3);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.row-205 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 0;
}

.row-205>* {
  margin: 0;
  padding: 0;
  flex: 0 0 25%;
  /* Each takes 25% of row, never wraps */
  min-height: 704px;
  background-size: cover;
  /* Cover the div fully */
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  font-size: var(--h3-heading);
  font-weight: 600;
  line-height: 50px;
}

.row-205 div {
  padding: 62px 45px 493px;
}

.text-237 {
  margin: 59px auto 0;
  width: 60%;
  color: #ffffff;
  font-size: var(--body-font-size);
  line-height: 1.5;
  text-align: center;
}

.text-238 {
  margin: 30px auto 0;
  width: 60%;
  color: #ffffff;
  font-size: var(--text-lg);
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}



@media (max-width: 768px) {

  .row-205>* {

    font-size: var(--h5-text);

  }

  .text-234 {
    width: 80%;
  }

  .text-235,
  .text-37 {
    width: 80%;
    font-size: var(--body-font-size);
  }

  .text-236,
  .text-238 {
    width: 80%;
    font-size: var(--h5-heading);
  }


}


/* ==========================================================================
    Direct Booking Form CSS
    ========================================================================== */


.in-numbers-copy {
  overflow: hidden;
  padding: 88px 0 6%;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/about_images/layer_4_copy_5_2.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-25 {
  margin: 0 auto;
  position: relative;
  max-width: var(--v-width);
  width: 100%;
}

.wrapper-3 {
  margin: 0 auto;
  position: relative;
  width: 57%;
}

.vector-smart-object-copy-24-2 {
  float: inline-start;
  margin-inline-end: 21px;
  margin-inline-start: 167px;
}



.booking-select-option {
  margin: 0 auto;
  width: 57%;
}

.rectangle-1-copy-2-holder {
  margin: 69px auto 0;
  min-height: 54px;
  padding: 8px 62px;
  position: relative;
  width: 100%;
  font-size: var(--h3-heading);
  border: 1px solid #0f5132;
  /*stroke*/
  appearance: none;
  /* Remove browser default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(./../../asset/images/about_images/layer_405.png) no-repeat right 10px center;
  background-size: 39px 20px;
  /* control width and height of your image */
  padding-inline-end: 7px;
  /* give enough space for your image */
}

[dir="rtl"] .rectangle-1-copy-2-holder {
  background: url(./../../asset/images/about_images/layer_405.png) no-repeat left 10px center;
}

.layer-405 {
  float: inline-end;
  margin-block-start: 9px;
  margin-inline-end: 3px;
}

.text-225 {
  margin-inline-start: 1px;
  color: #000000;
  font-size: var(--h3-heading);
  font-weight: 500;
  text-align: start;
}

.text-226 {
  margin-block-start: 49px;
  margin-inline-start: 430px;
  opacity: 0.66;
  color: #000000;
  font-size: var(--h6-text);
  font-weight: 500;
  background: rgba(230, 230, 230, 0.5);
  width: 57%;
}

.rectangle-1-copy-3 {
  height: 3px;
  margin: 5px auto 0;
  width: 57%;
  border: 1px solid rgba(65, 65, 65, 0.5);
  /*stroke*/
  background: rgba(230, 230, 230, 0.5);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.text-227 {
  margin-block-start: 36px;
  margin-inline-start: 430px;
  opacity: 0.66;
  color: #000000;
  font-size: var(--h6-text);
  font-weight: 500;
  text-align: start;
  background: rgba(230, 230, 230, 0.5);
  width: 57%;
}

.rectangle-1-copy-4 {
  height: 3px;
  margin: 5px auto 0;
  width: 57%;
  border: 1px solid rgba(65, 65, 65, 0.5);
  /*stroke*/
  background: rgba(230, 230, 230, 0.5);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.text-228 {
  margin-block-start: 36px;
  margin-inline-start: 430px;
  opacity: 0.66;
  color: #000000;
  font-size: var(--h6-text);
  font-weight: 500;
  background: rgba(230, 230, 230, 0.5);
  width: 57%;
}

.rectangle-1-copy-5 {
  height: 3px;
  margin: 5px auto 0;
  width: 57%;
  border: 1px solid rgba(65, 65, 65, 0.5);
  /*stroke*/
  background: rgba(230, 230, 230, 0.5);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.row-204 {
  margin: 62px auto 0;
  position: relative;
  width: 57%;
  text-align: start;
  gap: 30px;
}

.rectangle-1-copy-6-holder {
  float: inline-start;
  min-height: 54px;
  width: 45%;
  border: 1px solid #0f5132;
  /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
  color: #000000;
  font-size: var(--h3-heading);
  font-weight: 500;
  line-height: 54px;
  text-align: center;
}

[lang="ar"] .rectangle-1-copy-6-holder {
  font-family: 'Cairo', sans-serif;

}

.or {
  float: inline-start;
  margin-block-start: 10px;
  color: #000000;
  font-size: var(--h3-heading);
  font-weight: 500;
}

.rectangle-1-copy-7-holder {
  float: inline-start;
  min-height: 54px;
  width: 45%;
  border: 1px solid #0f5132;
  /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
  color: #000000;
  font-size: var(--h3-heading);
  font-weight: 500;
  line-height: 54px;
  text-align: center;
}


@media (max-width: 768px) {

  .wrapper-3 {
    width: 100%;
  }

  .vector-smart-object-copy-24-2 {
    float: none;
    margin: 0 auto;

  }

  .text-224 {
    margin: 0 auto;
    font-size: var(--h2-heading);
    text-align: center;
  }

  .text-223 {
    font-size: var(--text-lg-1);
  }

  .booking-select-option {
    margin: 0 auto;
    width: 80%;
  }

  .rectangle-1-copy-2-holder {
    font-size: var(--h3-text);
  }

  .text-225 {
    font-size: var(--h3-text);
  }

  .text-226 {
    margin-inline-start: 70px;
    margin-inline-start: 13%;
    font-size: var(--body-font-size);
  }

  .rectangle-1-copy-3 {
    width: 80%;
  }

  .text-227 {
    margin-inline-start: 70px;
    margin-inline-start: 13%;
    font-size: var(--body-font-size);
  }

  .rectangle-1-copy-4 {
    width: 80%;
  }

  .text-228 {
    margin-inline-start: 70px;
    margin-inline-start: 13%;
    font-size: var(--body-font-size);
  }

  .rectangle-1-copy-5 {
    width: 80%;
  }

  .row-204 {
    margin: 100px auto;
    width: 80%;
    gap: 50px;
  }

  .rectangle-1-copy-6-holder {
    width: 45%;
    padding: 25px 50px;
    white-space: nowrap;
    font-size: var(--h3-text);
  }

  .or {
    font-size: var(--h3-text);
  }

  .rectangle-1-copy-7-holder {
    float: inline-end;
    margin: 0;
    width: 45%;
    padding: 25px 50px;
    font-size: var(--h3-text);
  }


}



/* ======================================================================================================
---------------------------------------------------------------------------------------------------------
------------------------------ Conference & Exhibition - CE ---------------------------------------------
---------------------------------------------------------------------------------------------------------
======================================================================================================= */

/* ==========================================================================
  CE Number CSS
  ========================================================================== */

.ce-in-numbers {
  margin: -15px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/CE_images/layer_4_copy_5.png) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.col-14 {
  padding: 5% 4.5% 5.5%;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/CE_images/vector_smart_object_2.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-11 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.upcoming {
  margin-inline-start: 17.5%;
  position: relative;
  color: #0f5132;
  font-size: var(--h1-heading);
  /* 68.75px / 16px = 4.296875rem */
  font-weight: 800;
  text-align: start;
}

.text-105 {
  margin: -5px 0 0;
  position: relative;
  color: #010101;
  font-size: var(--h1-text);
  /* 52.08px / 16px = 3.255rem */
  font-weight: 300;
  text-align: center;
}

.row-12 {
  margin: 81px 0 0;
  position: relative;
}

.row-12>* {
  float: inline-start;
  margin-inline-end: 103px;
}

.row-12>*:last-child {
  margin-inline-end: 0 !important;
}

.vector-smart-object-copy-11 {
  margin-top: 290px !important;
}

.row-13 {
  margin-inline-start: 7.5%;
  min-height: 655px;
  padding-block: 48px 41px;
  padding-inline: 37px 43px;
  position: relative;
  width: 1484px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(2, 2, 2, 0.66);
  -moz-box-shadow: 0 2px 5px 0 rgba(2, 2, 2, 0.66);
  box-shadow: 0 2px 5px 0 rgba(2, 2, 2, 0.66);
  /*drop shadow*/
}

.col-19 {
  float: inline-start;
  position: relative;
  width: 694px;
}

.layer-418 {
  display: block;
  position: relative;
}

.row-18 {
  margin: 54px 0 0;
  position: relative;
  width: 694px;
}

.col-114 {
  float: inline-start;
  position: relative;
  width: 339px;
}

.rounded-rectangle-3 {
  display: block;
  margin: 0 auto;
  width: 339px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.text-106 {
  margin: 48px 0 0;
  font-size: 1.575938rem;
  /* 25.22px / 16px = 1.57625rem */
  font-weight: 500;
  text-align: center;
}

.col-15 {
  float: inline-start;
  position: relative;
  width: 339px;
}

.rounded-rectangle-3-copy {
  display: block;
  margin: 0 auto;
  width: 339px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.text-107 {
  margin: 53px 0 0;
  font-size: 1.575938rem;
  /* 25.22px / 16px = 1.57625rem */
  font-weight: 500;
  text-align: center;
}

.col-120 {
  float: inline-end;
  margin: 4px 0 0;
  position: relative;
  width: 694px;
}

.row-15 {
  margin: 55px 0 0;
  position: relative;
}

.col-10 {
  float: inline-start;
  position: relative;
  width: 339px;
}

.rounded-rectangle-3-copy-2 {
  display: block;
  margin: 0 auto;
  width: 339px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.text-108 {
  margin: 50px 0 0;
  font-size: 1.313281rem;
  /* 21.01px / 16px = 1.313125rem */
  text-align: center;
}

.col-11 {
  float: inline-end;
  position: relative;
  width: 339px;
}

.rounded-rectangle-3-copy-3 {
  display: block;
  margin: 0 auto;
  width: 339px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.text-109 {
  margin: 54px 0 0;
  font-size: 1.575938rem;
  /* 25.22px / 16px = 1.57625rem */
  font-weight: 500;
  text-align: center;
}

.vector-smart-object-copy-19 {
  margin-top: 290px !important;
}



/* Filter Carousel CSS */

.filter-carousel-container {
  margin: 0 auto;
  position: relative;
}

.filter-carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px;
}

.filter-carousel-header .header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.filter-carousel-header .settings-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: var(--h2-text);
  font-weight: 300;
}

.filter-carousel-header .filter-carousel-tabs {
  display: flex;
  gap: 5px;
  padding: 3px;
}

.filter-carousel-header .filter-carousel-tab {
  padding: 5px 12px;
  font-size: var(--h6-text);
  letter-spacing: 0.02em;
  cursor: pointer;
  border: none;
  background-color: white;

}

.filter-carousel-tabs .tab-separator {
  font-size: var(--text-md-1);
  padding: 7px;
  /* Small spacing around separator */
  user-select: none;
  /* Prevent text selection */
  font-weight: 500;
}

.filter-carousel-header .filter-carousel-tab.active {
  font-weight: bold;
}

.filter-carousel-wrapper {
  position: relative;
}

.filter-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 15px;
  padding: 10px 0;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.filter-carousel::-webkit-scrollbar {
  display: none;
}

.filter-carousel .event-filter-carousel-card {
  flex: 0 0 calc(25% - 12px);
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
  min-width: 0;

}

.filter-carousel .event-filter-carousel-card>* {
  min-width: 0;
}

.filter-carousel .event-filter-carousel-card .event-image {
  background-size: cover;
  background-position: center;
  display: block;
  margin: 0 auto;
  width: 339px;
  height: 339px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

}

.filter-carousel .event-filter-carousel-card .event-details {
  padding: 15px;
}

.filter-carousel .event-filter-carousel-card .event-details .event-title {
  margin: 30px 0 0;
  font-size: var(--h6-text);
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}

.filter-carousel .event-filter-carousel-card .event-details .event-location {
  font-size: var(--text-md-1);
  font-weight: 400;
  text-align: center;

}

.filter-carousel-wrapper .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 800;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #E6E6E7;
  -webkit-text-stroke: 3px var(--primary-color);
}

.filter-carousel-prev {
  left: -13.5%;
}

.filter-carousel-next {
  right: -13.5%;
}

.filter-carousel-wrapper .nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.filter-carousel-container .no-events {
  text-align: center;
  padding: 40px;
  color: #888;
  display: none;
}



@media (max-width: 768px) {
  .upcoming {
    margin: 0 auto;
    text-align: center;
  }

  .text-105 {
    margin: -5px auto 0;
    text-align: center;
  }

  .row-13 {
    margin: 0;
    width: 100%;
  }

  .filter-carousel-header {
    padding: 0 60px;
  }

  .filter-carousel-header .settings-btn {
    font-size: var(--h4-text);
  }

  .filter-carousel-header .filter-carousel-tab {
    font-size: var(--h5-text);
  }

  .filter-carousel-tabs .tab-separator {
    font-size: var(--text-md-3);
    padding: 10px 15px;
  }

  .filter-carousel {
    gap: 10px;
  }

  .filter-carousel .event-filter-carousel-card {
    flex: 0 0 calc(50% - 12px);
  }

  .filter-carousel .event-filter-carousel-card .event-image {
    width: calc(339px * 2.5);
    height: calc(339px * 2);
  }

  .filter-carousel .event-filter-carousel-card .event-details .event-title {
    font-size: var(--h5-text);
  }

  .filter-carousel .event-filter-carousel-card .event-details .event-location {
    font-size: var(--body-font-size-m);
  }

}



/* ==========================================================================
    Breaking Point CSS
    ========================================================================== */

.group-11 {
  margin: 0px 0 0;
  overflow: hidden;
  padding: 5% 0 11.3%;
  position: relative;
  background: #ffffff center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-12 {
  margin: 0 auto;
  padding: 0 13%;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.col-11 {
  position: relative;
  width: 100%;
}

.col-12 {
  float: left;
  position: relative;
  width: 50%;
}

.vector-smart-object-12 {
  display: block;
  position: relative;

}

.vector-smart-object-13 {
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0 0 0 30px;
}

.text-110 {
  margin: 11% 0 85px;
  width: 100%;
  line-height: 1.5;
  font-size: var(--body-font-size);
  text-align: justify;
}

/* //button CSS */
.rounded-rectangle-1-copy-2-holder {
  margin: 85px 0 0;
  min-height: 57px;
  padding: 15px 42px;
  position: relative;
  width: 367px;
  border-radius: 10px;
  background: #0D3359;
  color: #ffffff;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 57px;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.2),
    inset 0 -2px 4px rgba(0, 0, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.2);
}

.rounded-rectangle-1-copy-2-holder:hover {
  background-color: #125A96;
  cursor: pointer;
}

.rounded-rectangle-1-copy-2-holder:focus {
  outline-offset: 3px;
}


/* Event Info */
.event-info {
  width: 400px;
  height: 227px;
}

.info-row {
  display: flex;
  align-items: center;
  padding: 25px 16px;
  border-bottom: 1px solid #ccc;
  font-size: var(--text-md-2);
}

.info-row i {
  font-size: var(--text-lg);
  margin-inline-end: 30px;
}



/* Media Query */
@media (max-width: 768px) {

  .l-constrained-12 {
    padding: 0;
    width: 80%;
  }

  .rounded-rectangle-1-copy-2-holder {
    padding: 30px 42px;
    font-size: var(--body-font-size);
    white-space: nowrap;
    width: 70%;
    border-radius: 15px;
  }

  .event-info {
    width: 40%;
  }

  .info-row {
    font-size: var(--h5-text);
  }

  .info-row i {
    font-size: var(--h5-text);
  }


}




/* ==========================================================================
    Downlaod Profile CSS
    ========================================================================== */

.download-profile {
  margin: -100px 0 0;
  position: relative;
  z-index: 0;
}

.row-11 {
  margin: 0 auto;
  min-height: 146px;
  overflow: hidden;
  padding: 22px 38px 17px;
  position: relative;
  width: 58.5%;
  z-index: 62;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #cecece;
  -webkit-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  -moz-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  /*drop shadow*/
}

.row-11>* {
  float: inline-start;
}

.row-11>*:last-child {
  margin-inline-end: 0 !important;
}

.vector-smart-object-copy-15 {
  margin-top: 20px !important;
  width: 237px;
  height: 72px;
}

.layer-409 {
  height: 107px;
  width: 4px;
  float: inline-start;
  text-align: start;
  background-color: #0d3359;
}

.text-112 {
  color: #0d3359;
  font-size: var(--text-lg);
  margin-top: 30px !important;
  margin-inline: 30px;
}

.layer-383 i {
  margin-top: 30px;
  font-size: var(--h2-text);
  width: 47px;
  height: 34px;
}

.layer-444-holder {
  margin: -67px auto 0;
  padding: 133px 0 183px;
  position: relative;
  z-index: 61;
  background: #e4e4e4 center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-13 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;

}

.text-113 {
  margin: 0 auto;
  font-size: var(--body-font-size);
  width: 60%;
  line-height: 1.2;
  text-align: justify;
}


.text-114 {
  margin-block: 0 30px;
  margin-inline: 20%;
  font-size: var(--h3-heading);
  line-height: 1.6;
  font-weight: bold;
  text-align: start;
}

/* Media Query */
@media (max-width:768px) {

  .row-11 {
    width: 80%;
  }

  .text-112 {
    font-size: var(--body-font-size);
    margin: 30px 50px;
  }

  .layer-383 i {
    font-size: var(--h4-text);
  }

  .l-constrained-13 {
    width: 80%;
  }

  .text-113 {
    width: 100%;
    line-height: 1.4;
  }

  .text-114 {
    margin: 0 0 30px;
    font-size: var(--h4-heading);
    font-weight: 700;
    line-height: 1.2;
    text-align: start;
  }

}



/* ======================================================================================================
---------------------------------------------------------------------------------------------------------
------------------------------ Conference & Exhibition Subsidiary - CES ---------------------------------------------
---------------------------------------------------------------------------------------------------------
======================================================================================================= */

/* ==========================================================================
  CES InNumbers CSS
  ========================================================================== */

.in-numbers-301 {
  padding: 80px 0 0;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/CES_images/layer_4_copy_5.png) no-repeat center 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-302 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.text-305 {
  margin-inline-start: 19.5%;
  color: #0f5132;
  font-size: var(--h1-heading);
  font-weight: 800;
}

.text-306 {
  margin-inline-start: 31.5%;
  color: #010101;
  font-size: var(--h1-text);
  font-weight: 300;
  text-align: start;
}

.row-302 {
  margin: 68px auto 0;
  position: relative;
  width: 60%;
}

.col-315 {
  float: inline-start;
  text-align: start;
  position: relative;
  width: 42%;
}

.vector-smart-object-32 {
  display: block;
  margin: 0 auto 85px;
  aspect-ratio: 473 / 145;
  width: 473px;
}

.rounded-rectangle-31-copy-2-holder {
  min-height: 57px;
  padding: 0 42px;
  position: relative;
  width: 367px;
  border-radius: 10px;
  background-color: #0D3359;
  color: #ffffff;
  font-size: var(--h6-text);
  font-weight: 600;
  line-height: 57px;
  text-align: center;
  transition: background-color 0.3s ease;

}

.rounded-rectangle-31-copy-2-holder:hover {
  background-color: #125A96;
  cursor: pointer;
}

.rounded-rectangle-31-copy-2-holder:focus {
  outline-offset: 5px;
}


.text-308 {
  margin: 59px 0 0;
  font-size: var(--h6-text);
  text-align: start;
}

.text-309 {
  margin-block: 44px 35px;
  margin-inline: 1px 0;
  position: relative;
  color: #5d5b5b;
  font-size: var(--h6-text);
  font-weight: 600;
  line-height: 35.42239px;
}



.layer-3410 {
  display: block;
  position: relative;
  font-size: var(--body-font-size);
  aspect-ratio: 36 / 31;
  width: 36px;
  float: inline-end;
  margin-inline-end: 30px;
  margin-block-start: 10px;


}

.rounded-rectangle-31-holder {
  padding: 15px 30px;
  position: relative;
  width: 367px;
  border-radius: 10px;
  color: #ffffff;
  font-size: var(--h6-text);
  font-weight: 600;
  line-height: 57px;
  text-align: center;
  background-color: #0f5132;
  transition: background-color 0.3s ease;
  
}

.rounded-rectangle-31-holder:hover {
  background-color: var(--primary-hover-color);
  cursor: pointer;
}

.rounded-rectangle-31-holder:focus {
  outline-offset: 5px;
}

.col-310 {
  float: inline-end;
  margin: 2px 0 0;
  position: relative;
  width: 50%;
}

.text-311 {
  font-size: var(--h3-heading);
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.2;
  text-align: start;

}

.text-312 {
  margin: 50px 0 0;
  width: 100%;
  font-size: var(--body-font-size);
  line-height: 34.375px;
  text-align: justify;
}

.layer-3409 {
  display: block;
  margin: 77px auto 0;
  width: 100%;
}

.vector-smart-object-33 {
  display: block;
  margin: 77px auto 0;
  position: absolute;
  width: 100%;
}



@media (max-width: 768px) {

  .l-constrained-302 {
    width: 80%;
  }

  .text-305 {
    margin: 0 auto;
    text-align: center;
  }

  .text-306 {
    margin: 0 auto;
    text-align: center;
  }


  .row-302 {
    width: 100%;
  }

  .col-315 {
    padding-inline-start: 0%;
    width: 41%;
  }

  .vector-smart-object-32 {
    display: block;
    margin-block: 0 85px;
    margin-inline: 0 auto;
    position: relative;
    inset-inline-start: 0;
    aspect-ratio: 473 / 145;
    width: 473px;
  }

  .rounded-rectangle-31-copy-2-holder {
    padding: 20px;
    font-size: var(--text-lg-2);
    width: 70%;
    border-radius: 15px;
  }

  .text-308 {
    text-align: start;
  }

  .text-309 {
    margin-block: 44px 70px;
    margin-inline: 1px 0;
    position: relative;
    color: #97141c;
    font-size: var(--text-lg-2);
    font-weight: 600;
    line-height: 1.4;
  }

  .layer-3410 {

  aspect-ratio: 36 / 31;
  width: 70px;
  float: inline-start;
  margin-inline-start: 0px;
  margin-block-start: -95px;
  }

  .rounded-rectangle-31-holder {
    position: relative;
    top: 100px;
    padding: 30px 50px;
    width: 100%;
    font-size: var(--text-lg-2);
    border-radius: 15px;
  }

  .col-310 {
  float: inline-end;
  margin: 2px 0 0;
  position: relative;
  width: 51%;
}

  .text-311 {
    font-size: var(--h4-heading);
    font-weight: 500;
    line-height: 1.2;
    text-align: start;
  }

  .text-312 {
    margin: 50px 0;
    line-height: 1.4;
  }


}



/* ==========================================================================
     CES Sectors CSS
     ========================================================================== */

.layer-3301 {
  margin: -19% 0 0;
  min-height: 0px;
  background: white;
}

.sectors-301 {
  margin: 0 0;
  padding: 0 0 20px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: white;
}

.l-constrained-303 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.col-303 {
  margin: 0 15%;
  position: relative;
  background: white;
}

.sponsorship {
  margin-inline-start: 20.5%;
  color: #0d3359;
  font-size: var(--h1-heading);
  font-weight: 800;
  text-align: start;
}

.categories {
  margin-inline-start: 31.5%;
  font-size: var(--h1-text);
  font-weight: 300;
  text-align: start;
}

.text-313 {
  margin: 40px auto 50px;
  width: 59%;
  font-size: var(--h6-text);
  line-height: 1.5;
  text-align: justify;
}

.vector-smart-object-34 {
  display: block;
  margin: 70px 0 0;
}



/* Media Query */
@media (max-width: 768px) {

  .col-303 {
    margin: 0 10%;
  }

  .sponsorship {
    margin: 0 auto;
    text-align: center;
  }

  .categories {
    margin: 0 auto;
    text-align: center;
  }

  .text-313 {
    width: 80%;
    font-size: var(--body-font-size);
    line-height: 1.5;
    text-align: center;
  }

}



/* ==========================================================================
  CES Numbers CSS
  ========================================================================== */


.numbers-301 {
  margin: 0;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/CES_images/vector_smart_object_5.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-307 {
  margin: 0 auto 0px;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.col-307 {
  margin: 0 15%;
  padding-block: 0 6.5%;
  position: relative;
}


.layer-3411 {
  margin-inline-start: 6.8%;
  height: 55px;
  position: relative;
  width: 9px;
  background-color: #0d3359;
}

.text-314 {
  margin-inline-start: 9%;
  position: relative;
  top: -25px;
  color: #0d3359;
  font-size: var(--h6-text);
  font-weight: 600;
  line-height: 26px;
}

.text-315 {
  margin-inline-start: 9%;
  position: relative;
  font-size: var(--body-font-size-sm);
  line-height: 1.8;
}


@media (max-width: 768px) {

  .col-307 {
    margin: 0 10%;
  }

  .layer-3411 {
    margin: 0;
  }


  .text-314 {
    margin-inline-start: 45px;
    inset-block-start: -30px;
    font-size: 3rem;
  }

  .text-315 {
    margin: 0;
    font-size: var(--body-font-size-m);
  }

}




/* ==========================================================================
 Table #301, Table #302, Table #303 CSS 
========================================================================== */

.table-301,
.table-302,
.table-303 {
  margin: 0 auto 70px;
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}

.table-302,
.table-303 {
  font-size: 24px;
}

.table-301,
.table-302,
.table-303 {
  min-width: 700px;
}

.table-301 th,
.table-302 th,
.table-303 th {
  text-align: center !important;
  border: 3px solid white !important;
  white-space: nowrap;
  position: relative;
  font-weight: 700;
}

.table-301 th {
  font-size: 17px;
  padding: 10px 5px;
}

.table-302 th,
.table-303 th {
  font-size: 22px;
  padding: 15px;
}

.table-301 thead th:first-child,
.table-302 thead th:first-child,
.table-303 thead th:first-child {
  border-inline-start: none !important;
}

.table-301 thead th:last-child,
.table-302 thead th:last-child,
.table-303 thead th:last-child {
  border-inline-end: none !important;
}

.table-301 th {
  padding: 6px;
  font-weight: 700;
}


.table-301 td,
.table-302 td,
.table-303 td {
  padding: 10px 15px;
  text-align: center;
  white-space: normal;
}

.table-302 th,
.table-302 td,
.table-303 th,
.table-303 td {
  padding: 15px;
}

.table-301 th,
.table-301 td,
.table-302 th,
.table-302 td,
.table-303 th,
.table-303 td {
  border-inline-start: 3px solid #d6d5d5;
  border-inline-end: 3px solid #d6d5d5;
  border-top: none;
  border-bottom: none;
  vertical-align: middle;
}

.table-1-th-1,
.table-2-th-1,
.table-3-th-1 {
  background-color: #818286 !important;
  color: white !important;
  position: sticky;
  inset-inline-start: 0;
  z-index: 3;
}

.table-3-th-1 {
  padding: 15px 30px;
}

.table-1-th-2,
.table-2-th-2 {
  background-color: #D7D9D6 !important;
}

.table-1-th-3,
.table-2-th-3 {
  background-color: #E3AA4D !important;
}

.table-1-th-4 {
  background-color: #B5B3B8 !important;
}

.table-1-th-5 {
  background-color: #E6A978 !important;
}


.table-3-th-2 {
  background-color: #D7D9D6 !important;
}

.table-3-th-3 {
  background-color: #EAB860 !important;
}

.table-3-th-4 {
  background-color: #EED6AE !important;
}

.table-3-th-5 {
  background-color: #D2C4AF !important;
  padding-inline-end: 30px !important;
}

.top-header {
  background-color: #EBE4D3 !important;
  color: #000 !important;
  font-size: var(--text-md-3);
  position: relative;
}

.top-header th {
  padding: 15px 30px !important;
  border: none !important;
  text-align: start !important;
  font-weight: 600;
}

.table-301 tbody tr:nth-child(1) {
  background-color: #EBE4D3 !important;
}

.table-301 tbody tr:nth-child(odd),
.table-302 tbody tr:nth-child(odd),
.table-303 tbody tr:nth-child(odd) {
  background-color: #F0F0F1;
}

.table-301 tbody tr:nth-child(even),
.table-302 tbody tr:nth-child(even),
.table-303 tbody tr:nth-child(even) {
  background-color: white;
}


.table-301 tbody tr:nth-child(1) {
  font-weight: bold;
}

.table-301 tbody td:nth-child(1),
.table-302 tbody td:nth-child(1),
.table-302 tbody td:nth-child(3),
.table-303 tbody td:nth-child(1),
.table-303 tbody td:nth-child(3) {
  text-align: start;
}

.table-302 tbody td:nth-child(1),
.table-303 tbody td:nth-child(1),
.table-303 tbody td:nth-child(2) {
  white-space: nowrap;
}

.table-header {
  color: #333;
  text-align: start;
  position: sticky;
  inset-inline-start: 0;
  z-index: 2;
  background-color: inherit;
}

.table-header i{
  font-size: var(--text-lg-1);
  font-weight: 500;
}

.checkmark {
  font-size: var(--text-lg-1);
  font-weight: 500;
}


.red {
  color: red !important;
}

.green {
  color: #249146 !important;
}

.accordion-toggle-302,
.accordion-toggle-303 {
  position: absolute;
  inset-inline-end: 35px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.collapsed-302 .accordion-toggle-302::before,
.collapsed-303 .accordion-toggle-303::before {
  content: '+';
}

.expanded-302 .accordion-toggle-302::before,
.expanded-303 .accordion-toggle-303::before {
  content: '–';
}

.collapsed-302 .table-2-header,
.collapsed-302 tbody,
.collapsed-303 .table-3-header,
.collapsed-303 tbody {
  display: none;
}

@media (max-width: 768px) {


  .table-301,
  .table-302,
  .table-303 {
    font-size: var(--body-font-size-m);
    min-width: 100%;
  }

  .table-302,
  .table-303 {
    font-size: var(--body-font-size-m);
  }

  .table-301 th,
  .table-302 th,
  .table-303 th {
    font-size: var(--body-font-size-m);
  }

  .table-301 th,
  .table-301 td,
  .table-302 th,
  .table-302 td,
  .table-303 th,
  .table-303 td {
    padding: 15px;
  }

  .accordion-toggle-302,
  .accordion-toggle-303 {
    font-size: var(--body-font-size);
  }
}







/* ==========================================================================
     CES Clients CSS
     ========================================================================== */

.clients-301 {
  overflow: hidden;
  padding: 67px 0;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/CES_images/layer_4_copy_5_2.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-304 {
  position: relative;
  width: 100%;
}

.row-305 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.text-316 {
  margin: 0 18.5%;
  position: relative;
  color: #ffffff;
  font-size: var(--h1-heading);
  font-weight: 800;
  text-align: start;
}

.text-317 {
  margin: -2px 0 0;
  position: relative;
  color: #ffffff;
  font-size: var(--h1-text);
  font-weight: 600;
  text-align: center;
}

.text-318 {
  margin: 24px auto 0;
  width: 1117px;
  color: #ffffff;
  font-size: var(--body-font-size);
  line-height: 35.41667px;
  text-align: justify;
}

.vector-smart-object-copy-33-holder {
  aspect-ratio: 1517 / 793;
  width: 1773px;
  margin: 70px auto 0;
  position: relative;
  background: url(./../../asset/images/CES_images/map.png) no-repeat;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  direction: ltr !important;
}

.seat-plan-bottom {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 1517 / 265;
  width: 1773px;
}

.seat-plan-logo {
  position: absolute;
  inset-inline-start: 70px;
  inset-block-start: 45px;
  width: 150px;
  height: calc(150px * var(--logo-aspect-ratio));
}


.seat-plan-breakout-point {
  position: absolute;
  inset-block-start: 37px;
  inset-inline-end: 70px;
  width: 165px;
  height: 125px;
}

.vector-smart-object-37 {
  height: 217px;
  display: block;
  inset-inline-start: 559.5px;
  margin: 0 auto;
  position: relative;
}

.layer-3412 {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.row-303 {
  margin: 78px auto 0;
  padding: 0 325px;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.col-319 {
  float: inline-start;
  margin: 5px 0 0;
  position: relative;
  width: 40%;
}

.vector-smart-object-copy-31 {
  display: block;
  position: relative;
}

.row-307 {
  margin: 71px 0 0;
  position: relative;
}


.col-308 {
  margin-bottom: 15px;
  position: relative;
}

.col-309 {
  position: relative;
}

.layer-3414 {
  float: inline-start;
  margin-inline-end: 31px;
}

.text-319 {
  margin: 4px 0 25px;
  color: #ffffff;
  font-size: var(--body-font-size);
  width: 100%;
}

.row-308 {
  margin: 16px 4px 0;
  position: relative;
}

.layer-3415 {
  float: inline-start;
  margin-inline-end: 30px;

}

.layer-3415 i {
  font-size: var(--h6-text);
  position: relative;
  top: 10px;
  color: #fff;
}

.text-320 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: var(--body-font-size);
}

.layer-3412-copy {
  float: inline-start;
  margin-inline-start: 66px;
  width: 6px;
  height: 400px;
  background-color: #999;
}

.col-311 {
  float: inline-start;
  margin-block-start: 11px;
  margin-inline-start: 73px;
  position: relative;
  width: 45%;
}

.rectangle-31-holder {
  margin-inline-start: 3px;
  min-height: 44px;
  padding: 10px 25px 8px;
  font-size: var(--h6-text);
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(./../../asset/images/about_images/layer_405.png) no-repeat right 10px center, white;
  background-size: 39px 20px;
  padding-inline-end: 7px;
}

[dir="rtl"] .rectangle-31-holder {
  background: url(./../../asset/images/about_images/layer_405.png) no-repeat left 10px center, white;
}


[lang="en"] .rectangle-31-holder,
[lang="en"] .audi-remove-btn,
[lang="en"] .audi-add-more-btn {
  font-family: 'Montserrat', sans-serif;
}

[lang="ar"] .rectangle-31-holder,
[lang="ar"] .audi-remove-btn,
[lang="ar"] .audi-add-more-btn {
  font-family: 'Cairo', sans-serif;
}




.text-321 {
  margin-inline-start: 21px;
  font-size: var(--h6-text);

}

.rounded-rectangle-31-copy-holder {
  margin: 35px 0 0;
  min-height: 63px;
  padding: 0 56px;
  position: relative;
  max-width: 300px;
  background-color: #0D3359;
  color: #ffffff;
  font-size: var(--h6-text);
  border-radius: 10px;
  font-weight: 600;
  line-height: 63px;
  text-align: center;
  transition: background-color 0.3s ease;
}



.rounded-rectangle-31-copy-holder:hover {
  background-color: #125A96;
  cursor: pointer;
}

.rounded-rectangle-31-copy-holder:focus {
  outline-offset: 5px;
}

.rounded-rectangle-31-copy-holder:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}



@media (max-width: 768px)
{
  .layer-3412-copy{
    height: 500px;

  }

  .text-319 {
    margin: 4px 0 25px;
    color: #ffffff;
    font-size: var(--text-lg-3);
  }

}

/* Seat selection styles */
.audi-seat {
  
  color: white;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  position: relative;
  background-color: transparent;
  border: none;
}




.audi-seat[data-seat="R1-A10"],
.audi-seat[data-seat="R1-A11"] {
  position: relative;
  inset-inline-start: 3px;
}

.audi-seat[data-seat="R2-A25"],
.audi-seat[data-seat="R2-A26"] {
  position: relative;
  inset-inline-start: 18.75px;
}

.audi-seat[data-seat="R4-B38"],
.audi-seat[data-seat="R4-B39"],
.audi-seat[data-seat="R6-B100"],
.audi-seat[data-seat="R6-B101"] {
  position: relative;
  inset-inline-start: 17px;
}

.audi-seat[data-seat="R7-C19"],
.audi-seat[data-seat="R7-C20"],
.audi-seat[data-seat="R7-C21"] {
  position: relative;
  inset-inline-start: 1px;
}

.audi-seat[data-seat="R8-C52"],
.audi-seat[data-seat="R8-C53"],
.audi-seat[data-seat="R8-C54"] {
  position: relative;
  inset-inline-start: 19px;
}

.audi-seat[data-seat="BLC-R4-B58"] {
  position: relative;
  top: 3px;
}

.audi-seat[data-seat="BRC-R5-B88"] {
  position: relative;
  top: 3px;
}


.audi-seat:hover {
  outline: 1px solid white;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
  z-index: 10;
  border: 3px solid;
}

.audi-seat.audi-selected {
  background: rgba(var(--primary-color-b-rgb), 0.7) !important;

}

/* Seat information tooltip */
.audi-seat-info {
  position: absolute;
  bottom: 170%;
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  padding: 20px;
  color: #333;
  text-align: left;
  font-size: var(--text-md-1);
  line-height: 1.3;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none;
  line-height: 1.5;
  font-weight: 500;
  pointer-events: none;
  opacity: 1 !important;
}

.audi-seat-info h4 {
  font-size: var(--body-font-size);
  margin-bottom: 10px;
}


.audi-seat-info::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.audi-seat:hover .audi-seat-info {
  display: block;
}


.audi-col-311 {
  margin: 20px 0 0 73px;
  width: 500px;
}

.audi-select-row {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
  align-items: center;
}

.audi-select-wrapper {
  flex: 1 0 100%;
  min-width: 0;
}

.rectangle-31-holder {
  width: 100%;
  padding: 10px 15px;
  font-size: var(--h6-text);
  border: 2px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  appearance: none;
  background-position: right 10px center;
  background-size: 1em;
  box-sizing: border-box;
}

.audi-add-more-btn,
.audi-remove-btn {
  padding: 15px 15px;
  display: flex;
  align-items: center;
  font-size: var(--body-font-size-m);
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  transition: background-color 0.3s;
  color: white;
}

.audi-add-more-btn {
  background-color: var(--primary-button-color);
}

.audi-add-more-btn:hover {
  background-color: #125A96;
}

.audi-remove-btn {
  background-color: black;
}

.audi-remove-btn:hover {
  background-color: #333;
}

.audi-button-group {
  display: flex;
  gap: 10px;
}


.audi-section-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 5px solid gray;
}

.audi-section {
  display: flex;
  justify-content: center;
  position: relative;
}
#R1, #R2{
  margin: 0 auto;
  z-index: 10;
  width: 300px;
}

.audi-section-column {
  display: flex;
  flex-direction: row;
}

/* Curved seat styles */
.audi-curved-seats-left {
  position: absolute;
  left: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}

.audi-curved-seats-right {
  position: absolute;
  right: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.audi-curved-seat {
  margin: 0 0 1px 0;
  transform-origin: center;
  z-index: 10;
  transform-style: preserve-3d;
  backface-visibility: visible;
}

.audi-curved-seat:hover,
.audi-curved-seats-left:hover,
.audi-curved-seats-right:hover {
  opacity: 1 !important;

}

.audi-curved-seat .audi-seat-info {
  transform: translateX(-50%) rotate(calc(-1 * var(--audi-seat-rotation))) !important;
  transform-origin: bottom center;
  width: 430px;
  padding: 20px;
  color: #000;
  opacity: 1 !important;
  text-align: left;
  font-size: var(--text-md-1);
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none;
  line-height: 1.5;
  font-weight: 500;
  pointer-events: none;
}

.audi-curved-seat .audi-seat-info h4 {
  font-size: var(--body-font-size);
}

@media (max-width: 768px) {
  
.audi-select-row {
  gap: 30px;
}

}



/* Add to your existing CSS */
.audi-seat-info .audi-add-seat-action {
  position: absolute;
  bottom: 24px;
  right: 15px;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}

.audi-seat-info .audi-add-seat-action:hover {
  background-color: #45a049;
}

.audi-seat-info .audi-add-seat-action.audi-added {
  background-color: #2196F3;
  content: "Added";
  cursor: default;

}

.audi-in-cart {
    background: rgba(var(--primary-color-b-rgb), 0.7) !important;
}
.audi-in-cart:hover {
    cursor: not-allowed;
}
.audi-in-cart-label {
    background-color: #2196F3;
    position: absolute;
    bottom: 24px;
    right: 15px;
    padding: 10px;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;

}


.audi-seat-limit-notice {
  text-align: right;
  margin: 0 0 15px 0;
  color: #ffff;
  font-size: var(--text-md);
}

.audi-seat-limit-notice small {
  font-size: var(--body-font-size-sm);
}





/* Add to cart Form Submit CSS */

.audi-seat.audi-booked {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #e0e0e0 !important;
  position: relative;

}



.audi-seat.audi-booked:hover {
  transform: none !important;
  opacity: 1 !important;
}


.audi-booked-label {

  font-weight: bold;
  position: absolute;
  bottom: 24px;
  right: 15px;
  padding: 10px;
  background-color: #d32f2f;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  transition: all 0.2s;
}

.audi-seat.audi-booked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #d32f2f;
  transform: rotate(-45deg);
}

.audi-seat.audi-booked .audi-seat-info {
  opacity: 1 !important;
}


.audi-curved-seat.audi-booked:hover {
  transform: rotate(var(--audi-seat-rotation)) !important;
  transform-origin: center !important;
  opacity: 1 !important;
}

.audi-curved-seat:hover:not(.audi-booked) {
  transform: rotate(var(--audi-seat-rotation)) !important;
  z-index: 10;
  opacity: 1 !important;
}


.button-reset {
  color: black !important;
  background-color: red !important;
}

.spinner {
  display: none;
}

.loading .spinner {
  display: flex;
}

.loading #btn-text {
  display: none;
}


/* Modal container (no overlay) */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center the modal */
}

/* Modal box */
.modal-content {
  position: relative;
  background: #fff;
  padding: 30px 30px 20px;
  border-radius: 8px;
  font-size: var(--body-font-size);
  font-weight: 700;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.modal-content h3 {
  margin: 0 auto 20px;
  font-size: var(--h3-heading);
  font-weight: 700;
  margin: 70px auto 10px;
  text-align: center;
}

.modal-content p {
  margin: 20px auto 10px;
  font-size: var(--body-font-size);
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}



/* OK button */
.modal-actions {
  margin-top: 20px;
}

.modal-actions button {
  margin: 30px auto;
  padding: 15px 35px;
  background-color: var(--primary-button-color);
  color: white;
  font-size: var(--body-font-size);
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.2),
    inset 0 -2px 4px rgba(0, 0, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-actions button:hover {
  background-color: #0056b3;
}


/* //Alert Flash Message CSS */
  .alert-badge {
    padding: 20px 30px;
    margin: 30px 0 0;
    border-radius: 4px;
    width: 100%;
    font-size: var(--body-font-size);
    position: relative;
  }

  .alert-success {
    background-color: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
  }

  .alert-error {
    background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
  }

  .close-btn {
    position: absolute;
    right: 8px;
    top: 3px;
    cursor: pointer;
    font-size: var(--h5-text);
    color: inherit;
    font-weight: normal;
    line-height: 1;
  }

  .alert-message {
    display: inline-block;
    margin-right: 24px;
    line-height: 1.7;
  }


@media (max-width: 768px) {


  .modal-content {
    width: 500vw;
    padding: 100px;
  }

  .modal-content h3 {
    font-size: var(--h3-heading);

  }

  .modal-content p {
    font-size: var(--body-font-size);

  }

  .modal-content button {
    font-size: var(--h2-heading);
    margin-top: 50px;
    padding: 50px 70px;
    border-radius: 20px;
  }


  .text-316 {
    margin: 0 auto;
    text-align: center;
  }


  .text-317 {
    margin: -2px auto 0;
    font-size: var(--h1-sub-heading);
    text-align: center;
  }

  .text-318 {
    margin: 30px auto;
    width: 80%;
    font-size: var(--body-font-size);
    line-height: 1.3;
    text-align: center;
  }

  .vector-smart-object-copy-33-holder {
    margin: 70px auto 0;
    transform: scale(1.6);
    transform-origin: top center;
  }

  .seat-plan-logo {
    position: absolute;
    left: 18%;
    top: 35px;
    width: 150px;
    height: calc(150px * var(--logo-aspect-ratio));
  }

  .seat-plan-breakout-point {
    position: absolute;
    top: 30px;
    right: 17.5%;
    width: 180px;
    height: 140px;
  }

  .l-constrained-304 {
    margin-bottom: 1035px;
  }

  .seat-plan-bottom {
    margin: 1035px 0 0;
    width: 100%;
  }

  .row-303 {
    margin: 100px auto 0;
    padding: 0;
    width: 80%;
  }

  .col-319 {
    width: 45%;
  }

  .col-311 {
    margin: 11px 0 0 0;
    padding: 0 5%;
    width: 50%;
  }

  .rectangle-31-holder {
    font-size: var(--body-font-size);
  }

  .layer-3415 {
    float: inline-start;
    margin-inline-end: 31px;

  }

  .layer-3415 i {
    font-size: var(--text-xl);
    margin: 30px 10px 0;
    inset-block-start: 15px;
    color: #fff;
  }

  .text-321 {
    font-size: var(--body-font-size);
  }

  .rounded-rectangle-31-copy-holder {
    width: 70%;
    padding: 15px;
    border-radius: 15px;
    font-size: var(--body-font-size);
  }


  /* Auditorium Seat Plan Media Query */
  /* .audi-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 19%;
    left: 15%;
    bottom: 4%;
    display: none;
  }

  .audi-controls h3 {
    font-size: 20px;
  }

  .audi-controls button {
    font-size: 18px;
  }


  .audi-controls .audi-legend > * {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }

  .audi-status {
    border-radius: 5px;
    right: 15%;
    bottom: 4%;
    display: none;
  }

  .audi-status h3{
    font-size: 20px;
    padding-bottom: 5px;
  }

  .audi-status p{
    font-size: 18px;
  }

  .audi-tooltip {
    width: 400px;
    font-size: var(--body-font-size-m);
  }

} */

.audi-seat-info {
  width: 500px;
}

.audi-seat-info h4 {
  font-size: var(--h6-heading);
}

.audi-seat-info p{
    font-size: var(--text-md-2);
  }

  .audi-seat-info .audi-add-seat-action{
    font-size: var(--text-md-3);
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .text-red {
    color: red;
  }

  .text-green {
    color: #249146;
  }

  .table-301 tr i {
    font-size: var(--h6-text);
  }

  .alert-badge {
    padding: 20px 30px;
    margin: 50px 20% 0;
    border-radius: 4px;
    width: 60%;
    font-size: var(--body-font-size);
    position: relative;
  }

  .alert-success {
    background-color: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
  }

  .alert-error {
    background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
  }

  .close-btn {
    position: absolute;
    right: 8px;
    top: 3px;
    cursor: pointer;
    font-size: var(--h5-text);
    color: inherit;
    font-weight: normal;
    line-height: 1;
  }

  .alert-message {
    display: inline-block;
    margin-right: 24px;
    line-height: 1.7;
  }





  #submitBtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .btn-loading {
    display: flex;
    gap: 3px;
    align-items: center;
  }



}









/* ====================================================================================================
---------------------------------------------------------------------------------------------------------
------------------------------ WORKSHOP & TRAINING COURSES PAGE ---------------------------------------------
---------------------------------------------------------------------------------------------------------
======================================================================================================= */



/* ==========================================================================
   Upcoming Workshop and Traning CSS
   ========================================================================== */

.upcoming-401 {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #E3E3E3 url(./../../asset/images/WTC_images/layer_18.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-401{
  margin: 0 auto;
  padding-bottom: 70px;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
  background-color: #E3E3E3;

}

.vector-smart-object-402 {
  inset-inline-start: 0;
  position: absolute;
  top: 211px;
  width: 100%;
}

.workshop-401 {
  margin: 0 auto 0;
  padding-top: 4.7% ;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.text-405 {
  margin: 0 19.5%;
  padding: 0;
  color: #0f5132;
  font-size: var(--h1-heading);
  font-weight: 600;
  text-align: start;
}

.text-406 {
  margin: 20px 20% 0;
  width: 60%;
  color: #010101;
  font-size: var(--body-font-size);
  line-height: 1.5;
  font-weight: 500;
  text-align: justify;
}

.row-409 {
  margin: 65px 0 0;
  position: relative;
}

.row-409>* {
  float: inline-start;
  margin-inline-end: 27px;
}

.row-409>*:last-child {
  margin-inline-end: 0 !important;
}

.col-415 {
  position: relative;
  width: 468px;
}

.row-413 {
  position: relative;
}

.vector-smart-object-copy-410 {
  float: inline-start;
  margin-block-start: 87px;
  margin-inline-end: 73px;
}

.rounded-rectangle-3-copy-403 {
  float: inline-start;
  width: 365px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.text-407 {
  margin-block-start: 41px;
  margin-inline-end: 168px;
  color: #090909;
  font-weight: 500;
  text-align: start;
}

.col-410 {
  position: relative;
  width: 365px;
}

.rounded-rectangle-3-copy-404 {
  display: block;
  margin: 0 auto;
  width: 365px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.text-408 {
  margin: 41px 0 0;
  color: #090909;
  font-weight: 500;
  text-align: center;
}

.col-411 {
  position: relative;
  width: 365px;
}

.rounded-rectangle-3-copy-405 {
  display: block;
  margin: 0 auto;
  width: 365px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.text-409 {
  margin: 40px 0 0;
  color: #090909;
  font-weight: 500;
  text-align: center;
}

.col-416 {
  position: relative;
  width: 471px;
}

.row-414 {
  position: relative;
}

.rounded-rectangle-3-copy-406 {
  float: inline-start;
  margin-inline-end: 76px;
  width: 365px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.vector-smart-object-copy-409 {
  float: inline-start;
  margin: 87px 0 0;
}

.text-410 {
  margin-block-start: 40px;
  margin-inline-start: 36px;
  color: #090909;
  font-weight: 500;
  text-align: end;
}

.training-courses-401 {
  margin: 4.7% auto 0;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.text-411 {
  margin: 0 19.5%;
  color: var(--primary-color);
  font-size: var(--h1-heading);
  font-weight: 600;
  text-align: start;
}

.text-412 {
  margin: 20px 20% 50px;
  width: 60%;
  color: #010101;
  font-size: var(--body-font-size);
  line-height: 1.5;
  font-weight: 500;
  text-align: justify;
}

.row-410 {
  position: relative;
}

.row-410>* {
  float: start;
  margin-inline-end: 27px;
}

.row-410>*:last-child {
  margin-inline-end: 0 !important;
}

.col-417 {
  position: relative;
  width: 468px;
}

.row-415 {
  position: relative;
}

.vector-smart-object-copy-408 {
  float: inline-start;
  margin-block-start: 93px;
  margin-inline-end: 73px;
}

.rounded-rectangle-3-copy-403-2 {
  float: inline-start;
  width: 365px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.text-413 {
  margin-block-start: 37px;
  margin-inline-start: 171px;
  color: #090909;
  font-weight: 500;
  text-align: start;
}

.col-412 {
  position: relative;
  width: 365px;
}

.rounded-rectangle-3-copy-404-2 {
  display: block;
  width: 365px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.text-414 {
  margin: 36px 0 0;
  color: #090909;
  font-weight: 500;
  text-align: center;
}

.col-413 {
  position: relative;
  width: 365px;
}

.rounded-rectangle-3-copy-405-2 {
  display: block;
  margin: 0 auto;
  width: 365px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.text-415 {
  margin: 36px 0 0;
  color: #090909;
  font-weight: 500;
  text-align: center;
}

.col-418 {
  position: relative;
  width: 471px;
}

.row-416 {
  position: relative;
}

.rounded-rectangle-3-copy-406-2 {
  float: inline-start;
  margin-inline-end: 76px;
  width: 365px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.vector-smart-object-copy-403 {
  float: inline-start;
  margin: 93px 0 0;
}

.text-416 {
  margin-block-start: 36px;
  margin-inline-start: 27px;
  color: #090909;
  font-weight: 500;
  text-align: start;
}


/* workshop #1 Carousel */
.workshop-carousel-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 0 60px;
  overflow: hidden;
}

.workshop-carousel-container {
  width: 100%;
  overflow: visible;
}

.workshop-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 30px;
  padding: 10px 0;
  padding-inline-start: 0;
}

.workshop-carousel-slide {
  flex: 0 0 362px;
  width: 362px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.workshop-carousel-slide-image {
  height: 217px;
  overflow: hidden;
  border-radius: 10px;
}

.workshop-carousel-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.workshop-carousel-slide-caption {
  padding: 8px;
  padding-top: 30px;
  text-align: center;
  font-size: var(--body-font-size);
  font-weight: 500;
  color: black;
}

.workshop-carousel-slide-caption:hover {
  color: var(--primary-color);
}

.workshop-carousel-btn {
  position: absolute;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #E6E6E7;
  -webkit-text-stroke: 3px var(--primary-color);
}

.workshop-carousel-btn:hover {
  transform: translateY(-50%) scale(1.1);
}

.workshop-carousel-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateY(-50%);
}

.workshop-carousel-btn img {
  width: 30px;
  height: 44px;
}

#workshopCarouselPrevBtn {
  left: 50px;
}

#workshopCarouselNextBtn {
  right: 50px;
}


/* Training Courses Carousel CSS */

.training-courses-carousel-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 0 60px;
  overflow: hidden;
}

.training-courses-carousel-container {
  width: 100%;
  overflow: visible;
}

.training-courses-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 30px;
  padding: 10px 0;
  padding-inline-start: 0;
}

.training-courses-carousel-slide {
  flex: 0 0 362px;
  width: 362px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.training-courses-carousel-slide-image {
  height: 217px;
  overflow: hidden;
  border-radius: 8px;
}

.training-courses-carousel-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.training-courses-carousel-slide-caption {
  padding: 8px;
  padding-top: 30px;
  text-align: center;
  font-size: var(--body-font-size);
  font-weight: 500;
  color: black;
}

.training-courses-carousel-slide-caption:hover {
  color: var(--primary-color);
}

.training-courses-carousel-btn {
  position: absolute;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #E6E6E7;
  -webkit-text-stroke: 3px var(--primary-color);
}

.training-courses-carousel-btn:hover {
  transform: translateY(-50%) scale(1.1);
}

.training-courses-carousel-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateY(-50%);
}

.training-courses-carousel-btn img {
  width: 30px;
  height: 44px;
}


#trainingCoursesCarouselPrevBtn {
  left: 50px;
}

#trainingCoursesCarouselNextBtn {
  right: 50px;
}


@media (max-width: 768px) {

  .text-405 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 0;
  font-size: var(--h1-heading);
  text-align: center !important;
}

.text-406 {
  margin: 20px auto 0;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--body-font-size);
  text-align: center !important;
}


.text-411 {
  margin: 0 auto;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--h1-heading);
  text-align: center !important;
}

.text-412 {
  margin: 20px auto 50px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--body-font-size);
  text-align: center;
}


}



/* ==========================================================================
   Lecturer CSS
   ========================================================================== */

.lecturer-401 {
  margin: 0;
  overflow: hidden;
  padding: 66px 0 150px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/WTC_images/layer_232_1.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lecturer-402 {
  margin: 0;
  overflow: hidden;
  padding: 66px 0 150px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/WTC_images/layer_23_2.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-403 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
  
}

.group-410 {
  margin: 0 auto;
  position: relative;
  width: 59%;
}

.row-406 {
  position: relative;
  inset-inline-end: 0;
  inset-block-start: 0;
  display: flex;
  justify-content: space-between;
  margin-block: 0;
  margin-inline: auto 0;
  width: 50%;

}

.col-403 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
}

.col-403 p,
.col-403 i {
  display: inline;
  margin: 0;
  padding: 0;
}

.row-406 i {
  font-size: var(--h6-text);
  color: white;
  font-weight: 200;
}

.add-calendar-401 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: var(--body-font-size);
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

.text-418 {
  margin-block-start: 10px;
  margin-inline-start: 18px;
  color: #ffffff;
  font-size: var(--body-font-size-20px);
  text-align: center;
}

.favourite-401 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: var(--body-font-size);
  display: flex;
  justify-content: flex-end;
  gap: 15px;

}

.share-401 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: var(--body-font-size);
  display: flex;
  justify-content: center;
  gap: 15px;
}

.row-402 {
  height: 530px;
  width: 100%;
  margin: 22px 0 0;
  padding: 39px 60px 31px;
  background-color: #CCCCCC;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  -moz-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
}

.col-404 {
  float: inline-start;
  margin-block: 3px 0;
  margin-inline: 0 50px;
  position: relative;
  width: 53%;
  overflow: hidden;
}

.vector-smart-object-copy-404 {
  display: block;
  position: relative;
  aspect-ratio: 473/145;
  width: 260px; 
}

.logo-401 {
  position: absolute;
  inset-inline-end: 20px;
  bottom: 0px;
  height: 480px;

}

.instructor-401 {
  position: absolute;
  inset-inline-end: 50px;
  bottom: 0;
  z-index: 10;
  aspect-ratio: 330 / 450;
  height: 535px !important;
}

.text-423 {
  margin: 25px 0 10px;
  font-size: var(--h2-text);
  font-weight: 600;
}

.text-424 {
  margin-block: 30px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}


.text-425 {
  margin-block: 0 10px;
  margin-inline: 0;
  font-size: var(--text-md-3);
  font-weight: 600;
}

.text-426 {
  margin-block: 0 10px;
  font-size: var(--text-md-3);
  font-weight: 600;

}

.text-427 {
  margin-block: 0 10px;
  font-size: var(--text-md-3);
  font-weight: 600;
}

[dir="rtl"] .text-423 {
  margin: 25px 0 0px;
  font-size: var(--h2-text);
  font-weight: 600;
}



.text-425 {
  margin-block: 0 5px;
  margin-inline: 0;
  font-size: var(--text-md-3);
  font-weight: 600;
}

.text-426 {
  margin-block: 0 5px;
  font-size: var(--text-md-3);
  font-weight: 600;

}




.layer-4445 {
  float: inline-start;
  width: 3px;
  height: 450px;
  background-color: var(--primary-color);
}

.row-407 {
  margin: 75px auto 0;
  position: relative;
  width: 59%;
}

.col-408 {
  float: inline-start;
  margin: 2px 0 0;
  position: relative;
  width: 49%;
}

.text-419 {
  color: #ffffff;
  font-size: var(--text-lg-1);
  font-weight: 600;
  text-align: start;
  transition: all 0.2s ease;
}

.text-419:hover{
  color: #ccc;

}

.text-420 {
  margin: 40px auto 0;
  width: 100%;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  font-size: var(--body-font-size);
  text-align: justify;
}


@media (max-width: 768px) {

  
.lecturer-401 {
  margin: 0;
  padding: 66px 0 100px;
}

.lecturer-402 {
  margin: 0;
  padding: 66px 0 100px;
}

.l-constrained-403 {
  margin: 50px auto;
  width: 100%;
}

.group-410 {
  margin: 0 auto;
  width: 80%;
}

.row-406 {
  margin-block: 0 30px;
  margin-inline: auto 0;
  width: 70%;

}

.col-403 {
  gap: 30px;
  padding: 10px;
}

.col-403 p,
.col-403 i {
  margin: 0;
  padding: 0;
}

.row-406 i {
  font-size: var(--h6-text);
  margin-inline-end: 15px;
}

.add-calendar-401 {
  margin: 10px 0 0;
  font-size: var(--body-font-size);
  gap: 15px;
}

.text-418 {
  margin-block-start: 10px;
  margin-inline-start: 18px;
  font-size: 3rem;
  text-align: center;
}

.favourite-401 {
  margin: 10px 0 0;
  font-size: var(--body-font-size);
  display: flex;
  justify-content: flex-end;
  gap: 15px;

}

.share-401 {
  margin: 10px 0 0;
  font-size: var(--body-font-size);
  gap: 15px;
}

.row-402 {
  height: unset;
  width: 100%;
  margin: 22px 0 0;
  padding: 39px 61px 31px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.col-404 {
  margin-block: 3px 0;
  margin-inline: 30px 100px;
  width: 50%;
}

.vector-smart-object-copy-404 {
  display: block;
  position: relative;
  aspect-ratio: 473/145;
  width: 300px; 
}


.logo-401 {
  inset-inline-end: 100px;
  bottom: 0px;
  height: 650px !important;

}

.instructor-401 {
  inset-inline-end: 100px;
  bottom: 0;
  z-index: 10;
  aspect-ratio: 330 / 450;
  height: 620px !important;
}

.text-423 {
  margin: 45px 0 10px;
  font-size: 50px;
}

[dir="rtl"] .text-423 {
  margin: 45px 0 10px;
  font-size: 50px;
}

.text-424 {
  margin-bottom: 45px;
  font-size: 25px;
}

[dir="rtl"] .text-424 {
  margin-bottom: 45px;
  font-size: 25px;
}


.text-425 {
   margin-block: 0 10px;
   margin-inline: 0;
  font-size: 3rem;
}

[dir="rtl"] .text-425 {
  margin-block: 0;
  margin-inline: 0;
  font-size: 2.7rem;
}

.text-426 {
  margin: 10px 0;
  font-size: 3rem;

}

[dir="rtl"] .text-426 {
  margin-block: 0;
  margin-inline: 0;
  font-size: 2.7rem;

}

.text-427 {
  margin: 10px 0;
  font-size: 3rem;

}

[dir="rtl"] .text-427 {
  margin-block: 0;
  margin-inline: 0;
  font-size: 2.7rem;

}

.layer-4445 {
  float: inline-start;
  width: 3px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 30px 10px;
}

[dir="rtl"] .layer-4445 {
  float: inline-start;
  width: 3px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 30px 10px;
}


.row-407 {
  margin: 75px auto 0;
  width: 80%;
}

.col-408 {
  float: inline-start;
  margin: 2px 0 0;
  width: 49%;
}

.text-419 {
  font-size: var(--h3-text);
  text-align: start;
}

.text-420 {
  margin: 40px auto 0;
  width: 100%;
  line-height: 1.5;
  font-size: var(--body-font-size);
}

  
}




/* event info*/
.event-info-401 {
  float: inline-end;
  width: 465px;
  height: auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0 25px;
  border-radius: 15px;
  border: 10px solid rgba(var(--primary-color-rgb), 0.6);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}

.info-row-401 {
  display: flex;
  align-items: center;
  padding: 25px 16px;
  border-bottom: 1px solid #555;
  font-size: var(--text-md-2);
  font-weight: 500;
}

.info-row-401 i {
  font-size: var(--text-lg-3);
  margin-block: 0;
  margin-inline: 0 30px;
}

.info-row-401 img {
  width: 45px;
  height: 45px;
  margin-block: 0;
  margin-inline: 0 30px;
}

.info-button-401 {
  float: inline-start;
  margin-block:  20px 30px;
  margin-inline: 10px;
  padding: 10px 35px 15px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 7px;
  color: #dbe8db;
  font-size: var(--h6-text);
  font-weight: 600;
  text-align: center;
  background-color: var(--primary-color);
  transition: background-color 0.3s ease;
}

[lang="ar"] .info-button-401{
  font-family: 'Cairo', sans-serif;
  padding: 10px 35px;
}

.info-button-401:hover {
  background-color: var(--primary-hover-color);
  cursor: pointer;
}

.info-button-401:focus {
  outline-offset: 5px;
}

@media (max-width:768px) {

  .event-info-401 {
    width: 40%;
  }

  .info-row-401 {
    font-size: var(--h5-text);
  }

  .info-row-401 i {
    font-size: var(--h5-text);
  }


.info-button-401  {
    background-color: var(--primary-color);
    border: 1px solid #ccc;
    margin-block: 50px;
    height: 100px;
    padding: 22px;
    font-size: 45px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    border-radius: 7px;
    transition: background-color 0.2s ease;
}

.info-button-401 :hover {
    background-color: var(--primary-hover-color);
}

.text-417 {
  margin-block: 10px 0;
  margin-inline: 18px 0;
  color: #ffffff;
  font-size: var(--body-font-size-25px);
  text-align: center;
}


.row-406 i {
  font-size: var(--h6-heading);
}





}



/* ==========================================================================
   Download Profile CSS
   ========================================================================== */

.download-profile-401 {
  margin: -77px 0 0;
  position: relative;
  z-index: 0;
}

.row-401 {
  margin: auto;
  height: 146px;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  position: relative;
  width: 58.5%;
  z-index: 92;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #6d6969;
  -webkit-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  -moz-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  /*drop shadow*/
}

.vector-smart-object-copy-404-2 {
  float: inline-start;
  aspect-ratio: 473/145;
  width: 200px;
  margin-block: auto;
}

.layer-4409 {
  float: inline-start;
  height: 107px;
  margin-block: 1px 0;
  margin-inline: 48px 0;
  width: 4px;
  background-color: var(--primary-color);
}

.text-421 {
  float: inline-start;
  margin-block: 30px;
  margin-inline: 57px 0;
  color: #5b2014;
  font-size: var(--text-lg);
}

.layer-4383 {
  float: inline-start;
  margin-inline: 48px;
  color: var(--primary-color);
  font-size: var(--h2-text);
}

.layer-4383 img {
  width: 47px;
  height: 34px;
}



.layer-444-holder-401 {
  margin: -67px auto 0;
  padding: 90px 0 50px;
  position: relative;
  z-index: 91;
  background: #cfcece center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-404 {
  margin: 0 auto 50px;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.l-constrained-404 ul {
  margin: 0 auto 50px;
  position: relative;
  max-width: var(--base-width);
  width: 55%;
  list-style-type: disc; 
  line-height: 1.5;

}

.text-422 {
  margin: 0 auto;
  width: 1124px;
  line-height: 1.2;
  text-align: justify;
}

.text-413 {
  margin: 0 20% 30px;
  font-size: var(--h3-heading);
  line-height: 1.6;
  font-weight: 700;
  text-align: start;
}

.text-414 {
  margin: 0 auto;
  font-size: var(--body-font-size);
  width: 60%;
  line-height: 1.4;
  font-weight: 500;
  text-align: justify;
}


@media (max-width: 768px) {

  .download-profile-401 {
  margin: -77px 0 0;
}

.row-401 {
  height: 200px;
  padding: 21px 53px 17px;
  width: 70%;
  z-index: 92;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.vector-smart-object-copy-404-2 {
  float: inline-start;
  width: 154px;
  height: 107px;
}

.layer-4409 {
  float: inline-start;
  height: 150px;
  margin-block: 1px 0;
  margin-inline: 48px 0;
  width: 4px;
}

.text-421 {
  float: inline-start;
  margin-block: 30px;
  margin-inline: 57px 0;
  font-size: 2.5rem;
}

.layer-4383 {
  float: inline-start;
  margin-block: 39px;
  margin-inline: 60px 30px;
}

.layer-4383 img {
  aspect-ratio: 47 / 34;
  width: 50px;
}



.layer-444-holder-401 {
  margin: -67px auto 0;
  padding: 139px 0 183px;
}

  .l-constrained-404 {
    margin: 0 auto 100px;
    width: 80%;
  }

  .l-constrained-404 ul {
  margin: 0 auto 50px;
  position: relative;
  max-width: var(--base-width);
  width: 85%;
  list-style-type: disc; 
  line-height: 1.5;

}

  .text-413 {
    margin: 0 0 30px;
    font-size: var(--h5-heading);
    line-height: 1.2;
    text-align: start;
  }

  .text-414 {
    width: 100%;
    line-height: 1.4;
  }


}







/* ====================================================================================================
---------------------------------------------------------------------------------------------------------
------------------------------ WORKSHOP SUBSIDIARY PAGE ---------------------------------------------
---------------------------------------------------------------------------------------------------------
======================================================================================================= */


/* ==========================================================================
   Breakout Point CSS
   ========================================================================== */

.in-numbers-copy-501 {
  margin: 0 auto;
  overflow: hidden;
  padding: 70px 0 0;
  position: relative;
  width: 100%;
  z-index: 0;
  background: url(./../../asset/images/WS_2_images/layer_4_copy_5.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.vector-smart-object-holder-501 {
  margin:  0 0;
  padding: 70px 0 100px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  z-index: 34;
  background: url(./../../asset/images/WS_2_images/vector_smart_object_2.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}



.vector-smart-object-holder-502 {
  margin:  0 0;
  padding: 50px 0;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  z-index: 34;
  background: url(./../../asset/images/WS_2_images/vector_smart_object_2.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

.in-numbers-copy-502 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.vector-smart-object-502 {
  display: block;
  margin: 50px 20% 0px;
  position: relative;
  width: 473px;
  height: 144px;
  z-index: 37;
}

.text-501 {
  margin: 0 auto;
  width: 60%;
  font-size: var(--body-font-size-25px);
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.text-505 {
  margin: 0 auto;
  width: 60%;
  font-size: var(--body-font-size-25px);
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.group-501 {
  margin: 66px auto 0;
  position: relative;
  width: 63%;
}

.group-503 {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.group-503>* {
  float: inline-start;
  margin-block: 0 50px;
}

.group-503>*:last-child {
  margin-right: 0 !important;
}

.col-502 {
  position: relative;
  width: 30%;
}

.text-506 {
  margin: 4px 0 0;
  font-size: var(--body-font-size-m);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.group-3-copy-501 {
  margin: 52px 0 0;
  position: relative;
  width: 100%;
}

.group-3-copy-501>* {
  float: left;
  margin: 0 31.3px 0 0;
}

.group-3-copy-501>*:last-child {
  margin-right: 0 !important;
}

.group-504 {
  margin: 30px 0 0;
  min-height: 54px;
  padding: 11px 0 13px;
  position: relative;
  width: 100%;
  border: 1px solid #0f5132;
  background: #e6e6e6;
}

.text-512 {
  max-width: 100%;
  text-align: center;
}

.text-512>* {
  font-size: var(--body-font-size-25px);
  font-weight: 500;
  text-align: center;
}


/* Video Gallery CSS */
.video-thumbnail {
  height: 220px;
  aspect-ratio: 374 / 220;
  margin: 0 0 70px; 
  padding: 0;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
}

.play-button-501 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  border-radius: 50%;
}


.play-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  width: 80px;
  height: 80px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  border-radius: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}


.play-online-btn-501 {
  margin: 30px 0;
}

.play-online-btn-501 button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: white;
  color: #0f5132;
  border: 2px solid #0f5132;
  cursor: pointer;
  border-radius: 5px;
}

#main-video-player  {
  padding-top: 50px;
}

#main-video-player video {
  width: 100%;
  height: auto;
  border-radius: 10px !important;
  border: 1px solid black;
}

#main-video-player p {
  text-align: left;
  padding: 10px 0;
}


/* ==========================================================================
Breakout Point Video CSS
========================================================================== */

.in-numbers-copy-503 {
  display: none;
  margin: 0 auto 0;
  padding: 30px 0 0;
  position: relative;
  background-color: #E0E1E3;
  width: 100%;
}

.l-constrained-503 {
  max-width: var(--base-width);
  margin: 0 auto 0px;
  padding-bottom: 70px;
  width: 100%;
}

.group-501-2 {
  margin: 0 auto;
  width: 63%;
  position: relative;
}

.group-501-3 {
  position: relative;
  width: 100%;
}

.group-503-2 {
  position: relative;
}

.layer-5408 {
  display: block;
  margin: -9px 0 0;
  position: relative;
}

.text-513 {
  margin: 73px auto 0;
  width: 93%;
  font-size: var(--h4-heading);
  font-weight: 600;
  text-align: justify;
}

.text-514 {
  margin: 35px auto 0;
  width: 93%;
  color: #010101;
  font-size: var(--body-font-size-25px);
  line-height: 1.5;
  text-align: justify;
}

.group-510 {
  margin: 0px auto 0;
  min-height: 146px;
  padding: 50px 70px;
  position: relative;
  top: 130px;
  width: 59%;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 100;
  background: #0d3359;
  -webkit-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  -moz-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  /*drop shadow*/
}

.layer-5383 {
  float: right;
  width: 47px;
  height: 34px;
}

.text-515 {
  margin: 7px 0 0 10px;
  color: #fbf3f3;
  font-size: var(--body-font-size-25px);
  font-weight: 500;
  text-align: left;
}






/* ====================================================================================================
---------------------------------------------------------------------------------------------------------
------------------------------ WORKSHOP ATTEND PAGE ---------------------------------------------
---------------------------------------------------------------------------------------------------------
======================================================================================================= */



/* ==========================================================================
  Workshop Form CSS
  ========================================================================== */

.in-numbers-copy-601 {
  padding: 98px 0 31px;
  position: relative;
  width: 100%; /* 1919px / 1919px = 100% */
  z-index: 0;
  background: url(./../../asset/images/WS_1_images/layer_4_copy_5.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.vector-smart-object-602 {
  display: block;
  margin: 0 auto;
  position: relative;
  inset-inline-end: 325px;
  z-index: 55;
}
.col-603 {
  margin: 0 0;
  padding: 30px 0 100px;
  position: relative;
  width: 100%; /* 1919px / 1919px = 100% */
  z-index: 34;
  background: url(./../../asset/images/WS_1_images/vector_smart_object_2.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.alert-601{
  margin: 0 auto 30px;
  width: 60%;
  position: relative;
}

.l-constrained-602 {
  margin-inline: auto;
  padding: 0;
  position: relative;
  max-width: var(--base-width);

}

.row-602 {
  margin: 0 20%;
  position: relative;

}

.rectangle-1-copy-604 {
  display: block;
  height: 2px;
  margin: 10px auto;
  position: relative;
  width: 60%;
  border: 1px solid rgba(65, 65, 65, 0.8); /*stroke*/
  background: rgba(230, 230, 230, 0.8);

}


.row-603 {
  position: relative;
  width: 100%;
  z-index: 8;

}

.l-constrained-603 {
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.col-601-3{
  margin: 0 20%;
  position: relative;
}

.text-605 {
  margin: 0 20%;
  width: 60%;
  font-size: var(--body-font-size-25px);
  font-weight: 600;
  line-height: 1.5;
  text-align: justify;
}

.rectangle-1-copy-605 {
  display: block;
  height: 2px;
  margin: 5px auto;
  position: relative;
  width: 70%;
  border: 1px solid rgba(65, 65, 65, 0.8); /*stroke*/
  background: rgba(230, 230, 230, 0.8);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}


.rectangle-1-copy-606 {
  display: block;
  height: 1px;
  margin: 5px 0 0;
  position: relative;
  width: 70%;
  border: 1px solid rgba(65, 65, 65, 0.8); /*stroke*/
  background: rgba(230, 230, 230, 0.8);
}

.text-606 {
  margin-block: 45px 0;
  margin-inline: 15px 0;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  background: rgba(230, 230, 230, 0.5);
  width: 90%;
  text-align: start;
}

.rectangle-1-copy-603 {
  display: block;
  height: 2px;
  margin: 5px auto 0;
  position: relative;
  width: 100%;
  border: 1px solid rgba(65, 65, 65, 0.8); /*stroke*/
  background: rgba(230, 230, 230, 0.8);
}

.text-607 {
  margin-block: 35px 0;
  margin-inline: 15px 0;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  background: transparent;
  width: 90%;
  text-align: start;
}

.text-608 {
  margin-block: 30px 10px;
  margin-inline: 15px 0;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  background: transparent;
  text-align: start;
}

.text-609 {
  margin-block: 0px ;
  margin-inline: 15px 0;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  width: 70%;
  background: transparent;
  text-align: start;
  border-bottom: 1px solid gray;
}

.text-603 {
  margin-block: 15px 0;
  margin-inline: 15px 0;
  font-size: 25px;
  line-height: 1.5;        /* more comfortable for multi-line */
  color: #000000;
  font-weight: 500;
  background: transparent;
  width: 70%;
  min-height: 90px;       /* ensures decent height */
  padding: 10px 12px;      /* adds space inside */
  border: 1px solid #999;  /* visible border */
  border-radius: 8px;      /* smooth corners */
  resize: vertical;        /* allow user to resize only vertically */
  text-align: start;
  outline: none;           /* remove default browser outline */
}

.text-603:focus {
  border-color: #007bff;   /* highlight on focus */
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.4);
}

.text-603::placeholder {
  color: #888;         /* grey tone */
  font-size: 22px;     /* slightly smaller */
  font-weight: 400;    /* lighter than text */
  opacity: 1;          /* make sure it's fully visible */
}


.radio-inline-group {
    display: flex;
    gap: 16px;

}

.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-inline-end: 30px;
}

.custom-radio input {
    display: none;
}

.custom-radio .dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin-inline-end: 20px;
    position: relative;
    transition: 0.2s;
    display: flex;    
    align-items: center;  
    justify-content: center;   
    position: relative;
}

.custom-radio input:checked + .dot {
    border-color: #555;
    background-color: #555;
}

.custom-radio input:checked + .dot::after {
    content: "";
    inset-inline-start: 5px;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
}

@media (max-width: 776px) {
  

  .radio-inline-group {
      display: flex;
      gap: 16px;
      margin-block: 15px; 

  }

  .custom-radio {
      display: flex;
      align-items: center;
      cursor: pointer;
      margin-inline-end: 30px;
  }

  .custom-radio input {
      display: none;
  }

  .custom-radio .dot {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 2px solid #ccc;
      margin-inline-end: 35px;
      position: relative;
      transition: 0.2s;
      display: flex;    
      align-items: center;  
      justify-content: center;   
      position: relative;
  }

  .custom-radio input:checked + .dot {
      border-color: #555;
      background-color: #555;
  }

  .custom-radio input:checked + .dot::after {
      content: "";
      inset-inline-start: 5px;
      width: 6px;
      height: 6px;
      background: white;
      border-radius: 50%;
  }
  
}

.rectangle-1-copy-6-holder-601 {
  margin: 59px 0 0 0;
  min-height: 54px;
  padding: 0 181px;
  position: relative;
  width: 493px;
  border: 1px solid var(--primary-color);
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: var(--h3-heading);
  font-weight: 500;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.btn-loading {
  display: none;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.btn-loading i {
  font-size: var(--body-font-size);
  margin-inline-end: 20px;
  color: inherit;
}



.text-610 {
  margin: 60px auto 0;
  width: 100%;
  font-size: var(--body-font-size-25px);
  font-weight: 600;
  line-height: 1.5;
  text-align: justify;
}
.text-611 {
  margin-block: 45px 0;
  margin-inline: 15px 0;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  background: rgba(230, 230, 230, 0.5);
  width: 90%;
  text-align: start;
}

.rectangle-1-copy-609 {
  height: 3px;
  margin-block: 5px 0;
  margin-inline: 57px 0;
  position: relative;
  width: 493px;
  border: 1px solid rgba(65, 65, 65, 0.8); /*stroke*/
  background: rgba(230, 230, 230, 0.8);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.rectangle-1-copy-7-holder-601 {
  margin: 73px 0 0 0;
  min-height: 54px;
  padding: 0 181px;
  position: relative;
  width: 493px;
  border: 1px solid #0f5132;
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 2.148438rem; 
  font-weight: 500;
  line-height: 54px;
  text-align: center;
}

.text-613 {
  margin-block: 60px 0;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  background: transparent;
  width: 90%;
  text-align: start;
}

.text-614 {
  margin-block: 30px 0px;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  background: transparent;
  width: 90%;
  text-align: start;
}

.text-615 {
  margin-block: 15px 0px;
  font-size: 25px;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  background: transparent;
  width: 90%;
  text-align: start;
}

.text-616 {
  margin-block: 60px 0;
  font-size: 35px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  background: transparent;
  width: 90%;
  text-align: start;
}


.rectangle-601-copy-2-holder {
  margin: 25px 0 0;
  padding: 8px 30px;
  position: relative;
  width: 70%;
  font-size: var(--body-font-size);
  /*stroke*/
  appearance: none;
  /* Remove browser default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(./../../asset/images/about_images/layer_405.png) no-repeat right 10px center;
  background-size: 39px 20px;
  /* control width and height of your image */
  padding-inline-end: 7px;
  /* give enough space for your image */
}

[dir="rtl"] .rectangle-601-copy-2-holder {
  background: url(./../../asset/images/about_images/layer_405.png) no-repeat left 10px center;
}


[lang="ar"] .rectangle-601-copy-2-holder,
.rectangle-601-copy-2-holder option {
  font-family: 'Cairo', sans-serif;

}

  [lang="en"] .rectangle-601-copy-2-holder,
.rectangle-601-copy-2-holder option {
  font-family: 'Montserrat', sans-serif;

}

.form-control {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

.form-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #212529;
}

.form-group {
    margin-bottom: 1rem;
}


@media (max-width: 768px) {
  .rectangle-1-copy-6-holder-601 {
    font-size: var(--body-font-size);
  }
  
}

/* ====================================================================================================
---------------------------------------------------------------------------------------------------------
------------------------------ ENVIRONMENT EVENTS PAGE ---------------------------------------------
---------------------------------------------------------------------------------------------------------
======================================================================================================= */


/* ==========================================================================
   Event Gallery CSS
   ========================================================================== */

.galleries-701 {
  overflow: hidden;
  padding: 93px 0;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/EE_images/layer_18.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-703 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.text-705 {
  margin: 0 320px;
  color: #0f5132;
  font-size: 3.645833rem;
  /* 58.33px / 16px = 3.645625rem */
  font-weight: 600;
  text-align: left;
}

.col-705 {
  margin: 30px auto 0;
  padding: 0 0 290px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/EE_images/vector_smart_object_2.png) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-706 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.text-706 {
  margin: 0 auto;
  width: 63.5%;
  color: #010101;
  font-size: var(--body-font-size-25px);
  line-height: 35.42239px;
  text-align: justify;
}

.layer-7385 {
  float: left;
}



.wrapper-715 {
  float: left;
  height: 491px;
  margin: 3px 0 0 25px;
  position: relative;
  width: 8px;
}

.rounded-rectangle-703 {
  height: 491px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f27a45;
  margin-left: -2px;
}

.rounded-rectangle-704 {
  height: 133px;
  left: 50%;
  position: absolute;
  top: 169px;
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ec4e1b;
  margin-left: -4px;
}

.l-constrained-702 {
  margin: 50px auto 50px;
  position: relative;
  width: 64%;
}


.text-713 {
  margin: 36px 35px 0 0;
  color: #010101;
  font-size: 1.562752rem;
  /* 25px / 16px = 1.5625rem */
  font-weight: 500;
  text-align: left;
}



/* Event Gallery */
.event-gallery-container {
  display: flex;
  width: 100%;
  height: 485px;
  gap: 20px;
}

.event-gallery-preview-panel {
  width: 77%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.event-gallery-panel {
  width: 23%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-right: 20px;
  position: relative;
  border-right: 2px solid var(--primary-color);
}


.event-gallery-panel::-webkit-scrollbar {
  width: 11px;
}

.event-gallery-panel::-webkit-scrollbar-track {
  background: transparent;
}

.event-gallery-panel::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.event-gallery-panel::-webkit-scrollbar-thumb:hover {
  background-color: #ef822f;
}

.event-gallery-active-indicator {
  position: absolute;
  right: 0;
  width: 5px;
  background-color: var(--primary-color);
  border-radius: 4px 0 0 4px;
  z-index: 1;
  transition: top 0.3s, height 0.3s;
  pointer-events: none;
}

.event-gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 5px;
  background-color: #E2ADA0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.event-gallery-header-icon {
  padding: 0 30px;
  font-size: 24px;
  color: #333;
}

.event-gallery-filter-options {
  display: flex;
  gap: 15px;
}

.event-gallery-filter-option {
  padding: 8px 15px;
  color: #333;
  cursor: pointer;
  font-size: var(--body-font-size-25px);
  font-weight: 500;
  transition: all 0.3s ease;
}

.event-gallery-filter-option:hover {
  font-weight: bold;
}

.event-gallery-filter-option.active {
  color: #333;
  font-weight: bold;
}

.event-gallery-filter-options span {
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  font-size: var(--body-font-size-25px);
  top: 7px;
  font-weight: 700;
}

.event-gallery-preview-image {
  width: 100%;
  position: relative;
  aspect-ratio: 9/6;
  border-radius: 10px;
  overflow: hidden;
}

.event-gallery-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-gallery-event-details {
  flex: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px 20px;
  gap: 10px;
}

.event-gallery-event-title {
  margin: 0 0 0 6px;
  width: 100%;
  color: #ffffff;
  font-size: 1.562752rem;
  font-weight: bold;
  text-align: left;
}

.event-gallery-event-title:hover {
  color: rgba(255, 255, 255, 0.7);
}

.event-gallery-read-more {
  margin: 0 42px 0 0;
  width: 146px;
  color: #02d2ff;
  font-size: 1.562752rem;
  /* 25px / 16px = 1.5625rem */
  text-align: right;
  text-decoration: underline;
}

.event-gallery-read-more:hover {
  color: #66adf4;
}


.event-gallery-thumbnail {
  width: 100%;
  height: 110px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  transition: transform 0.3s;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

.event-gallery-thumbnail-image {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.event-gallery-thumbnail:hover {
  transform: scale(1.02);
}

.event-gallery-thumbnail-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: left;
  justify-content: left;
}

.event-gallery-thumbnail-arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid var(--primary-color);
  display: block;
  opacity: 0;
  transition: opacity 0.3s;
}

.event-gallery-thumbnail.active .event-gallery-thumbnail-arrow::before {
  opacity: 1;
}



/* ==========================================================================
   Event Slider CSS
   ========================================================================== */

.download-profile-701 {
  margin: -349px 0 0;
  overflow: hidden;
  padding: 66px 0 90px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/EE_images/layer_232.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-704 {
  margin: 0 auto;
  padding: 0 117px;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.group-710 {
  position: relative;
}

.vector-smart-object-copy-705 {
  float: left;
  margin: 285px 0 0;
}


.vector-smart-object-702 {
  float: left;
}

.text-710 {
  float: left;
  margin: 10px 0 0 17px;
  color: #ffffff;
  font-size: 1.562752rem;
  /* 25px / 16px = 1.5625rem */
  text-align: center;
}

.favourite-701 {
  float: right;
  margin: 11px 0 0;
  color: #ffffff;
  font-size: 1.562752rem;
  /* 25px / 16px = 1.5625rem */
  text-align: center;
}

.vector-smart-object-copy-707 {
  float: right;
  margin: 9px 13px 0 0;
}

.share-701 {
  float: right;
  margin: 11px 45px 0 0;
  color: #ffffff;
  font-size: 1.562752rem;
  /* 25px / 16px = 1.5625rem */
  text-align: center;
}

.vector-smart-object-703 {
  float: right;
  margin: 11px 13px 0 0;
}

.rounded-rectangle-1-holder-701 {
  height: 508px;
  margin: 22px 0 0;
  padding: 51px 29px 350px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url(./../../asset/images/EE_images/rounded_rectangle_1.png) no-repeat;
  -webkit-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  -moz-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  /*drop shadow*/
}

.vector-smart-object-copy-704 {
  display: block;
  left: 456px;
  margin: 0 auto;
  position: relative;
}

.vector-smart-object-copy-701 {
  float: left;
  margin: 285px 0 0 154px;
}


/* Event Slider  */
.event-slider-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.event-slider {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.environment-event-slider-card {
  width: 74%;
  margin: 0 13%;
  color: white;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;

}

/* Rest of your existing CSS remains the same */
.event-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.event-slider-title {
  font-size: 22px;
  font-weight: bold;
  color: white;
  margin: 0;
}

.event-slider-actions {
  display: flex;
  gap: 45px;
}

.event-slider-action-btn {
  background: none;
  border: none;
  color: #f6eeeb;
  font-size: var(--h6-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 6px 10px;
  border-radius: 6px;
  transition: color 0.2s;
}

.event-slider-action-btn:hover {
  color: #fff;
}

.event-slider-action-btn img {
  position: relative;
}

.event-slider-action-btn i {
  font-size: var(--h4-heading);
  font-weight: 300;
}

.event-slider-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1124/508;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.event-slider-image .event-slider-logo {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 154px;
  height: 107px;
}

.event-slider-content {
  padding: 20px;
}

.event-slider-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #444;
}

.event-slider-description {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 15px;
}

.event-slider-highlight {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 20px;
  font-style: italic;
}

.event-slider-more-info {
  color: #0066cc;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.event-slider-more-info:hover {
  text-decoration: underline;
}

.event-slider-arrow {
  position: absolute;
  top: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #E6E6E7;
  -webkit-text-stroke: 3px var(--primary-color);
}

.event-slider-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.event-slider-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateY(-50%);
}

.event-slider-arrow img {
  width: 30px;
  height: 44px;
}

.event-slider-arrow-prev {
  left: 50px;
  /* Adjusted for the 1000px container */
}

.event-slider-arrow-next {
  right: 50px;
  /* Adjusted for the 1000px container */
}


.text-711 {
  margin: 75px 0 0 0;
  color: #ffffff;
  font-size: 2.34375rem;
  /* 37.5px / 16px = 2.34375rem */
  font-weight: 600;
  text-align: left;
}

.text-712 {
  margin: 26px auto 0;
  width: 100%;
  color: #ffffff;
  font-size: var(--body-font-size-25px);
  line-height: 1.2;
  text-align: justify;
}


/* .rounded-rectangle-6-holder {
  margin: 46px 0 0 203px;
  min-height: 81px;
  padding: 0 0 0 8px;
  position: relative;
  width: 437px;
  background: url(./../../asset/images/EE_images/rounded_rectangle_6.png) no-repeat;
  font-size: 2.213542rem; 
  line-height: 81px;
  text-align: center;
}
 */
.rounded-rectangle-6-holder-701 {
  min-height: 57px;
  margin: 46px 0 0 0;
  padding: 10px 20px;
  top: 25px;
  position: relative;
  width: 437px;
  border-radius: 10px;
  color: black;
  font-size: var(--h6-text);
  font-weight: 600;
  line-height: 57px;
  text-align: center;
  background-color: #f3ebeb;
  transition: background-color 0.3s ease;

}

.rounded-rectangle-6-holder-701:hover {
  background-color: #ffff;
  cursor: pointer;
}

.rounded-rectangle-6-holder-701:focus {
  outline-offset: 5px;
}




/* ==========================================================================
   Policies and Conditions CSS
   ========================================================================== */

.in-numbers-copy-701 {
  margin: -4px 0 0;
  padding: 93px 0 135px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/EE_images/layer_4_copy_5.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-705 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.group-711 {
  display: block;
  margin: 0 auto;
  position: relative;
}

.row-703 {
  margin: 0 auto;
  min-height: 68px;
  padding: 2px 31px 13px;
  position: relative;
  width: 63.5%;
  background: #dd573b;
}

.text-714 {
  float: left;
  margin: 20px 0 0;
  width: 323px;
  color: #ffffff;
  font-size: var(--body-font-size-25px);
  font-weight: 600;
  text-align: justify;
}

.text-715 {
  float: right;
  margin: 0 15px 0 0;
  width: 27px;
  color: #ffffff;
  font-size: 3.125rem;
  /* 50px / 16px = 3.125rem */
  font-weight: 600;
}

.row-706 {
  margin: 27px auto 0;
  position: relative;
  width: 59%;
}

.bullets-701 {
  float: left;
  margin: 12px 15px 0 0;
  position: relative;
  width: 8px;
}

.layer-7426 {
  display: block;
}

.layer-7426-copy {
  display: block;
  margin: 57px 0 0;
}

.layer-7426-copy-2 {
  display: block;
  margin: 28px 0 0;
}

.layer-7426-copy-3 {
  display: block;
  margin: 55px 0 0;
}

.layer-7426-copy-4 {
  display: block;
  margin: 30px 0 0;
}

.text-716 {
  margin: 15px 0 0;
  width: 95%;
  transform: translateX(35px);
  font-size: var(--body-font-size-20px);
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  position: relative;
}

.text-716::before {
  content: url(./../../asset/images/EE_images/layer_426.png);
  font: var(--body-font-size);
  position: absolute;
  left: -35px;
  top: 0;
}

.group-711-copy {
  display: block;
  margin: 42px auto 0;
  position: relative;
}

.row-704 {
  margin: 0 auto;
  min-height: 68px;
  padding: 2px 31px 13px;
  position: relative;
  width: 63.5%;
  background: #dd573b;
}

.text-717 {
  float: left;
  margin: 20px 0 0;
  width: 293px;
  color: #ffffff;
  font-size: var(--body-font-size-25px);
  font-weight: 600;
  text-align: justify;
}

.text-718 {
  float: right;
  margin: 0 15px 0 0;
  width: 27px;
  color: #ffffff;
  font-size: 3.125rem;
  /* 50px / 16px = 3.125rem */
  font-weight: 600;
}

.row-707 {
  margin: 27px auto 0;
  position: relative;
  width: 59%;
}

.bullets-702 {
  float: left;
  margin: 12px 15px 0 0;
  position: relative;
  width: 8px;
}

.layer-7426-2 {
  display: block;
}

.layer-7426-copy-5 {
  display: block;
  margin: 65px 0 0;
}

.layer-7426-copy-2-2 {
  display: block;
  margin: 62px 0 0;
}

.layer-7426-copy-3-2 {
  display: block;
  margin: 62px 0 0;
}

.layer-7426-copy-4-2 {
  display: block;
  margin: 132px 0 0;
}

.layer-7426-copy-5-2 {
  display: block;
  margin: 66px 0 0;
}

.text-719 {
  margin: 5px 0 0;
  width: 95%;
  font-size: var(--body-font-size);
  line-height: 1.5;
  transform: translateX(35px);
  font-weight: 700;
  text-align: justify;
  position: relative;
}


.text-719-a {
  margin: 5px 0 0;
  width: 95%;
  font-size: var(--body-font-size-20px);
  transform: translateX(35px);
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  position: relative;
}

.text-719::before {
  content: url(./../../asset/images/EE_images/layer_426.png);
  font: var(--body-font-size);
  position: absolute;
  left: -35px;
  top: 0;
}


.group-711-copy-2 {
  display: table;
  margin: 64px auto 0;
  position: relative;
}

.row-705 {
  margin: 0 auto;
  min-height: 68px;
  padding: 2px 36px 13px;
  position: relative;
  width: 1124px;
  background: #dd573b;
}

.text-720 {
  float: left;
  margin: 21px 0 0;
  width: 228px;
  color: #ffffff;
  font-size: var(--body-font-size-25px);
  font-weight: 600;
  text-align: justify;
}

.text-721 {
  float: right;
  margin: 0 10px 0 0;
  width: 27px;
  color: #ffffff;
  font-size: 3.125rem;
  /* 50px / 16px = 3.125rem */
  font-weight: 600;
}

.vector-smart-object-holder-701 {
  margin: 37px auto 0;
  min-height: 102px;
  padding: 15px 48px 14px 241px;
  width: 1101px;
  background: url(./../../asset/images/EE_images/vector_smart_object_6.jpg) no-repeat;
  font-size: 1.302294rem;
  /* 20.84px / 16px = 1.3025rem */
  line-height: 35.42239px;
  text-align: justify;
}

.rounded-rectangle-705 {
  margin: 46px auto 0;
  width: 95%;
}

.rounded-rectangle-705 iframe {
  height: 361px;
  width: 100%;
  border: 4px solid #b3b1b0;
  /*stroke*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}








/* ====================================================================================================
---------------------------------------------------------------------------------------------------------
------------------------------ ENVIRONMENT EVENT SUBSIDIARY PAGE ---------------------------------------------
---------------------------------------------------------------------------------------------------------
======================================================================================================= */


/* ==========================================================================
   Event Slider Gallery CSS
   ========================================================================== */


.galleries-801 {
  overflow: hidden;
  padding: 60px 0 100px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  z-index: 35;
  background: url(./../../asset/images/EES_images/layer_18.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-804 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.text-805 {
  margin: 0 310px;
  color: #0f5132;
  font-size: 3.645833rem;
  /* 58.33px / 16px = 3.645625rem */
  font-weight: 600;
  text-align: left;

}

.col-807 {
  margin: 32px auto 0;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/EES_images/vector_smart_object_2.png) no-repeat 0 45px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-806 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.text-806 {
  margin: 0 auto;
  width: 64%;
  color: #010101;
  font-size: var(--body-font-size-25px);
  line-height: 1.4;
  font-weight: 500;
  text-align: justify;
}

.row-802 {
  margin: 48px auto 0;
  position: relative;
  text-align: center;
}

.layer-8431-copy {
  margin: 40px 0 0;
}

.layer-8431 {
  margin: 40px 0 0 100px;
}

.row-802>* {
  display: inline-block;
  vertical-align: top;
}

.text-808 {
  margin: 30px 0 0;
  color: #010101;
  font-size: var(--body-font-size-25px);
  font-weight: 500;
  text-align: center;
}

.vector-smart-object-802 {
  display: block;
  margin: 57px auto 0;
}


/* Event Slider Gallery */

.event-slider-gallery-container {
  width: 64%;
  margin: 50px auto;
  position: relative;
}

.event-slider-gallery-preview-slide {
  width: 100%;
  aspect-ratio: 1124/ 545;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.event-slider-gallery-preview-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.event-slider-gallery-slide-title {
  position: absolute;
  bottom: 0px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  font-size: var(--body-font-size);
  font-weight: bold;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 35px;
}

.event-slider-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.event-slider-gallery-thumbnails-container {
  width: calc(180px * 4 + 20px * 3);
  padding: 0;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.event-slider-gallery-thumbnails {
  display: flex;
  transition: transform 0.3s ease;
  gap: 20px;
  /* 10px gap between thumbnails */
  padding: 0;
}

.event-slider-gallery-thumbnail {
  width: 180px;
  height: 110px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  flex-shrink: 0;
}

.event-slider-gallery-thumbnail:hover,
.event-slider-gallery-thumbnail.active {
  transform: scale(1.05);
}

.event-slider-gallery-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.event-slider-gallery-nav-btn {
  background: none;
  border: none;
  color: #f6eeeb;
  font-size: var(--h6-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 6px 10px;
  border-radius: 6px;
  transition: color 0.2s;
}

.event-slider-gallery-nav-btn:hover {
  color: #fff;
}

.event-slider-gallery-nav-btn img {
  position: relative;
}

.event-slider-gallery-nav-btn:disabled {
  cursor: not-allowed;
  transform: none;
}

.event-slider-gallery-prev-btn {
  position: relative;
  left: -60px;
}

.event-slider-gallery-next-btn {
  position: relative;
  right: -60px;
}

@media (max-width: 768px) {
  .event-slider-gallery-preview-slide {
    height: 400px;
  }

  .event-slider-gallery-slide-title {
    font-size: 2rem;
    bottom: 40px;
  }

  .event-slider-gallery-thumbnails-container {
    width: 300px;
  }

  .event-slider-gallery-thumbnail {
    width: 75px;
    height: 56px;
  }
}

@media (max-width: 480px) {
  .event-slider-gallery-preview-slide {
    height: 300px;
  }

  .event-slider-gallery-slide-title {
    font-size: 1.5rem;
    bottom: 30px;
  }

  .event-slider-gallery-thumbnails-container {
    width: 240px;
  }

  .event-slider-gallery-thumbnail {
    width: 60px;
    height: 45px;
  }

  .event-slider-gallery-controls {
    gap: 10px;
  }
}


/* event info*/
.event-info-801 {
  width: 41%;
  padding: 0 25px;
  border-radius: 15px;
}

.info-row-801 {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
  font-size: var(--text-md-2);
  font-weight: 600;
}

.info-row-801 i {
  font-size: var(--text-lg-3);
  margin: 0 30px 0 130px;
}

.info-row-801 img {
  font-size: var(--text-lg-3);
  margin: 0 30px 0 130px;
}

.vector-smart-object-813 {
  float: right;
  margin: 26% 0 0 0px;
  padding: 0 0 0 30px;
}

@media (max-width:768px) {

  .event-info-801 {
    width: 40%;
  }

  .info-row-801 {
    font-size: var(--h5-text);
  }

  .info-row-801 i {
    font-size: var(--h5-text);
  }
}


/* ==========================================================================
   Description CSS
   ========================================================================== */


.description-801 {
  margin: -39px 0 0;
  overflow: hidden;
  padding: 92px 0 88px;
  position: relative;
  z-index: 30;
  background: #bfbfbf center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-803 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.text-809 {
  margin: 0 326px;
  color: #0f5132;
  font-size: 2.34375rem;
  /* 37.5px / 16px = 2.34375rem */
  font-weight: 600;
  line-height: 53.13542px;
}

.text-810 {
  margin: 61px auto 0;
  width: 63.5%;
  font-size: var(--body-font-size-25px);
  line-height: 1.2;
  text-align: justify;
}



/* ==========================================================================
   Tickets Category CSS
   ========================================================================== */

.in-numbers-copy-801 {
  margin: -1px 0 0;
  padding: 93px 0 94px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  z-index: 57;
  background: url(./../../asset/images/EES_images/layer_4_copy_5.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.l-constrained-805 {
  margin: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}

.group-811 {
  margin: 0 auto;
  min-height: 68px;
  padding: 2px 43px 13px;
  position: relative;
  width: 63.5%;
  background: #dd573b;
}

.text-811 {
  float: left;
  margin: 13px 0 0;
  color: #ffffff;
  font-size: 2.083333rem;
  /* 33.33px / 16px = 2.083125rem */
  font-weight: 600;
  text-align: justify;
}

.text-812 {
  float: right;
  margin: 0 3px 0 0;
  width: 23px;
  color: #ffffff;
  font-size: 3.125rem;
  /* 50px / 16px = 3.125rem */
  font-weight: 600;
}

.vector-smart-object1-801 {
  display: block;
  margin: 59px auto 0;
}

.group-811-copy-2 {
  display: table;
  margin: 125px auto 0;
  position: relative;
  width: 63.5%;
}

.row-801 {
  margin: 0 auto;
  min-height: 68px;
  padding: 2px 36px 13px;
  position: relative;
  width: 100%;
  background: #dd573b;
}

.text-813 {
  float: left;
  margin: 21px 0 0;
  width: 228px;
  color: #ffffff;
  font-size: 1.5625rem;
  /* 25px / 16px = 1.5625rem */
  font-weight: 600;
  text-align: justify;
}

.text-814 {
  float: right;
  margin: 0 10px 0 0;
  width: 27px;
  color: #ffffff;
  font-size: 3.125rem;
  /* 50px / 16px = 3.125rem */
  font-weight: 600;
}

.vector-smart-object-holder-801 {
  margin: 37px auto 0;
  min-height: 102px;
  padding: 15px 48px 14px 241px;
  width: 100%;
  background: url(./../../asset/images/EES_images/vector_smart_object_4.jpg) no-repeat;
  font-size: 1.302294rem;
  /* 20.84px / 16px = 1.3025rem */
  line-height: 35.42239px;
  text-align: justify;
}

.rounded-rectangle-805 {
  margin: 46px auto 0;
  width: 95%;
}

.rounded-rectangle-805 iframe {
  height: 361px;
  width: 100%;
  border: 4px solid #b3b1b0;
  /*stroke*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}



/* Ticket Category */

.ticket-category-container {
  width: 60%;
  margin: 50px auto;
}

.ticket-category-section {
  display: grid;
  grid-template-columns: 1.8fr 3.2fr;
  gap: 0px;
  align-items: flex-start;
  padding: 20px 0 40px 0;
  margin-bottom: 40px;
}

.ticket-category-title-wrapper {
  position: relative;
}

.ticket-category-title {

  font-weight: bold;
  font-size: var(--h4-heading);
  z-index: 2;
  padding-top: 30px;
}

.ticket-category-title-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  right: 0;
  border-top: 1px dashed #aaa;
  height: 1px;
  transform: translateY(-50%);
  z-index: 1;
}

.ticket-category-info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: var(--body-font-size-m);
  color: rgba(0, 0, 0, 1);
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
  transition: color 0.3s ease;
}

.ticket-category-info:hover {
  color: rgba(0, 0, 0, 0.5)
}

.ticket-category-info::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.7);
}

.ticket-category-info img {
  width: 75px;
  margin-left: 20px;

}

.ticket-category-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.ticket-category-row {

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}



.ticket-category-price-text {
  font-size: var(--h3-text);
  font-weight: 500;
}

.ticket-category-package-note {
  font-size: var(--body-font-size-20px);
  line-height: 2;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;

}

.ticket-category-package-label {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 22px;
}

.ticket-category-counter {
  display: flex;
  align-items: center;
}

.ticket-category-counter span {
  color: #000;
  padding: 6px 12px;
  margin: 0 6px;
  font-size: var(--h3-heading);
  border-radius: 4px;
  min-width: 50px;
  text-align: center;
  user-select: none;
}

.ticket-category-btn {
  background-color: var(--primary-color-b);
  border: none;
  color: white;
  font-size: 20px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 4px;
  user-select: none;
}



.rtl {
  direction: rtl !important;
  text-align: right !important;
}

.ltr {
  direction: ltr !important;
  text-align: left !important;
}

.rtl-direction {
  direction: rtl !important;
}

.ltr-direction {
  direction: ltr !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.rtl-rotate{
  transform: rotate(180deg);
}










/* ==========================================================================
  Gallery CSS
========================================================================== */

.galleries-301 {
  margin: 0;
  padding: 59px 0 0;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: #FFFFFF;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.row-304 {
  margin: 0 auto;
  padding: 0 auto;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}


.col-301 {
  margin: 0;
  padding: 30px 0 50px;
  position: relative;
  width: 100%;
  /* 1919px / 1919px = 100% */
  background: #FFFFFF ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.vector-smart-object-copy-305 {
  margin-inline: auto;
  height: 200px;
}


.l-constrained-307 {
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: var(--v-width);
  width: 100%;
}

/* Gallery CSS */

.gallery-container-3 {
  width: 90%;
  margin: 0 auto;
}

/* Main Content */
.gallery-main-content-301 {
  display: flex;
  gap: 20px;
}

/* Right Column - Gallery */
.gallery-main-content-301 .right-column-301 {
  flex: 1;
}

.right-column-301 .gallery-301 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 220px;
  gap: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}

.gallery-301 .gallery-item-301 {
  background: #eee;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 7px solid #999;
}

.gallery-301 .gallery-item-301 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.gallery-301 .gallery-item-301:hover img {
  transform: scale(1.03);
}

.gallery-301 .gallery-item-301.video:after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}


/* Modal for fullscreen view */
.media-modal-301 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.media-modal-301 .modal-content-301 {
  max-width: 90%;
  max-height: 100%;
  background: rgba(0, 0, 0, 0.9);
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal-301 .modal-content-301 img,
.media-modal-301 .modal-content-301 video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.media-modal-301 .close-modal-301 {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: var(--h2-heading);
  cursor: pointer;
}

@media (max-width: 768px) {

  .row-304 {
    width: 80%;
  }

  .vector-smart-object-copy-305 {
    height: 300px;
  }

  .col-301 {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 170px;
  }

  .gallery-container-301 {
    width: 100%;
  }

.right-column-301 .gallery-301 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 500px;
  gap: 65px;
  margin-bottom: 20px;
  overflow: hidden;
}

.gallery-301 .gallery-item-301.video:after {
  font-size: 70px;
}

.media-modal-301 .close-modal-301 {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 200px;

}



}






/* ==========================================================================
 Cart Content CSS
 ========================================================================== */

 .col-b01 {
  margin: 0;
  min-height: 125vh;
  padding: 60px 0 0px;
  position: relative;
  width: 100%;
  background: url(./../../asset/images/profile_images/vector_smart_object_5.png) no-repeat center 0;
  background-size: cover;
}
.l-constrained-b02 {
  margin: 0 auto;
  position: relative;
  width: 70%;
  max-width: var(--base-width);
  z-index: 0;
  min-height: 85vh;
  display: flex;
  gap: 65px;
}

 .col-b201 {
  margin:  0;
  min-height: 125vh;
  position: relative;
  width: 100%; /* 1919px / 1919px = 100% */
  z-index: 34;
  background: url(./../../asset/images/WS_1_images/vector_smart_object_2.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-constrained-b202 {
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  width: 70%;
  max-width: var(--base-width);
  z-index: 0;
  min-height: 85vh;
  display: flex;
  gap: 65px;
}

.booking-form-container {
  width: 60%;
  padding-bottom: 100px;
}

.booking-form-container-b201 {
  width: 60%;
  padding-bottom: 100px;
}
.seat-section {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
.summary-card {
  margin-top: 85px;
  width: 40%;
  border-radius: 10px;
  padding: 25px;
  height: fit-content;
}
.summary-title {
  font-size: var(--h3-heading);
  color: var(--primary-color);
  margin-block: 70px 30px;
  font-weight: 500;
}
.summary-item {
  display: flex;
  font-size: var(--body-font-size);
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #555;
}
.summary-total {
  font-weight: 700;
  font-size: var(--body-font-size);
  margin-top: 20px;
}
.row-b03 {
  position: relative;
  width: 100%;
  z-index: 8;
}
.welcome-b01 {
  float: inline-start;
  margin: 2px 0 0;
  color: var(--primary-color);
  font-size: var(--h1-heading);
  font-weight: 500;
}
.text-b01 {
  float: inline-start;
  margin-block: 20px 0;
  margin-inline: 29px 0;
  color: var(--primary-color);
  font-size: 1.796224rem;
}

.layer-b03 {
  float: inline-end;
}
.text-b02 {
  margin: 50px 0 0;
  color: var(--primary-color);
  font-size: var(--h6-heading);
  font-weight: 500;
}
.data-field {
  margin: 15px 0 0px;
  font-size: var(--body-font-size);
  display: flex;
  align-items: center;
}
.data-value {
  flex: 1;
  padding: 0 15px;
}
.delete-seat-btn {
  position: absolute;
  top: 15px;
  inset-inline-end: 15px;
  color: var(--primary-color);
  background: none;
  border: none;
  font-size: var(--body-font-size);
  cursor: pointer;
}
.rectangle-1-copy-b05 {
  height: 2px;
  margin: 20px auto 0;
  border: 1px solid rgba(82, 82, 82, 0.5);
  background: rgba(235, 235, 235, 0.5);
}
.checkout-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  margin-top: 30px;
  border-radius: 7.3px;
  background: var(--primary-color);
  color: white;
  font-size: var(--body-font-size);
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  
}

.checkout-button:hover {
  background: #ff5b46;
}

.checkout-button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.checkout-button.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}



.btn-loading {
  display: none;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: var(--body-font-size);
}

.btn-loading i {
  font-size: var(--body-font-size);
  margin-inline-end: 20px;
  color: inherit;
}

.seat-title {
  font-weight: 600;
  color: var(--primary-color);
  font-size: var(--body-font-size);
  margin-bottom: 15px;
}


.rectangle-1-copy-b06 {
  height: 2px;
  margin: 0 auto 30px;
  position: relative;
  width: 100%;
  max-width: var(--base-width);
  border-bottom: 1px solid rgba(82, 82, 82, 0.5); /*stroke*/
  border-top: 1px solid rgba(82, 82, 82, 0.5); /*stroke*/
  background: rgba(235, 235, 235, 0.5);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}

.l-constrained-b03 {
  margin: 0px auto;
  padding: 25px 0;
  width: 100%;
  max-width: var(--base-width);
  font-size: var(--body-font-size-sm);
  text-align: center;
  bottom: 0px;
  position: absolute;
}

.no-cart-add-to-cart-more{
  margin: 20px auto;
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: var(--primary-color);
  text-decoration: underline;
  
}
.clear-cart,
.add-to-cart-more{
  margin: 20px auto;
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  color: var(--primary-color);
  text-decoration: underline;
}

.clear-cart:hover,
.add-to-cart-more:hover{
  color: red;
}


.checkout-address-name{
  font-weight: 500;
  font-size: var(--body-font-size-25px) ;
}



.rectangle-1-copy-b403 {
  display: block;
  height: 1px;
  margin: 5px auto 0;
  position: relative;
  width: 100%;
  border: 1px solid rgba(65, 65, 65, 0.5); /*stroke*/
 /*Will not allow bg color to leak outside borders*/
}


.text-b405 {
  margin: 0 20%;
  width: 60%;
  font-size: var(--body-font-size-25px);
  font-weight: 600;
  line-height: 1.5;
  text-align: justify;
}

.text-b406 {
  margin-block: 35px 0;
  margin-inline: 15px 0;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  background-color: inherit;
  font-weight: 500;
  width: 90%;
  text-align: start;
}


.text-b407 {
  margin-block: 35px 0;
  margin-inline: 15px 0;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  background-color: inherit;
  font-weight: 500;
  width: 90%;
  text-align: start;
}

.checkout-select{
  border: none;
  padding-inline-start: 10px;
  margin-inline: 0;
}

.checkout-select:focus {
    outline: none;
    border: none;
    box-shadow: none;
}



.radio-inline-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-block: 20px 0px;
    margin-inline: 15px;
    font-size: var(--body-font-size-m);
}

.d-none{
  display: none;
}


.small-text{
  font-size: 15px;
}

.text-604 {
  margin: 50px 20% 30px;
  width: 60%;
  font-size: var(--h6-heading);
  font-weight: 600;
  line-height: 1.5;
  text-align: start;
  color: var(--primary-color);
}



.row-604 {
  margin-block: 50px 0;
  margin-inline-start: 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}

.rectangle-1-copy-6-holder-602 {
  margin-inline-start: 0;
  margin-inline-end: 30px;
  float: inline-start;
  min-height: 54px;
  width: 45%;
  border: 1px solid #d5412d;
  /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
  color: #000000;
  font-size: var(--h3-heading);
  font-weight: 500;
  line-height: 54px;
  text-align: center;
}

.or-602 {
  float: inline-start;
  margin-block-start: 10px;
  margin-inline-end: 30px;
  color: #000000;
  font-size: var(--h3-heading);
  font-weight: 500;
}

.rectangle-1-copy-7-holder-602 {
  float: inline-start;
  min-height: 54px;
  width: 45%;
  border: 1px solid #d5412d;
  /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
  color: #000000;
  font-size: var(--h3-heading);
  font-weight: 500;
  line-height: 54px;
  text-align: center;
}

.rectangle-1-copy-7-holder-602.disabled {
  cursor: not-allowed;
}
/* //Login pages */

@media (max-width: 768px) {
  

.booking-form-container {
  width: 100%;
}

.booking-form-container-b201 {
  width: 100%;
  padding-bottom: 0px;
}

.seat-section {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
.summary-card {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 10px;
  padding: 90px;
  height: fit-content;
}
.summary-title {
  font-size: 3.5rem;
  color: #d5412d;
  margin-bottom: 20px;
  font-weight: 600;
}
.summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 3rem;
  border-bottom: 1px solid #555;
}
.summary-total {
  font-weight: 600;
  font-size: 3.2rem;
  margin-top: 20px;
}

.text-b01 {
  float: inline-start;
  margin: 20px 0 0 29px;
  color: #d5412d;
  font-size: 3.796224rem;
}
  
  /* Main Content*/
  .col-b101 {
    height: calc(90vh*5);
    min-height: 2900px;
    width: 100%;
    margin: 0 0 0;
    padding: 134px 0 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 1;
    position: relative;
    background: url(./../../asset/images/checkout_images/vector_smart_object_2_1.png) no-repeat center 0;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  
  /* Form Card */
  .group-b101 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 70%;
    padding: 30px 100px;
    min-height: 1500px;
    position: relative;
    box-sizing: border-box;
  }

  
.group-b102 {
  margin: 0 auto;
  padding: 34px 57px;
  width: 70%;
  height: calc(55vh * 5);
  min-height: 1600px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.row-b104{
  margin: 0 auto;
  width: 80%;
}

  .rectangle-1-copy-b107 {
  height: 2px;
  margin: 100px auto 0;
  width: 100%;
}

.text-b406 {
  margin-block: 35px 0;
  margin-inline: 15px 0;
  font-size: var(--body-font-size);
  line-height: 1.5;
  width: 80%;
  text-align: start;
}

.text-b407 {
  margin-block: 35px 0;
  margin-inline: 15px 0;
  font-size: var(--body-font-size);
  line-height: 1.5;
  width: 80%;
  text-align: start;
}
  
.text-b01 {
  float: inline-start;
  margin: 20px 0 0 29px;
  color: #d5412d;
  font-size: 3.796224rem;
}
.layer-b03 {
  float: inline-end;
}
.text-b02 {
  margin: 37px 0 20px;
  color: #d5412d;
  font-size: 3.5rem;
  font-weight: 500;
}
.data-field {
  margin: 15px 0 0px;
  font-size: 3rem;
  display: flex;
  align-items: center;
}
.data-value {
  flex: 1;
  padding: 0 15px;
}
.delete-seat-btn {
  position: absolute;
  top: 15px;
  inset-inline-end: 15px;
  color: #d5412d;
  background: none;
  border: none;
  font-size: 3.2rem;
  cursor: pointer;
}
.rectangle-1-copy-b05 {
  height: 2px;
  margin: 20px auto 0;
  border: 1px solid rgba(82, 82, 82, 0.5);
  background: rgba(235, 235, 235, 0.5);
}
.checkout-button {
  width: 100%;
  padding: 30px;
  margin-top: 70px;
  border-radius: 15px;
  background: #d5412d;
  color: white;
  font-size: 3.2rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.checkout-button:hover {
  background: #ff5b46;
}
.seat-title {
  font-weight: 600;
  color: #d5412d;
  margin-bottom: 15px;
  font-size: 3rem;
}

.l-constrained-b03 {
  width: 100%;
  margin: 0px auto 30px;
  padding: 10px 200px 100px;
  font-size: 3rem;
  
  
  
}

.rectangle-1-copy-b06 {
  height: 1px;
  margin: 0px auto 70px;
  max-width: 100%;
  border-bottom: 1px solid rgba(82, 82, 82, 0.5); /*stroke*/
  border-top: 1px solid rgba(82, 82, 82, 0.5); /*stroke*/
  background: rgba(235, 235, 235, 0.5);

}

  .small-text{
  font-size: 30px;
}


  .row-604 {
    margin: 100px auto;
    width: 80%;
    gap: 50px;
  }

  .rectangle-1-copy-6-holder-602{
    width: 45%;
    padding: 25px 50px;
    white-space: nowrap;
    font-size: var(--h3-text);
  }

  .or-602 {
    font-size: var(--h3-text);
  }

  .rectangle-1-copy-7-holder-602 {
    float: inline-end;
    margin: 0;
    width: 45%;
    padding: 25px 50px;
    font-size: var(--h3-text);
  }

}



/* //Workshop Booking Booth */

.select-option{
  border: none;
  outline: none;
  padding-inline-start: 10px;
  margin-inline: 0;
  width: 50%;
}

.select-option:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.booth-container{
  display: flex;
  flex-direction: column;
}

.booth-selector{
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-form-button-group {
  display: flex;
  gap: 10px;
  margin-block: 15px 0; 
  margin-inline: 15px 0;
}

.booking-form-add-more-btn,
.booking-form-remove-btn {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  font-size: var(--text-md);
  border-radius: 5px;
  height: 50px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  transition: background-color 0.3s;
  color: white;
}

.booking-form-add-more-btn {
  background-color: var(--primary-button-color);
}

.booking-form-add-more-btn:hover {
  background-color: #125A96;
}

.booking-form-remove-btn {
  background-color: #f44336;
}

.booking-form-remove-btn:hover {
  background-color: #d32f2f;
}



/* ==========================================================================
   WORKSHOP PAGE CSS
   ========================================================================== */


.hidden-date {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: opacity 0.3s ease;
}

.overlay-content {
    background: white;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

.no-workshops {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #666;
}


/* //counter */
.quantity-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-control button {
    background-color: var(--primary-color);
    margin-block: 20px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}


.quantity-control button:hover {
    background-color: var(--primary-hover-color);
}

.quantity-control button:disabled {
    cursor: not-allowed;
}

.quantity-control input.quantity-input {
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.quantity-display {
    color: #000;
    padding: 6px 0;
    width: 45px;
    height: 50px;
    font-size: var(--h3-text);
    border-radius: 4px;
    text-align: center;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;

}

.notification {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 15px 10px;
    font-size: 18px;
    white-space: nowrap;
    border-radius: 5px;
    top: 25px;
    inset-inline-start: 220px;
    display: none;
    text-align: center;
    z-index: 1000;
}


.my-favourite-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    color: white;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: my-spin 1s linear infinite;
    display: inline-block;
}

@keyframes my-spin {
    to {
        transform: rotate(360deg);
    }
}

.my-favourite-message {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 15px 10px;
    font-size: 18px;
    white-space: nowrap;
    border-radius: 5px;
    inset-inline-start: 590px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1000;

}


.share-container {
    position: relative;
    display: inline-block;
    font-family: 'Segoe UI', system-ui, sans-serif;
}


/* Share Dropdown Menu */
.share-dropdown {
    position: absolute;
    top: 100%;
    inset-inline-start: 50%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 100;
    padding: 10px 15px;
    display: none;
}

.share-dropdown.visible {
    display: flex;
    visibility: visible;
    transform: translateY(0);
}

/* Share Items (List Style) */
.share-item {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: all 0.2s ease;
}

.share-item i {
    width: 45px;
    height: 45px;
    text-align: center;
    margin-inline-end: 12px;
    font-size: 18px;
    color: white;
    padding: 15px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    align-items: center;
    transition: all 0.2s ease;
}

.share-item:last-child i {
    margin-inline-end: 0;
}

.share-item i:hover {
    transform: scale(1.1);
}

.share-item.copy-link i {
    background-color: #ccc;
}

.share-item.facebook i {
    background-color: #1877f2;
}

.share-item.twitter i {
    background-color: #1da1f2;
}

.share-item.linkedin i {
    background-color: #0a66c2;
}

.share-item.whatsapp i {
    background-color: #25d366;
}

.share-item.telegram i {
    background-color: #0088cc;
}

.share-item.pinterest i {
    background-color: #e60023;
}

.copy-feedback {
    position: absolute;
    inset-inline-start: -100px;
    top: 0px;
    background: #fff;
    color: #000;
    padding: 15px 10px;
    font-size: 18px;
    white-space: nowrap;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1000;

}



@media (max-width: 768px) {

    /* //counter */
    .quantity-control {
        position: relative;
        display: flex;
        align-items: center;
        gap: 0px;
        margin-block: 10px;
        justify-content: center;
    }

    .quantity-control button {
        background-color: var(--primary-color);
        border: 1px solid #ccc;
        margin-block: 50px;
        padding: 10px 10px;
        width: 100px;
        height: 100px;
        font-size: 50px;
        color: white;
        cursor: pointer;
        border-radius: 7px;
        transition: background-color 0.2s ease;
    }

    .quantity-control button:hover {
        background-color: var(--primary-hover-color);
    }

    .quantity-control input.quantity-input {
        width: 100px;
        height: 100px;
        text-align: center;
        font-size: 35px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .quantity-display {
        color: #000;
        padding: 6px 10px;
        font-size: var(--h4-heading);
        border-radius: 4px;
        width: 70px;
        height: 100px;
        text-align: center;
        user-select: none;

    }

    .notification {
        position: absolute;
        background: #fff;
        color: #000;
        padding: 15px 10px;
        font-size: 30px;
        white-space: nowrap;
        border-radius: 5px;
        top: 65px;
        inset-inline-start: 400px;
        display: none;
        text-align: center;
        z-index: 1000;
    }



    .my-favourite-spinner {
        width: 30px;
        height: 30px;
        border: 2px solid #fff;
        color: white;
        border-top: 2px solid transparent;
        border-radius: 50%;
        animation: my-spin 1s linear infinite;
        display: inline-block;
        margin-top: 10px;

    }

    .my-favourite-message {
        position: absolute;
        background: #fff;
        color: #000;
        padding: 10px 25px 20px;
        font-size: 30px;
        white-space: nowrap;
        border-radius: 5px;
        top: -70px;
        inset-inline-start: 870px;
        z-index: 1000;


    }


    .share-dropdown {
        position: absolute;
        top: 100%;
        inset-inline-start: 50%;
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        margin-top: 0.5rem;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 100;
        padding: 15px 30px;
        display: none;
    }

    .share-item i {
        width: 90px;
        height: 90px;
        margin-inline-end: 15px;
        font-size: 35px;
        padding: 30px;

    }

    .copy-feedback {
        position: absolute;
        background: #fff;
        color: #000;
        padding: 10px 25px 20px;
        font-size: 30px;
        white-space: nowrap;
        border-radius: 5px;
        inset-inline-start: -170px;
        z-index: 1000;

    }

}
    



/* ==========================================================================
   SUPPORT US PAGE
   ========================================================================== */


.vector-smart-object-copy-24-3{
  float: inline-start;
  position: relative;
  z-index: 55;
  aspect-ratio: 473 / 144;
  width: 373px;

}


.text-224 {
  float: inline-start;
  margin-inline: 50px 0;
  margin-block: 0;
  color: #0f5132;
  font-size: var(--h1-sub-heading);
  font-weight: 600;
  text-align: justify;
}


.text-223 {
  color: #000000;
  width: 61%;
  position: relative;
  inset-inline-end: 0;
  margin-block: 15px 0;
  float: inline-end;
  font-size: var(--h6-text);
  line-height: 1.5;
  text-align: start;
}

.text-223 b,
.text-223 strong {
  font-weight: 700;
}




.text-202 {
  margin-block-start: 36px;
  margin-inline-start: 415px;
  font-size: var(--h6-text);
  line-height: 1.5;        /* more comfortable for multi-line */
  color: #000000;
  font-weight: 500;
  background: transparent;
  width: 57%;
  min-height: 150px;       /* ensures decent height */
  padding: 10px 12px;      /* adds space inside */
  border: 1px solid #999;  /* visible border */
  border-radius: 8px;      /* smooth corners */
  resize: vertical;        /* allow user to resize only vertically */
  text-align: start;
  outline: none;           /* remove default browser outline */
}

.text-202:focus {
  border-color: #007bff;   /* highlight on focus */
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.4);
}

.text-202::placeholder {
  color: #888;         /* grey tone */
  font-size: var(--h6-text);  /* slightly smaller */
  font-weight: 400;    /* lighter than text */
  opacity: 1;          /* make sure it's fully visible */
}


[lang="ar"] button {
  font-family: 'Cairo', sans-serif;
}

[lang="en"] button {
  font-family: 'Montserrat', sans-serif;

}



/* ==========================================================================
Private Clients CSS
========================================================================== */

.clients-1101 {
  padding: 93px 0 121px;
  position: relative;
  background: #0d3359;
  -webkit-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  -moz-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33); /*drop shadow*/
}
.l-constrained-1101 {
  margin: 0 auto;
  padding: 0 100px 0 290px;
  position: relative;
  width: 100%;
  max-width: var(--base-width);
  
}
.col-1103 {
  float: left;
  position: relative;
  width: 50%;
}
.text-1101 {
  color: #fcfafa;
  font-size: 68.75px;
  font-weight: 800;
  line-height: 1.2;
}

.supporters-1101 {
  margin:  0 50% 0;
  color: #fcfafa;
  font-size: 52.08333px;
  line-height: 1;
  font-weight: 300;
  text-align: end;
}
.text-1102 {
  margin: 45px auto 0;
  position: relative;
  width: 100%;
  font-size: var(--body-font-size);
  color: #fff;
  line-height: 1.7;
  text-align: justify;
}
.row-1105 {
  margin: 65px auto 0;
  position: relative;
  text-align: center;
}
.vector-smart-object-copy-1103 {
  margin: 117px 218px 0 0;
}
.rectangle-1-copy-1103 {
  height: 275px;
  width: 275px;
  border: 1px solid #105233; /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.row-1105 > * {
  display: inline-block;
  vertical-align: top;
}
.row-1102 {
  margin: 43px auto 0;
  position: relative;
  width: 559px;
}
.vector-smart-object-copy-1103-2 {
  float: left;
  margin: 84px 0 0;
}
.rectangle-1101 {
  float: right;
  height: 212px;
  width: 212px;
  border: 1px solid #105233; /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.rectangle-1-copy-1102 {
  float: right;
  height: 212px;
  margin: 0 18px 0 0;
  width: 212px;
  border: 1px solid #105233; /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.col-1105 {
  float: left;
  margin: 110px 0 0 -12px;
  position: relative;
  width: 50%;
  height: 100%;
}

.col-1106 {
  direction: ltr !important;
  margin: 0 auto;
  width: 95%;
  position: relative;
}

.col-1107 {
  direction: ltr !important;
  margin: 10px auto;
  width: 100%;
  position: relative;
}

.row-1101 {
  direction: ltr !important;
  margin: 10px auto;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  
}

.col-1108 {
  direction: ltr !important;
  display: inline-block;
  margin: 0px auto;
  width: 45%;
  position: relative;
  text-align: center;
}

.l-constrained-1102 {
  margin: 25px auto;
  padding: 0 0 0 10%;
  position: relative;
  width: 100%;
  max-width: var(--base-width);
}

.rectangle-1-copy-1102-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 568 / 345;
  left: 55.5px;
  margin: 0 auto;
  position: relative;
  width: 500px;
  border: 1px solid #105233; /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.row-1103 {
  margin: 49px 0 0;
  position: relative;
}
.rectangle-1-copy-1102-3 {
  float: left;
  height: 250px;
  margin: 0 22px 0 0;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #105233; /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.rectangle-1101-2 {
  float: left;
  height: 250px;
  width: 250px;
  border: 1px solid #105233; /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.row-1104 {
  margin: 44px 0 0 15px;
  position: relative;
}
.row-1104 > * {
  float: left;
  margin: 0 18px 0 0;
}
.row-1104 > *:last-child {
  margin-right: 0 !important;
}
.rectangle-1-copy-1104 {
  height: 212px;
  width: 212px;
  border: 1px solid #105233; /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.rectangle-1101-3 {
  height: 212px;
  width: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #105233; /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.rectangle-1-copy-1104-2 {
  height: 212px;
  width: 212px;
  border: 1px solid #105233; /*stroke*/
  background: #e6e6e6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.col-1101 {
  float: right;
  margin: 523px 0 0;
  position: relative;
  width: 47px;
}
.vector-smart-object-1101 {
  display: block;
  position: relative;
}
.vector-smart-object-1102 {
  left: 8.5px;
  margin: 246px auto 0;
  position: relative;
}


/* //Logo Caro 3 */
.logo-caro3 {
  position: relative;
  max-width: 825px;
  margin: auto;
  overflow: hidden;
  padding: 10px;
  
}

.logo-caro3-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.logo-caro3-item {
  width: 250px; /* 4 per row */
  margin: 0 10px;
  height: 250px;
  background: #eee;
  border-radius: 6px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.logo-caro3-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: inherit;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}

.logo-caro3-left-btn { 
  left: 300px; 

}
.logo-caro3-right-btn { right: 300px; }

.logo-caro3 button:hover {
  background: rgba(0,0,0,0.8);
}




/* //Logo Caro 5 */
.logo-caro5 {
  position: relative;
  max-width: 1180px;
  margin: auto;
  overflow: hidden;
  padding: 10px;
}

.logo-caro5-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.logo-caro5-item {
  width: 212px; /* 4 per row */
  margin: 0 10px;
  height: 212px;
  background: #eee;
  border-radius: 6px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.logo-caro5-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: inherit;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}

.logo-caro5-left-btn { 
  left: 300px; 

}
.logo-caro5-right-btn { right: 300px; }

.logo-caro5 button:hover {
  background: rgba(0,0,0,0.8);
}



/* //Logo Caro 6 */
.logo-caro6 {
  position: relative;
  max-width: 480px;
  margin: auto;
  overflow: hidden;
  padding: 10px;
}

.logo-caro6-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.logo-caro6-item {
  width: 212px; /* 4 per row */
  margin: 0 10px;
  height: 212px;
  background: #eee;
  border-radius: 6px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.logo-caro6-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: inherit;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}

.logo-caro6-left-btn { 
  left: 65px; 

}
.logo-caro6-right-btn { right: 65px; }

.logo-caro6 button:hover {
  background: rgba(0,0,0,0.8);
}


/* //Logo Caro 7 */
.logo-caro7 {
  position: relative;
  max-width: 480px;
  margin: auto;
  overflow: hidden;
  padding: 10px;
}

.logo-caro7-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.logo-caro7-item {
  width: 212px; /* 4 per row */
  margin: 0 10px;
  height: 212px;
  background: #eee;
  border-radius: 6px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.logo-caro7-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: inherit;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}

.logo-caro7-left-btn { 
  left: 65px; 

}
.logo-caro7-right-btn { right: 65px; }

.logo-caro7 button:hover {
  background: rgba(0,0,0,0.8);
}



/* ======================================================================================================
---------------------------------------------------------------------------------------------------------
------------------------------ SERVICES PAGE ---------------------------------------------
---------------------------------------------------------------------------------------------------------
======================================================================================================= */

/* ==========================================================================
  Services CSS
  ========================================================================== */

  .services {
  padding: 98px 0 31px;
  position: relative;
  width: 100%; /* 1919px / 1919px = 100% */
  z-index: 0;
  background-color: #E3E3E3;
   background: url(./../../asset/images/services/vector_smart_object_2.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.l-constrained-901 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
  z-index: 61;
}

.col-901 {
  margin: 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 32;
 
}

.title-901 {
  margin: 0 auto;
  position: relative;
  width: 65%;
}

.text-904 {
  color: var(--primary-color);
  font-size: var(--h1-heading);
  font-weight: 600;
  line-height: 67.70834px;
}

.text-905 {
  margin: 28px 0 15px;
  width: 100%;
  font-size: var(--body-font-size);
  font-weight: 600;
  line-height: 1.7;
  text-align: justify;
}
.admin-901 {
  margin: 33px auto;
  position: relative;
  width: 65%;
}
.row-903 {
  padding: 0 10px 0px;
  position: relative;
  background: var(--primary-color);
}


.text-906 {
  float: inline-start;
  margin-block: 27px 15px;
  margin-inline: 10px 350px;
  width: 65%;
  color: #ffffff;
  font-size: 2.083333rem; /* 33.33px / 16px = 2.083125rem */
  font-weight: 600;
  text-align: justify;
}

[lang="ar"] .text-906 {
  margin-block: 15px;
  line-height: 1;
}

.text-907 {
  float: inline-start;
  width: 33px;
  color: #ffffff;
  font-size: 4.243896rem; /* 67.9px / 16px = 4.24375rem */
  font-weight: 600;
}

[lang="ar"] .text-907 {
  line-height: 1 !important;
}

.row-912 {
  margin: 25px 22px 0;
  position: relative;
}
.layer-9436 {
  float: inline-start;
  margin-block: 0;
  margin-inline: 0 22px; 
}
.text-908 {
  margin: 0 0;
  font-size: var(--body-font-size);
  color: #010101;
  font-weight: 500; 
  text-align: start;
}
.rounded-rectangle-1-holder-901 {
  margin: 27px 0 0;
  min-height: 146px;
  font-size: var(--body-font-size);
  width: 100%;
  padding: 19px 18px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #cecece;
  -webkit-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  -moz-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33); /*drop shadow*/
}
.text-909 > * {
  color: #5b5c5c;
}
.row-906 {
  margin: 26px 22px 0;
  position: relative;
}
.layer-9437 {
  float: inline-start;
  margin-block: 0;
  margin-inline: 0 22px;
}
.text-910 {
  margin: 1px 0 0;
  font-size: var(--body-font-size);
  font-weight: 500;
  text-align: start;
}

.submit-901 {
  margin: 3% 17% 7%;
  padding: 0;
  position: relative;
  width: 494px;
  border: 1px solid #fcfcfc; /*stroke*/
  background: var(--primary-color);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  color: #fcfcfc;
  font-size: 2.148438rem; /* 34.38px / 16px = 2.14875rem */
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  
}

@media (max-width: 776px) {

  
  .services {
  padding: 98px 0 31px;
  position: relative;
  width: 100%; /* 1919px / 1919px = 100% */

}

.l-constrained-901 {
  margin: 0 auto;
  width: 100%;
}

.col-901 {
  margin: 0px;
  width: 100%;
}

.title-901 {
  margin: 0 auto;
  width: 65%;
}

.text-904 {
  color: var(--primary-color);
  font-size: var(--h4-heading);
  font-weight: 600;
  line-height: 1;
}

.text-905 {
  margin: 28px 0 15px;
  width: 100%;
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: 1.7;
  text-align: justify;
}
.admin-901 {
  margin: 33px auto;
  position: relative;
  width: 65%;
}
.row-903 {
  padding: 0 10px 20px;
  position: relative;
}
.text-906 {
  float: inline-start;
  margin-block: 27px 0;
  margin-inline: 15px 150px;
  width: 80%;
  color: #ffffff;
  font-size: var(--h5-heading);
}
.text-907 {
  float: inline-start;
  width: 33px;
}
.row-912 {
  margin: 30px 22px 0;
  position: relative;
}
.layer-9436 {
  float: inline-start;
  margin-block: 0;
  margin-inline: 0 22px;
}
.text-908 {
  margin: 0 0;
  font-size: var(--body-font-size);
}
.rounded-rectangle-1-holder-901 {
  margin: 27px 0 0;
  min-height: 200px;
  font-size: var(--body-font-size);
  width: 100%;
  padding: 19px 18px;
}

.row-906 {
  margin: 26px 22px 0;
  position: relative;
}
.layer-9437 {
  float: inline-start;
  margin-block: 0;
  margin-inline: 0 22px;
}
.text-910 {
  margin: 1px 0 0;
  font-size: var(--body-font-size);
  font-weight: 500;
  text-align: start;
}

.submit-901 {
  margin: 3% 17% 7%;
  padding: 20px;
  position: relative;
  width: 494px;
  border: 1px solid #fcfcfc; /*stroke*/
  background: var(--primary-color);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  color: #fcfcfc;
  font-size: var(--h5-heading); /* 34.38px / 16px = 2.14875rem */
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  
}

  
}



/* ======================================================================================================
---------------------------------------------------------------------------------------------------------
------------------------------ Workshop Subsidiary PAGE ---------------------------------------------
---------------------------------------------------------------------------------------------------------
======================================================================================================= */


.audio-101 {
  left: 0;
  padding: 100px 0 30px;
  position: relative;
  width: 100%; /* 1919px / 1919px = 100% */
  background: url(./../../asset/images/WS_2_images/layer_415.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-constrained-1003 {
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  max-width: var(--base-width);
  width: 100%;
}
.text-1016 {
  margin: 0 19%;
  font-size: 25px;
  font-weight: 400;
  text-align: start;
}
.row-1004 {
  margin: 60px auto 0;
  position: relative;
  right: 10.5px;
  width: 1124px;
}
.row-1004 > * {
  float: left;
  margin: 0 112px 0 0;
}
.row-1004 > *:last-child {
  margin-right: 0 !important;
}
.group-1011 {
  position: relative;
  width: 300px;
}
.layer-10417 {
  display: block;
  margin: 0 0 0 4px;
  position: relative;
}
.layer-10416 {
  display: block;
  margin: 16px 0 0;
  position: relative;
}
.text-1017 {
  margin: 14px 0 0;
  font-size: 20.83333px;
}
.group-11-copy-101 {
  position: relative;
  width: 300px;
}
.layer-417-102 {
  display: block;
  margin: 0 0 0 4px;
  position: relative;
}
.layer-416-102 {
  display: block;
  margin: 16px 0 0;
  position: relative;
}
.text-1018 {
  margin: 14px 0 0;
  font-size: 20.83333px;
}
.group-11-copy-102 {
  position: relative;
  width: 300px;
}
.layer-417-103 {
  display: block;
  margin: 0 0 0 4px;
  position: relative;
}
.layer-416-103 {
  display: block;
  margin: 16px 0 0;
  position: relative;
}
.text-1019 {
  margin: 14px 0 0;
  font-size: 20.83333px;
}
.row-105 {
  margin: 22px 0 0 11px;
  position: relative;
}
.vector-smart-object-copy-1012 {
  float: left;
  margin: 0 1690px 0 0;
}
.vector-smart-object-copy-1011 {
  float: left;
}
.row-1001 {
  margin: 29px auto 0;
  position: relative;
  right: 10.5px;
  width: 1124px;
}
.row-1001 > * {
  float: left;
  margin: 0 112px 0 0;
}
.row-1001 > *:last-child {
  margin-right: 0 !important;
}
.group-11-copy-103 {
  position: relative;
  width: 300px;
}
.layer-417-104 {
  display: block;
  margin: 0 0 0 4px;
  position: relative;
}
.layer-416-104 {
  display: block;
  margin: 16px 0 0;
  position: relative;
}
.text-1020 {
  margin: 14px 0 0;
  font-size: 20.83333px;
}
.group-11-copy-104 {
  position: relative;
  width: 300px;
}
.layer-417-105 {
  display: block;
  margin: 0 0 0 4px;
  position: relative;
}
.layer-416-105 {
  display: block;
  margin: 16px 0 0;
  position: relative;
}
.text-1021 {
  margin: 14px 0 0;
  font-size: 20.83333px;
}
.group-11-copy-105 {
  position: relative;
  width: 300px;
}
.layer-417-106 {
  display: block;
  margin: 0 0 0 4px;
  position: relative;
}
.layer-416-106 {
  display: block;
  margin: 16px 0 0;
  position: relative;
}
.text-1022 {
  margin: 14px 0 0;
  font-size: 20.83333px;
}
.download-101 {
  left: 50%;
  min-height: 146px;
  padding: 56px 95px;
  position: absolute;
  top: 2442px;
  width: 1124px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #0d3359;
  -webkit-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  -moz-box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33);
  box-shadow: -0.26168px 4.993148px 4px 0 rgba(24, 24, 24, 0.33); /*drop shadow*/
  margin-left: -572.5px;
}
.layer-10383 {
  float: right;
}
.text-1023 {
  margin: 7px 0 0 13px;
  color: #fbf3f3;
  font-size: 25px;
  font-weight: 500;
}
.news-101 {
  left: 0;
  padding: 73px 0 88px;
  position: relative;
  width: 100%; /* 1919px / 1919px = 100% */
  background: #d9d6d6 center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-constrained-1004 {
  margin: 0 auto;
  position: relative;
  width: 1857px;
}
.text-1024 {
  font-size: 36.46423px;
  font-weight: 600;
  text-align: center;
}
.text-1025 {
  margin: 33px auto 0;
  width: 1118px;
  color: #010101;
  font-size: 25.00404px;
  line-height: 35.42239px;
  text-align: center;
}
.rectangle-101 {
  display: block;
  margin: 64px auto 0;
  width: 699px;
}
.text-1026 {
  margin: 47px 0 0;
  font-size: 25.00404px;
  text-align: center;
}
.rectangle-2-holder-101 {
  margin: 37px auto 0;
  min-height: 191px;
  padding: 19px 28px 17px;
  position: relative;
  width: 1124px;
  background: #ededed;
}
.text-1027 {
  margin: 0 auto 22px;
  color: #010101;
  font-size: 25.00404px;
  font-weight: 400;
  line-height: 35.42239px;
  text-align: justify;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    transition: max-height 0.3s ease;
}
.layer-10421 {
  float: right;
  margin: 6px 0 0 27px;
   
}
.text-1028 {
  font-size: 25.00404px;
  float: right;
  text-align: right;
  cursor: pointer;
}

.text-style-2 {
  font-size: 31.25px;
  font-weight: bold;
}
.color249146 {
  color: #249146;
}
.text-style-3 {
  line-height: 35px;
}
.text-style {
  font-size: 36.45834px;
}

  .text-1027.expanded {
    -webkit-line-clamp: unset;
  }

  .rotated {
    transform: rotate(180deg);
  }
/* Workshop Caro Audio Slider */

      
 .workshop-caro-content-container {
      display: flex;
      flex-wrap: wrap;
      padding: 40px;
      width: 90%;
      margin: 0 auto;
  }


  .workshop-caro-slider-content {
      min-width: 1200px;
      position: relative;
  }

  .workshop-caro-slider-container {
      position: relative;
      overflow: hidden;
      padding: 20px;
      margin: 0 auto;
      width: 70%;
  }

  .workshop-caro-slider {
      display: flex;
      transition: transform 0.5s ease;
      width: 100%;
  }

  .workshop-caro-slide {
      display: grid;
      grid-template-columns: repeat(6, 1fr); /* All columns in one row */
      grid-template-rows: repeat(2, 1fr); /* 2 rows */
      gap: 20px;
      min-width: 100%;
      padding: 10px;
  }

  .workshop-caro-logo-item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      height: 140px;
      margin-bottom: 50px;
  }


  .workshop-caro-logo-image {
      max-width: 100%;
      max-height: 80px;
      object-fit: contain;
  }

  /* Navigation buttons */
  .workshop-caro-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 1.2rem;
      transition: all 0.3s ease;
      z-index: 10;
      background: inherit;
  }

  .workshop-caro-nav-btn:hover {
      transform: translateY(-50%) scale(1.1);
  }

  .workshop-caro-nav-btn:disabled {
      cursor: not-allowed;
      transform: translateY(-50%);
  }

  .workshop-caro-prev-btn {
      left: -25px;
  }

  .workshop-caro-next-btn {
      right: -25px;
  }

  @media (max-width: 768px) {
      .workshop-caro-content-container {
          flex-direction: column;
      }
      
      .workshop-caro-text-content {
          padding-right: 0;
          margin-bottom: 30px;
      }
      
      .workshop-caro-slide {
          grid-template-columns: repeat(4, 1fr); /* 4 columns on tablet */
          grid-template-rows: repeat(3, 1fr); /* 3 rows on tablet */
      }
      
      .workshop-caro-nav-btn {
          width: 40px;
          height: 40px;
      }
      
      .workshop-caro-prev-btn {
          left: -20px;
      }
      
      .workshop-caro-next-btn {
          right: -20px;
      }
  }

  @media (max-width: 480px) {
    .workshop-caro-slide {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
        grid-template-rows: repeat(6, 1fr); /* 6 rows on mobile */
    }
    
    .workshop-caro-section-header h1 {
        font-size: 2rem;
    }
    
    .workshop-caro-section-header p {
        font-size: 1rem;
    }
    
    .workshop-caro-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .workshop-caro-prev-btn {
        left: -15px;
    }
    
    .workshop-caro-next-btn {
        right: -15px;
    }
}

/* Player CSS */

.audio-card {
      background: inherit;
      padding-top: 65px;
      width: 100%;
      text-align: center;
    }

    .controls {
      display: flex;
      align-items: center;
      
    }

    .play-btn {
      position: absolute;
      top: 0px;
      width: 53px;
      height: 53px;
      border-radius: 50%;
      font-size: 25px !important;
      border: none;
      background: white;
      color: #A4A6A9 !important;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
      cursor: pointer;
      box-shadow: 0 2px 4px rgba(0,0,0,0.2);
      font-size: 18px;
      z-index: 100;
    }

    canvas {
      flex: 1;
      height: 70px;
      cursor: pointer;
      background-color: #C5C6CA;
    }

    .time {
      width: 50px;
      text-align: right;
      font-size: 18px;
      margin-left: 8px;
      color: #222;
    }

    .title {
      margin-top: 5px;
      font-size: 14px;
      color: #222;
    }