
#hero {
  width: 100%;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #333;
  border-radius: 4px;
  background-color: white; /* default background */
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #33B793; /* your custom color */
  border-color: #33B793;
  position: relative;
}

input[type="checkbox"]:checked::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: 2px;
}


#overlay {
  display: none;
}

::-webkit-scrollbar {
  width: 8px; /* Adjust width */
  height: 8px; /* Adjust height for horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: rgba(0,0,0,1);
}

::-webkit-scrollbar-thumb {
  background: #4b3220;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #8C684A;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Tajawal', sans-serif !important;
  color: #fff;
  font-weight: bolder !important;
}

h1 { font-size: clamp(2.5rem, 5vw, 3.5rem) !important; line-height: 1 !important; }
h2 { font-size: clamp(1.5rem, 4vw, 2.5rem) !important; line-height: 1.05 !important; }
h3 { font-size: clamp(1.25rem, 3vw, 2.25rem) !important; line-height: 1.10 !important; }
h4 { font-size: clamp(1rem, 2.5vw, 1.75rem) !important; line-height: 1.15 !important; }
h5 { font-size: clamp(.75rem, 2vw, 1.25rem) !important; line-height: 1.20 !important; }
h6 { font-size: clamp(.5rem, 1.5vw, 1rem) !important; line-height: 1.25 !important; }

/* h1 {
  font-family: 'Tajawal';
  font-size: 40px !important;
  line-height: 44px !important;
  font-weight: bolder !important;
  color: #fff;
} */

html[lang="ar-SA"] h1:not(.text-center),
html[lang="ar-SA"] h2:not(.text-center),
html[lang="ar-SA"] h3:not(.text-center),
html[lang="ar-SA"] p:not(.text-center){
 text-align: right;
}

html[lang="ar-SA"] .dnnModuleDialog .dnnPageContainer {
  width: auto;
}

/* .innerpage * {
  color: #fff;
}

.innerpage .form-control *:not(.baj-btn) {
  color:#000;
} */

section {
  color:#fff;
}

.menuItemHeader, .language-object a, .language-object a:visited {
  color:#fff !important;
}

 .language-object a:hover {
  color: #8C684A !important;
 }

/* h2 {
  font-family: 'Tajawal';
  font-size: 32px !important;
  line-height: 36px !important;
  font-weight: bolder !important;
  color: #fff;
}

h3 {
  font-family: 'Tajawal';
  font-size: 24px !important;
  line-height: 36px !important;
  font-weight: bolder !important;
  color: #fff;
} */

/* .baj-bg-light h3 {
  color: #000;
} */

p {
  /* font-family: 'Tajawal', sans-serif; */
  font-size: 20px !important;
  line-height: 22px !important;
  font-weight: lighter;
  color: #fff;
}

.note-editable.panel-body * {
  color:#000 !important;
}

.baj-footer {
  overflow-x: hidden;
}

html[lang="ar-SA"] .editbar {
 left: 80px !important;
}

.editBarDialog .btn-accept{
 background-color: #AD9480;
}

.hero {
  font-family: 'Tajawal', sans-serif;
  z-index: 5;
}

.hero .title {
  z-index: 5;
  position: relative;
}

.title h1, .title h2, .title p, .title button, .title a {
  opacity: 0;
  animation: showContent 800ms 1s ease-in-out 1 forwards;
}

.hero .title h1 {
  /* font-size: 64px !important;
  line-height: 68px !important; */
  font-weight: bolder;
  color: #fff;
  z-index: 5;
}

.hero .title p {
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: lighter;
  color: #fff;
  z-index: 5;
}

.title h1, .title h2 {
  animation-delay: 300ms;
}

.title p {
  animation-delay: 500ms;
}

.title button, .title a {
  animation-delay: 600ms;
}

.title * {
  color: #fff;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.separator-v {
  height: 200px;
  align-self: center;
  width: 1px;
  background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
}

.bg-light .separator-v {
  background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
}

.cursor-pointer {
  cursor: pointer;
}

.baj-bg-midnight {
  background-color: #001421;
}

.bg-midnight {
  background-color: #001421;
}

.bg-midnight-5 {
  background-color: rgba(0, 22,33,0.5);
  backdrop-filter: blur(40px);
}

.bg-8D694B-2 {
  background-color: rgba(141, 105, 75, .2);
}

.bg-pantone-5 {
  background-color: var(--baj-secondary-pantone-5);
}

.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black {
  background-color: rgba(0, 0, 0, 1);
}

.bg-967B60-5 {
  background-color: rgba(150, 123, 96, .5);
}

.bg-8D694B-2 {
  background-color: rgba(141, 105, 75, .2);
}

.bg-001421-2 {
  background-color: rgba(0, 20, 33, 0.2);
}

.bg-001421-3 {
  background-color: rgba(0, 20, 33, 0.3);
}

.bg-AD9480-3 {
  background-color:rgba(173, 148, 128, 0.3);
}

.bg-AD9480-2 {
  background-color:rgba(173, 148, 128, 0.2);
}

.bg-8C684A {
  background-color: #8C684A;
}

.bg-443d38 {
  background-color: #443d38;
}

.baj-dot {
  background: none;
  border: var(--baj-quaternary-color-opacity-5) 1px solid !important;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.baj-dot.active {
  background-color: var(--baj-quaternary-color-opacity-5) !important;
  border: 0 !important;
}

.baj-quarternary-color-opacity-5 {
  color: var(--baj-quaternary-color-opacity-5);
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1.2s ease-in-out 1 forwards;
}

.fade-out {
  opacity: 1;
}

.slide-rtl {
  transform: translateX(10%);
  animation: slideRTL 1.4s ease-in-out 1 forwards;
}

.slide-ltr {
  transform: translateX(10%);
  animation: slideLTR 1.4s ease-in-out 1 forwards;
}

.gap-8px {
  gap: 8px !important;
}

.gap-16px {
  gap: 16px !important;
}

.gap-24px {
  gap: 24px !important;
}

.gap-32px {
  gap: 32px !important;
}

.gap-64px {
  gap: 64px !important;
}

.gap-128px {
  gap: 128px !important;
}

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

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

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

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

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

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

.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}

.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}

.px-64px {
  padding-left: 64px;
  padding-right: 64px;
}

.px-128px {
  padding-left: 128px;
  padding-right: 128px;
}

.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-32px {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-64px {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-128px {
  padding-top: 128px;
  padding-bottom: 128px;
}

.pt-16px {
  padding-top: 16px;
}

.pt-24px {
  padding-top: 24px;
}

.pt-32px {
  padding-top: 32px;
}

.pt-64px {
  padding-top: 64px;
}

.pt-128px {
  padding-top: 128px;
}

.pr-16px {
  padding-right: 16px;
}

.pr-24px {
  padding-right: 24px;
}

.pr-32px {
  padding-right: 32px;
}

.pr-64px {
  padding-right: 64px;
}

.pr-128px {
  padding-right: 128px;
}

.pb-16px {
  padding-bottom: 16px;
}

.pb-24px {
  padding-bottom: 24px;
}

.pb-32px {
  padding-bottom: 32px;
}

.pb-64px {
  padding-bottom: 64px;
}

.pb-128px {
  padding-bottom: 128px;
}

.pl-16px {
  padding-left: 16px;
}

.pl-24px {
  padding-left: 24px;
}

.pl-32px {
  padding-left: 32px;
}

.pl-64px {
  padding-left: 64px;
}

.pl-128px {
  padding-left: 128px;
}

.pl-164px {
  padding-left: 164px;
}

.pr-16px {
  padding-right: 16px;
}

.pr-32px {
  padding-right: 32px;
}

.pr-64px {
  padding-right: 64px;
}

.pr-128px {
  padding-right: 128px;
}

.pr-164px {
  padding-right: 164px;
}

.left-0 {
  left: 0;
}

.left-neg32px {
  left: -32px;
}

.right-neg32px {
  right: -32px;
}

.baj-absolute {
  position: absolute;
}

.baj-absolute-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.-z-10 {
  z-index: -10;
}

.min-h-screen {
  min-height: 100vh;
}

.h-screen {
  height: 100vh;
}

.max-w-1980 {
  max-width: 1980px;
}

.max-w-wqhd {
  max-width: 2560px;
}

.w-min-150px {
  min-width: 150px;
}

.w-min-300px {
  min-width: 300px;
}

.w-16px {
  width: 16px;
}

.w-24px {
  width: 24px;
}

.w-32px {
  width: 32px;
}

.w-48px {
  width: 48px;
}

.w-64px {
  width: 64px;
}

.w-128px {
  width: 128px;
}

.w-350px {
  width: 350px;
}

.w-100p {
  width: 100%;
}

.w-75p {
  width: 75%;
}

.w-50p {
  width: 50%;
}

.w-100vw {
  width: 100vw;
}

.h-16px {
  height: 16px;
}

.h-24px {
  height: 24px;
}

.h-32px {
  height: 32px;
}

.h-48px {
  height: 48px;
}

.h-64px {
  height: 64px;
}

.h-128px {
  height: 128px;
}

.h-unset {
  height: unset;
}

.aspect-ratio-fhd {
  aspect-ratio: 16/9;
}

.aspect-ratio-qhd {
  aspect-ratio: 21/9;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.bottom-120px {
  bottom: 120px;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.fs-8px {
  font-size: 8px !important;
  line-height: 10px !important;
}

.fs-8px * {
  font-size: 8px;
  line-height: 10px;
}

.fs-10px {
  font-size: 10px !important;
  line-height: 12px !important;
}

.fs-10px * {
  font-size: 10px;
  line-height: 12px;
}

.fs-12px {
  font-size: 12px !important;
  line-height: 14px !important;
}

.fs-12px * {
  font-size: 12px;
  line-height: 14px;
}

.fs-14px {
  font-size: 14px !important;
  line-height: 16px !important;
}

.fs-14px * {
  font-size: 14px;
  line-height: 16px;
}

.fs-16px {
  font-size: 16px !important;
  line-height: 18px !important;
}

.fs-16px * {
  font-size: 16px;
  line-height: 18px;
}

.fs-18px {
  font-size: 18px !important;
  line-height: 20px !important;
}

.fs-16px * {
  font-size: 18px;
  line-height: 20px;
}

.fs-20px {
  font-size: 20px !important;
  line-height: 22px !important;
}

.fs-20px * {
  font-size: 20px;
  line-height: 22px;
}

.fs-24px {
  font-size: 24px !important;
  line-height: 26px !important;
}

.fs-24px * {
  font-size: 24px;
  line-height: 26px;
}

.fs-32px {
  font-size: 32px !important;
  line-height: 36px !important;
}

.fs-32px * {
  font-size: 32px;
  line-height: 36px;
}

.fs-48px {
    font-size: 48px;
    line-height: 52px;
  }

.fs-64px {
  font-size: 64px;
  line-height: 70px;
}

.overflow-unset {
  overflow: unset;
}

.overflow-y-unset {
  overflow-y:unset;
}

.overflow-x-auto {
  overflow-x: auto;
}

.text-sand {
  color: var(--baj-secondary-sand);
}

.text-black, .text-black * {
  color: var(--baj-primary-color) !important ;
}

.text-white, .text-white * {
  color: #fff !important ;
}

img,
div {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.ratio-1x1 {
  aspect-ratio: 1/1;
}

.flex-fill-none {
  flex: none;
}

.flex-fill-golden {
  flex: 1.618;
}

.flex-fill-1 {
  flex: 1;
}

.flex-fill-0-0-80p {
  flex:0 0 80%;
}

.flex-fill-0-0-50p {
  flex:0 0 50%;
}

.flex-fill-0-0-75p {
  flex:0 0 75%;
}

.flex-fill-1-0-64px {
  flex: 1 0 64px !important;
}

.flex-fill-0-0-150px {
  flex: 0 0 150px;
}

.flex-fill-0-0-300px {
  flex: 0 0 300px;
}

.border-radius-10px {
  border-radius: 10px;
}

.border-radius-5rm {
  border-radius: 0.5rem;
}

.border-tl-radius-10px {
  border-top-left-radius: 10px;
}

.border-bl-radius-10px {
  border-bottom-left-radius: 10px;
}

.border-8C684A-5 {
  border: 1px solid rgba(140, 104, 74, 0.5);
}

.overflow-x-auto {
  overflow-x: auto;
}

.scrollbar-none {
  scrollbar-width: none;
}

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

.baj-btn-bottom {
  position: absolute;
  left: 0;
  bottom: 32px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 8px;
}

.baj-btn-bottom > .item {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

/* Components */
/* Buttons ----------------------------------- */
.baj-btns {
  display: flex;
}

.baj-btn,
.baj-btn:visited {
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #AD9480;
  border: 1px solid #AD9480;
  border: none;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none !important;
  text-align: center;
}

.baj-btn.fawri {
  color:#000;
  background-color: #bfff37 !important;
  border: 1px solid #bfff37 !important;
}

.baj-btn.fawri:hover {
  color:#000;
  background-color: #7ea529 !important;
}

.baj-btn.fawri.outline {
  background-color: transparent !important;
}

.btn {
  padding: 8px 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px !important;
  background-color: transparent !important;
  border: 1px solid #AD9480 !important;
  border: none;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 16px !important;
  text-decoration: none !important;
  text-align: center;
}

.btn-primary {
 background-color: #AD9480 !important;
}

.baj-btn.outline {
  background-color: transparent;
  border: 1px solid #AD9480;
}

/* .baj-bg-light .baj-btn.outline {
  color:#8C684A;
} */

.baj-btn:hover,
.baj-btn.outline:hover {
  color: unset;
  background-color: #8C684A;
}

#hero .baj-btn {
  font-size: 18px;
  font-weight: 400;
  min-width: 190px;
  min-height: 50px;
}

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


/* Button Logo ----------------------------------- */
.baj-btn-logo,
a.baj-btn-logo {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  background-color: rgba(173, 148, 128, 0.3);
  font-size: 1.5rem;
  cursor: pointer;
  text-decoration: none !important;
}

.baj-btn-logo svg{
  fill:#fff;
}

.baj-btn-logo:hover,
.baj-btn-logo:hover {
  background-color: rgba(173, 148, 128, 0.5);
}

.baj-btn-logo .logo {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Tabs --------------------------------------------------------- */
.baj-tabs {
  display: flex;
  gap: 16px;
  align-items: stretch;
  overflow-x: auto;
}

.baj-tabs .item {
  position: relative;
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid rgba(140, 104, 74, 0.5);
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  transition: all 0.5s ease-in-out;
}

.baj-tabs .item:hover {
  background-color: rgba(140, 104, 74, 1) !important;
}

.baj-tabs .item.active {
  background-color: rgba(140, 104, 74, 0.5);
  border: 0;
  clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 15px);
  overflow: hidden;
}

.baj-bg-light .baj-tabs .item.active {
  background-color: #8C684A;
}

.baj-bg-light .baj-tabs .item.active div {
  color:#fff;
}


.baj-tabs .item.active .progress {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

.baj-tabs .item-icon-title {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.baj-tabs .item-icon-title:hover {
  transform: scale(1.2);
}

.baj-tabs .item-icon-title.active {
  transform: scale(1.2);
}

.baj-tab-clock {
  position: relative;
}

.baj-icon {
  min-height: 16px;
  aspect-ratio: 1/1;
}

.baj-icon.box {
  padding: 8px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.baj-tabs-toggle {
  display: block;
  gap: 24px;
  width: 100%;
  overflow-x: auto;
  /* For Firefox */
  scrollbar-width: none;
  /* For IE and older Edge */
  -ms-overflow-style: none;
}

.baj-tabs-toggle .item {
  position: relative;
  border-radius: .25rem;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

.baj-tabs-toggle .item:not(:last-child) {
  margin-bottom:32px;
}

html[lang="ar-sa"] .baj-tabs .item.active .progress {
  left: unset;
  right: 0;
}

/*******************************************
 
    ********* Reports Accordion **********

********************************************/
.report-accordion .card {
  border: 0;
  margin-bottom: 5px;
  margin-top: 30px;
}

.report-accordion .card-header {
  border: 0;
  background-color: transparent;
  position: relative;
}

.report-accordion .card-header a {
  display: block;
  position: relative;
  padding-right: 40px;
}

/* Chevron UP icon (for collapsed=false / active header) */
.report-accordion .card-header a:not(.collapsed):after {
  content: "";
  position: absolute;
  top: 8px;
  right: 15px;
  width: 26px;
  height: 26px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-color: white;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 10.854a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1-.708.708L8 6.207l-3.646 3.647a.5.5 0 0 1-.708 0'/%3E%3C/svg%3E");
}

html[lang="ar-SA"] .report-accordion .card-header a:not(.collapsed):after {
  right: unset;
  left: 15px;
}

/* Chevron DOWN icon when collapse is hidden */
.report-accordion .card-header a.collapsed:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 15px;
  width: 26px;
  height: 26px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-color: white;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

html[lang="ar-SA"] .report-accordion .card-header a.collapsed:after {
  right: unset;
  left: 15px;
}

.report-accordion .collapse.show {
  border-top: solid 1px #8C684A;
}

/* Financial report tiles */
.report-accordion a.financial-report {
  background-color: #e7e7e9;
  padding: 25px 25px 40px;
  display: inline-block;
  min-width: 190px;
  height: 170px;
  cursor: pointer;
  font-size: 20px;
  color: #0e416b;
}
.report-accordion a.financial-report:hover {
  color: #0e416b;
  background-color: rgba(23, 141, 217, 0.3);
}
.report-accordion a.financial-report i.fa {
  position: absolute;
  bottom: 14px;
  left: 50%;
  margin-left: -10px;
}


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

/* Our Locations */
.ModBAJLocationC .header {
  background: #178DD9;
  color: white;
  margin: 3px;
  padding: 0 11px;
  font-size: 11px;
  font-weight: bold;
  text-align: center; }

.ModBAJLocationC .baj-map {
  height: 70vh;
  font-size: 12px; }

.ModBAJLocationC .map {
  padding-left: 0;
  padding-right: 0; }

.ModBAJLocationC .baj-map-container {
  height: 70vh; }

.ModBAJLocationC .locations {
  overflow: auto;
  padding: 0;
  border: 1px solid #ddd; }
  .ModBAJLocationC .locations .list {
    padding: 0 10px; }
  .ModBAJLocationC .locations .baj-item {
    font-size: 11px;
    color: #363636;
    border-bottom: 1px solid #e7e7e9;
    background-color: transparent;
    background-image: url(/Portals/_default/Skins/BAJ_17/images/fawri_logo.jpg);
    background-position: right 44px;
    background-repeat: no-repeat;
    background-size: 87px;
    padding: 10px;
    margin-bottom: 0;
    cursor: pointer; }
    .ModBAJLocationC .locations .baj-item:nth-child(2n) {
      background-color: #f3f3f2; }
    .ModBAJLocationC .locations .baj-item .point {
      font-size: 13px;
      font-weight: bold; }
    .ModBAJLocationC .locations .baj-item .lines {
      padding-left: 0;
      line-height: 1.6em; }
      .ModBAJLocationC .locations .baj-item .lines .line {
        margin-bottom: 4px; }
    .ModBAJLocationC .locations .baj-item a, .ModBAJLocationC .locations .baj-item a:visited {
      color: #178DD9; }
    .ModBAJLocationC .locations .baj-item .fa {
      width: 17px;
      text-align: center; }

/* Card Expands ----------------- */

.baj-card-expands-container {
  width: 100%;
  overflow: hidden;
  cursor: grab;
}

.baj-card-expands {
  display: flex;
  justify-content: center;
  gap:1rem;
  transition: transform 0.4s ease;
  overflow-x: auto;
}

.baj-card-expands .item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: end;
  height: 300px;
  width: 260px;
  flex-shrink: 0;
  padding: 0;
  transition: width 0.5s, height 0.5s ease-in-out;
}

html[lang="ar-SA"] .baj-card-expands .item {
  justify-content: start;
}

/* .baj-bg-light .baj-card-expands .item * {
  color:#fff !important;
} */

.baj-card-expands .item:hover {
  border: 1px solid rgba(178, 127, 89, 1);
  width: 520px;
  padding: 32px;
  align-items: start;
}

/* .baj-bg-light .baj-card-expands .item:hover * {
  color:#000 !important;
} */

.baj-card-expands .item .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.baj-card-expands .item.shrinked {
  width: 200px;
}

.baj-card-expands .item .img-container img {
  object-fit: fill;
  object-position: center;
}

.baj-card-expands .item:hover .img-container {
  width: 150px;
  height: 150px;
  top: 16px;
  right: 16px;
  left: unset;
  bottom: unset;
  border: 1px solid #B27F59;
  border-radius: 5px;
}

html[lang="ar-SA"] .baj-card-expands .item:hover .img-container {
  top: 16px;
  right: unset;
  left: 16px;
}

.baj-card-expands .item:hover .img-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  aspect-ratio: 13/15;
}

.baj-card-expands .item .wrapper {
  display: flex;
  justify-content: end;
  align-items: end;
  background: linear-gradient(-135deg, rgba(140, 104, 74, 0.8) 0%, rgba(0, 0, 0, .8) 45%);
  clip-path: polygon(0% 80px, 100% 0%, 100% 100%, 0% 100%);
  width: 90%;
  height: 130px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-align: end;
  padding: 32px 24px 24px 50px;
}

html[lang="ar-SA"] .baj-card-expands .item .wrapper {
  padding: 32px 50px 24px 24px;
  justify-content: start;
}

.baj-card-expands .item .wrapper .description {
  display: none;
}

.baj-card-expands .item:hover .wrapper {
  width: 100%;
  background: none;
  clip-path: none;
  text-align: left;
  padding: 0 164px 0 0;
  display: flex;
  justify-content: start;
  align-items: start;
  height: auto;
}

html[lang="ar-SA"] .baj-card-expands .item:hover .wrapper {
  padding: 0 0 0 164px;
}

.baj-card-expands .item:hover .wrapper .description {
  display: block;
}

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

/* Card ---------------------------------------------- */
.baj-cards {
  width: 100%;
}

.baj-cards-container {
  align-items: center;
  display: flex;
  height: 145px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.baj-cards .item {
  height: 145px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 230px;
  z-index: 0;
  border-radius: 15px;
  background-size: contain;
  aspect-ratio: 46/29;
  transform: scale(.6);
}

.baj-cards .item:nth-child(1) {
  left: 20%;
  opacity: .4;
  transform: translateX(-50%) scale(.6);
}

.baj-cards .item:nth-child(2) {
  left: 30%;
  opacity: .8;
  z-index: 1;
  transform: translateX(-50%) scale(.8);
}

.baj-cards .item:nth-child(3) {
  left: 50%;
  opacity: 1;
  z-index: 2;
  transform: translateX(-50%) scale(1);
}

.baj-cards .item-nth-4 {
  left: 70%;
  opacity: .8;
  z-index: 1;
  transform: translateX(-50%) scale(.8);
}

.baj-cards .item-nth-5 {
  left: 80%;
  opacity: .4;
  transform: translateX(-50%) scale(.6);
}


.baj-cards .prev,
.baj-cards .next {
  position: absolute;
  width: 128px;
  height: 128px;
  opacity: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 5px;
  z-index: 3;
  cursor: pointer;
}

.baj-cards .prev:hover,
.baj-cards .next:hover {
  opacity: 100%;
}

.baj-cards .prev {
  left: 5%;
  transform: translateX(-50%);
}

.baj-cards .next {
  left: 95%;
  transform: translateX(-50%);
}

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

/* Card Highlights --------- */
.baj-card-highlights {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.baj-card-highlights .item {
  flex: 1;
  padding: 24px;
  border-radius: 10px;
}

/* ------------------------- */
/* Card with Background Image */
.baj-card-img {
  width: 100%;
}

.baj-card-img-container {
  max-width: 800px;
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.baj-card-img-container>img:not(.logo) {
  position: absolute;
  object-fit: contain;
  object-position: center;
  z-index: 0;
  height: 100%;
}

.baj-card-img-container .wrapper {
  padding: 24px 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.baj-card-img-container .wrapper > div {
  width: 75%;
  height: 75%;
  padding: 24px;
  border: 1px solid rgba(140, 104, 74, 0.6);
  border-radius: 15px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  /* Apply blur effect */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.baj-btn-img {
  padding: 8px;
}

.baj-btn-img .wrapper {
  border-radius: 15px;
  border: 1px solid rgba(140, 104, 74, 0.5);
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.baj-btn-img .wrapper:hover {
  transform: scale(1.1);
  z-index: 4;
}

.baj-btn-img .wrapper img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.sticky-body {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  overflow: visible;
}

.sticky-body .left {
  position: sticky;
  top: 50px;
  height: fit-content;
  width: 40%;
  padding: 20px;
  height: fit-content;
  align-self: flex-start;
  z-index: 10;
}

.sticky-body .right {
  flex: 1;
}

.sticky-container {
  overflow: visible !important;
}

.baj-slide-logos {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  white-space: nowrap;
}

html[lang="ar-sa"] .baj-slide-logos {
  direction: ltr !important;
}

.baj-slide-logos .slide-logo.slide-left {
  display: inline-block;
  animation: 50s slideToLeft linear infinite;
}

.baj-slide-logos .slide-logo.slide-right {
  display: inline-block;
  animation: 50s slideToRight linear infinite;
}


.baj-slide-logos-contents:hover .baj-slide-logos .slide-logo.slide-right,
.baj-slide-logos-contents:hover .baj-slide-logos .slide-logo.slide-left {
  animation-play-state: paused;
}

.no-animation {
  animation: none !important;
}

.baj-slide-logos .slide-logo img 
{
  height: 150px;
  margin:0 40px;
  cursor: pointer;
}

#card {
  padding: 60px 0;
  background: linear-gradient(to bottom, #1d1d1d, #141414);
  color: #fff;
}


/* === Grid Layout === */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  justify-items: center;
}

/* === card Card === */
.card-card {
  background: #1e1f20;
  border: 1px solid #555;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 340px;
}

.card-card:hover {
  border-color: #999;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.card-title {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  flex: 1;
}



/* === Expanded Content === */
.card-content {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #333;
  text-align: center;
}

.card-value {
  color: #ccc;
  font-size: 0.95rem;
}

.baj-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap:16px;
}

.baj-zoom {
  transform: scale(1);
  transition: all 500ms ease-out;
}

.baj-zoom:hover {
  transform: scale(1.1);
}

#cookie-banner .card-title, #cookie-banner p.card-text, #cookie-banner .baj-btn.outline {
  color: #000;
}

.card-menu-image {
  flex: 0 0 300px;
  position: relative;
}

.card-menu-image h6 {
  position: absolute;
  top:-10px;
  left: 16px;
  z-index: 1;
}

.card-menu-image .menu-wrap {
  width: 100%;
  border-radius: 25px;
  overflow:hidden;
  position: relative;
  aspect-ratio: 22/9;
  border: 1px solid transparent;
  border-image: linear-gradient(45deg, rgba(140, 104, 74, .7) 0%, #000 30%, #000 70%, rgba(140, 104, 74, .7) 100%);
  border-image-slice: 1;
}

.card-menu-image .menu-wrap > div {
    z-index: 1;
}

.card-menu-image img {
    top:0;
    bottom:0;
    filter: blur(0);
    transition: all 500ms ease-out;
}

.card-menu-image:hover img {
  filter: blur(2px);
}

input[type="checkbox"]:checked {
  background: rgba(51,183,147,1);
  color: white;
}

/* Animations */
@keyframes slideToLeft {
  from {transform: translateX(0);}
  to {transform: translateX(-50%);}
}

@keyframes slideToRight {
  from {transform: translateX(-50%);}
  to {transform: translateX(0%);}
}

@keyframes slideRTL {
  from {transform: translateX(10%);}
  to {transform: translateX(0);}
}

@keyframes slideLTR {
  from {transform: translateX(-10%);}
  to {transform: translateX(0);}
}

@keyframes showContent {
  from {
    transform: translateY(-30px);
    filter: blur(10px);
  } to {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes fadeIn {
  from {
    filter: blur (10px);
  } to {
    opacity: 1;
    filter: blur(0);
  } 
}



@media only screen and (max-width: 991px) {
  /* h1 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  h2 {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
    font-weight: bold !important;
  }

  h3 {
    font-size: 1rem !important;
    line-height: 1.3rem !important;
  } */

  p {
    font-family: 'Tajawal', sans-serif;
    font-size: 0.9rem !important;
    line-height: 1.2rem !important;
    font-weight: normal;
    color: #fff;
  }

  .hero {
    font-family: 'Tajawal', sans-serif;
  }

  /* .hero .title h1 {
    font-size: 1.7rem !important;
    line-height: 2.2rem !important;
  } */

  .hero .title p {
    font-size: 1rem !important;
    line-height: 1.3rem !important;
  }

  .hero .baj-btns {
    justify-content: center;
  }

  /* Card Expands ------------------------ */

  .baj-card-expands {
    margin-right: 0;
    margin-left: 0;
    align-items: stretch;
  }

  .baj-card-expands .item,
  .baj-card-expands .item.shrinked,
  .baj-card-expands .item:hover {
    border: 1px solid rgba(178, 127, 89, 1);
    flex: 0 0 90%;
    padding: 16px;
    align-items: start;
  }

  .baj-card-expands .item .img-container {
    width: 100px;
    height: 100px;
    top: 16px;
    right: 16px;
    left: unset;
    bottom: unset;
    border: 1px solid #B27F59;
    border-radius: 5px;
  }

  html[lang="ar-SA"] .baj-card-expands .item .img-container {
    left: 16px;
    right: unset;
  }

  .baj-card-expands .item:hover .img-container {
    width: 100px;
    height: 100px;
    top: 16px;
    right: 16px;
  }

  html[lang="ar-SA"] .baj-card-expands .item:hover .img-container {
    left: 16px;
    right: unset;
  }

  .baj-card-expands .item .img-container img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    aspect-ratio: 13/15;
  }

  .baj-card-expands .item .wrapper {
    width: 100%;
    background: none;
    clip-path: none;
    text-align: left;
    padding: 0px 100px 0px 0px;
    display: flex;
    justify-content: start;
    align-items: start;
    height: auto;
  }

  .baj-card-expands .item:hover .wrapper {
    padding: 0px 100px 0px 0px;
  }

  html[lang="ar-SA"] .baj-card-expands .item .wrapper {
    padding: 0px 0px 0px 100px;
  }

  html[lang="ar-SA"] .baj-card-expands .item:hover .wrapper {
    padding: 0px 0px 0px 100px;
  }

  .baj-card-expands .item .wrapper .description {
    display: block;
  }

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

  /* Card Highlights --------- */
  .baj-card-highlights {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .baj-card-highlights .item {
    padding: 16px;
  }

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

  /* Card Image */
  .baj-card-img-container .wrapper {
    padding: 24px 24px;
  }

  .baj-card-img-container .wrapper > div {
    width: 100%;
  }

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

  .sticky-body {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .sticky-body .left {
    height: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    backdrop-filter: blur(10);
  }

  .baj-tabs-toggle {
    display: flex;
    gap: 16px;
    overflow-x: auto;
  }

  .baj-tabs-toglle .item {
    width: 100%;
    flex: 1;
  }

  .baj-tabs-toggle .item:not(:last-child) {
    margin-bottom:0;
  }

  .baj-btn-logo, a.baj-btn-logo{
    height: 32px;
    width: 32px;
  }

    .baj-btn-logo .logo {
    width: 16px;
    height: 16px;
  }

}

@media only screen and (max-width: 767px) {
  .baj-revolving {
    padding-top: 30px;
  }

  .baj-revolving>img {
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 577px) {
  .baj-btn-img {
    padding: 4px;
  }

  .baj-revolving>img {
    transform: scale(0.6);
  }

  .baj-slide-logos {
    padding: 20px 0;
  }

  .baj-slide-logos .slide-logo img 
  {
    height: 80px;
    margin:0 20px;
    cursor: pointer;
  }

  .sticky-body .left {
    padding: 20px 8px;
  }

  .ModBAJLocationC .locations {
    height: auto !important;
  }

  .ModBAJLocationC .locations .list > div:nth-child(2) {
    display: flex;
  }
  .ModBAJLocationC .locations .baj-item {
    flex: 0 0 calc(90% - 16px);
  }

  .ModBAJLocationC .baj-map-container {
    max-height: 65%;
  }
}

@media only screen and (min-width: 1676px) {
  .baj-card-expands {
    justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-fill-xl-0-0 {
    flex: 0 0;
  }
}

@media only screen and (min-width: 992px) {

  .flex-fill-lg-unset {
    flex:none;
  }
  
  .flex-fill-none {
    flex: none;
  }

  .flex-fill-lg-0-0-150px
  {
    flex: 0 0 150px !important;
  }

  .flex-fill-lg-0-0-300px
  {
    flex: 0 0 300px;
  }

  .w-lg-16px {
    width: 16px;
  }

  .w-lg-32px {
    width: 32px;
  }

  .w-lg-48px {
    width: 48px;
  }

  .w-lg-64px {
    width: 64px;
  }

  .w-lg-128px {
    width: 128px;
  }

  .w-lg-215px {
    width: 215px !important;
  }

  .w-lg-350px {
    width: 350px;
  }

  .h-lg-16px {
    height: 16px;
  }

  .h-lg-32px {
    height: 32px;
  }

  .h-lg-48px {
    height: 48px;
  }

  .h-lg-64px {
    height: 64px;
  }

  .h-lg-128px {
    height: 128px;
  }

  .h-lg-100p {
    height: 100%;
  }

  .w-lg-350px {
    width: 350px;
  }

  .w-lg-50p {
    width: 50%;
  }

  .w-lg-75p {
    width: 75%;
  }

  .w-lg-100p {
    width: 100%;
  }

  .w-lg-100vw {
    width: 100vw;
  }

  .w-lg-unset {
    width: unset;
  }

  .gap-lg-8px {
    gap: 8px !important;
  }

  .gap-lg-16px {
    gap: 16px !important;
  }

  .gap-lg-24px {
    gap: 24px !important;
  }

  .gap-lg-32px {
    gap: 32px !important;
  }

  .gap-lg-64px {
    gap: 64px !important;
  }

  .min-w-lg-0 {
    min-width: 0 !important;
  }

  .min-w-lg-190px {
    min-width: 190px !important;
  }

  .min-h-lg-0 {
    min-height: 0;
  }

  .left-lg-5p {
    left: 5%;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .mt-lg-8px {
    margin-top: 8px;
  }

  .mt-lg-16px {
    margin-top: 16px;
  }

  .mt-lg-24px {
    margin-top: 24px;
  }

  .mt-lg-32px {
    margin-top: 32px;
  }

  .mt-lg-64px {
    margin-top: 64px;
  }

  .mt-lg-128px {
    margin-top: 128px;
  }

  .px-lg-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .px-lg-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .px-lg-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .px-lg-64px {
    padding-left: 64px;
    padding-right: 64px;
  }

  .px-lg-128px {
    padding-left: 128px;
    padding-right: 128px;
  }

  .py-lg-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .py-lg-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-lg-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .py-lg-64px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .py-lg-128px {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .pt-lg-16px {
    padding-top: 16px;
  }

  .pt-lg-24px {
    padding-top:24px;
  }

  .pt-lg-32px {
    padding-top: 32px;
  }

  .pt-lg-64px {
    padding-top: 64px;
  }

  .pt-lg-128px {
    padding-top: 128px;
  }

  .pr-lg-16px {
    padding-right: 16px;
  }

  .pr-lg-24px {
    padding-right: 24px;
  }

  .pr-lg-32px {
    padding-right: 32px;
  }

  .pr-lg-64px {
    padding-right: 64px;
  }

  .pr-lg-128px {
    padding-right: 128px;
  }

  .pb-lg-16px {
    padding-bottom: 16px;
  }

  .pb-lg-24px {
    padding-bottom: 24px;
  }

  .pb-lg-32px {
    padding-bottom: 32px;
  }

  .pb-lg-64px {
    padding-bottom: 64px;
  }

  .pb-lg-128px {
    padding-bottom: 128px;
  }

  .pl-lg-16px {
    padding-left: 16px;
  }

  .pl-lg-24px {
    padding-left: 24px;
  }

  .pl-lg-32px {
    padding-left: 32px;
  }

  .pl-lg-64px {
    padding-left: 64px;
  }

  .pl-lg-128px {
    padding-left: 128px;
  }

  .pl-lg-164px {
    padding-left: 164px;
  }

  .pr-lg-16px {
    padding-right: 16px;
  }

  .pr-lg-32px {
    padding-right: 32px;
  }

  .pr-lg-64px {
    padding-right: 64px;
  }

  .pr-lg-128px {
    padding-right: 128px;
  }

  .pr-lg-164px {
    padding-right: 164px;
  }

  .fs-lg-8px {
    font-size: 8px !important;
    line-height: 10px !important;
  }

  .fs-lg-8px * {
    font-size: 8px;
    line-height: 10px;
  }

  .fs-lg-10px {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .fs-lg-10px * {
    font-size: 10px;
    line-height: 12px;
  }

  .fs-lg-12px {
    font-size: 12px !important;
    line-height: 14px !important;
  }

  .fs-lg-12px * {
    font-size: 12px;
    line-height: 14px;
  }

  .fs-lg-14px {
    font-size: 14px !important;
    line-height: 16px !important;
  }

  .fs-lg-14px * {
    font-size: 14px;
    line-height: 16px;
  }

  .fs-lg-16px {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  .fs-lg-16px * {
    font-size: 16px;
    line-height: 18px;
  }

  .fs-lg-18px {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .fs-lg-18px * {
    font-size: 18px;
    line-height: 20px;
  }

  .fs-lg-20px {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .fs-lg-20px * {
    font-size: 20px;
    line-height: 22px;
  }

  .fs-lg-24px {
    font-size: 24px !important;
    line-height: 26px !important;
  }

  .fs-lg-24px * {
    font-size: 24px;
    line-height: 26px;
  }

  .fs-lg-32px {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  .fs-lg-32px * {
    font-size: 32px;
    line-height: 36px;
  }

  .fs-lg-48px {
    font-size: 48px;
    line-height: 52px;
  }

  .fs-lg-64px {
    font-size: 64px;
    line-height: 70px;
  }

  .w-lg-50p {
    width: 50% !important;
  }

  .left-lg-neg64px {
    left: -64px;
  }

  .right-lg-neg64px {
    right: -64px;
  }

  .border-tr-radius-lg-0 {
    border-top-right-radius: 0;
  }

  .border-br-radius-lg-0 {
    border-bottom-right-radius: 0;
  }

  .overflow-lg-unset {
    overflow: unset;
  }

  .overflow-x-lg-auto {
    overflow-x: auto;
  }

  .dnn-cl .col-md-6 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) {
  .w-md-350px {
    width: 350px;
  }

  .w-md-100p {
    width: 100%;
  }

  .flex-fill-sm-none {
    flex: none;
  }

  .flex-fill-sm-0-0 {
    flex: 0 0 !important;
  }
}

.fees-table {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  border-collapse: collapse;
}

.fees-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fees-table td {
  padding: 16px 20px;
  font-size: 1rem;
}

.fees-table tr:nth-child(even) {
  background-color: #00142166;
}

.fees-table tr:nth-child(odd) {
  background-color: #ffffff;
}

.fees-table td:first-child {
  width: 70%;
  font-weight: 400;
}

.fees-table td:last-child {
  width: 30%;
  text-align: right;
  font-weight: 700;
}

.note {
  max-width: 850px;
  margin: 20px auto 0;
  color: #cfcfcf;
  font-size: 0.85rem;
}

@media (max-width: 600px) {
  .fees-table td {
    display: block;
    text-align: left;
  }

  .fees-table td:last-child {
    text-align: left;
    font-weight: 600;
    margin-top: 4px;
  }

  .fees-table tr {
    margin-bottom: 10px;
    display: block;
  }
}

.faqs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;

}

@media (max-width: 768px) {
  .faqs-grid {
    grid-template-columns: 1fr;
  }
}

.faq-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 10px !important;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}

.faq-header:hover {
  background: rgba(255, 255, 255, 0.1);
}

.faq-title {
  font-size: 1rem;
  font-weight: 400;
  color: #e0e0e0;
  margin-right: 10px;
}

.arrow {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
  opacity: 0.7;
}

.faq-card.active .arrow {
  transform: rotate(180deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-card.active .faq-content {
  max-height: 200px;
  padding: 16px 20px;
}

.faq-value {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-top: 6px;
}

.note {
  text-align: center;
  font-size: 0.85rem;
  color: #cfcfcf;
  margin-top: 30px;
}



 #card {
    padding: 60px 0;
    background: linear-gradient(to bottom, #1d1d1d, #141414);
    color: #fff;
  }

  .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    justify-items: center;
  }

  
  .card-card {
    background: #1e1f20;
    border: 1px solid #555;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 340px;
  }

  .card-card:hover {
    border-color: #999;
  }

  .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .card-title {
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    flex: 1;
  }

  .card-content {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #333;
    text-align: center;
  }

  .card-value {
    color: #ccc;
    font-size: 0.95rem;
  }


