@charset "UTF-8";
@font-face {
  font-family: "GE_SS_Two";
  src: url("../fonts/GE_SS_Two_Light.otf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "GE_SS_Two";
  src: url("../fonts/alfont_com_GE-SS-Two-Light-Italic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GE_SS_Two";
  src: url("../fonts/alfont_com_GE-SS-Two-Medium.otf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "GE_SS_Two";
  src: url("../fonts/alfont_com_AlFont_com_GE_SS_Two_Bold_4.otf");
  font-weight: 700;
  font-display: swap;
}
html[lang=ar] body {
  font-family: "GE_SS_Two" !important;
}
html[lang=ar] body :lang(en) {
  font-family: "Roboto", sans-serif !important;
}
html[lang=ar] body .flatpickr-day,
html[lang=ar] body flatpickr-input .numInput {
  font-family: "Roboto", sans-serif !important;
}
html[lang=ar] .titleFont {
  font-family: "GE_SS_Two" !important;
}
html[lang=ar] .titleFont :lang(en) {
  font-family: "Philosopher", sans-serif !important;
}

html[lang=en-us] body {
  font-family: "Philosopher", sans-serif !important;
}
html[lang=en-us] .titleFont {
  font-family: "Philosopher", sans-serif !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

body.disabledScroll {
  overflow: hidden;
}

html[lang=en-us] body {
  text-align: left !important;
}

html[lang=ar] body {
  text-align: right !important;
}

.myBtn {
  display: inline-flex;
  padding: 0.9rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  border-radius: 12.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.myBtn-default {
  background-color: #eed3a6;
  color: #000;
}
.myBtn-default .arrow {
  stroke: #000;
}
.myBtn-default:hover {
  background-color: #c8af76;
  color: #000;
}
.myBtn-dark {
  background-color: #1a1a1a;
  color: #b5985a;
}
.myBtn-dark .arrow {
  stroke: #b5985a;
}
.myBtn-dark:hover {
  background-color: #eed3a6;
  color: #000;
}
.myBtn-dark:hover .arrow {
  stroke: #000;
}
.myBtn-light {
  background-color: #fffbf9;
  color: #b5985a;
}
.myBtn-light .arrow {
  stroke: #b5985a;
}
.myBtn-light:hover {
  background-color: #eed3a6;
  color: #000;
}
.myBtn-light:hover .arrow {
  stroke: #000;
}
.myBtn-white {
  background-color: #ffffff;
  color: #000;
}
.myBtn-white .arrow {
  stroke: #000;
}
.myBtn-white:hover {
  color: #b5985a;
}
.myBtn-white:hover .arrow {
  stroke: #b5985a;
}
.myBtn-text {
  color: #000;
}
.myBtn-text .arrow {
  stroke: #000;
}
.myBtn-text:hover {
  color: #b5985a;
}
.myBtn-text:hover .arrow {
  stroke: #b5985a;
}
.myBtn-text-primary {
  color: #b5985a;
}
.myBtn-text-primary .arrow {
  stroke: #b5985a;
}
.myBtn-text-primary:hover {
  color: #b5985a;
}
.myBtn-text-primary:hover:hover {
  stroke: #b5985a;
}
.myBtn-text-secondary {
  color: #7b5ab5;
}
.myBtn-text-secondary .arrow {
  stroke: #7b5ab5;
}
.myBtn-text-secondary:hover {
  color: #7b5ab5;
}
.myBtn-text-secondary:hover .arrow {
  stroke: #7b5ab5;
}

.form-input {
  border-radius: 0.3125rem;
  border: 1px solid #dfe0ec;
  background: #fff;
  padding: 0.375rem 1rem 0.3125rem 1rem;
  height: 3.25rem;
}
.form-input::-moz-placeholder {
  color: #cccccc;
  font-size: 0.9rem;
}
.form-input::placeholder {
  color: #cccccc;
  font-size: 0.9rem;
}
.form-input:focus {
  outline: none;
}

.form-submission-button {
  border-radius: 0.3125rem;
  padding: 0.5rem 1.5rem;
  background: #b5985a;
  border: none;
  height: 3.25rem;
  color: #fff;
}
.form-submission-button:hover {
  background: #c8af76;
}

.text-link-reset {
  text-decoration: none;
  color: inherit;
}
.text-link-reset:hover {
  color: inherit;
}

html[lang=en-us] .myBtn .arrow {
  transform: rotate(90deg);
}

@media screen and (max-width: 992px) {
  .myBtn-text {
    padding: 0.6rem 0rem;
    font-size: 0.8rem;
  }
  .myBtn-text-primary {
    padding: 0.6rem 0rem;
    font-size: 0.8rem;
  }
  .myBtn-text-secondary {
    padding: 0.6rem 0rem;
    font-size: 0.8rem;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.box-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 24px;
}
.box-card .iconWrap {
  display: flex;
  width: 4.33331rem;
  height: 4.33331rem;
  border-radius: 0.33331rem;
  justify-content: center;
  align-items: center;
  background-color: #fcfcfc;
  box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.1019607843);
}
.box-card .iconWrap .icon {
  width: 2.8rem;
  height: 2.8rem;
}
.box-card .card-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 135%;
  margin: 0;
}

@media screen and (max-width: 1400px) {
  .box-card .iconWrap {
    width: 3.5rem;
    height: 3.5rem;
  }
  .box-card .iconWrap .icon {
    width: 1.8rem;
    height: 1.8rem;
  }
  .box-card .card-title {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 992px) {
  .box-card {
    padding: 0.6rem;
    border-radius: 0.4385rem;
    gap: 0.877rem;
  }
  .box-card .iconWrap {
    width: 3.04019rem;
    height: 3.04019rem;
    gap: 0.46775rem;
  }
  .box-card .iconWrap .icon {
    width: 1.96444rem;
    height: 1.96444rem;
  }
  .box-card .card-title {
    font-size: 0.877rem;
    line-height: 135%;
  }
}
@media screen and (max-width: 360px) {
  .box-card {
    width: 9rem;
    height: 9rem;
    padding: 1.31544rem;
    border-radius: 0.4385rem;
    gap: 0.877rem;
  }
  .box-card .iconWrap {
    width: 3.04019rem;
    height: 3.04019rem;
    gap: 0.46775rem;
  }
  .box-card .iconWrap .icon {
    width: 1.96444rem;
    height: 1.96444rem;
  }
  .box-card .card-title {
    font-size: 0.877rem;
    line-height: 135%;
  }
}
.tab-item {
  display: inline-flex;
  padding: 1rem 1.25rem;
  justify-content: start;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.625rem;
  width: 32rem;
}
.tab-item:hover {
  background-color: #f8ebd9;
}
.tab-item.active {
  background-color: #f8ebd9;
}
.tab-item.active .content .titleWrap .arrow {
  display: inline-block;
}
.tab-item .iconWrap {
  display: flex;
  width: 4rem;
  height: 4rem;
  padding: 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background-color: #333333;
}
.tab-item .iconWrap .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.tab-item .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.2rem;
}
.tab-item .content .titleWrap {
  display: inline-flex;
  align-items: baseline;
  text-align: start;
  gap: 0.625rem;
}
.tab-item .content .titleWrap .tab-title {
  font-size: 1rem;
  font-weight: 700;
  color: #b5985a;
}
.tab-item .content .titleWrap .arrow {
  width: 0.8005rem;
  height: 0.8005rem;
  display: none;
}
.tab-item .content .description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 22.75rem;
  color: #333333;
  text-align: start;
  font-size: 1rem;
  font-weight: 300;
}

html[lang=en-us] .tab-item .content .titleWrap .arrow {
  transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
  .tab-item {
    max-width: 100%;
  }
  .tab-item .iconWrap {
    width: 3.125rem;
    height: 3.125rem;
  }
  .tab-item .iconWrap .icon {
    width: 1.5rem;
    height: auto;
  }
  .tab-item .content {
    position: relative;
  }
  .tab-item .content .description {
    width: 14rem;
    font-size: 0.8rem;
  }
}
.mini-floating-icon {
  position: absolute;
  transition: transform 0.3s ease-in-out;
}
.mini-floating-icon .card-title {
  font-size: 0.75rem;
  font-weight: 500;
  color: #b5985a;
}
.mini-floating-icon .card-description {
  color: #333333;
  font-size: 0.96706rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mini-floating-icon .iconWrap {
  width: 3.22356rem;
  height: 3.22356rem;
  background-color: #f8ebd9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.38456rem;
  flex-shrink: 0;
}
.mini-floating-icon.verticallyAligned {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 9.76738rem;
  height: 6.38338rem;
  background-color: #fff;
  border-radius: 0.38456rem;
  padding-bottom: 0.5rem;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
}
.mini-floating-icon.verticallyAligned .iconWrap {
  position: relative;
  top: -1.7rem;
}
.mini-floating-icon.verticallyAligned .iconWrap .card-icon {
  width: 2rem;
  height: auto;
}
.mini-floating-icon.verticallyAligned .card-title {
  position: relative;
  top: -0.7rem;
}
.mini-floating-icon.verticallyAligned .card-description {
  position: relative;
  top: -0.2rem;
}
.mini-floating-icon.horizontallyAligned {
  display: flex;
  width: 11.84388rem;
  padding: 0.96706rem;
  align-items: center;
  gap: 1.28944rem;
  border-radius: 0.38456rem;
  background-color: #fff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
}
.mini-floating-icon.horizontallyAligned .card-icon {
  width: 2.84563rem;
  height: auto;
}
.mini-floating-icon.horizontalWithImg {
  display: flex;
  width: 14.0225rem;
  padding: 0.96706rem;
  align-items: center;
  justify-content: flex-end;
  gap: 1.28944rem;
  border-radius: 0.38456rem;
  background-color: #fff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
}
.mini-floating-icon.horizontalWithImg .iconWrap {
  position: absolute;
  inset-inline-start: -1.5rem;
}
.mini-floating-icon.horizontalWithImg .iconWrap .card-icon {
  width: 2rem;
  height: auto;
}
.mini-floating-icon.horizontalWithImg .card-img {
  width: 4.00931rem;
  height: auto;
}

@media screen and (max-width: 992px) {
  .mini-floating-icon .card-title {
    font-size: 0.50863rem;
  }
  .mini-floating-icon .card-description {
    font-size: 0.65581rem;
  }
  .mini-floating-icon .iconWrap {
    width: 2.18613rem;
    height: 2.18613rem;
  }
  .mini-floating-icon.verticallyAligned {
    width: 6.62394rem;
    height: 4.32906rem;
  }
  .mini-floating-icon.verticallyAligned .iconWrap {
    top: -1.2rem;
  }
  .mini-floating-icon.verticallyAligned .iconWrap .card-icon {
    width: 1.4rem;
  }
  .mini-floating-icon.horizontallyAligned {
    width: 8.03219rem;
    padding: 0.65581rem;
  }
  .mini-floating-icon.horizontallyAligned .card-icon {
    width: 1.92981rem;
  }
  .mini-floating-icon.horizontalWithImg {
    width: 9.50969rem;
    padding: 0.65581rem;
    gap: 0.87444rem;
  }
  .mini-floating-icon.horizontalWithImg .iconWrap {
    inset-inline-start: -1rem;
  }
  .mini-floating-icon.horizontalWithImg .iconWrap .card-icon {
    width: 1.04313rem;
  }
  .mini-floating-icon.horizontalWithImg .card-img {
    width: 2.719rem;
  }
}
@media screen and (min-width: 993px) {
  .mini-floating-icon:hover {
    transform: scale(1.2);
  }
}
.news-item {
  display: flex;
  width: 33.625rem;
  height: 10.5625rem;
  flex-shrink: 0;
  gap: 1.2rem;
}
.news-item .img {
  width: 10.5625rem;
  height: 10.5625rem;
  flex-shrink: 0;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-item .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news-item .content .date {
  color: #757575;
  text-align: start;
  font-size: 0.75rem;
  font-weight: 300;
  margin-bottom: auto;
}
.news-item .content .description {
  width: 21.5625rem;
  height: 5rem;
  flex-shrink: 0;
  color: #1a1a1a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  text-align: start;
  font-size: 1rem;
  font-weight: 300;
  line-height: 163.975%; /* 1.63975rem */
}
.news-item .content .myBtn {
  padding-inline-start: 0;
  flex-grow: 0;
}

@media screen and (max-width: 768px) {
  .news-item {
    max-width: 100%;
    width: 23.5rem;
    height: 7.3125rem;
  }
  .news-item .img {
    width: 7.5rem;
    height: 7.5rem;
  }
  .news-item .content {
    display: block;
  }
  .news-item .content .description {
    font-size: 0.75rem;
    width: 13rem;
    height: 3.9rem;
    margin-top: auto;
  }
}
@media screen and (max-width: 370px) {
  .news-item {
    width: 20rem;
    max-width: 100%;
    height: auto;
  }
  .news-item .img {
    width: 7.5rem;
    height: 7.5rem;
  }
  .news-item .content .description {
    font-size: 0.75rem;
    width: auto;
    height: auto;
    margin-top: auto;
  }
}
.featured-news-item {
  display: flex;
  gap: 0.625rem;
  width: 28.1875rem;
  height: 26.375rem;
  padding: 1.8125rem 1.875rem;
  border-radius: 0.625rem;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 0;
  text-decoration: none;
  z-index: 2;
}
.featured-news-item .date {
  color: #fff;
  text-align: start;
  font-size: 0.75rem;
  font-weight: 300;
}
.featured-news-item .description {
  color: #fff;
  width: 24.04825rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 300;
  line-height: 163.975%; /* 1.63975rem */
}

@media screen and (max-width: 992px) {
  .featured-news-item {
    width: 24rem;
    max-width: 100%;
    height: 23rem;
    padding: 1.25rem 1.45925rem;
    gap: 0.48644rem;
  }
  .featured-news-item .description {
    width: 21rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 370px) {
  .featured-news-item {
    width: 20rem;
  }
  .featured-news-item .description {
    width: 100%;
  }
}
.mini-article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  width: 27rem;
  animation: fadeIn 0.4s ease-in-out;
}
.mini-article .img-wrap {
  width: 26.0625rem;
  height: 18.125rem;
  position: relative;
}
.mini-article .img-wrap .img {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  flex-shrink: 0;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.mini-article .img-wrap::before {
  content: "";
  background-color: #f8ebd9;
  position: absolute;
  top: 0.94rem;
  inset-inline-start: -1.06rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  z-index: -1;
}
.mini-article .content .title {
  color: #b5985a;
  text-align: start;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.mini-article .content .description {
  overflow: hidden;
  margin-bottom: 1rem;
  color: #1a1a1a;
  text-align: start;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 160%; /* 1.8rem */
}

@media screen and (max-width: 992px) {
  .mini-article {
    align-items: center;
  }
  .mini-article .img-wrap {
    width: 24rem;
    max-width: 90vw;
    max-height: 16rem;
  }
  .mini-article .img-wrap::before {
    top: 0.73rem;
    inset-inline-start: -0.83rem;
  }
  .mini-article .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mini-article .content .title {
    font-size: 1.125rem;
    text-align: center;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.info-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  border-radius: 0.625rem;
  padding-inline: 2rem;
  background-color: #f5efe3;
}
.info-card .content {
  display: flex;
  flex-direction: column;
  width: 350px;
  height: 9.31rem;
}
.info-card .content .title {
  color: #b5985a;
  font-size: 2rem;
  text-transform: capitalize;
  line-height: 130%; /* 2.6rem */
  font-weight: 700;
}
.info-card .content .description {
  color: #333333;
  line-height: 1.5rem; /* 150% */
  font-weight: 300;
  font-size: 1rem;
}
.info-card .content .category {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #757575;
  margin: 0;
}
.info-card .iconWrap {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
}

@media screen and (min-width: 992px) {
  .info-card {
    width: 52rem;
    height: 17rem;
    align-items: center;
  }
  .info-card .content {
    justify-content: center;
  }
  .info-card.inverted {
    flex-direction: row-reverse;
  }
  .info-card.inverted .content {
    inset-inline-end: -10.5rem;
    margin-inline-start: auto;
  }
  .info-card.inverted .img {
    inset-inline-start: -7rem;
    inset-inline-end: auto;
  }
  .info-card .dashed-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0.1875rem;
    height: 100%;
    background: repeating-linear-gradient(0deg, white 0 14px, rgba(0, 0, 0, 0) 0 26px);
  }
  .info-card.first .dashed-line {
    transform: translate(-50%, 40%);
    height: 60%;
  }
  .info-card.middle .dashed-line {
    transform: translate(-50%, 0);
    height: 100%;
  }
  .info-card.last .dashed-line {
    transform: translate(-50%, -40%);
    height: 60%;
  }
  .info-card .content {
    align-items: flex-start;
    inset-inline-start: -4rem;
  }
  .info-card .content .title {
    text-align: start;
    letter-spacing: -0.04rem;
  }
  .info-card .content .description {
    text-align: start;
  }
  .info-card .content .myBtn {
    padding-inline-start: 0;
  }
  .info-card .iconWrap {
    width: 5.2rem;
    height: 5.2rem;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  .info-card .iconWrap .icon {
    width: 2.6rem;
  }
  .info-card .img {
    inset-inline-end: -9.6rem;
    width: 307px;
  }
}
@media screen and (max-width: 991px) {
  .info-card {
    width: 28.1875rem;
    height: 32.25rem;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 2rem;
  }
  .info-card .content {
    order: 3;
    position: relative;
    top: -1.5rem;
    align-items: center;
    width: 90%;
  }
  .info-card .iconWrap {
    order: 1;
    width: 4.8125rem;
    height: 4.8125rem;
    position: absolute;
    top: 0;
    transform: translate(0, -50%);
  }
  .info-card .iconWrap .icon {
    width: 2.6rem;
  }
  .info-card .img {
    order: 2;
    width: 16rem;
    position: relative;
    top: -1.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .info-card {
    width: 22.1875rem;
    height: 32.25rem;
  }
  .info-card .content .title {
    font-size: 2rem;
  }
  .info-card .img {
    width: 14rem;
  }
}
@media screen and (max-width: 380px) {
  .info-card {
    width: 20rem;
    height: 32.25rem;
  }
  .info-card .content .title {
    font-size: 1.8rem;
  }
  .info-card .img {
    width: 14rem;
  }
}
.tasi {
  padding: 5rem 0;
}
.tasi .my-accordion-head {
  transition: 0.2s ease;
  display: flex;
  cursor: pointer;
  padding: 0.625rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.3125rem;
  border-inline-start: 3px solid #b5985a;
  background: #fcfcfc;
  margin-top: 2rem;
}
.tasi .my-accordion-head:hover, .tasi .my-accordion-head.active {
  background-color: #dac68c;
}
.tasi .my-accordion-head .title {
  color: #1a1a1a;
  text-align: start;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .tasi .mobile {
    display: none;
  }
  .tasi .desktop {
    display: flex;
    gap: 5rem;
  }
  .tasi .desktop .control {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .tasi .desktop .control .section-content {
    display: flex;
    flex-direction: column;
  }
  .tasi .desktop .control .section-content .first-title {
    color: #1a1a1a;
    text-align: start;
    font-size: 3rem;
    font-weight: 700;
    line-height: 138.676%; /* 4.16025rem */
  }
  .tasi .desktop .control .section-content .second-title {
    display: flex;
    justify-content: space-between;
    width: 21.6875rem;
    align-items: center;
    gap: 1.88rem;
    flex-shrink: 0;
    color: #b5985a;
    font-size: 3rem;
    font-weight: 700;
    line-height: 157%; /* 4.71rem */
  }
  .tasi .desktop .control .section-content .description {
    font-weight: 300;
  }
  .tasi .desktop .control .section-content .myBtn {
    margin-top: 2rem;
  }
  .tasi .desktop .control .tabs .my-accordion-head {
    width: 21.948rem;
  }
  .tasi .desktop .tasi-content {
    flex: 3;
  }
  .tasi .desktop .tasi-content .my-accordion-content {
    display: none;
  }
  .tasi .desktop .tasi-content .my-accordion-content.active {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .tasi .mobile .my-accordion-content {
    display: none;
  }
  .tasi .mobile .section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tasi .mobile .section-content .first-title {
    color: #b5985a;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 138.676%; /* 2.7735rem */
  }
  .tasi .mobile .section-content .second-title {
    display: flex;
    gap: 1.88rem;
    color: #b5985a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 157%; /* 3.14rem */
  }
  .tasi .mobile .section-content .description {
    color: #333333;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 300;
    margin-top: 1rem;
  }
  .tasi .mobile .section-content .myBtn {
    margin-top: 2rem;
  }
  .tasi .desktop {
    display: none;
  }
}
.simple-tinted-section {
  margin-top: 52.2px;
}
.simple-tinted-section .content {
  padding: 3.125rem;
}
.simple-tinted-section .content .title {
  text-align: start;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 138.676%; /* 3.46688rem */
  /*width: 80%;*/
  color: #fff;
}
.simple-tinted-section .content .description {
  text-align: start;
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .simple-tinted-section {
    padding: 3.125rem 10rem;
  }
  .simple-tinted-section .content {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .simple-tinted-section .content .title {
    text-align: center;
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .simple-tinted-section > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .simple-tinted-section {
    padding: 3.125rem 0;
  }
  .simple-tinted-section .content {
    margin-bottom: 2rem;
  }
  .simple-tinted-section .content .title {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .simple-tinted-section .content .title {
    font-size: 2rem;
    max-width: 60%;
    margin-bottom: 1rem;
  }
  .simple-tinted-section .content .description {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .simple-tinted-section .content .title {
    max-width: 70%;
  }
}
.info-cards-listing .bg-svg {
  position: absolute;
  inset-inline-end: 0;
  transform: rotateY(180deg);
  z-index: -1;
}
.info-cards-listing .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.19rem;
}
.info-cards-listing .section-content .title {
  color: #b5985a;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 138.676%; /* 4.16025rem */
}
.info-cards-listing .section-content .description {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
  max-width: 44.25rem;
  margin-bottom: 3.8rem;
}
.info-cards-listing .cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.info-cards-listing .swiper-notification {
  display: none;
}
.info-cards-listing .controls {
  gap: 8px;
  padding: 12px 0 24px;
}
.info-cards-listing .controls .cards-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
  gap: 10px;
}
.info-cards-listing .controls .cards-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #999999;
  margin: 0 !important;
}
.info-cards-listing .controls .cards-swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #b5985a;
}

html[lang=en-us] .info-cards-listing .controls .cards-swiper-button-prev, html[lang=en-us] .info-cards-listing .controls .cards-swiper-button-next {
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .mobile-hidden {
    display: none !important;
  }
}
.standard-with-box-cards {
  display: flex;
  padding: 60px 0;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background-color: #fcfcfc;
}
.standard-with-box-cards .section-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 688px;
}
.standard-with-box-cards .section-content .title {
  color: #b5985a;
  text-align: start;
  font-size: 3rem;
  font-weight: 700;
  line-height: 138.676%;
  max-width: 440px;
}
.standard-with-box-cards .section-content .description {
  color: #333333;
  text-align: start;
  font-size: 1.125rem;
  font-weight: 300;
  width: 50%;
  align-self: flex-start;
  margin-bottom: 3.25rem;
}
.standard-with-box-cards .section-content .box-card {
  align-self: flex-start;
}
.standard-with-box-cards .image-container {
  height: 688px;
  width: 50%;
}
.standard-with-box-cards .image-container .img {
  height: 598px;
}
.standard-with-box-cards .image-container .pattern-border {
  height: 569px;
}

@media screen and (max-width: 1400px) {
  .standard-with-box-cards {
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .standard-with-box-cards .section-content {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .standard-with-box-cards {
    height: -moz-fit-content;
    height: fit-content;
  }
  .standard-with-box-cards .section-content {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1015px) {
  .standard-with-box-cards .section-content .description {
    width: 30rem;
  }
}
@media screen and (max-width: 1014px) {
  .standard-with-box-cards .section-content {
    align-items: center;
    padding-bottom: 0;
  }
  .standard-with-box-cards .section-content .description {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .standard-with-box-cards .section-content {
    height: auto;
  }
  .standard-with-box-cards .section-content .title {
    font-size: 2rem;
    max-width: 260px;
    text-align: center;
    order: -2;
  }
  .standard-with-box-cards .section-content .description {
    font-size: 0.8rem;
    margin-bottom: 1.6rem;
    width: 100%;
  }
  .standard-with-box-cards .section-content .box-card {
    align-self: flex-start;
    margin-bottom: 0;
  }
  .standard-with-box-cards .section-content .image-container {
    order: -1;
    height: 300px;
    width: 100%;
  }
  .standard-with-box-cards .section-content .image-container .img {
    width: 260px;
    height: 260px;
  }
  .standard-with-box-cards .section-content .image-container .pattern-border {
    width: 230px;
    height: 250px;
    transform: translate(calc(50% + 25px), calc(-50% - 15px));
  }
  [dir=rtl] .standard-with-box-cards .section-content .image-container .pattern-border {
    transform: translate(calc(-50% - 25px), calc(-50% - 15px));
  }
}
.standard-section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding-bottom: 61px;
}
.standard-section .swiper-slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.standard-section .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.standard-section .swiper-pagination {
  position: static;
  bottom: 66px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.standard-section .swiper-pagination .swiper-pagination-bullet {
  background-color: #999;
  width: 12px;
  height: 12px;
}
.standard-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b5985a;
  width: 16px;
  height: 16px;
}
.standard-section .bg-svg {
  position: absolute;
  inset-inline-end: 0;
}
.standard-section .bg-svg-mobile {
  display: none;
}
.standard-section .section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.standard-section .section-content .title {
  color: #b5985a;
  text-align: start;
  font-size: 4rem;
  font-weight: 700;
  line-height: 138.676%; /* 5.54706rem */
}
.standard-section .section-content .description {
  color: #000;
  text-align: start;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.standard-section .section-media {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-shrink: 0;
  height: 383px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  position: relative;
}
.standard-section .section-media img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.standard-section .section-media .firstFloatingCard {
  position: absolute;
  top: -5rem;
  inset-inline-start: 17rem;
}
.standard-section .section-media .secondFloatingCard {
  position: absolute;
  bottom: -2.5rem;
  inset-inline-end: -4rem;
}
.standard-section .section-media .thirdFloatingCard {
  position: absolute;
  top: 18rem;
  inset-inline-start: 5rem;
}
.standard-section .section-media .dimensionsMaintainer {
  width: 35.96rem;
  height: 35.76rem;
}

@media screen and (max-width: 1280px) {
  .standard-section {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .standard-section .section-content {
    top: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .standard-section .section-content {
    width: 100%;
    padding-inline-start: 1rem;
    align-items: center;
  }
  .standard-section .section-content .title {
    text-align: center;
    font-size: 3rem;
    width: 70%;
  }
  .standard-section .section-content .description {
    text-align: center;
    font-size: 0.9rem;
    width: 70%;
  }
  .standard-section .section-media {
    justify-content: center;
  }
  .standard-section .section-media .img .firstFloatingCard {
    top: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .standard-section .bg-svg {
    inset-inline-end: -28rem;
  }
  .standard-section .section-content {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
  }
  .standard-section .section-content .title {
    font-size: 2rem;
  }
  .standard-section .section-content .description {
    font-size: 0.75rem;
    width: 100%;
  }
  .standard-section .section-media .img {
    width: 29rem;
    height: 29rem;
  }
  .standard-section .section-media .img .firstFloatingCard {
    top: 2rem;
    inset-inline-end: 7rem;
  }
  .standard-section .section-media .img .secondFloatingCard {
    top: 12rem;
    inset-inline-end: 1rem;
  }
  .standard-section .section-media .img .thirdFloatingCard {
    top: 20rem;
    inset-inline-end: 14rem;
    inset-inline-start: auto;
  }
  .standard-section .section-media .dimensionsMaintainer {
    width: 29rem;
    height: 29rem;
  }
}
@media screen and (max-width: 570px) {
  .mobile-hidden {
    display: none;
  }
  .standard-section {
    height: auto;
  }
  .standard-section .section-content .title {
    width: 100%;
  }
  .standard-section .section-content .description {
    line-height: normal;
    margin-bottom: 1rem;
  }
  .standard-section .section-media {
    height: 200px;
    justify-content: center;
  }
  .standard-section .section-media .firstFloatingCard {
    top: 2rem;
    inset-inline-start: 1rem;
  }
  .standard-section .section-media .secondFloatingCard {
    bottom: -0.5rem;
    inset-inline-end: 4rem;
  }
  .standard-section .section-media .thirdFloatingCard {
    top: -2rem;
    inset-inline-start: 11rem;
  }
}
@media screen and (max-width: 376px) {
  .standard-section .section-media .img .thirdFloatingCard {
    inset-inline-end: 10rem;
  }
}
.news {
  position: relative;
  overflow: hidden;
}
.news .bg-svg {
  position: absolute;
  inset-inline-end: 0;
  z-index: -1;
}
.news .bg-svg-mobile {
  display: none;
  z-index: -1;
}
.news .news-section-wrap {
  min-height: 50.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.news .news-section-wrap .section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.news .news-section-wrap .section-content .title {
  color: #b5985a;
  text-align: start;
  font-size: 3rem;
  font-weight: 700;
  line-height: 138.676%; /* 4.16025rem */
}
.news .news-section-wrap .section-content .description {
  color: #333333;
  text-align: start;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.news .news-section-wrap .news-row {
  height: 100%;
}
.news .news-section-wrap .news-row .news-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2rem;
}
.news .news-section-wrap .news-row .featured-item-wrap {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .news {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .news .bg-svg {
    display: none;
  }
  .news .bg-svg-mobile {
    display: block;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
  }
  .news .news-section-wrap {
    gap: 3rem;
  }
  .news .news-section-wrap .section-content {
    align-items: center;
    margin-bottom: 0;
  }
  .news .news-section-wrap .news-row {
    gap: 3rem;
  }
  .news .news-section-wrap .news-row .news-list {
    align-items: center;
    order: 2;
  }
  .news .news-section-wrap .news-row .featured-item-wrap {
    justify-content: center;
    order: 1;
  }
}
@media screen and (max-width: 570px) {
  .news .news-section-wrap .section-content .title {
    font-size: 2rem;
  }
  .news .news-section-wrap .section-content .description {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .productsSwiper {
    display: none;
  }
  .home-products {
    min-height: 56.25rem;
    padding-bottom: 3.5rem;
  }
  .home-products .control {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 3.25rem;
  }
  .home-products .control .news-section-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .home-products .control .news-section-content .title {
    color: #b5985a;
    text-align: start;
    font-size: 3rem;
    font-weight: 700;
    line-height: 138.676%; /* 4.16025rem */
  }
  .home-products .control .news-section-content .description {
    color: #1a1a1a;
    text-align: start;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
    width: 38.25rem;
  }
  .home-products .control .tabs {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .home-products .media {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .home-products .media .mini-article {
    display: none;
  }
  .home-products .media .mini-article.active {
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .home-products .control {
    display: none;
  }
  .home-products .media {
    display: none;
  }
  .productsSwiper {
    padding-bottom: 1rem;
  }
  .productsSwiper .mini-article {
    padding-bottom: 3.5rem;
  }
  swiper-slide {
    display: flex;
    justify-content: center;
  }
}
.video-section {
  height: 858px;
  position: relative;
}
.video-section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 60vw;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  background: linear-gradient(91deg, rgba(181, 152, 90, 0) 0.55%, rgba(181, 152, 90, 0.7) 97.78%);
}
.video-section .video-content-wrap {
  height: 100%;
}
.video-section .video-content-wrap .video-section-content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.video-section .video-content-wrap .video-section-content .video-section-title {
  color: #fff;
  text-align: start;
  max-width: 25.125rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 138.676%; /* 2.7735rem */
}
.video-section .video-content-wrap .video-section-content .video-section-description {
  color: #fcfcfc;
  text-align: start;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 2.4rem;
}
.video-section .video-content-wrap .media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.video-section .video-content-wrap .media .video-overlay-img {
  width: 39.6875rem;
  height: 21.625rem;
  border-radius: 0.625rem;
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.video-section .video-content-wrap .media .video-overlay-img .play-button {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #b5985a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-section .video-content-wrap .media .video-overlay-img .play-button .fa-play {
  color: #fff;
  font-size: 1.8rem;
  transform: translate(0.1rem);
}

@media screen and (max-width: 1200px) {
  .video-section {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
  .video-section .video-content-wrap .video-section-content {
    align-items: center;
  }
  .video-section .video-content-wrap .video-section-content .video-section-title {
    text-align: center;
  }
  .video-section .video-content-wrap .video-section-content .video-section-description {
    text-align: center;
    margin-bottom: 2rem;
  }
  .video-section .video-content-wrap .media {
    justify-content: center;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 570px) {
  .video-section .video-content-wrap .video-section-content .video-section-title {
    max-width: 19.4375rem;
  }
  .video-section .video-content-wrap .media {
    padding-top: 0;
  }
  .video-section .video-content-wrap .media .video-overlay-img {
    width: 22.1875rem;
    height: 16.125rem;
  }
}
/**
  * Plugin Name:  Click Image Play YouTube Video
  * Plugin URI:   https://github.com/sricharankrishnan/click-image-play-youtube-video
  * Description:  Click Image Play YouTube Video is a Jquery based plugin, designed to be integrated into your web app on the 
                  client side. It provides a simple yet effective user interface (in the form of an overlay), to help play 
                  youtube embeded videos based on a click event.
  * Requirements: Jquery version 3 upwards, CSS, Sass (only if you are using this in the pre compile phase)
  * Author:       Sricharan Krishnan | sricharan.krishnan@gmail.com
  * Author URI:   https://github.com/sricharankrishnan
  **/
/*
  This stylesheet is exclusively for the plugin. Incase you would like to 
  make some changes, would recommend you import this in your stylesheet and
  then make the changes as per your liking.
*/
.videoPlayerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0.5);
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
}
.videoPlayerOverlay .closeIcon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 3rem;
  z-index: 200;
  padding: 10px;
  border-radius: 50%;
  border: 0;
  background: #ffffff;
  width: 30px;
  height: 30px;
  transition-property: transform;
  -moz-transition-property: transform;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  display: flex;
}
.videoPlayerOverlay .closeIcon img {
  width: 100%;
  height: auto;
}
.videoPlayerOverlay iframe {
  max-width: 853px;
  max-height: 480px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.videoPlayerOverlay.hiddenTransform {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
}

@media only screen and (min-width: 1200px) {
  .videoPlayerOverlay .closeIcon:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.footer {
  min-height: 27rem;
  padding-top: 3rem;
  margin-top: 100px;
  background: #f4f4f4;
}
.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}
.footer .footer-content .footer-menu-title {
  color: #b5985a;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer .footer-content .footer-menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.footer .footer-content .footer-menu:empty {
  display: none;
}
.footer .footer-content .footer-menu .footer-menu-item a {
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: none;
}
.footer .footer-content .footer-menu .footer-menu-item a:hover {
  text-decoration: underline;
  color: #c8af76;
}
.footer .footer-content .first-col {
  flex: 1 0;
  flex-shrink: 0;
  min-width: 15rem;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
.footer .footer-content .first-col .footer-logo {
  width: 6.97581rem;
  height: 3.29381rem;
}
.footer .footer-content .first-col .location {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.footer .footer-content .first-col .location .fa-location-dot {
  color: #b5985a;
  font-size: 1.5rem;
}
.footer .footer-content .first-col .location .location-text {
  color: #000;
  text-align: start;
  font-size: 0.875rem;
  font-weight: 300;
  width: 10.875rem;
}
.footer .footer-content .middle-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 20px;
  flex: 3;
  margin-top: 2.5rem;
}
.footer .footer-content .middle-col .footer-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-content .fourth-col {
  flex: 1 0;
  min-width: 21.8125rem;
  margin-top: 2.5rem;
}
.footer .footer-content .fourth-col .app-title {
  font-size: 14px;
  font-weight: 300;
  line-height: 21.72px;
  color: #000000;
}
.footer .footer-content .social-media {
  display: flex;
  gap: 1.25rem;
}
.footer .footer-content .social-media .social-media-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  text-decoration: none;
}
.footer .footer-content .social-media .social-media-link i {
  color: #f4f4f4;
}
.footer .footer-content .social-media .social-media-link img {
  height: 30px;
  width: 30px;
}
.footer .footer-content .mobile-hidden {
  display: block;
}
.footer .footer-content .mobile-show {
  display: none;
}
.footer .footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #b5985a;
  padding-top: 0.5rem;
}
.footer .footer-info .footer-info-title {
  color: #000;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5rem; /* 200% */
}
.footer .footer-info .footer-info-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}
.footer .footer-info .footer-info-menu .footer-info-item .footer-info-link {
  color: #000;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5rem; /* 200% */
}
.footer .phone-footer {
  font-size: 20px;
  font-weight: 700;
}
.footer .phone-footer i::before {
  color: #b5985a;
}
.footer .whatsapp-footer {
  font-size: 25px;
}
.footer .whatsapp-footer i::before {
  color: #b5985a;
}

@media screen and (max-width: 570px) {
  .footer .footer-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .footer .footer-content .first-col {
    order: 1;
    align-items: center;
  }
  .footer .footer-content .first-col .footer-logo {
    margin-bottom: 1rem;
  }
  .footer .footer-content .first-col .location {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-content .first-col .location .location-text {
    width: 100%;
    text-align: center;
    max-width: 17.625rem;
  }
  .footer .footer-content .middle-col {
    order: 3;
    height: 400px;
  }
  .footer .footer-content .middle-col div:nth-child(1) {
    order: 2;
  }
  .footer .footer-content .middle-col div:nth-child(2) {
    grid-row: span 1;
    order: 1;
  }
  .footer .footer-content .middle-col div:nth-child(3) {
    order: 3;
    grid-column: span 2;
  }
  .footer .footer-content .fourth-col {
    order: 2;
    align-items: center;
    text-align: center;
    min-width: 100%;
    width: 100%;
  }
  .footer .footer-content .fourth-col .app-links {
    justify-content: center;
  }
  .footer .footer-content .fourth-col .social-media {
    justify-content: center;
  }
  .footer .footer-content .mobile-show {
    display: block;
    order: 4;
  }
  .footer .footer-content .mobile-hidden {
    display: none;
  }
}
.menu-container {
  height: 6.5rem;
  background-color: #fff;
  z-index: 20;
  justify-content: space-between !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.menu-container .first-grp {
  display: flex;
  align-items: center;
}
.menu-container .first-grp .navbar-brand {
  padding: 0;
}
.menu-container .first-grp .navbar-brand .menu-logo {
  width: 9.5625rem;
}
.menu-container .first-grp .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding-inline-start: 2.5rem;
  gap: 1.25rem;
}
.menu-container .first-grp .navbar-nav .nav-item .nav-link {
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%; /* 1.35rem */
}
.menu-container .first-grp .navbar-nav .nav-item .nav-link:hover {
  color: #b5985a;
}
.menu-container .first-grp .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
.menu-container .first-grp .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 4rem;
  inset-inline-end: -10rem;
  width: 18.25rem;
  padding: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}
.menu-container .first-grp .navbar-nav .nav-item .dropdown-menu.show {
  display: flex;
}
.menu-container .first-grp .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  display: flex;
  gap: 0.6rem;
  border-radius: 0.3125rem;
}
.menu-container .first-grp .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #f8ebd9;
}
.menu-container .first-grp .navbar-nav .nav-item .dropdown-menu .dropdown-item .icon-wrap {
  display: flex;
  width: 2.5rem;
  height: 2.54631rem;
  padding: 0.68731rem 0.64106rem 0.64106rem 0.641rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #333333;
  border-radius: 50%;
}
.menu-container .first-grp .navbar-nav .nav-item .dropdown-menu .dropdown-item .item-content {
  display: flex;
  flex-direction: column;
}
.menu-container .first-grp .navbar-nav .nav-item .dropdown-menu .dropdown-item .item-content .item-title {
  color: #b5985a;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: start;
}
.menu-container .first-grp .navbar-nav .nav-item .dropdown-menu .dropdown-item .item-content .item-description {
  overflow: hidden;
  text-align: start;
  color: #333333;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 160%;
  display: -webkit-box;
  width: 11.4375rem;
  -webkit-box-orient: vertical;
  line-clamp: 1;
}
.menu-container .first-grp .navbar-nav .dropdown .nav-link.show {
  color: #b5985a;
}
.menu-container .second-grp {
  display: flex;
  align-items: center;
  gap: 0.325rem;
}
.menu-container .second-grp .searchBtn {
  cursor: pointer;
}
.menu-container .second-grp .searchBtn.show .search-img {
  display: none;
}
.menu-container .second-grp .searchBtn.show .close-img {
  display: inline-block;
}
.menu-container .second-grp .searchBtn .search-img {
  font-size: 25px;
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #b5985a;
}
.menu-container .second-grp .searchBtn .close-img {
  color: #b5985a;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-inline-start: 9px;
  margin-inline-end: 9px;
}
.menu-container .second-grp .langSwitcher .en-lang {
  width: 2.625rem;
  height: 2.625rem;
  flex-shrink: 0;
}
.menu-container .mobile-nav-items {
  display: none;
}

.dropdown-primary .dropdown-toggle {
  color: #fff;
  background-color: #b5985a;
}
.dropdown-primary .dropdown-toggle.show {
  background-color: #f8ebd9;
  color: #000;
}
.dropdown-primary .dropdown-menu li a {
  background: #f8ebd9;
  color: #000;
}
.dropdown-primary .dropdown-menu li a:hover {
  background-color: rgb(255, 210, 162);
}
.dropdown-secondary .dropdown-toggle {
  color: #fff;
  background-color: #7b5ab5;
}
.dropdown-secondary .dropdown-toggle.show {
  background-color: #b398d8;
}
.dropdown-secondary .dropdown-menu li a {
  background: #7b5ab5;
  color: #fff;
}
.dropdown-secondary .dropdown-menu li a:hover {
  background-color: #c2addd;
}
.dropdown-primary, .dropdown-secondary {
  position: relative;
}
.dropdown-primary .dropdown-toggle, .dropdown-secondary .dropdown-toggle {
  border-radius: 12.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.25rem;
  gap: 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.dropdown-primary .dropdown-toggle .fa-angle-up, .dropdown-secondary .dropdown-toggle .fa-angle-up {
  display: none;
}
.dropdown-primary .dropdown-toggle::after, .dropdown-secondary .dropdown-toggle::after {
  display: none;
}
.dropdown-primary .dropdown-toggle.show .fa-angle-down, .dropdown-secondary .dropdown-toggle.show .fa-angle-down {
  display: none;
}
.dropdown-primary .dropdown-toggle.show .fa-angle-up, .dropdown-secondary .dropdown-toggle.show .fa-angle-up {
  display: inline-block;
}
.dropdown-primary .dropdown-menu, .dropdown-secondary .dropdown-menu {
  background-color: transparent;
  padding: 0;
  border: none;
  flex-direction: column;
  gap: 0.44rem;
  margin-top: 0.62rem !important;
  margin-bottom: 0.62rem !important;
}
.dropdown-primary .dropdown-menu.show, .dropdown-secondary .dropdown-menu.show {
  display: flex;
}
.dropdown-primary .dropdown-menu li a, .dropdown-secondary .dropdown-menu li a {
  display: inline-flex;
  padding: 0.625rem 1.25rem;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12.5rem;
  font-weight: 300;
  font-size: 0.75rem;
}

.desktop-search-form {
  display: none;
  padding: 1.3rem 6.25rem !important;
  justify-content: flex-end;
  background-color: #f8ebd9;
  align-items: center;
  gap: 0.625rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 6.5rem;
  z-index: 10;
  animation: slideDown 0.5s forwards;
}
.desktop-search-form.show {
  display: flex;
}
.desktop-search-form .form-input {
  flex: 1;
  position: relative;
}
.desktop-search-form .form-input:focus {
  border: 2px solid #f3dfbf;
}

.mobile-nav-menu {
  display: none;
}

@media screen and (max-width: 1200px) {
  .menu-container .first-grp,
  .menu-container .second-grp {
    display: none;
  }
  .menu-container .mobile-nav-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  .menu-container .mobile-nav-items .navbar-brand .menu-logo {
    width: 5.8125rem;
    height: 2.6875rem;
    flex-shrink: 0;
  }
  .menu-container .mobile-nav-items .menu-icon {
    width: 1.9375rem;
    height: 1.9375rem;
    flex-shrink: 0;
    cursor: pointer;
  }
  .mobile-nav-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    height: 100svh;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #fcfcfc;
    animation: slideInLTR 0.5s forwards;
  }
  [dir=rtl] .mobile-nav-menu {
    animation: slideInRTL 0.5s forwards;
  }
  .mobile-nav-menu.open {
    display: flex;
  }
  .mobile-nav-menu .top-content {
    margin-bottom: 2rem;
  }
  .mobile-nav-menu .top-content .nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
  }
  .mobile-nav-menu .top-content .nav-header .langSwitcher .en-lang {
    width: 3rem;
    height: 3rem;
  }
  .mobile-nav-menu .top-content .nav-header #mobile-menu-close {
    font-size: 1.8rem;
    cursor: pointer;
    margin-inline-end: 18px;
  }
  .mobile-nav-menu .top-content .mobile-search-form {
    display: flex;
    justify-content: space-between;
    gap: 0.56rem;
    margin-bottom: 1.5rem;
  }
  .mobile-nav-menu .top-content .mobile-search-form .form-input {
    flex: 1;
  }
  .mobile-nav-menu .top-content .mobile-search-form .form-input:focus {
    border: 2px solid #f3dfbf;
  }
  .mobile-nav-menu .top-content .mobile-menu-hr {
    border: 1px solid #cccccc;
    width: 100%;
  }
  .mobile-nav-menu .top-content .menu-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .mobile-nav-menu .top-content .menu-items .mobile-menu-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 10px;
    border-radius: 0.3125rem;
    background: #fff;
    gap: 0.3rem;
  }
  .mobile-nav-menu .top-content .menu-items .mobile-menu-item:active {
    background-color: #f8ebd9;
  }
  .mobile-nav-menu .top-content .menu-items .mobile-menu-item .item-title {
    color: #b5985a;
    font-size: 0.75rem;
    font-weight: 500;
  }
  .mobile-nav-menu .top-content .menu-items .mobile-menu-item .item-description {
    overflow: hidden;
    text-align: start;
    color: #333333;
    text-overflow: ellipsis;
    font-size: 12px !important;
    font-weight: 300;
    line-height: 135%; /* 1.18125rem */
    display: -webkit-box;
    width: 11.4375rem;
    -webkit-box-orient: vertical;
    line-clamp: 1;
  }
  .mobile-nav-menu .menu-footer {
    padding-bottom: 1.8rem;
  }
  .mobile-nav-menu .menu-footer .dropdowns {
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    margin-bottom: 1.2rem;
  }
  .mobile-nav-menu .menu-footer .dropdowns .dropdown-primary .dropdown-toggle .fa-angle-down, .mobile-nav-menu .menu-footer .dropdowns .dropdown-secondary .dropdown-toggle .fa-angle-down {
    display: none;
  }
  .mobile-nav-menu .menu-footer .dropdowns .dropdown-primary .dropdown-toggle .fa-angle-up, .mobile-nav-menu .menu-footer .dropdowns .dropdown-secondary .dropdown-toggle .fa-angle-up {
    display: inline-block;
  }
  .mobile-nav-menu .menu-footer .dropdowns .dropdown-primary .dropdown-toggle.show .fa-angle-up, .mobile-nav-menu .menu-footer .dropdowns .dropdown-secondary .dropdown-toggle.show .fa-angle-up {
    display: none;
  }
  .mobile-nav-menu .menu-footer .dropdowns .dropdown-primary .dropdown-toggle.show .fa-angle-down, .mobile-nav-menu .menu-footer .dropdowns .dropdown-secondary .dropdown-toggle.show .fa-angle-down {
    display: inline-block;
  }
  .mobile-nav-menu .menu-footer .social-media {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1rem;
  }
  .mobile-nav-menu .menu-footer .social-media .social-media-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: #b5985a;
    text-decoration: none;
  }
  .mobile-nav-menu .menu-footer .social-media .social-media-link i {
    color: #fff;
  }
}
@media screen and (max-height: 760px) {
  .mobile-nav-menu .top-content .nav-header {
    padding: 1rem 0.7rem;
  }
}
@keyframes slideInRTL {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInLTR {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutRTL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideOutLTR {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.sub-header span,
.sub-header span a {
  font-size: 16px;
  font-weight: 300;
  line-height: 19.92px;
  color: #b5985a;
  text-decoration: none;
}
.sub-header span .breadcrumb_last,
.sub-header span a .breadcrumb_last {
  color: #000;
}
.sub-header span .breadcrumb_last strong,
.sub-header span a .breadcrumb_last strong {
  font-weight: 300;
}

.info-card-with-img {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 467px;
  height: 195px;
  margin: 50px auto;
}
.info-card-with-img-bg {
  background-color: #f8ebd9;
  border-radius: 20px;
  position: absolute;
  inset-inline-end: 0;
  width: 100%;
  height: 194px;
  z-index: 1;
  border-start-end-radius: 5.77px;
  border-end-end-radius: 5.77px;
}
.info-card-with-img-bg img {
  margin-inline-end: -3.07px;
}
.info-card-with-img-sec {
  position: absolute;
  inset-inline-start: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px 0 0 10px;
  width: calc(100% - 18px);
  z-index: 2;
  gap: 15px;
}
.info-card-with-img-sec-image .dotted-bg {
  position: absolute;
  top: 0;
  inset-inline-end: -24px;
  z-index: -1;
}
.info-card-with-img-sec-image img {
  border-radius: 20px 0 0 20px;
  width: 195px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-card-with-img-sec-content .myBtn {
  height: 42px;
}
.info-card-with-img-sec-title {
  color: #b5985a;
  font-weight: 500;
  font-size: 30px;
  line-height: 40.5px;
}
.info-card-with-img-sec-description {
  font-weight: 100;
  font-size: 18px;
  line-height: 33.73px;
  color: #333333;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media screen and (max-width: 768px) {
  .info-card-with-img-bg {
    width: 100%;
  }
  .info-card-with-img-sec-content {
    padding-inline-start: 10px;
  }
  .info-card-with-img-sec-image img {
    width: 160px;
    height: 220px;
    position: relative;
    inset-inline-end: -14px;
  }
  .info-card-with-img-sec-title {
    font-size: 22px;
  }
  .info-card-with-img-sec-description {
    font-size: 16px;
    line-height: 28px;
  }
  .info-card-with-img-sec .myBtn {
    padding: 10px 20px;
  }
}
.pattern-box {
  position: relative;
  width: 353px;
  height: 312px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f8ebd9;
  margin: 25px auto;
}
.pattern-box .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://iili.io/d6mBr0X.png");
  background-size: cover;
}
.pattern-box .content {
  position: relative;
  padding: 20px;
  z-index: 2;
}
.pattern-box .content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #b5985a;
}

.media-section .title-description p {
  font-weight: 300;
}
.media-section .container {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.media-section .container .row {
  align-items: flex-end;
  justify-content: space-between;
}
.media-section .container .row .image {
  width: 443px;
  height: 443px;
}
.media-section .container .row .image .img {
  width: 364px;
  height: 448px;
}
.media-section .container .row .image .pattern-border {
  width: 364px;
  height: 448px;
}
.media-section .container .row .content .description {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 33.73px;
}

html[lang=ar] .media-section .section-media .pattern-border {
  transform: translate(calc(-50% - 10px), calc(-50% - 10px));
}

@media (max-width: 768px) {
  .media-section {
    background-size: 100% 243px;
  }
  .media-section .container .row .content {
    padding-top: 60px;
  }
  .media-section .container .row .content .description {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .media-section .container .row .mobile-image {
    width: 100%;
    height: 355.33px;
  }
  .media-section .container .row .mobile-image .img {
    width: 271.15px;
    height: 334px;
  }
  .media-section .container .row .mobile-image .pattern-border {
    width: 271.15px;
    height: 333.72px;
  }
}
.info-box-with-header {
  margin: 50px auto;
}
.info-box-with-header .content {
  width: 100%;
  max-width: 818px;
  margin: auto;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center center;
}
.info-box-with-header .content .text {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  background-color: #ececec;
  border-radius: 10px;
  text-align: justify;
}

.box-card-with-text-listing > .header {
  font-size: 36px;
  font-weight: 300;
  line-height: 49.92px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.box-card-with-text-listing > .header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 146px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff 0%, #b5985a 47%, #ffffff 100%);
}

.box-card-with-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-card-with-text .header {
  width: 100%;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  box-shadow: 4px 4px 50px 0 rgba(221, 200, 157, 0.1019607843);
  background-color: #b5985a;
}
.box-card-with-text .header .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #ececec;
  margin: 0;
}
.box-card-with-text .header .icon-wrap {
  width: 69.33px;
  height: 69.33px;
  border-radius: 5.33px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10.67px;
  background-color: #fcfcfc;
}
.box-card-with-text .header .icon-wrap .icon {
  -o-object-fit: cover;
     object-fit: cover;
  color: #b5985a;
  width: 51.2px;
  height: 51.2px;
}
.box-card-with-text .body {
  flex-grow: 1;
  width: 90%;
  padding: 12px 12px 30px;
  border-radius: 0 0 10px 10px;
  background-color: #fbfbfb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.box-card-with-text .body .text {
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
  margin: 0;
  color: #000;
}
.box-card-with-text .body .button {
  padding-top: 24px;
  position: relative;
  bottom: -50px;
}

.shadow-info-card-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 475px 100%;
  display: flex;
  justify-content: center;
}
.shadow-info-card-container .shadow-info-card {
  background-color: #f8ebd9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 70px 17px rgba(0, 0, 0, 0.0588235294);
  width: 543px;
}
.shadow-info-card-container .shadow-info-card .title {
  font-size: 20px;
  font-weight: 500;
  color: #b5985a;
  line-height: 27px;
  margin-bottom: 16px;
}
.shadow-info-card-container .shadow-info-card .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  text-align: justified;
  color: #333333;
}

.image-text-dual-block .image-column {
  padding: 20px 40px;
}
.image-text-dual-block .main-header {
  width: 50%;
  color: #b5985a;
  margin-bottom: 2rem;
  font-size: 48px;
  font-weight: 500;
  line-height: 66.56px;
}

.image-wrapper {
  position: relative;
  height: 100%;
}
.image-wrapper img {
  border-radius: 10px;
}
.image-wrapper::after {
  content: "";
  position: absolute;
  bottom: -24px;
  inset-inline-end: -24px;
  width: 95%;
  height: 50%;
  background-color: #f7ae60;
  z-index: -1;
  border-radius: 10px;
}

.form-container {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 100px 0;
  padding: 60px 0;
}
.form-container .form-wrapper {
  z-index: 2;
}
.form-container .form-wrapper .form-control {
  background: #ffffff;
  border-radius: 13.35px;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  font-weight: lighter;
  line-height: 19.41px;
  color: #cccccc;
  margin: 5px 0 5px 0;
  height: 56.98px;
  color: black;
  border: 0.89px solid rgba(120, 124, 129, 0.3490196078);
}
.form-container .form-wrapper .form-control::-moz-placeholder {
  color: #cccccc;
}
.form-container .form-wrapper .form-control::placeholder {
  color: #cccccc;
}
.form-container .form-wrapper textarea.form-control {
  height: auto !important;
  resize: none;
  max-height: 100px;
}
.form-container .form-wrapper .form-label {
  color: black;
  font-size: 16px;
  font-weight: lighter;
  line-height: 22.19px;
}
.form-container .form-wrapper .btn-submit {
  width: 100%;
  background-color: #b5985a;
  color: #000;
  border: none;
  border-radius: 50px;
  padding: 18px 0;
  font-size: 14.24px;
  font-weight: 500;
  line-height: 17.73px;
  text-align: center;
}
.form-container .form-text {
  z-index: 2;
  color: #fcfcfc;
}
.form-container .form-text h2 {
  width: 80%;
  margin-bottom: 1rem;
  font-size: 48px;
  font-weight: 700;
  line-height: 66.56px;
}
.form-container .form-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22.41px;
}

[lang=ar] .form-container .form-wrapper .form-control {
  text-align: right;
}
[lang=ar] .form-container .form-wrapper .form-label {
  text-align: right;
}
[lang=ar] .form-container .form-wrapper .btn-submit {
  text-align: center;
}

[lang=ar] .wpcf7 input[type=url],
[lang=ar] .wpcf7 input[type=number],
[lang=ar] .wpcf7 input[type=email],
[lang=ar] .wpcf7 input[type=date],
[lang=ar] .wpcf7 input[type=tel] {
  text-align: right;
  direction: rtl;
  font-family: "Roboto", sans-serif;
}

/* Default input appearance - placeholder is shown */
[lang=ar] .wpcf7 input[type=url],
[lang=ar] .wpcf7 input[type=number],
[lang=ar] .wpcf7 input[type=email],
[lang=ar] .wpcf7 input[type=date],
[lang=ar] .wpcf7 input[type=tel] {
  text-align: right;
  direction: rtl;
  font-family: "GE_SS_Two", sans-serif;
}

[lang=ar] .wpcf7 input[type=text]:not(:-moz-placeholder), [lang=ar] .wpcf7 input[type=email]:not(:-moz-placeholder), [lang=ar] .wpcf7 input[type=search]:not(:-moz-placeholder), [lang=ar] .wpcf7 input[type=url]:not(:-moz-placeholder), [lang=ar] .wpcf7 input[type=number]:not(:-moz-placeholder), [lang=ar] .wpcf7 input[type=date]:not(:-moz-placeholder), [lang=ar] .wpcf7 input[type=tel]:not(:-moz-placeholder) {
  font-family: "Roboto", sans-serif;
}

[lang=ar] .wpcf7 input[type=text]:not(:placeholder-shown),
[lang=ar] .wpcf7 input[type=email]:not(:placeholder-shown),
[lang=ar] .wpcf7 input[type=search]:not(:placeholder-shown),
[lang=ar] .wpcf7 input[type=url]:not(:placeholder-shown),
[lang=ar] .wpcf7 input[type=number]:not(:placeholder-shown),
[lang=ar] .wpcf7 input[type=date]:not(:placeholder-shown),
[lang=ar] .wpcf7 input[type=tel]:not(:placeholder-shown) {
  font-family: "Roboto", sans-serif;
}

.form-container .col-md-6.form-group,
.form-container .col-md-6.message-area {
  width: 100%;
}

.form-container form input[type=submit] {
  display: block;
  background-color: #af8b44;
  border: 0.89px solid;
  border-radius: 200px;
  padding: 14.24px 90px;
  font-size: 14.24px;
  font-weight: 500;
  line-height: 17.73px;
  text-align: center;
  color: #fff;
}

.investment-promo-card {
  margin: 125px auto;
}
.investment-promo-card .card-wrapper {
  position: relative;
}
.investment-promo-card .card-wrapper .image-section {
  position: relative;
  padding: 0;
}
.investment-promo-card .card-wrapper .image-section img {
  border-start-end-radius: 30px;
  border-end-end-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.investment-promo-card .card-wrapper .image-section::after {
  content: "";
  position: absolute;
  top: 60px;
  inset-inline-end: 60px;
  bottom: 60px;
  inset-inline-start: 0;
  background: rgba(0, 0, 0, 0.2);
  border-start-end-radius: 30px;
  border-end-end-radius: 30px;
  z-index: 1;
}
.investment-promo-card .card-wrapper .image-section::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: -25px;
  width: 25px;
  height: 80%;
  background-color: #f8ebd9;
  border-start-end-radius: 30px;
  border-end-end-radius: 30px;
  z-index: -1;
  box-shadow: 0px 4px 70px 17px rgba(0, 0, 0, 0.1098039216);
}
.investment-promo-card .card-wrapper .content-section {
  background-color: #c5ae96;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.investment-promo-card .card-wrapper .content-section .heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 44.38px;
  color: #ffffff;
}
.investment-promo-card .card-wrapper .content-section .heading span {
  font-size: 32px;
  font-weight: 700;
  line-height: 44.38px;
  color: #000;
  border-bottom: 4px solid #eed3a6;
  border-radius: 1px;
  padding-bottom: 0;
}
.investment-promo-card .card-wrapper .content-section .description1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 44.38px;
}
.investment-promo-card .card-wrapper .content-section .description2 {
  margin: 10px 0 100px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 22.41px;
  color: #fcfcfc;
}
.investment-promo-card .card-wrapper .content-section::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: -20px;
  width: 25px;
  height: 80%;
  background-color: #f8ebd9;
  z-index: -1;
  box-shadow: 0px 4px 70px 17px rgba(0, 0, 0, 0.1098039216);
}

@media screen and (max-width: 768px) {
  .investment-promo-card .card-wrapper .image-section {
    display: none;
  }
}
.accordion .header {
  font-size: 36px;
  font-weight: 300;
  line-height: 49.92px;
  text-align: center;
}
.accordion .accordion-item {
  border: none !important;
  max-width: 902px;
  margin: 0 auto 15px;
  background: none;
}
.accordion .accordion-item .accordion-header button {
  text-align: start;
  padding: 30px 80px;
  background-color: #f8ebd9;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.96px;
  border-radius: 20px 20px 0 0;
  border: none;
  width: 100%;
}
.accordion .accordion-item .accordion-header button.collapsed {
  border-radius: 20px;
}
.accordion .accordion-item .accordion-header button i {
  margin-inline-start: auto;
  font-size: 39px;
}
.accordion .accordion-item .accordion-header button i.fa-circle-plus {
  color: #000;
}
.accordion .accordion-item .accordion-header button i.fa-circle-minus {
  color: #b5985a;
}
.accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-header button::after {
  display: none;
}
.accordion .accordion-item .accordion-collapse {
  background-color: #f6f6f6;
  border-radius: 0 0 20px 20px !important;
  overflow: hidden;
  margin-top: 5px;
}
.accordion .accordion-item .accordion-body {
  padding: 30px 80px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

@media (max-width: 768px) {
  .accordion {
    width: 100% !important;
  }
  .accordion .header {
    font-size: 28px;
    line-height: 38.83px;
  }
  .accordion .accordion-item .accordion-header button {
    padding: 20px 40px;
    font-size: 12px;
    line-height: 16.64px;
    gap: 20px;
  }
  .accordion .accordion-item .accordion-header button i {
    font-size: 28px;
  }
  .accordion .accordion-item .accordion-body {
    padding: 20px 40px;
    font-size: 14px;
    line-height: 23px;
  }
}
.board-message-section {
  background: linear-gradient(180deg, rgba(245, 245, 247, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
}
.board-message-section .row {
  background-image: url("https://iili.io/22WbPVe.png");
  background-position: 75% -58%;
  background-repeat: no-repeat;
  padding: 20px 0;
  position: relative;
}
.board-message-section .board-message-content {
  padding-top: 100px;
  width: calc(100% - 500px);
}
.board-message-section .board-message-content .board-message-subtitle {
  position: relative;
  z-index: 4;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.39px;
  text-align: justify;
  color: #333333;
  background-color: #f8ebd9;
  padding: 10px;
  padding-inline-start: 41px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 20px;
  margin-inline-end: -100px;
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #ffffff;
}
.board-message-section .board-message-content .board-message-image {
  position: absolute;
  top: 50px;
  inset-inline-end: 0;
  width: 442px;
  height: 442px;
}
.board-message-section .board-message-content .board-message-image .section-media {
  position: relative;
}
.board-message-section .board-message-content .board-message-image .section-media .pattern-border {
  position: absolute;
  top: 37px;
  inset-inline-end: 13px;
  width: 469px;
  height: 448px;
  transform: unset;
}
.board-message-section .board-message-content .board-message-image .section-media .img {
  position: absolute;
  top: 48px;
  inset-inline-end: 24px;
  transform: unset;
  width: 494px;
  height: 465px;
}
.board-message-section .board-message-body {
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  font-weight: 300;
  text-align: justify;
}

@media (max-width: 992px) {
  .board-message-section .board-message-content {
    width: 100%;
  }
  .board-message-section .board-message-content .board-message-subtitle {
    position: static;
    margin-inline-end: 0;
    font-size: 18px;
    line-height: 23.695px;
    padding: 8px;
    padding-inline-start: 26px;
  }
  .board-message-section .board-message-content .board-message-image {
    position: static;
    align-self: center;
    width: 386px;
    height: 390.115px;
    margin-bottom: 59.44px;
  }
  .board-message-section .board-message-content .board-message-image .section-media .pattern-border {
    width: 383.03px;
    height: 365.88px;
  }
  .board-message-section .board-message-content .board-message-image .section-media .img {
    width: 403.45px;
    height: 379.765px;
  }
}
@media (max-width: 570px) {
  .board-message-section .board-message-content .board-message-subtitle {
    font-size: 14px;
    line-height: 20px;
    padding: 6px;
    inset-inline-start: 11px;
    border-width: 0.89px 0.89px 0px 0.89px;
    border-radius: 8.89px 8.89px 0 0;
  }
  .board-message-section .board-message-content .board-message-image {
    width: 330px;
    height: 338.23px;
    margin-bottom: 25.88px;
  }
  .board-message-section .board-message-content .board-message-image .section-media .pattern-border {
    width: 297.06px;
    height: 283.76px;
  }
  .board-message-section .board-message-content .board-message-image .section-media .img {
    width: 312.9px;
    height: 294.53px;
  }
}
.executive-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 0;
  cursor: pointer;
  z-index: 10;
}
.executive-card.large {
  width: 422px;
}
.executive-card.small {
  width: 330.79px;
}
.executive-card .executive-card-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 7px;
  z-index: 11;
}
.executive-card .executive-card-image img {
  max-width: 100%;
  position: relative;
  z-index: 13;
  -o-object-fit: cover;
     object-fit: cover;
}
.executive-card .executive-card-image img.large {
  height: 387px;
}
.executive-card .executive-card-image img.small {
  height: 307px;
}
.executive-card .executive-card-image .background {
  position: absolute;
  height: 75%;
  width: 100%;
  bottom: 0;
  border-top-left-radius: 27.01px;
  border-top-right-radius: 27.01px;
  background-color: #b5985a;
  z-index: 12;
}
.executive-card .executive-card-image .myBtn {
  position: absolute;
  bottom: 10px;
  inset-inline-end: 10px;
  padding: 8.17px;
  gap: 16.34px;
  font-size: 14px;
  font-weight: 700;
  z-index: 99;
}
.executive-card .executive-card-info {
  background-color: #e3e4e7;
  padding: 15px;
  border-bottom-left-radius: 27.01px;
  border-bottom-right-radius: 27.01px;
  text-align: center;
}
.executive-card .executive-card-info .executive-card-name {
  color: #b5985a;
  margin-bottom: 5px;
}
.executive-card .executive-card-info .executive-card-name.head {
  font-size: 22px;
  font-weight: 500;
  line-height: 29.7px;
}
.executive-card .executive-card-info .executive-card-name.senior {
  font-size: 18px;
  font-weight: 500;
  line-height: 24.3px;
}
.executive-card .executive-card-info .executive-card-title {
  color: #000;
}
.executive-card .executive-card-info .executive-card-title p {
  margin: 0;
}
.executive-card .executive-card-info .executive-card-title.head {
  font-size: 18px;
  font-weight: 300;
  line-height: 24.3px;
}
.executive-card .executive-card-info .executive-card-title.senior {
  font-size: 14px;
  font-weight: 300;
  line-height: 18.9px;
}

.executive-modal.open .myBtn {
  z-index: 0;
}

@media (max-width: 768px) {
  .executive-card .executive-card-image .background {
    border-top-left-radius: 22.48px;
    border-top-right-radius: 22.48px;
  }
  .executive-card .executive-card-image .myBtn {
    padding: 6.85px;
    gap: 13.7px;
    font-size: 10px;
  }
  .executive-card .executive-card-image img.large, .executive-card .executive-card-image img.small {
    height: 325px;
  }
  .executive-card .executive-card-info {
    padding: 7.5px;
    border-bottom-left-radius: 22.48px;
    border-bottom-right-radius: 22.48px;
  }
  .executive-card .executive-card-info .executive-card-name.head, .executive-card .executive-card-info .executive-card-name.senior {
    font-size: 16px;
  }
  .executive-card .executive-card-info .executive-card-title.head {
    font-size: 14px;
    font-weight: 300;
    line-height: 18.9px;
  }
}
.board-section {
  background: linear-gradient(180deg, rgba(245, 245, 247, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
  background-size: 100% 525px;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1882352941);
  z-index: 999;
  display: none;
}

.executive-modal {
  position: fixed;
  top: 0;
  inset-inline-start: -100%;
  z-index: 20;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
  transition: inset-inline-start 0.4s ease;
}
.executive-modal .content {
  padding: 20px;
}
.executive-modal .content .close {
  position: absolute;
  top: 36px;
  inset-inline-end: 29px;
  border: none;
  background: #f0f0f0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.executive-modal .content .close svg {
  width: 16.47px;
  height: 16.47px;
}
.executive-modal .content .header {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.executive-modal .content .header .executive-card .executive-card-image img {
  width: 422px;
}
.executive-modal .content .body {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.executive-modal.open {
  inset-inline-start: 0;
}

@media (max-width: 768px) {
  .executive-modal {
    width: 100%;
  }
  .executive-modal .content .close {
    top: 19.48px;
    inset-inline-end: 15.69px;
    border-radius: 29.8px;
    width: 38px;
    height: 38px;
  }
  .executive-modal .content .close svg {
    width: 17.38px;
    height: 17.38px;
  }
  .executive-modal .content .header .executive-card .executive-card-image .background {
    border-top-left-radius: 14.62px;
    border-top-right-radius: 14.62px;
  }
  .executive-modal .content .header .executive-card .executive-card-image img {
    width: 228.9px;
  }
  .executive-modal .content .header .executive-card-info {
    border-bottom-left-radius: 14.62px;
    border-bottom-right-radius: 14.62px;
  }
  .executive-modal .content .header .executive-card-info .executive-card-name {
    font-size: 14px;
    line-height: 18.9px;
  }
  .executive-modal .content .header .executive-card-info .executive-card-title {
    font-size: 12px;
    line-height: 16.2px;
  }
  .executive-modal .content .body {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
}
.organizational-structure .container img {
  width: 100%;
  align-self: center;
}

.announcement-card-container {
  border: 1px solid #f0f0f0;
  border-radius: 11.48px;
  padding: 11.48px;
  max-width: 100%;
  background-color: #fff;
}
.announcement-card-container .card-text-section .announcement-title {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.announcement-card-container .card-text-section .announcement-description {
  font-size: 11.89px;
  font-weight: 300;
  color: #98a0a2;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.announcement-card-container .card-text-section .announcement-date {
  font-size: 11.89px;
  font-weight: 500;
  color: #98a0a2;
}
@media (max-width: 768px) {
  .announcement-card-container .card-text-section .announcement-date {
    font-size: 16.85px;
  }
}
.announcement-card-container .card-logo {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.announcement-card-container .btn-read-more {
  background-color: #b5985a;
  color: #fff;
  padding: 4px 24px;
  font-size: 9.9px;
  font-weight: 500;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 4.31px;
  font-size: 0.875rem;
}
.announcement-card-container .btn-read-more:hover {
  background-color: #a7864f;
  color: #fff;
}
.announcement-card-container .btn-read-more .arrow {
  stroke: #fff;
}
.announcement-card-container.full {
  box-shadow: 0px 43.53px 87.07px 0px rgba(32, 56, 85, 0.1490196078);
  padding: 23.22px;
  border-radius: 23.22px;
}
.announcement-card-container.full .card-text-section .announcement-title {
  font-size: 28.3px;
  line-height: 35.24px;
}
.announcement-card-container.full .card-text-section .announcement-description {
  font-size: 20.22px;
  line-height: 26.28px;
}
.announcement-card-container.full .card-text-section .announcement-date {
  font-size: 24.03px;
}
.announcement-card-container.full .card-logo {
  border-radius: 24.26px;
}
.announcement-card-container.full .btn-read-more {
  height: 42.08px;
  font-size: 20.02px;
  border-radius: 8.71px;
  min-width: 207.51px;
  gap: 8.71px;
}
.announcement-card-container.full .btn-read-more .arrow {
  width: 15.39px;
  height: 15.39px;
}

@media (max-width: 768px) {
  .announcement-card-container {
    box-shadow: none;
    padding: 1rem;
  }
  .announcement-card-container .card-text-section .announcement-title {
    font-size: 1.24rem;
    margin-top: 25px;
  }
  .announcement-card-container .card-text-section .announcement-description {
    font-size: 0.875rem;
  }
}
.announcements-section-container .container {
  background-position: 0% -120%;
  background-repeat: no-repeat;
}
.announcements-section-container .container .section-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 70px;
}

.reports-section {
  background: linear-gradient(180deg, rgba(245, 245, 247, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
  background-size: 100% 525px;
  background-repeat: no-repeat;
}
.reports-section .container {
  background-repeat: no-repeat;
  padding-top: 160px;
}
.reports-section .container .report-list {
  margin-top: 40px;
}
.reports-section .container .no-results {
  display: none;
}

.report-item {
  border-bottom: 1px solid #b5985a;
  padding: 20px;
  display: none;
}
.report-item.active {
  display: block;
}
.report-item .report-title h5 {
  color: #666666;
  font-weight: 500;
  font-size: 18px;
  line-height: 23.4px;
}
.report-item .report-title span {
  color: #666666;
  font-size: 14px;
  line-height: 18.2px;
}
.report-item .btn {
  background-color: #b5985a;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 22.49px;
  border-radius: 200px;
  padding: 10px 20px;
}
.report-item .btn:hover {
  background-color: #b9975b;
  color: #fff;
}

.fund-section {
  background: linear-gradient(180deg, rgba(245, 245, 247, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
  background-size: 100% 90%;
  background-repeat: no-repeat;
}
.fund-section .container {
  padding: 2rem 0;
  background-repeat: no-repeat;
  background-position: center top;
}
.fund-section .container .fund-description {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #333333;
}
.fund-section .container .fund-cards {
  gap: 2.5rem;
  margin-top: 6rem;
}
@media (max-width: 576px) {
  .fund-section .container .fund-cards {
    flex-wrap: wrap;
    gap: 1rem !important;
  }
  .fund-section .container .fund-cards .fund-card {
    max-width: 165px !important;
  }
}
.fund-section .container .fund-cards .fund-card {
  max-width: 370px;
  background: #fff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 1.5rem;
  border-radius: 6.15px;
  min-width: 234px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fund-section .container .fund-cards .fund-card .card-icon {
  background: #f8ebd9;
  border-radius: 6.15px;
  width: 51.58px;
  height: 51.58px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding: 5px;
}
.fund-section .container .fund-cards .fund-card .card-icon img {
  width: 100%;
  height: 100%;
}
.fund-section .container .fund-cards .fund-card .card-content p {
  margin: 0;
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 14px;
  color: #b5985a;
}
.fund-section .container .tag {
  padding: 15px 0;
  gap: 4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 14.94px;
  letter-spacing: 0;
  color: #a38649;
}
.fund-section .container .tag .tag-icon {
  width: 17px;
  height: 17px;
}

@media (max-width: 768px) {
  .fund-section .container {
    background-size: 100% 232px;
    padding: 12px;
  }
  .fund-section .container .fund-description {
    font-size: 12px;
    text-align: center;
    margin-bottom: 2.4rem;
  }
  .fund-section .container .fund-cards {
    gap: 0.5rem;
  }
  .fund-section .container .fund-cards .fund-card {
    min-width: 165px;
    min-height: 61px;
    box-shadow: -2px 3px 15.94px 0px rgba(0, 0, 0, 0.0784313725);
    border-radius: 3.27px;
    padding: 0.4rem;
    padding-top: 0.75rem;
  }
  .fund-section .container .fund-cards .fund-card .card-icon {
    border-radius: 3.27px;
    width: 27.4px;
    height: 27.4px;
    padding: 2.5px;
  }
  .fund-section .container .fund-cards .fund-card .card-content p {
    font-size: 10px;
  }
  .fund-section .container .fund-cards .fund-card .card-content span {
    font-size: 12.75px;
  }
}
.information-section {
  margin: 60px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
}
.information-section .container {
  background-repeat: no-repeat;
  background-size: 100% 75%;
  background-position: bottom;
}
.information-section .container .aligner {
  display: flex;
  flex-direction: column;
}
.information-section .container .aligner .stats-section {
  justify-content: center;
}
@media (max-width: 768px) {
  .information-section .container .aligner .stats-section {
    margin-top: 70px;
  }
}
.information-section .container .aligner .stats-section .stat-card {
  margin-left: 10px;
  margin-right: 10px;
  background: #ffffff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 6.15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 120px;
  text-wrap: wrap;
}
.information-section .container .aligner .stats-section .stat-card .stat-icon {
  width: 51.58px;
  height: 51.58px;
  border-radius: 6.15px;
  background: #f8ebd9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.information-section .container .aligner .stats-section .stat-card .stat-number {
  margin: 0;
  margin-top: 2rem;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.information-section .container .aligner .stats-section .stat-card .stat-label {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 10px;
  font-weight: 300;
  color: #000;
}
.information-section .container .information-cards {
  width: 85%;
  margin: auto;
  flex-wrap: wrap;
  display: grid;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin-top: 24px;
}
.information-section .container .information-cards .information-card {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  width: 300px;
  display: flex;
  flex-direction: column;
}
.information-section .container .information-cards .information-card .information-title {
  flex-grow: 1;
  padding: 0 0.25rem;
  color: #fff;
  margin-bottom: 0.5rem;
  background: #b5985a;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
}
.information-section .container .information-cards .information-card .information-title p {
  margin: 0;
  font-size: 10px;
  line-height: 12.45px;
  font-weight: 700;
}
.information-section .container .information-cards .information-card .information-content {
  padding: 1rem;
  font-size: 12px;
  font-weight: 300;
  color: #2f2f2f;
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .information-section {
    margin: 60px 0;
  }
  .information-section .container .aligner {
    flex-direction: column-reverse;
  }
  .information-section .container .aligner .stats-section {
    width: 50%;
    transform: translateY(-35%);
    margin-inline-start: auto;
    justify-content: space-evenly;
  }
  .information-section .container .aligner .stats-section .stat-card .stat-number {
    font-size: 26.3px;
  }
  .information-section .container .aligner .stats-section .stat-card .stat-label {
    font-size: 12px;
  }
  .information-section .container .information-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .information-section .container .information-cards .information-card .information-title p {
    font-size: 16px;
    padding: 0 2.4rem;
    line-height: 19.92px;
    font-weight: 300;
  }
  .information-section .container .information-cards .information-card .information-content {
    font-size: 16px;
  }
}

.terms-container {
  margin: 100px auto;
  position: relative;
}
.terms-container .back-back {
  max-width: 354px;
  width: 100%;
  height: 31px;
  position: absolute;
  border-radius: 12.4px;
  background-color: #f8ebd9;
  z-index: -2;
}
.terms-container .back {
  max-width: 327.25px;
  width: 90%;
  height: 63.22px;
  position: absolute;
  border-radius: 12.4px;
  background-color: #f0f0f0;
  z-index: -1;
}
.terms-container .terms-card {
  border: 0.62px solid #000000;
  border-radius: 12.4px;
  box-shadow: 0px 2.48px 4.96px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 305px;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
}
.terms-container .terms-card .icon {
  margin-bottom: 1rem;
}
.terms-container .terms-card .icon img {
  width: 39.4px;
  height: 37.57px;
}
.terms-container .terms-card .terms-text {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  margin-bottom: 1.5rem;
}
.terms-container .terms-card .terms-button {
  background-color: #b5985a;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 11.18px 29.8px;
  border-radius: 149.01px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .terms-container .back-back {
    max-width: 1112px;
    height: 50px;
    border-radius: 20px;
  }
  .terms-container .back {
    max-width: 1019px;
    height: 102px;
    border-radius: 20px;
  }
  .terms-container .terms-card {
    flex-direction: row;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 946.66px;
  }
  .terms-container .terms-card .icon {
    margin-inline-end: 1rem;
    order: 1;
  }
  .terms-container .terms-card .icon img {
    width: 81.37px;
    height: 77.6px;
  }
  .terms-container .terms-card .terms-text {
    font-size: 1rem;
    margin-bottom: 0;
    width: 55%;
    order: 2;
  }
  .terms-container .terms-card .terms-link {
    order: 3;
    margin-inline-start: auto;
  }
  .terms-container .terms-card .terms-link .terms-button {
    font-size: 14px;
    padding: 15px 40px;
  }
}
.assets {
  margin-top: 80px;
}
.assets .assets-section .sectors-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.assets .assets-section .sectors-container .sector-card {
  background-color: #ffffff;
  padding: 11px 22px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  border: 1px solid #f8ebd9;
}
.assets .assets-section .sectors-container .sector-card.nav-item {
  margin-inline-end: 16px;
  min-height: 130px;
}
.assets .assets-section .sectors-container .sector-card.active {
  background-color: #f8ebd9;
  margin-inline-end: -16px;
}
.assets .assets-section .sectors-container .sector-card.active .sector-title .sector-icon {
  filter: brightness(0);
}
.assets .assets-section .sectors-container .sector-card .sector-title {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: #000;
  line-height: 27.43px;
  letter-spacing: 0;
}
.assets .assets-section .sectors-container .sector-card .sector-title .sector-icon {
  width: 24px;
  height: 24px;
}
.assets .assets-section .sectors-container .sector-card .sector-description {
  color: #7c766d;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 27.43px;
  letter-spacing: 0;
}
.assets .assets-section .sectors-container .sector-card .sector-btn {
  background-color: #b5985a;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  align-self: end;
}
.assets .assets-section .sectors-container .sector-card .sector-btn .arrow {
  width: 10.61px;
  height: 10.61px;
  stroke: white;
}
.assets .assets-section .sectors-container .sector-card .sector-btn:hover {
  background-color: #9c835f;
}
.assets .assets-section .tab-content {
  border-radius: 8px;
  background-color: #f8ebd9;
  padding: 22px;
  min-height: 100%;
}

html[lang=en-us] .assets .arrow {
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .assets .assets-section .sectors-container .sector-card .sector-title {
    margin-bottom: 4px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .assets .assets-section .sectors-container .sector-card .sector-description {
    font-size: 12px;
  }
  .assets .assets-section .sectors-container .sector-card .accordion-button {
    background-color: transparent;
    border: none;
    box-shadow: none !important;
  }
  .assets .assets-section .sectors-container .sector-card .accordion-button::after {
    background-image: url("../images/minus.svg");
    margin: 0;
  }
  .assets .assets-section .sectors-container .sector-card .accordion-button.collapsed::after {
    background-image: url("../images/plus.svg");
  }
  .assets .assets-section .sectors-container .sector-card .accordion-body {
    margin-top: 27.22px;
    gap: 16px;
  }
  .assets .assets-section .sectors-container .sector-card .accordion-body .sector-title {
    color: #b5985a;
    margin: 0;
  }
}
.news-section .news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-section .news-header .news-link {
  color: #b5985a;
  font-weight: 700;
}
.news-section .news-card {
  width: 48%;
}

@media (max-width: 768px) {
  .news-section {
    padding: 1rem;
  }
  .news-section .news-header .news-link {
    margin-bottom: 0.5rem;
  }
  .news-section .news-header .news-title {
    font-size: 28px;
  }
  .news-section .news-header .news-link {
    font-size: 12px;
  }
  .news-section .news-card {
    width: 100%;
  }
}
.report-card {
  height: 100%;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 302px;
  min-height: 268px;
}
.report-card h3 {
  font-size: 20px;
  font-weight: 300;
}
.report-card p {
  font-size: 18px;
  font-weight: 300;
  color: #757575;
  margin: 0;
}
.report-card .btn {
  background-color: #b5985a;
  border: none;
  outline: none;
  min-width: 146px;
  padding: 15px 40px;
  border-radius: 200px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 11px;
}
.report-card .btn:hover {
  background-color: rgb(151.8828451883, 125.1882845188, 68.1171548117);
}

@media (max-width: 768px) {
  .report-card {
    border-radius: 10.46px;
    padding: 10px;
    max-width: 157.91px;
    min-height: 140.13px;
  }
  .report-card img {
    height: 35.96px;
    width: 27.84px;
  }
  .report-card h3 {
    font-size: 14px;
  }
  .report-card p {
    font-size: 12px;
  }
  .report-card .btn {
    padding: 7.84px 20.92px;
    border-radius: 104.58px;
    font-size: 6.27px;
    min-width: 76.34px;
  }
}
.reports-carousel-container {
  margin: 120px auto;
}
.reports-carousel-container .swiper-control {
  gap: 30px;
}
.reports-carousel-container .reports-header p {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.reports-carousel-container .reports-header p::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 303px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff 0%, #b5985a 47%, #ffffff 100%);
}
.reports-carousel-container .reports-header .year-filter {
  margin: 1rem 0;
}
.reports-carousel-container .reports-header .year-filter select#year-select {
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
  border: 1px solid #b5985a;
  border-radius: 7px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 10px 6px;
  transition: all 0.2s ease;
  min-width: 140px;
}
.reports-carousel-container .reports-header .year-filter select#year-select:hover, .reports-carousel-container .reports-header .year-filter select#year-select:focus {
  outline: none;
}
.reports-carousel-container .reports-header .year-filter select#year-select:has(> option[value=all]:checked) {
  font-family: "GE_SS_Two" !important;
}
.reports-carousel-container .swiper-container {
  overflow: hidden;
  width: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../assets/images/reports-carousel-bg.png");
  min-height: 270px;
}
.reports-carousel-container .align {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.reports-carousel-container .back {
  width: 90%;
  height: 191px;
  background: #f0f0f0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 20px;
}
.reports-carousel-container .back-back {
  width: 100%;
  height: 139px;
  background: #f8ebd9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
  border-radius: 20px;
}
.reports-carousel-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.reports-carousel-container .swiper-pagination {
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: static !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reports-carousel-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #999;
  width: 12px;
  height: 12px;
}
.reports-carousel-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b5985a;
  width: 16px;
  height: 16px;
}
.reports-carousel-container .custom-swiper-button svg {
  width: 24px;
  height: 24px;
  transition: stroke 0.3s ease;
}
.reports-carousel-container .custom-swiper-button svg:hover {
  stroke: rgb(127.5, 127.5, 127.5);
}

html[lang=en-us] .swiper-control svg {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .reports-carousel-container .reports-header p {
    font-size: 14px;
  }
  .reports-carousel-container .swiper-container {
    background-size: 80%;
    width: 100%;
  }
  .reports-carousel-container .back {
    width: 90%;
    height: 100px;
  }
  .reports-carousel-container .back-back {
    width: 100%;
    height: 62.5px;
    border-radius: 8.99px;
  }
  .reports-carousel-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .reports-carousel-container .swiper-pagination .swiper-pagination-bullet {
    width: 7.82px;
    height: 7.82px;
  }
  .reports-carousel-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10.42px;
    height: 10.42px;
  }
  .reports-carousel-container .custom-swiper-button svg {
    height: 11.58px;
    width: 11.83px;
  }
}
html[lang=en-US] .reports-carousel-container .reports-header .year-filter select#year-select:has(> option[value=all]:checked) {
  font-family: "Philosopher", sans-serif !important;
}

.news-section .swiper-slide {
  height: auto !important;
}
.news-section .news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-section .news-header .news-link {
  color: #b5985a;
  font-weight: 700;
}
.news-section .news-swiper-container {
  overflow: hidden;
  width: 100%;
  padding: 0 20px 40px;
}
.news-section .align {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-section .align .news-swiper-pagination {
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: static !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-section .align .news-swiper-pagination .swiper-pagination-bullet {
  background-color: #999;
  width: 12px;
  height: 12px;
}
.news-section .align .news-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b5985a;
  width: 16px;
  height: 16px;
}
.news-section .align .news-custom-swiper-button svg {
  width: 24px;
  height: 24px;
  transition: stroke 0.3s ease;
}
.news-section .align .news-custom-swiper-button svg:hover {
  stroke: rgb(127.5, 127.5, 127.5);
}

html[lang=en-us] .news-custom-swiper-button svg {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .news-section {
    padding: 1rem;
  }
  .news-section .news-header .news-link {
    margin-bottom: 0.5rem;
  }
  .news-section .news-header .news-title {
    font-size: 28px;
  }
  .news-section .news-header .news-link {
    font-size: 12px;
  }
  .news-section .align .news-swiper-pagination .swiper-pagination-bullet {
    width: 7.82px;
    height: 7.82px;
  }
  .news-section .align .news-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10.42px;
    height: 10.42px;
  }
  .news-section .align .news-custom-swiper-button svg {
    height: 11.58px;
    width: 11.83px;
  }
}
.ticker-disclaimer {
  font-size: 14px;
}
.ticker-disclaimer .text {
  font-weight: 300;
}
.ticker-disclaimer .leading-astrisk {
  color: red;
}

.stock-ticker {
  background-color: #fffcf6;
  height: 60.6px;
  border-top-left-radius: 8.85px;
  border-top-right-radius: 8.85px;
  align-content: center;
  overflow: hidden;
  z-index: 10;
  justify-content: left;
  position: absolute;
  bottom: 0;
}
.stock-ticker .ticker-wrapper {
  animation: ticker-scroll 510s linear infinite;
  white-space: nowrap;
}
.stock-ticker .ticker-wrapper .ticker-item {
  padding: 0 1.5rem;
  text-align: center;
  border-inline-end: 1px solid #444;
}
.stock-ticker .ticker-wrapper .ticker-item .ticker-name {
  font-weight: bold;
  color: #444;
}
.stock-ticker .ticker-wrapper .ticker-item .ticker-value {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
.stock-ticker .ticker-wrapper .ticker-item .ticker-change {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
}
.stock-ticker .ticker-wrapper .ticker-item .ticker-change.text-danger {
  transform: rotate(180deg);
}
.stock-ticker .ticker-wrapper .ticker-item .text-success {
  color: #28a745 !important;
}
.stock-ticker .ticker-wrapper .ticker-item .text-danger {
  color: #dc3545;
}
.stock-ticker:hover .ticker-wrapper {
  animation-play-state: paused;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.ticker-disclaimer .text {
  font-weight: 300;
  font-size: 13px;
}

.apps {
  gap: 50px;
}
.apps .app-card {
  transition: transform 0.3s ease;
  position: relative;
}
.apps .app-icon {
  margin-bottom: 15px;
}
.apps .app-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.41px;
  color: #fcfcfc;
}
.apps .app-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .apps .app-title {
    font-size: 14px;
    line-height: 17.43px;
  }
}
.slide-2 {
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slide-2 .title {
  font-size: 64px;
  font-weight: 700;
  line-height: 88.75px;
  color: #b5985a;
}
.slide-2 .description {
  font-size: 18px;
  font-weight: 300;
  line-height: 22.41px;
  text-align: center;
  color: #757575;
}

@media (max-width: 768px) {
  .slide-2 {
    background-image: none !important;
    background-color: #f4f4f4;
  }
  .slide-2 .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 44.38px;
  }
  .slide-2 .description {
    font-size: 12px;
    font-weight: 300;
    line-height: 14.94px;
  }
  .slide-2 img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.slide-3 {
  align-content: end;
}
.slide-3 .title {
  font-size: 64px;
  line-height: 88.75px;
  color: #b5985a;
  margin-bottom: 15px;
}
.slide-3 .description {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22.41px;
  text-align: justified;
  color: #000;
}
.slide-3 .mobile-preview img {
  max-width: 300px;
}
.slide-3 .app-title {
  color: #000;
}

@media (max-width: 768px) {
  .slide-3 .title {
    font-size: 32px;
    line-height: 44.38px;
    text-align: center;
  }
  .slide-3 .description {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.94px;
    text-align: center;
  }
  .slide-3 .mobile-preview {
    height: 247px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    max-width: 216px;
    width: 100%;
  }
}
.custom-funds .title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
  line-height: 49.92px;
  color: #000;
}
@media (max-width: 768px) {
  .custom-funds .custom-funds-card {
    max-width: 100%;
    margin: auto auto;
  }
}

.fund {
  display: none;
  border-radius: 20px;
}
.fund .header {
  background-color: #fff;
  border: 2px solid #b5985a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 7.5px;
  margin-bottom: 15px;
}
.fund .header .title {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 15px;
  background-color: #b5985a;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.41px;
  color: #fff;
  margin: 0;
  align-content: center;
}
.fund .body {
  padding: 15px;
  min-height: 108px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  border: 1px solid #000000;
}
.fund .body .description {
  font-size: 16px;
  font-weight: 300;
  line-height: 19.92px;
  color: #000;
}
.fund .body .myBtn {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  height: 29px;
  width: 144px;
  max-width: unset;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 14.94px;
  gap: 4px;
  transform: translate(-24px, 50%);
}
.fund .body .tag {
  padding: 15px 0;
  gap: 4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 14.94px;
  letter-spacing: 0;
  color: #a38649;
}
.fund .body .tag .tag-icon {
  width: 17px;
  height: 17px;
}
.fund:hover .header,
.fund:hover .body {
  box-shadow: 0 5px 15px rgba(72, 72, 72, 0.2);
}

.section-media {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
  height: 100%;
}
.section-media .img {
  width: 90%;
  height: 90%;
  border-radius: 0.625rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  inset-inline-end: 50%;
  transform: translate(50%, -50%);
}
.section-media .pattern-border {
  width: 85%;
  height: 85%;
  border-start-end-radius: 10px;
  border-top-width: 3px;
  border-inline-end-width: 3px;
  border-inline-start-width: 0;
  border-bottom: 0;
  border-style: solid;
  border-color: #000000;
  position: absolute;
  top: 50%;
  inset-inline-end: 50%;
  transform: translate(calc(50% + 30px), calc(-50% - 30px));
}

html[lang=ar] .section-media .img {
  transform: translate(-50%, -50%);
}
html[lang=ar] .section-media .pattern-border {
  transform: translate(calc(-50% - 30px), calc(-50% - 30px));
}

@media screen and (max-width: 1400px) {
  .section-media .img {
    width: 80%;
    height: 80%;
  }
  .section-media .pattern-border {
    width: 75%;
    height: 75%;
  }
}
.video-gallery {
  background-image: linear-gradient(180deg, rgba(245, 245, 247, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
  background-size: 100% 540px;
  background-repeat: no-repeat;
}
.video-gallery .container {
  background-repeat: no-repeat;
  padding-top: 240px;
}
.video-gallery .container .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 66.56px;
  color: #000;
}
.video-gallery .container .video-card .video-thumbnail img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-gallery .container .video-card .video-thumbnail .play-btn rect {
  transition: fill 0.3s ease;
}
.video-gallery .container .video-card .video-thumbnail .play-btn rect:hover {
  fill: rgb(151.8828451883, 125.1882845188, 68.1171548117);
}
.video-gallery .container .video-card .video-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #2d2d2d;
}

.search-filter {
  background: #fff;
  display: flex;
  justify-content: center;
  border-radius: 12.45px;
  box-shadow: 0px 3.32px 31.53px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 25px;
  margin: 65px auto;
}
.search-filter form {
  width: 100%;
  gap: 20px;
}
.search-filter form .form-group {
  width: 100%;
  position: relative;
}
.search-filter form .form-group .form-control {
  background: white;
  border-radius: 8.3px;
  border: 0.83px solid #b5985a;
  font-size: 10.75px;
  font-weight: 500;
  line-height: 13.38px;
  color: #646464;
  padding: 12px;
}
.search-filter form .form-group .form-control#year-select {
  font-family: "Roboto", sans-serif !important;
}
.search-filter form .form-group input {
  position: relative;
}
.search-filter form .form-group input[type=date] + svg {
  direction: ltr;
}
.search-filter form .form-group input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.search-filter form .form-group svg {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  inset-inline-end: 0.75rem;
}
.search-filter form .form-group.keyword-filter {
  width: 257px;
}
.search-filter form .form-group.category-filter {
  width: 214px;
}
.search-filter form .form-group.date-filter {
  width: 340px;
}
.search-filter form ul {
  position: absolute;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  box-shadow: 0px 2.5px 2.5px 0px rgba(0, 0, 0, 0.2509803922);
  display: none;
}
.search-filter form ul .dropdown-item {
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  padding: 10.21px;
  font-family: "Roboto", sans-serif !important;
}
.search-filter form ul .dropdown-item:hover, .search-filter form ul .dropdown-item.selected {
  background-color: #f7ae60;
  font-weight: 700;
}
.search-filter form #delete-filters-btn {
  font-size: 10.75px;
  font-weight: 500;
  line-height: 13.38px;
  color: #b5985a;
  padding-inline-end: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.search-filter form #filter-btn {
  background-color: #b5985a;
  border-radius: 20px;
  padding: 6.64px 19.91px;
  border: none;
  font-size: 10.75px;
  font-weight: 500;
  line-height: 16.12px;
  color: #fff;
}

.numInput.cur-year,
.numInputWrapper {
  width: 50px !important;
  font-family: "Roboto", sans-serif !important;
}

input#start-date-picker {
  font-family: "Roboto", sans-serif !important;
}

input#end-date-picker.active {
  font-family: "Roboto", sans-serif !important;
}

.news-updates {
  background: linear-gradient(180deg, rgba(245, 245, 247, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
  background-repeat: no-repeat;
  background-size: 100% 540px;
}
.news-updates .container {
  padding-top: 240px;
  background-repeat: no-repeat;
}
.news-updates .container h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 66.56px;
  color: #000000;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .news-updates .container h2 {
    font-size: 28px;
  }
}
.news-updates .container h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 110%;
  height: 2px;
  background: linear-gradient(90deg, #f4f4f6 0%, #b5985a 47%, #f4f4f6 100%);
}
.news-updates .container .description {
  font-size: 18px;
  font-weight: 300;
  line-height: 22.41px;
  color: #333333;
}

.video-details {
  background-image: linear-gradient(180deg, rgba(245, 245, 247, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
  background-size: 100% 540px;
  background-repeat: no-repeat;
}
.video-details .container {
  padding: 240px 0 100px;
  background-repeat: no-repeat;
}
.video-details .container h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 66.56px;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.video-details .container h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 497px;
  height: 0.75px;
  border-radius: 10px;
  background: linear-gradient(90deg, #f4f4f6 0%, #b5985a 47%, #f4f4f6 100%);
}
.video-details .container iframe {
  margin: auto;
  display: block;
}
.video-details .container p {
  padding-top: 37.45px;
  margin-bottom: 43.7px;
  border-bottom: 1.25px solid #cecece;
  padding: 15px 0;
}
.video-details .container p span {
  padding: 16px 20px;
  border-bottom: 2.5px solid #b5985a;
  font-size: 17.48px;
  font-weight: 500;
  line-height: 24.97px;
  letter-spacing: 0.005em;
  color: #111827;
}
.video-details .container ul {
  font-size: 17.48px;
  font-weight: 300;
  line-height: 24.97px;
  letter-spacing: -0.05em;
  color: #111827;
}

@media (max-width: 576px) {
  .contact-page .office-info-section {
    width: 95%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .contact-page .message-area {
    margin-top: 1rem;
  }
}
.contact-page .contact-form-section {
  background: linear-gradient(180deg, rgba(245, 245, 247, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
}
@media (max-width: 576px) {
  .contact-page .contact-form-section {
    width: 100%;
    overflow: hidden;
    padding: 16px;
  }
}
.contact-page .contact-form-section .container {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center top;
}
.contact-page .contact-form-section .container h2 {
  margin-bottom: 1rem;
  font-size: 48px;
  font-weight: 700;
  line-height: 66.56px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  .contact-page .contact-form-section .container h2 {
    font-size: 28px;
  }
}
.contact-page .contact-form-section .container h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 255px;
  height: 1.14px;
  background: linear-gradient(90deg, #f4f4f6 0%, #b5985a 47%, #f4f4f6 100%);
}
.contact-page .contact-form-section .container > p {
  margin-bottom: 1rem;
  font-size: 14.24px;
  font-weight: 500;
  line-height: 17.73px;
  color: #000;
  /*max-width: 510px;*/
}
.contact-page .contact-form-section .container form input:not([type=checkbox]),
.contact-page .contact-form-section .container form textarea {
  border: 0.89px solid rgba(120, 124, 129, 0.3490196078);
  border-radius: 13.35px;
}
.contact-page .contact-form-section .container form input::-moz-placeholder, .contact-page .contact-form-section .container form textarea::-moz-placeholder {
  font-size: 12.46px;
  font-weight: 500;
  line-height: 15.52px;
  color: #a5a5a5;
}
.contact-page .contact-form-section .container form input::placeholder,
.contact-page .contact-form-section .container form textarea::placeholder,
.contact-page .contact-form-section .container form .placeholder {
  font-size: 12.46px;
  font-weight: 500;
  line-height: 15.52px;
  color: #a5a5a5;
}
.contact-page .contact-form-section .container form select option {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.contact-page .contact-form-section .container form label {
  font-size: 14.24px;
  font-weight: 500;
  line-height: 17.73px;
  color: #000;
}
.contact-page .contact-form-section .container form .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-page .contact-form-section .container form .form-group input:not([type=checkbox]) {
  height: 56.98px;
}
.contact-page .contact-form-section .container form button,
.contact-page .contact-form-section .container form input[type=reset],
.contact-page .contact-form-section .container form input[type=submit] {
  display: block;
  background-color: #af8b44;
  border: 0.89px solid;
  border-radius: 200px;
  padding: 14.24px 90px;
  font-size: 14.24px;
  font-weight: 500;
  line-height: 17.73px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 550px;
}
.contact-page .map-section {
  padding: 2rem 0;
  background-color: rgba(229, 229, 229, 0.3490196078);
}
.contact-page .map-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 44.82px;
  color: #000;
}
.contact-page .map-section .map-tabs {
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 8px;
  border-radius: 12px;
  display: flex;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
}
.contact-page .map-section .map-tabs button {
  border: none;
  outline: none;
  border-radius: 30px;
  background: transparent;
  color: #000;
  padding: 12px 80px;
}
@media (max-width: 576px) {
  .contact-page .map-section .map-tabs button {
    padding: 12px 30px;
  }
}
.contact-page .map-section .map-tabs button.active {
  background-color: #b5985a;
  color: #fff;
}
.contact-page .map-section #map-container iframe {
  width: 100%;
  height: 435px;
  border: none;
  border-radius: 12px;
}
.contact-page .map-section #map-container iframe .gm-style .place-card-large {
  display: none;
}
.contact-page .map-section #map-container .map-descrpition {
  width: 100%;
  max-width: 630px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.8980392157);
  border-radius: 10px;
  gap: 41px;
  padding: 12px 24px;
}
.contact-page .map-section #map-container .map-descrpition div {
  gap: 9px;
}
.contact-page .map-section #map-container .map-descrpition div p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.41px;
  color: #313131;
  margin: 0;
}
.contact-page .map-section #map-container .map-descrpition a {
  border-radius: 5px;
  padding: 12px 16px;
  background-color: #b5985a;
  text-wrap: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.92px;
  color: #fff;
  text-decoration: none;
}

html[lang=ar] .flip-in-rtl {
  transform: scaleX(-1);
}
html[lang=ar] .contact-form-section .form-group input {
  text-align: right;
}

.zl-form-control-wrap + p,
.zl-form-control-wrap + p + p {
  display: none;
}

div#mfcf7_zl_multifilecontainer {
  margin-top: 0 !important;
}

.form-title + p {
  margin-bottom: 0 !important;
}

.wpcf7 .wpcf7-form-control.wpcf7-radio.selections-form-control .wpcf7-list-item {
  display: block;
  margin: 10px 0;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio.selections-form-control .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio.selections-form-control .wpcf7-list-item label:hover {
  background: #f6f6f6;
  border-color: #cfcfcf;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio.selections-form-control .wpcf7-list-item label:has(input[type=radio]:checked) {
  background: #f6f6f6;
  border-color: #cfcfcf;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio.selections-form-control .wpcf7-list-item label:has(input[type=radio]:focus-visible) {
  box-shadow: 0 0 0 3px rgba(59, 110, 245, 0.18);
}
.wpcf7 .wpcf7-form-control.wpcf7-radio.selections-form-control .wpcf7-list-item input[type=radio] {
  margin: 3px 0 0;
  accent-color: #3b6ef5;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio.selections-form-control .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  line-height: 1.55;
  white-space: normal;
  background: transparent !important;
  padding: 0 !important;
  font-weight: 400;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio.selections-form-control .wpcf7-list-item label:has(input[type=radio]:checked) .wpcf7-list-item-label {
  font-weight: 500;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  direction: ltr;
}

.intl-tel-input.separate-dial-code .selected-flag {
  font-family: "Roboto", sans-serif !important;
  display: flex !important;
  align-items: center !important;
  justify-content: left !important;
}

.intl-tel-input.separate-dial-code input[type=text] {
  text-align: left;
  direction: ltr;
}

html[lang=ar] .intl-tel-input.separate-dial-code input[type=text] {
  text-align: right;
  direction: rtl;
}

.intl-tel-input .country-list .country .dial-code {
  font-family: "Roboto", sans-serif !important;
}

.infor-card-wrapper {
  position: relative;
  padding: 15px;
}
.infor-card-wrapper .infor-card {
  border-radius: 20px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
}
.infor-card-wrapper.inverted::before {
  position: absolute;
  top: unset;
  bottom: 0;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 20px 20px;
}
.infor-card-wrapper.inverted::after {
  position: absolute;
  bottom: unset;
  top: 0;
  border-width: 5px 5px 0 5px;
  border-radius: 20px 20px 0 0;
}
.infor-card-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-width: 3px 3px 0 3px;
  border-style: dashed;
  border-color: #8e8e94;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.infor-card-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: #b5985a;
}
.infor-card-wrapper h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.41px;
  color: #000;
  margin: 0;
}
.infor-card-wrapper p {
  font-size: 15.63px;
  font-weight: 300;
  line-height: 19.46px;
  color: #464243;
  margin: 0;
  display: flex;
  gap: 11px;
}
.infor-card-wrapper p span {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.43px;
  color: #b5985a;
}
.infor-card-wrapper p a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #1e1e1e;
  transition: color 0.3s;
  display: flex;
  gap: 5.5px;
}
.infor-card-wrapper p a:hover {
  color: #b5945d;
}

.help-section {
  padding: 2rem 0;
  height: 283px;
  background-position: center;
  margin: 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.help-section h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 66.56px;
  color: #fcfcfc;
}
.help-section p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22.41px;
  color: #fcfcfc;
}
.help-section .text-end {
  text-align: end !important;
}
.help-section a {
  background-color: #b5985a;
  border-radius: 280.95px;
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  color: #fcfcfc;
  height: 65.1px;
  width: 216.33px;
  align-content: center;
}

.complaints .form-title,
.careers .form-title {
  font-size: 21.4px;
  font-weight: 700;
  line-height: 31.63px;
  color: #b5985a;
  border-radius: 4.89px;
  padding: 11.72px;
  -webkit-backdrop-filter: blur(48.8538665771px);
          backdrop-filter: blur(48.8538665771px);
  width: -moz-fit-content;
  width: fit-content;
}
.complaints .form-label,
.careers .form-label {
  font-size: 14.24px;
  font-weight: 500;
  line-height: 17.73px;
  color: #000;
}
.complaints .form-label .required,
.careers .form-label .required {
  color: red;
  font-weight: bold;
  margin-inline-end: 4px;
}
.complaints .file-label,
.careers .file-label {
  font-size: 12.46px;
  font-weight: 500;
  line-height: 15.52px;
  color: #a5a5a5;
}
.complaints .form-control,
.careers .form-control {
  border-radius: 13.35px;
  border: 0.89px solid rgba(120, 124, 129, 0.3490196078);
}
.complaints .form-control:not(textarea),
.careers .form-control:not(textarea) {
  height: 56.98px;
}
.complaints .form-control::-moz-placeholder, .careers .form-control::-moz-placeholder {
  font-size: 12.46px;
  font-weight: 500;
  line-height: 15.52px;
  color: #a5a5a5;
  text-align: start;
}
.complaints .form-control::placeholder,
.complaints .form-control .file-placeholder,
.complaints .form-control .date-placeholder,
.careers .form-control::placeholder,
.careers .form-control .file-placeholder,
.careers .form-control .date-placeholder {
  font-size: 12.46px;
  font-weight: 500;
  line-height: 15.52px;
  color: #a5a5a5;
  text-align: start;
}
.complaints input[type=checkbox],
.careers input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 5px;
  border: 1px solid #b5985a;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.complaints input[type=checkbox]::after,
.careers input[type=checkbox]::after {
  content: "✓";
  font-size: 10px;
  color: #fff;
}
.complaints input[type=checkbox]:checked,
.careers input[type=checkbox]:checked {
  background-color: #b5985a;
}
.complaints button,
.careers button {
  width: 279px;
  height: 46.49px;
  border-radius: 200px;
  font-size: 14.24px;
  font-weight: 500;
  line-height: 17.73px;
  text-align: center;
  color: #fff;
}
.complaints input[type=submit].btn-submit,
.careers input[type=submit].btn-submit {
  background-color: #b5985a;
}
.complaints input[type=submit].btn-submit.hover,
.careers input[type=submit].btn-submit.hover {
  background-color: #a58d5f;
}
.complaints button.btn-reset,
.careers button.btn-reset {
  background-color: #000;
}
.complaints br,
.careers br {
  display: none;
}
.complaints .buttons-container,
.careers .buttons-container {
  gap: 19px;
}

@media (max-width: 768px) {
  .complaints button.btn-reset,
  .careers button.btn-reset {
    width: 100%;
  }
}
.products-section {
  background-repeat: no-repeat;
  background-size: 100% 540px;
}
.products-section > .container {
  background-repeat: no-repeat;
  background-position: center top;
}
.products-section > .container .section-title {
  font-family: GE SS Two;
  font-size: 48px;
  font-weight: 700;
  line-height: 66.56px;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.products-section > .container .section-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 255px;
  height: 1px;
  background: linear-gradient(90deg, #f4f4f6 0%, #b5985a 47%, #f4f4f6 100%);
}

.boxes-with-2-back-boxes-listing {
  background-image: linear-gradient(180deg, rgba(245, 245, 247, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
  background-repeat: no-repeat;
  background-size: 100% 540px;
}
.boxes-with-2-back-boxes-listing .container {
  padding-top: 120px;
  padding-bottom: 50px;
  background-position: center top;
  background-size: 100% 540px;
  background-repeat: no-repeat;
}
.boxes-with-2-back-boxes-listing .container .background {
  width: 991px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.single-news-container {
  width: 100%;
  padding-top: 3rem;
}
.single-news-container .news-content .news-main-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-weight: 300;
}
.single-news-container .news-content .news-main-section .main-section-img {
  max-width: 48.125rem;
  height: 26.3125rem;
  -o-object-fit: fill;
     object-fit: fill;
  max-height: 26.3125rem;
  border-radius: 1.51625rem;
}
.single-news-container .news-content .content-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.single-news-container .news-content .content-header .news-path > span:first-child, .single-news-container .news-content .content-header .news-path > span:nth-child(2) {
  display: inline-flex;
  gap: 0.25rem;
  font-size: 1rem;
  color: #b5985a;
  font-weight: 300;
}
.single-news-container .news-content .content-header .news-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}
.single-news-container .news-content .content-header .news-date {
  display: flex;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 1.501rem;
  color: #98a0a2;
  font-size: 18px;
}

.error-content-container {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6.25rem;
}
.error-content-container a {
  width: 17.4375rem;
  height: 2.905625rem;
  margin-top: 2rem;
  outline: none;
  border: none;
}
.error-content-container a button {
  border: none;
  border-radius: 200px;
  width: 100%;
  height: 100%;
  background-color: #af8b44;
  color: white;
}
.error-content-container .text-404 {
  font-size: 15.625rem;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .error-content-container .text-404 {
    /* Extra large (xxl) */
    font-size: 14.0625rem; /* 90% of 15.625rem */
  }
}
@media (max-width: 1200px) {
  .error-content-container .text-404 {
    /* Large (xl) */
    font-size: 11.71875rem; /* 75% of 15.625rem */
  }
}
@media (max-width: 992px) {
  .error-content-container .text-404 {
    /* Medium (lg) */
    font-size: 9.375rem; /* 60% of 15.625rem */
  }
}
@media (max-width: 768px) {
  .error-content-container .text-404 {
    /* Small (md) */
    font-size: 7.8125rem; /* 50% of 15.625rem */
  }
}
@media (max-width: 576px) {
  .error-content-container .text-404 {
    /* Extra small (sm) */
    font-size: 6.25rem; /* 40% of 15.625rem */
  }
}
.error-content-container .error-header {
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 720px) {
  .error-content-container .error-header {
    font-size: 1.5rem;
  }
}
.error-content-container .error-content {
  font-size: 1.125rem;
  font-weight: 300;
}
@media (max-width: 720px) {
  .error-content-container .error-content {
    font-size: 0.75rem;
  }
}

.general-page-bg-img {
  background: linear-gradient(180deg, rgba(245, 245, 247, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 105px;
}
.general-page-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.link-wrapper {
  text-decoration: none;
}

.main-page-title {
  gap: 10px;
}
.main-page-title .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 66.56px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.main-page-title .title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 50%;
  transform: translate(50%);
  width: 70%;
  height: 2px;
  background: linear-gradient(90deg, #e1e1e3 0%, #b5985a 47%, #e1e1e3 100%);
}
.main-page-title img {
  width: 70px;
  height: 70.51px;
}

@media (max-width: 768px) {
  .main-page-title .title {
    font-size: 28px;
    line-height: 38.83px;
  }
}
.section-title-component {
  font-size: 36px;
  font-weight: 300;
  color: #000;
}

@media (max-width: 768px) {
  .section-title-component {
    font-size: 36px;
  }
}
.bg-gray-gradient {
  background: linear-gradient(180deg, rgba(245, 245, 247, 0.8) 0%, rgba(214, 214, 216, 0.8) 56%, rgba(255, 255, 255, 0.8) 100%);
  background-size: 100% 525px;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
}

.bg-img {
  background-repeat: no-repeat;
  padding-top: 160px;
  z-index: -1;
  position: relative;
}

.page-mt {
  margin-top: 6.5rem;
}

@media (max-width: 768px) {
  .bg-img {
    background-size: 100% 243px;
  }
}
#gallery-container {
  position: relative;
}
#gallery-container .title {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  #gallery-container .title {
    font-size: 14px;
  }
}
#gallery-container .fa-arrow-right {
  right: 0;
  top: 60%;
}
@media (max-width: 576px) {
  #gallery-container .fa-arrow-right {
    right: 25px;
  }
}
#gallery-container .fa-arrow-left {
  left: 0;
  top: 60%;
}
@media (max-width: 576px) {
  #gallery-container .fa-arrow-left {
    left: 25px;
  }
}
#gallery-container i {
  position: absolute;
}
#gallery-container .fa-solid {
  color: #f7ae60;
  cursor: pointer;
}
#gallery-container #lightgallery {
  display: flex;
  overflow: hidden;
  gap: 20px;
  width: 90%;
  margin: auto;
}
@media (max-width: 576px) {
  #gallery-container #lightgallery {
    width: 80%;
  }
}
#gallery-container #lightgallery a {
  max-width: 239px;
  max-height: 146px;
  height: 146px;
  width: 239px;
  border-radius: 12px;
}
#gallery-container #lightgallery a img {
  max-width: 239px;
  max-height: 146px;
  height: 146px;
  width: 239px;
  border-radius: 12px;
}

/* Ensure the gallery respects RTL direction */
[dir=rtl] .lg-outer,
[dir=rtl] .lg-inner,
[dir=rtl] .lg-thumb-outer,
[dir=rtl] .lg-thumb,
[dir=rtl] .lg-toolbar {
  direction: rtl !important;
  text-align: right;
}

/* Align thumbnails to the right */
[dir=rtl] .lg-thumb {
  justify-content: flex-end;
}

/* Swap positions of navigation arrows */
[dir=rtl] .lg-next {
  right: auto !important;
  left: 10px !important;
}

[dir=rtl] .lg-prev {
  left: auto !important;
  right: 10px !important;
}

/* Flip arrow icons horizontally */
[dir=rtl] .lg-next.lg-icon,
[dir=rtl] .lg-prev.lg-icon {
  transform: scaleX(-1);
}

/* Align captions to the right */
[dir=rtl] .lg-sub-html {
  text-align: right !important;
}

/* Align progress bar to the right */
[dir=rtl] .lg-progress-bar {
  left: auto !important;
  right: 0 !important;
}

/* Position toolbar on the left */
[dir=rtl] .lg-toolbar {
  right: auto !important;
  left: 0 !important;
}

.announcement-banner {
  width: 100%;
  height: 40px;
  display: flex;
  padding: 20px 10px;
  gap: 12px;
  background: #000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 142%;
}
.announcement-banner .learn-more {
  font-weight: 700;
  color: #ffffff;
}
.announcement-banner .close-btn {
  width: 20px;
  height: 20px;
  inset-inline-end: 10px;
  top: 10px;
  border: none;
  background: none;
}

@media (max-width: 768px) {
  .announcement-banner p {
    display: -webkit-box;
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .announcement-banner .learn-more {
    font-weight: 500;
  }
}
.search-results-item {
  background: #f6f6f6;
  padding: 35px 33px;
  margin-bottom: 26px;
  border-radius: 16px;
  min-height: 237px;
}
.search-results-item span.relevanssi-query-term {
  font-weight: 500;
  background-color: yellow;
  color: #000;
  padding: 0 4px;
  border-radius: 4px;
}
.search-results-item h3 {
  margin-bottom: 4px;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
}
.search-results-item p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
}
.search-results-item .excerpt {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #000;
}
.search-results-item .date {
  color: #b5985a;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
.search-results-item .date .day,
.search-results-item .date .year {
  font-family: "Philosopher" !important;
}
.search-results-item .date .month {
  font-weight: 300;
}
.search-results-item .more-results {
  display: block;
  margin-top: 22px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
}

html[lang=en-us] .search-results-item .more-results svg {
  rotate: 180deg;
}

.search h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 66.56px;
  letter-spacing: 0;
}
.search .search-box {
  margin: 31px auto 38px;
  background: #f5f5f5;
  border-radius: 12px;
  height: 74px;
  padding: 15px;
}
.search .search-box .search-input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  padding: 10px;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  color: #000;
}
.search .search-box .search-button {
  background: #b5985a;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 200px;
  min-width: 134px;
  min-height: 42px;
  font-weight: 700;
  font-size: 12px;
  line-height: 22.49px;
  letter-spacing: 0;
}
.search .search-results-info {
  font-weight: 300;
  font-size: 18px;
  line-height: 22.41px;
  letter-spacing: 0;
}
.search .no-results {
  text-align: center;
  padding: 40px 20px;
}
.search .no-results img {
  max-width: 449px;
  margin-bottom: 20px;
}
.search .no-results h2 {
  color: #000;
  font-weight: 500;
  font-size: 48px;
  line-height: 66.56px;
  letter-spacing: 0;
}
.search .no-results p {
  color: #333333;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

.news-updates .pagination-item {
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid black;
}
.news-updates .pagination-item-control {
  background-color: #af8b44;
  color: white;
  border: none;
}
.news-updates .pagination-selected {
  color: #af8b44;
  border: 1px solid #af8b44;
}
.news-updates .paginagtion-current-page {
  display: flex;
  gap: 10px;
}

html[lang=en-us] .paginagtion-current-page {
  direction: rtl;
}
html[lang=en-us] .paginagtion-previous-5,
html[lang=en-us] .paginagtion-previous-1,
html[lang=en-us] .paginagtion-next-1,
html[lang=en-us] .paginagtion-next-5 {
  transform: rotate(180deg);
}

.pagination {
  gap: 8px;
}
.pagination .page-item .page-link {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.pagination .page-item.active .page-link {
  background-color: #fff;
  border: 1px solid #b5985a;
  color: #b5985a;
}
.pagination .page-item:not(.active) .page-link,
.pagination .page-item .dots.page-link {
  background-color: #fff;
  border: 1px solid #dfe3e8;
  color: #212B36;
}
.pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
  background-color: #b5985a;
  border: none;
}
.pagination .page-item:last-child .page-link img, .pagination .page-item:first-child .page-link img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(340deg) brightness(108%) contrast(102%);
}
.pagination .page-item.disabled .page-link {
  background-color: #919eab;
  border: none;
  cursor: not-allowed;
  pointer-events: all;
  opacity: 50%;
}
.pagination .page-item.disabled .page-link img {
  filter: invert(81%) sepia(8%) saturate(266%) hue-rotate(167deg) brightness(105%) contrast(83%);
}

html[lang=en-us] .pagination img {
  rotate: 180deg;
}

html[lang=ar] body :lang(en) .fa-solid {
  font-family: "Font Awesome 6 Free" !important;
}

.debounced-form .keyword-filter {
  flex: 2;
}
.debounced-form .form-group.date-filter {
  flex: 1;
  flex-shrink: 1;
}

@media (max-width: 768px) {
  .debounced-form {
    flex-direction: column;
  }
  .debounced-form .form-group {
    width: 100% !important;
    max-width: none;
  }
}
.trading-rules {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 139%;
  letter-spacing: 0;
  margin-bottom: 17px;
}
.trading-rules .rule {
  gap: 10px;
  margin-bottom: 10px;
}
.trading-rules .rule .rule-title {
  color: #a38649;
  font-weight: 500;
  font-size: 32px;
  line-height: 139%;
  letter-spacing: 0;
}
.trading-rules .rule .rule-list {
  padding-inline-start: 16px;
}
.trading-rules .rule .rule-list li {
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0;
  color: #000;
}

.market-tabs .title {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  margin: 54px 0 48px;
}
.market-tabs .stocks-lists {
  gap: 28px;
}
.market-tabs .stocks-lists .tab-content {
  width: 100%;
  margin-top: 24px;
}
.market-tabs .stocks-lists .tab-content .tab-pane div {
  border-bottom: 1px solid #b5985a;
  padding: 10px 0;
}
.market-tabs .stocks-lists .tab-content .tab-pane div p {
  color: #666;
  letter-spacing: 0;
}
.market-tabs .stocks-lists .tab-content .tab-pane div p.stock-number {
  font-family: "Philosopher" !important;
  font-family: Philosopher;
  font-weight: 700;
  font-size: 20px;
  line-height: 18.2px;
}
.market-tabs .stocks-lists .tab-content .tab-pane div p.stock-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 23.4px;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  background: #fff;
  box-shadow: 2px 2px 12.1px 0px rgba(0, 0, 0, 0.1411764706);
  padding: 6.82px;
  border-radius: 10.23px;
  gap: 13.64px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: auto;
}
.tab-buttons button {
  border-radius: 25.57px;
  padding: 10.23px 20px !important;
  color: #000;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 18.75px;
  line-height: 100%;
  letter-spacing: 0;
  border: none;
  background-color: #fff;
}
.tab-buttons button.active, .tab-buttons button.selected, .tab-buttons button:hover {
  background-color: #b5985a;
  color: #fff;
}

@media (max-width: 768px) {
  .tab-buttons {
    min-width: 331px;
    border-radius: 5.64px;
    padding: 3.76px;
    gap: 7.52px;
  }
  .tab-buttons button {
    border-radius: 14.11px;
    padding: 5.64px 25px;
    font-size: 10px;
  }
}
.social-media-links {
  text-align: center;
  margin-top: 20px;
}
.social-media-links h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.social-media-links a {
  margin: 0 10px;
  transition: transform 0.2s;
}
.social-media-links a img {
  height: 50px;
  width: 50px;
}
.social-media-links a:hover {
  transform: scale(1.2);
  filter: invert(56%) sepia(70%) saturate(404%) hue-rotate(1deg) brightness(88%) contrast(85%);
}/*# sourceMappingURL=main.css.map */