@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
.navbar-nav {
  display: flex;
  gap: 15px;
  margin: 0;
}

.nav-item {
  font-size: 16px;
}

.navbar-nav .nav-link {
  margin: 0;
  color: #005a5a;
  padding: 10px 5px;
  transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #b79c62 !important;
  text-shadow: 0px 0px 18px rgba(0, 90, 90, 0.5);
  transform: scale(1.05);
}

.btn-header {
  padding: 8px 24px;
  gap: 10px;
  width: 125px;
  height: 35px;
  background: linear-gradient(90deg, #005a5a 6.03%, #003b3b 88.54%);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
  border-radius: 148px;
  border: none;
  color: white;
  transition: all 0.3s ease;
}
.btn-header:hover {
  background: linear-gradient(90deg, #007f7f 6.03%, #005c5c 88.54%);
  box-shadow: 0px 0px 18px rgba(0, 90, 90, 0.5);
  transform: scale(1.05);
  color: white;
}
.btn-header:active {
  transform: scale(0.98);
  box-shadow: 0px 0px 10px rgba(0, 90, 90, 0.3);
}
@media (max-width: 767px) {
  .btn-header {
    display: none;
  }
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hamburger {
  margin: 0 auto;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

.hamburger .bar {
  width: 30px;
  height: 4px;
  background-color: rgb(78, 75, 75);
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

.checkbox1:checked + label > .hamburger1 > .bar1 {
  transform: rotate(45deg);
  transform-origin: 5%;
  width: 41px;
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
  transform: translateX(-40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
  transform: translateX(40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
  transform-origin: 5%;
  transform: rotate(-45deg);
  width: 41px;
}

.footer {
  color: #e1e1e1;
  padding: 40px 0;
  background-image: url("../imgs/footerback.png");
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.footer .footer-logo {
  max-width: 150px;
}
@media (max-width: 767px) {
  .footer .btn-gold {
    margin: 1.5rem !important;
  }
}
.footer .btn-gold {
  background-color: #b79c62;
  color: #e1e1e1;
  border-radius: 50px;
  padding: 10px 33px;
  text-align: center;
}
.footer .btn-gold:hover {
  background: linear-gradient(90deg, #bfa165 0%, #a58447 100%);
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}
.footer .btn-gold:active {
  background: linear-gradient(90deg, #a58447 0%, #b79c62 100%);
  transform: scale(0.98);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
}
.footer .mail {
  color: #253856;
}
.footer .social-icons a {
  display: inline-block;
  margin-right: 20px;
  transition: transform 0.4s ease-in-out;
}
.footer .social-icons a img {
  width: 30px;
  height: 30px;
}
.footer .social-icons a:last-child {
  margin-right: 0;
}
.footer .social-icons a:hover {
  transform: rotate(360deg);
}
.footer h5 {
  color: #253856;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer p,
.footer a {
  text-decoration: none;
  color: #e1e1e1;
  margin: 0;
  font-size: 14px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer p {
  margin-bottom: 10px;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  font-size: 14px;
  color: #e1e1e1;
}
.footer ul li a:hover {
  color: #b79c62;
  text-decoration: none;
}
.footer .footer-bg {
  max-width: 100%;
  height: auto;
}
.footer .footer-divider {
  border-top: 1px solid #fff;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .footer {
    text-align: center;
  }
  .footer .footer .social-icons {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer .footer .btn-gold {
    margin-bottom: 30px;
  }
  .footer .footer .footer-logo {
    margin-bottom: 30px;
  }
}

@font-face {
  font-family: "Expo";
  src: url("../fonts/Expo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ExpoBold";
  src: url("../fonts/ExpoArabic-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ExpoSemiBold";
  src: url("../fonts/ExpoArabic-SemiBold-1.ttf") format("truetype");
}
@font-face {
  font-family: "ExpoBook";
  src: url("../fonts/ExpoArabic-Book.ttf") format("truetype");
}
@font-face {
  font-family: "ExpoLight";
  src: url("../fonts/Expo Arabic Medium.ttf") format("truetype");
}
.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  will-change: opacity, transform;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html,
body {
  font-family: "Expo", "ExpoBold", "ExpoSemiBold", "ExpoBook", "ExpoLight";
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #667e9b;
  height: 100%;
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html ::-moz-selection, body ::-moz-selection {
  background: #004f4f;
  color: #ffffff;
}
html ::selection,
body ::selection {
  background: #004f4f;
  color: #ffffff;
}
html a:hover,
body a:hover {
  text-decoration: none;
}
html img,
body img {
  max-width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.know-us-container {
  background-image: url(../imgs/know-us-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .know-us-container {
    padding: 10px;
  }
}

.know-us-section {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
.know-us-section .vector {
  display: inline-block;
  margin-left: 12px;
  width: 21.66px;
  height: 58.54px;
  margin-bottom: 10px;
}
.know-us-section h2 {
  font-size: 33px;
  display: flex;
  margin-bottom: 0px;
  margin-top: 10px;
  color: #005a5a;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: bold;
}
.know-us-section p {
  color: #005a5a;
  gap: 20px;
  line-height: 1cm;
  word-spacing: 0px;
  font-size: 20px;
  text-align: justify;
  font-weight: 200 !important;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .know-us-section p {
    margin-top: 0px;
  }
}
.know-us-section .col-md-6 {
  padding: 20px;
}
.know-us-section .know-us-content .center-p {
  margin: 0 auto;
  text-align: center;
}

.opportunities-section {
  padding: 70px 0 90px;
}

.opportunities-filter {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.opportunities-filter label {
  color: #006060;
  font-size: 20px;
  font-weight: bold;
}
.opportunities-filter select {
  min-width: 250px;
  padding: 12px 18px;
  border: 1px solid #bda05f;
  border-radius: 12px;
  background-color: #f0f0f0;
  color: #006060;
  font-family: inherit;
  font-size: 17px;
  cursor: pointer;
}

.opportunities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.opportunities-empty {
  grid-column: 1/-1;
  margin: 20px 0;
  color: #006060;
  font-size: 18px;
  text-align: center;
}

.opportunity-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  border-radius: 22px;
  background-color: #f0f0f0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  color: #111;
}
.opportunity-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 18px;
}
.opportunity-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.opportunity-card__category {
  position: absolute;
  top: 16px;
  left: 16px;
  min-width: 120px;
  padding: 10px 18px;
  border-radius: 12px;
  background-color: #bda05f;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.opportunity-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 14px 14px;
  padding-bottom: 0;
}
.opportunity-card__content h3 {
  margin: 0 0 14px;
  color: #006060;
  font-size: 20px;
  font-weight: bold;
}
.opportunity-card__content p {
  margin: 0 0 22px;
  color: #111;
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 1.5;
  text-align: right;
}
.opportunity-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 25px;
}
.opportunity-card__remaining-days {
  color: #006060;
  font-size: 17px;
  font-weight: bold;
}
.opportunity-card__button {
  align-self: flex-start;
  min-width: 138px;
  padding: 10px 28px;
  border-radius: 50px;
  background-color: #bda05f;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.opportunity-card__button:hover {
  background-color: #a98b4e;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

.opportunities-pagination {
  margin-top: 50px;
}
.opportunities-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.opportunities-pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 46px;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  background-color: #fff;
  color: #006060;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
}
.opportunities-pagination__item span {
  font-size: 20px;
  line-height: 1;
}
.opportunities-pagination__item:hover:not(.is-disabled):not(.is-active) {
  border-color: #bda05f;
  background-color: #bda05f;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(189, 160, 95, 0.35);
}
.opportunities-pagination__item.is-active {
  border-color: #006060;
  background: linear-gradient(135deg, #006060 0%, #004f4f 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 96, 96, 0.3);
  cursor: default;
}
.opportunities-pagination__item.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}
.opportunities-pagination__item--nav {
  min-width: 110px;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .opportunities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .opportunities-section {
    padding: 40px 0 60px;
  }
  .opportunities-filter {
    align-items: stretch;
    flex-direction: column;
  }
  .opportunities-filter select {
    width: 100%;
  }
  .opportunities-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .opportunities-pagination {
    margin-top: 35px;
  }
  .opportunities-pagination__item {
    min-width: 42px;
    height: 42px;
    font-size: 15px;
  }
  .opportunities-pagination__item--nav {
    min-width: 96px;
    padding: 0 14px;
  }
}/*# sourceMappingURL=Investment-opportunities.css.map */