﻿/*=====================Pages Category=====================

1- Environment Week
2- World Environment Day 2024
3- investment Opportunities
4- management Of Apiaries
5- Innovation Challenge
6- RegulatorySandbox

=====================Pages Category=====================*/
/* 1- Environment Week */
.e-week-banner {
  margin-top: -60px !important;
}

.e-week-about,
.e-week-goals,
.e-week-parteners,
.ew-contact-us {
  padding-block: 4rem;
}

.e-week-about-ul {
  list-style: none;
  padding: 0;
  margin-bottom: 4rem;
}

.e-week-about-ul li:nth-child(2) {
  margin-top: 5rem;
}

.e-week-about-ul h2 {
  font-size: 31px;
  margin-inline-start: 0.8rem;
  color: #0F1A2E;
}

.e-week-about-ul p {
  color: #3A383D;
  margin-top: 1rem;
  font-weight: lighter !important;
  font-size: 23px;
}

.e-week-goals {
  background-image: url("/ar/Ministry/Agencies/EnvironmentAgency/Topics/PublishingImages/EnvironmentWeek/e-week/ew-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 568px; */
}

.e-week-goals_title {
  padding-top: 4rem;
  display: flex;
  justify-content: center;
}

.e-week-goals_title h3 {
  background: #579059;
  padding: 1rem 2rem;
  color: #fff;
}

.e-week-goal_content {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ew-goal_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  transform: rotate3d(0, 0, 1, 0.001deg);
  -webkit-transform: rotate3d(0, 0, 1, 0.001deg);
  -moz-transform: rotate3d(0, 0, 1, 0.001deg);
  -ms-transform: rotate3d(0, 0, 1, 0.001deg);
  -o-transform: rotate3d(0, 0, 1, 0.001deg);
}

.ew-goal_icon img {
  width: 50px;
  height: 50px;
}

.ew-goal_icon:hover::before,
.ew-goal_icon:hover:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #579059;
  transform: rotate3d(0, 0, 1, 0deg);
  z-index: 2;
  animation: 0.5s spin2 linear 0.5s forwards;
  -webkit-animation: 0.5s spin2 linear 0.5s forwards;
}

.ew-goal_icon::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  clip: rect(0px, 85px, 150px, 0px);
  background: white;
  z-index: -1;
  /* animation: 2s spin linear 2s forwards;
  -webkit-animation: 2s spin linear 2s forwards; */
}

.ew-goal_icon:hover::after {
  content: " ";
  background: #579059;
  z-index: 1;
  animation: 0.5s spin linear 0s forwards;
  -webkit-animation: 0.5s spin linear 0s forwards;
}

@keyframes spin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 180deg);
  }
}
@keyframes spin2 {
  from {
    background: #579059;
    transform: rotate3d(0, 0, 1, 180deg);
  }
  to {
    background: #579059;
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.ew-goal_icon:hover img {
  display: block;
  position: relative;
  z-index: 4;
  border: 5px solid #204534;
  filter: invert(1) brightness(4);
  /* width: 60px;
  height: 60px; */
  border-radius: 50%;
  -webkit-filter: invert(1) brightness(4);
}

.ew-goal_icon2 {
  width: 70px;
  height: 70px;
  /* border: 4px solid #414f2d; */
  border-radius: 50%;
  padding: 10px;
  width: 100%;
  height: 100%;
}

button.spin {
  border: 0;
  outline: 2px solid #fff;
  position: relative;
  background: none;
  cursor: none;
  padding: 5px;
}

button.spin::before,
button.spin::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.spin {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ew_icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.spin::before,
.spin::after {
  top: 0;
  left: 0;
}

.spin::before {
  border: 2px solid transparent;
}

.spin:hover::before {
  border-top-color: #579059;
  border-right-color: #579059;
  border-bottom-color: #579059;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.spin::after {
  border: 0 solid transparent;
}

.spin:hover {
  outline: none;
}

.spin:hover .ew-goal_icon2 {
  filter: invert(1) brightness(4);
  -webkit-filter: invert(1) brightness(4);
}

.spin:hover .ew_icon {
  background-color: #579059;
}

.spin:hover::after {
  border-top: 2px solid #579059;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

.circle {
  border-radius: 100%;
  box-shadow: none;
}

.circle::before,
.circle::after {
  border-radius: 100%;
}

.ew-circle {
  position: absolute;
  width: 122%;
  height: 122%;
  left: -9px;
  top: -9px;
  border-radius: inherit;
  border: 2px solid #ffffff;
  transition: 0.5s border linear;
  -webkit-transition: 0.5s border linear;
  -moz-transition: 0.5s border linear;
  -ms-transition: 0.5s border linear;
  -o-transition: 0.5s border linear;
}

.ew-goal_icon svg {
  fill: #579059;
}

.ew-goal_text {
  font-size: 25px !important;
  color: #EDF8EA !important;
  padding-top: 2rem !important;
}

.ew-parteners-title {
  display: flex;
  align-items: center;
}

.ew-parteners-title h2 {
  font-size: 31px;
  color: #0F1A2E;
  margin-inline-start: 1rem;
  margin-bottom: 0;
}

.ew-parteners-title_details {
  margin-top: 4rem;
  color: #0F1A2E;
  text-align: center;
  font-size: 43px;
}

.ew-parteners-share {
  margin-block: 4rem;
  text-align: center;
  font-size: 31px;
  color: #0F1A2E;
}

.ew-parteners-content {
  box-shadow: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  -ms-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
}

.ew-parteners-content:hover {
  box-shadow: -8px 7px 10px 3px #000000;
  transform: scale(1.1);
  z-index: 2;
}

.ew-parteners-content:nth-child(odd) {
  background: #579059;
  padding: 1rem;
}

.ew-parteners-content:nth-child(even) .ew-parteners-txt {
  color: #3A383D !important;
}

.ew-parteners-content:nth-child(even) {
  background: #fff;
  padding: 1rem;
}

.ew-parteners-num {
  display: flex;
  padding: 1.5rem 1.2rem;
  background: #D2DEDC;
  border-radius: 50%;
  line-height: 0;
  color: #579059 !important;
  font-size: 25px;
  font-weight: bold;
}

.ew-parteners-txt {
  text-align: center !important;
  font-size: 17px !important;
  color: #fff !important;
  margin-block: 2.5rem !important;
}

.read-more {
  margin-top: 2rem;
  text-align: center;
  /* margin-bottom: 4rem; */
}

a.read-more-btn {
  border: 1px solid #4E8844;
  font-size: 20px;
  color: #4E8844;
  border-radius: 50px;
  position: relative;
  width: 145px;
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.read-more-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: inherit;
  top: 0;
  background: #4E8844;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
}

.read-more-btn:hover {
  font-size: 20px;
  color: #4E8844;
}

.read-more-btn-txt {
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.read-more-btn:hover .read-more-btn-txt {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.read-more-btn:hover .read-more-arrow {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.e-week-gallery {
  background: #fff;
  padding-block: 4rem;
}

.e-week-gallery p {
  font-size: 1.5rem;
  line-height: 2;
  margin-block: 3rem 4rem;
}

.gallery-img {
  text-align: center;
  overflow: hidden;
  max-width: 580px;
  margin-inline: auto;
}

.gallery-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.gallery-img img {
  width: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.e-week-files-sec {
  padding-block: 4rem;
}

.files-card {
  padding: 2rem;
  background: #fff;
  overflow: hidden;
}

.files-card h3 {
  font-size: 1.3rem;
  text-align: center;
  transform: translateY(20px);
  margin-top: 2rem;
  transition: 0.3s transform ease-in-out;
  -webkit-transition: 0.3s transform ease-in-out;
  -moz-transition: 0.3s transform ease-in-out;
  -ms-transition: 0.3s transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
}

.download-now {
  margin-top: 2rem;
  text-align: center;
  transform: translateY(5rem);
  transition: 0.3s transform ease-in-out;
  -webkit-transition: 0.3s transform ease-in-out;
  -moz-transition: 0.3s transform ease-in-out;
  -ms-transition: 0.3s transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  -webkit-transform: translateY(5rem);
  -moz-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  -o-transform: translateY(5rem);
}

.download-now a {
  color: #1a2538 !important;
  font-size: 1.3rem;
}

.download-now a:hover {
  color: #1a2538;
  font-size: 1.3rem;
}

.download-now a img {
  margin-right: 1rem;
}

.files-card:hover .gallery-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.files-card:hover h3 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.files-card:hover .download-now {
  transform: translateY(0rem);
  -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  -o-transform: translateY(0rem);
}

/* end e-week files section  */
.ew-contact-us {
  background-image: url("/ar/Ministry/Agencies/EnvironmentAgency/Topics/PublishingImages/EnvironmentWeek/e-week/contact.png");
  min-height: 464px;
  display: flex;
  align-items: center;
}

.ew-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.ew-contact-head {
  display: flex;
  color: #fff;
  font-size: 47px;
}

.ew-contact-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
}

.ew-contact-line svg {
  width: 100%;
}

.ew-contact-email {
  display: flex;
  align-items: center;
}

.ew-contact-email a {
  font-size: 24px;
  margin-bottom: 0;
  color: #fff !important;
  margin-inline-end: 15px;
}

.ew-contact-email svg .cls-1,
.ew-contact-email svg .cls-2 {
  fill: transparent;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
}

.ew-contact-email:hover svg .cls-1 {
  fill: #fff;
}

.ew-contact-email:hover svg .cls-2 {
  fill: #579059;
}

.ew-contact-email a:hover {
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
  margin-inline-end: 15px;
}

/* contact section end */
/* how to share page start  */
.how-share-ul {
  list-style: none;
}

.how-share-li {
  margin-top: 3rem !important;
}

.how-share-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  min-height: 600px;
  max-height: 600px;
  box-shadow: -1px 4px 12px 5px #000;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.how-share-li:nth-child(odd) .how-share-content {
  border-top: 10px solid #4E8844;
}

.how-share-li:nth-child(odd):hover .how-share-content {
  background-color: #579059;
}

.how-share-li:hover .how-share-p {
  color: #fff;
}

.how-share-li:hover .how-to-share-img::after {
  background: #4f7751;
  opacity: 100%;
}

.how-share-li:hover .how-to-share-img img {
  filter: invert(1) brightness(4);
}

.how-share-li:nth-child(odd):hover .how-share-content svg circle {
  fill: rgb(79, 120, 81) !important;
  opacity: 1;
}

.how-share-li:hover .how-share-content svg g path,
.how-share-li:hover .how-share-content svg g line {
  stroke: #fff !important;
  opacity: 1;
}

.how-share-li:nth-child(even):hover .how-share-content svg circle {
  fill: rgb(82, 120, 88) !important;
  opacity: 1;
}

.how-to-share-img {
  position: relative;
  z-index: 1;
}

.how-to-share-img::after {
  content: "";
  position: absolute;
  top: 16px;
  left: -12px;
  background: #4E8844;
  width: 65px;
  height: 65px;
  opacity: 28%;
  z-index: 0;
  border-radius: 50%;
}

.how-share-li:nth-child(odd):hover .how-share-content {
  background-color: #579059;
}

.how-share-li .how-share-content.left-corner {
  border-end-start-radius: 0px;
  border-end-end-radius: 45px;
}

.how-share-li .how-share-content.right-corner {
  border-end-end-radius: 0px;
  border-end-start-radius: 45px;
}

.how-share-li:nth-child(even) .how-share-content {
  border-top: 10px solid #0F1A2E;
}

.how-share-li:nth-child(even):hover .how-share-content {
  background-color: #13233f;
}

.how-share-num {
  display: flex;
  padding: 1.3rem 1rem;
  background: #D2DEDC;
  border-radius: 50%;
  line-height: 0;
  color: #579059;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.how-share-p {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #3A383D;
  /* margin-block: 2rem 4rem; */
}

/* how to share page end  */
/* e-week-files section start  */
.ew-files-card {
  position: relative;
  min-height: 35rem;
  max-height: 35rem;
  overflow: hidden;
  margin-bottom: 3rem;
}

.ew-files-card:hover .files-content {
  height: 100%;
}

.ew-files-card:hover .files-content a span {
  margin-left: 20px;
}

.ew-card-img {
  width: 100%;
  height: 100%;
}

.files-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
  padding: 4rem 1rem;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  height: 45%;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.files-content h2 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 2rem;
  color: #0F1A2E;
}

.files-content a span {
  font-size: 20px;
  color: #0F1A2E;
  margin-inline-end: 10px;
  font-weight: 500;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

/*start contact section*/
.contact-section {
  padding-block: 5rem;
}

.contact-container {
  padding: 3rem 6rem;
  background: #fff;
  border-radius: 15px;
  position: relative;
}

.contact-container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  width: 7px;
  height: 120px;
  background: #239157;
  border-radius: 50px 0 0 50px;
}

.contact-container p,
.contact-container a {
  color: #1d3461;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
}

.contact-container a:hover {
  color: #1d3461;
  font-size: 1.2rem;
  line-height: 1.5;
}

.contact-info-link a {
  transition: all 0.5s ease-in-out;
}

.contact-info-link a:hover {
  transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transition: all 0.5s ease-in-out;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.contact-info a {
  transition: 0.3s transform ease-in-out;
  -webkit-transition: 0.3s transform ease-in-out;
  -moz-transition: 0.3s transform ease-in-out;
  -ms-transition: 0.3s transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
}

.contact-info-link a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.bordered-end {
  border-block-end: 1px solid #d1d1d1;
  padding-bottom: 30px;
}

.con-icon {
  border: 1px solid #5c9664;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: 10px;
}

.con-icon svg path {
  fill: #5c9664;
}

.con-icon svg {
  width: 24px;
  height: 24px;
}

.contact-info-link a:hover .con-icon {
  background-color: #5c9664;
}

.contact-info-link a:hover .con-icon img {
  filter: invert(1) brightness(4);
}

.contact-info-link a:hover .con-icon svg path {
  fill: #ffffff;
}

.contact-row {
  margin-top: 20px !important;
}

html[dir=ltr] .ew-goal_text {
  text-align: center;
}
html[dir=ltr] .read-more-arrow svg {
  transform: rotate(180deg);
}
html[dir=ltr] .download-now a img {
  margin-inline-start: 1rem;
  transform: rotate(180deg);
}
html[dir=ltr] .files-content a img {
  transform: rotate(180deg);
}
html[dir=ltr] .files-content h3 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 2rem;
  color: #0F1A2E;
}

/* end files page  */
/* start responsive  */
@media (max-width: 1400px) {
  .ew-files-card {
    min-height: 30rem;
    max-height: 30rem;
  }
}
@media (max-width: 1200px) {
  .ew-files-card {
    min-height: 26rem;
    max-height: 26rem;
  }
}
@media (max-width: 992px) {
  .how-share-li:hover .how-share-content {
    background-color: transparent !important;
  }
  .how-share-li:hover .how-share-p {
    color: inherit;
  }
  .how-share-li:hover .how-to-share-img img {
    filter: none;
  }
  .how-share-li:hover .how-to-share-img::after {
    opacity: 28%;
  }
  .how-share-content {
    min-height: 400px;
    height: 100%;
    max-height: max-content;
  }
  .how-share-li {
    margin-top: 1rem !important;
  }
  .files-content h2,
  .files-content a span {
    font-size: 18px;
  }
  .files-content h2 {
    margin-bottom: 1rem;
  }
  .ew-files-card {
    min-height: 20rem;
    max-height: 20rem;
  }
  .how-share-li .how-share-content.right-corner {
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
  }
  .how-share-li:nth-child(odd) .how-share-content {
    border-end-end-radius: 0px;
    border-end-start-radius: 45px;
  }
  .how-share-li:nth-child(even) .how-share-content {
    border-end-end-radius: 45px;
    border-end-start-radius: 0px;
  }
  .contact-container .bordered-end {
    border: none;
    padding: 0;
  }
  .contact-info-link:hover a {
    transform: none;
  }
  .contact-info-link a {
    display: flex;
    justify-content: center;
  }
  .contact-info {
    margin-bottom: 10px !important;
  }
  .contact-info br {
    display: none;
  }
}
@media (max-width: 768px) {
  .ew-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ew-container h4 {
    margin: 0;
  }
  .ew-contact-line {
    display: none;
  }
  .ms-rtestate-field h2::before {
    top: 3px;
  }
  .ew-contact-email {
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .ew-contact-email a {
    margin-inline-end: 0px;
    margin-inline-start: 15px;
  }
  .ew-contact-head {
    font-size: 35px;
  }
  .ew-parteners-title h2,
  .ew-parteners-share {
    font-size: 22px;
  }
  .ew-parteners-txt {
    margin-block: 1.5rem !important;
  }
  .ew-parteners-title_details {
    font-size: 20px;
    margin-top: 2rem;
  }
  .e-week-gallery p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-block: 1rem 3rem;
  }
  .ew-files-card {
    min-height: 32rem;
    max-height: 32rem;
  }
  .ew-files-card:hover .files-content {
    height: 35%;
  }
  .ew-files-card:hover .files-content a span {
    margin-left: 20px;
  }
  .how-share-content {
    min-height: 550px;
    max-height: 550px;
  }
  .how-share-content {
    min-height: 300px;
    max-height: max-content;
  }
  .how-share-ul {
    padding: 0;
  }
  .how-share-p {
    font-size: 1.2rem !important;
  }
  .e-week-gallery .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .files-card {
    padding: 1rem;
  }
  .e-week-about,
  .e-week-goals,
  .e-week-parteners,
  .ew-contact-us {
    padding-block: 2rem;
  }
  .e-week-goals_title {
    padding-top: 0;
  }
  .e-week-goal_content {
    padding: 0;
  }
  .spin {
    height: 85px;
    width: 60px;
  }
  button.spin::before,
  button.spin::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
  }
  .ew-goal_text {
    font-size: 20px !important;
    color: #EDF8EA !important;
    padding-top: 1rem !important;
    text-align: center;
  }
  .contact-container {
    padding: 2rem;
  }
  .contact-row {
    align-items: flex-start !important;
  }
  .contact-section {
    padding-block: 0;
    margin-top: 50px;
  }
  .contact-row p {
    font-size: 1rem;
    color: #576b7d;
  }
  .contact-info-link a {
    font-size: 1rem !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 10px;
    margin-inline-start: -10px;
  }
  .con-icon {
    width: 30px;
    height: 30px;
  }
  .con-icon img {
    width: 50%;
  }
  .con-icon svg {
    width: 16px;
    height: 16px;
  }
  .contact-section h2.mb-5 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .e-week-about-ul h2 {
    font-size: 25px;
  }
  .e-week-about-ul p {
    font-size: 20px;
  }
  .e-week-about-ul p {
    font-size: 18px;
    line-height: 1.8;
  }
  .ew-files-card {
    min-height: 25rem;
    max-height: 25rem;
  }
  .how-to-share-img {
    width: 50px;
    height: 50px;
  }
  .how-to-share-img::after {
    width: 45px;
    height: 45px;
  }
}
/* 2- World Environment Day 2024 */
.banner {
  min-height: 40rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -60px !important;
}

picture {
  width: 100%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
picture img {
  width: 100%;
  height: 100%;
}

.date-number {
  font-size: 10.5rem !important;
  font-weight: bold !important;
  background: linear-gradient(to bottom, #fff 5%, #54B253 95%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  color: transparent !important;
  text-fill-color: white !important;
  padding: 10px !important;
  line-height: 1 !important;
}

.date-month {
  margin: 2.5rem 0;
}
.date-month h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}
.date-month p {
  font-size: 2.2rem;
  color: #fff;
}

.watch-video {
  font-size: 1.5rem;
  color: #fff;
  margin-block: auto;
}
.watch-video img {
  width: 2.5rem;
  background: black;
  border-radius: 50%;
  margin: 10px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

.watch-video:hover {
  font-size: 1.5rem;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #54B253;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/* end banner section  */
.about {
  padding-block: 5rem;
}

.about-content {
  max-width: 70%;
}
.about-content h2 {
  color: #305588;
  font-size: 2.3rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
  word-wrap: break-word;
}
.about-content p {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 2.2rem;
}
.about-content a {
  color: #fff;
  background-color: #54B253;
  padding: 8px 40px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.about-img {
  position: relative;
}
.about-img span {
  text-align: center;
  display: block;
  position: absolute;
  background: #71BF51;
  color: #fff;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 1.3rem;
  position: absolute;
  bottom: -2.5rem;
}
.about-img span b {
  font-size: 2.5rem;
}

.about-hosting {
  padding-block: 5rem;
}
.about-hosting h3 {
  color: #003462;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.about-hosting p {
  margin-bottom: 1.1rem;
  color: #000;
  font-size: 1.1rem;
  line-height: 2;
}

/* end about section  */
.env-hosting {
  padding-top: 5rem;
  background-image: url("/ar/Ministry/Agencies/EnvironmentAgency/Topics/PublishingImages/WorldEnvironmentDay/home-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 13rem;
  position: relative;
}
.env-hosting h3 {
  color: #003462;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.env-hosting p {
  margin-bottom: 1.1rem;
  color: #000;
  font-size: 1.1rem;
}
.env-hosting p:last-child {
  color: #1D1D1B;
  font-weight: 500;
}

.env-hosting::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40rem;
  height: 31rem;
  background-image: url("/ar/PublishingImages/WorldEnvironmentDay/circle-blue.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 0;
}

.env-tags {
  display: flex;
  margin-top: 2rem;
}
.env-tags span {
  text-align: center;
  min-width: 12rem;
  background-color: #FBAE31;
  color: #fff;
  padding: 0.7rem 2.25rem;
  margin-inline-end: 8px;
  font-weight: 500;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  -ms-border-radius: 75px;
  -o-border-radius: 75px;
}

.registeration {
  position: relative;
  padding-bottom: 10rem;
}

.registeration-content {
  margin-top: -13rem !important;
}

.register-activities {
  color: #003462 !important;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  text-align: center;
  padding-block: 1rem;
  background-color: rgba(255, 255, 255, 0.4980392157);
  margin-top: 3.8rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.registeration-box {
  padding: 1.5rem;
  background: #003462;
  border-radius: 8px;
  min-height: 25rem;
  max-height: 25rem;
  overflow: auto;
  margin-bottom: 1rem;
}
.registeration-box p {
  margin-top: 2rem;
  color: #fff;
  font-size: 1.1rem;
}
.registeration-box.green {
  background-color: #71BF51;
}
.registeration-box.light-blue {
  background-color: #305588;
}
.registeration-box img {
  /* transform: scale(1.2); */
  transition: 0.5s transform ease-in-out;
}
.registeration-box:hover img {
  transform: scale(1.2);
  transition: 0.5s transform ease-in-out;
}

.divider-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* end hosting section  */
.main-messeges {
  padding-block: 5rem;
  background-image: url("/ar/PublishingImages/WorldEnvironmentDay/main-messege-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.messege-heading p {
  color: #305588;
  margin-bottom: 0.5rem;
}
.messege-heading h3 {
  color: #305588;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.messege-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 11px;
  grid-row-gap: 9px;
}
.messege-container img {
  width: 100%;
  height: 100%;
}

.messege {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.messege p {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 1.3rem;
}
.messege img {
  transform: scale(1);
  transition: 0.5s transform ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: 0.5s transform ease-in-out;
  -moz-transition: 0.5s transform ease-in-out;
  -ms-transition: 0.5s transform ease-in-out;
  -o-transition: 0.5s transform ease-in-out;
}
.messege:hover img {
  transition: 0.5s transform ease-in-out;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: 0.5s transform ease-in-out;
  -moz-transition: 0.5s transform ease-in-out;
  -ms-transition: 0.5s transform ease-in-out;
  -o-transition: 0.5s transform ease-in-out;
}

.messege1 {
  grid-area: 1/1/2/2;
}

.messege2 {
  grid-area: 2/1/3/2;
}

.messege3 {
  grid-area: 1/2/3/4;
}
.messege3 p {
  left: auto;
  right: 1rem;
  font-size: 1.8rem;
}

.messege4 {
  grid-area: 1/4/2/5;
}

.messege5 {
  grid-area: 2/4/3/5;
}

/* end messege section  */
.facts {
  padding-block: 5rem;
  position: relative;
}

.facts::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40rem;
  z-index: -1;
  height: 31rem;
  background-image: url("/ar/PublishingImages/WorldEnvironmentDay/circle-green.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.facts-heading {
  color: #305588;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.fact-card {
  padding: 1.5rem 0.8rem;
  border: 1px solid rgba(0, 52, 98, 0.5);
  border-radius: 8px;
}
.fact-card a:first-child {
  color: #1D1D1B;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-bottom: 0.5rem;
}
.fact-card a:last-child {
  color: #006B36;
}

.how-to-join {
  margin-top: 2rem;
  background-image: linear-gradient(270deg, #006B36, #54B253);
  padding: 2.5rem 5rem;
  border-radius: 8px;
  position: relative;
}

.how-to-join::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("/ar/PublishingImages/WorldEnvironmentDay/effect.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.join-heading {
  margin-right: 1rem;
  color: #fff;
}
.join-heading h4 {
  font-size: 1.5rem;
  color: #ffffff;
}
.join-heading p {
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}

.btn-join {
  background-color: #003462;
  color: #fff;
  padding: 0.5rem 3rem;
  font-size: 1.2rem;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.btn-join:hover {
  font-size: 1.2rem;
}

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

/* resposive  */
@media (max-width: 1024px) {
  .banner {
    min-height: 30rem;
  }
  .about-content {
    max-width: 100%;
  }
  .env-tags span {
    flex: 1 1 45%;
    padding: 0.7rem 1.25rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    align-items: center;
    min-width: 7rem;
  }
  .registeration-box {
    padding: 1rem;
    min-height: 26rem;
    max-height: 28rem;
    word-wrap: break-word;
    margin-bottom: 1rem;
  }
  .registeration-box img {
    width: 2rem;
  }
  .registeration-box p {
    margin-block: 2rem;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.8;
  }
  .messege p {
    font-size: 1rem;
  }
  .messege.messege3 p {
    font-size: 1.4rem;
  }
  .how-to-join {
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 550px) {
  .date-month p {
    font-size: 1.5rem;
    color: #fff;
  }
  .about-img {
    margin-top: 2rem;
  }
  .about-img img {
    display: block;
    margin-inline: auto;
  }
  .env-hosting h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .register {
    margin-bottom: 3rem;
  }
  .about-hosting {
    padding-bottom: 0;
  }
  .about-content h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .env-hosting::after {
    width: 100%;
    height: 26rem;
  }
  .env-tags {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .registeration-box {
    padding: 1rem;
    min-height: 16rem;
    max-height: 16rem;
  }
  .messege-container {
    grid-template-columns: repeat(2, 0.7fr);
    grid-template-rows: repeat(3, 0.7fr);
  }
  .messege1 {
    grid-area: 1/1/2/2;
  }
  .messege2 {
    grid-area: 1/2/2/3;
  }
  .messege3 {
    grid-area: 2/1/3/3;
  }
  .messege4 {
    grid-area: 3/1/4/2;
  }
  .messege5 {
    grid-area: 3/2/4/3;
  }
  .fact-card:first-child {
    margin-bottom: 15px;
  }
  .how-to-join::after {
    width: 100%;
  }
  .btn-join {
    margin-top: 1.5rem;
  }
}
/* investment Opportunities */
.invest-opportunities .invest-map {
  background-image: url("/ar/Ministry/Agencies/AgencyforEconomicAffairsandInvestment/Topics/PublishingImages/InvestmentOpportunities/investigate-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.invest-opportunities .invest-map .invest-team {
  padding-top: 6rem;
  padding-bottom: 1rem;
}
.invest-opportunities .invest-map .invest-team .team-header {
  font-size: 2rem;
  color: #005D45;
  margin-bottom: 2rem;
}
.invest-opportunities .invest-map .invest-team .team-paragraph {
  font-size: 1.2rem;
  color: #000;
}
.invest-opportunities .invest-map .invest-map-container {
  width: 100%;
}
.invest-opportunities .invest-map .invest-map-container .map-header {
  font-size: 2rem;
  text-align: center;
  color: #005D45;
  margin-bottom: 2rem;
}
.invest-opportunities .invest-map .invest-map-container .map {
  position: relative;
}
.invest-opportunities .invest-map .invest-map-container .map .card-title {
  color: #006B36;
  font-size: 1.5rem;
}
.invest-opportunities .invest-map .invest-map-container .map .card-title hr {
  margin-top: 15px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #278C43;
}
.invest-opportunities .invest-map .invest-map-container .map .map-container {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: calc(100% - 2rem);
}
.invest-opportunities .invest-map .invest-map-container .map p {
  margin-bottom: 0;
  margin-bottom: 0;
  color: #278C43;
  font-size: 1rem;
}
.invest-opportunities .invest-map .invest-map-container .map p:nth-child(2) {
  font-weight: 600;
}
.invest-opportunities .invest-map .invest-map-container .map .card-area {
  background: rgba(113, 255, 81, 0.5);
  color: #278C43;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  margin-right: auto;
}
.invest-opportunities .invest-map .invest-map-container .map .card-details p {
  color: #000;
}
.invest-opportunities .invest-map .invest-map-container .map .more-btn {
  color: #278C43;
  font-weight: bold;
  position: relative;
  margin-left: 2rem;
}
.invest-opportunities .invest-map .invest-map-container .map .more-btn::after {
  content: "";
  background: url(/ar/Ministry/Agencies/AgencyforEconomicAffairsandInvestment/Topics/PublishingImages/InvestmentOpportunities/left-arrow1.svg) no-repeat center;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: -2rem;
  top: -3px;
}
.invest-opportunities .invest-map .invest-map-container .map .map-cards {
  background: #fff;
  min-height: auto;
  max-height: 40rem;
  overflow: auto;
  padding: 2rem;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}
.invest-opportunities .invest-map .invest-map-container .map .map-cards .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.invest-opportunities .invest-map .invest-map-container .map .map-cards::-webkit-scrollbar {
  width: 17px;
  border: 6px solid #fff;
  background: #eee;
  border-radius: 8px;
}
.invest-opportunities .invest-map .invest-map-container .map .map-cards::-webkit-scrollbar-thumb {
  background-color: #003462;
  border: 6px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
  width: 10px;
}
.invest-opportunities .invest-map .invest-map-container .map-titles .tabs-box {
  display: flex;
  gap: 10px;
  list-style: none;
}
.invest-opportunities .invest-map .invest-map-container .map-titles .tabs-box li {
  flex: 1 0 30%;
}
.invest-opportunities .invest-map .invest-map-container .map-titles .tabs-box li .nav-link {
  font-size: 0.7rem;
  background: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}
.invest-opportunities .invest-map .invest-map-container .map-titles .tabs-box li .active {
  background: #63be6a;
  color: #fff;
}
.invest-opportunities .wrapper-investment {
  position: relative;
  display: flex;
  align-items: center;
}
.invest-opportunities .wrapper-investment .icon {
  width: 78px;
}
.invest-opportunities .icon img {
  width: 36px;
  height: 36px;
  cursor: pointer;
  line-height: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 7px 8px rgb(0, 0, 0);
  padding: 10px;
}
.invest-opportunities .icon:first-child img {
  margin-right: 15px;
  transform: rotate(180deg);
  box-shadow: -3px -7px 8px rgb(0, 0, 0);
}
.invest-opportunities .icon:last-child img {
  margin-left: 15px;
}
.invest-opportunities .wrapper-investment .tabs-box {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 50rem;
}
.invest-opportunities .tabs-box.dragging {
  scroll-behavior: auto;
  cursor: grab;
}
.invest-opportunities .tabs-box.dragging .tab {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
@keyframes stroke {
  0% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
  }
  95%, 100% {
    stroke-dashoffset: 6;
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .invest-opportunities .invest-map .invest-map-container {
    margin-top: 3rem;
  }
  .invest-opportunities .invest-map .invest-map-container .map .map-cards {
    max-height: 30rem;
    margin-top: 2rem;
  }
  .invest-opportunities .invest-map .invest-map-container .map-titles {
    flex-wrap: wrap;
  }
}
/* management Of Apiaries */
.bee-sector .bee-about {
  padding-block-start: 8rem;
  background-image: url("/ar/Ministry/Agencies/AgencyofAgriculture/Topics/ManagementOfApiaries/PublishingImages/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 540px;
}
.bee-sector .bee-about h1 {
  color: #000000;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.bee-sector .bee-about p {
  color: #3E3E3E;
  font-size: 1.4rem;
}
.bee-sector .swiper {
  width: 100%;
  height: 100%;
}
.bee-sector .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bee-sector .swiper .swiper-wrapper {
  margin-bottom: 3rem;
}
.bee-sector .swiper .swiper-pagination-bullet {
  height: 30px;
  width: 30px !important;
  border-radius: 5px;
  background: url("/ar/Ministry/Agencies/AgencyofAgriculture/Topics/ManagementOfApiaries/PublishingImages/empty-list-icon.svg");
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
}
.bee-sector .swiper .swiper-pagination-bullet-active {
  height: 30px;
  width: 30px !important;
  border-radius: 5px;
  background: url("/ar/Ministry/Agencies/AgencyofAgriculture/Topics/ManagementOfApiaries/PublishingImages/filled-list-icon.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
.bee-sector .swiper .card-products {
  position: relative;
}
.bee-sector .swiper .card-products img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.bee-sector .swiper .card-products .products-name {
  position: absolute;
  bottom: 1rem;
  color: #fff;
  right: 2rem;
  font-size: 1.5rem;
}
.bee-sector .bee-benifits {
  padding-block: 3rem;
}
.bee-sector .bee-benifits .bl-2 {
  border-left: 3px solid #CFCFCF;
}
.bee-sector .bee-benifits h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #005D45;
  text-align: center;
}
.bee-sector .bee-benifits .chart-card-container {
  display: flex;
  flex-wrap: wrap;
}
.bee-sector .bee-benifits .chart-card {
  width: 50%;
  display: flex;
  min-height: 18rem;
  background-image: url("/ar/Ministry/Agencies/AgencyofAgriculture/Topics/ManagementOfApiaries/PublishingImages/charts-yellow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bee-sector .bee-benifits .chart-card h3 {
  font-size: 2rem;
  color: #005D45;
  font-weight: bold;
}
.bee-sector .bee-benifits .chart-card p {
  font-size: 1.5rem;
  color: #000;
  margin: 0;
  font-weight: bold;
}
.bee-sector .bee-benifits .chart-card.card-green {
  background-image: url("/ar/Ministry/Agencies/AgencyofAgriculture/Topics/ManagementOfApiaries/PublishingImages/charts-green.svg");
  margin-inline: auto;
  margin-top: -6rem;
}
.bee-sector .bee-benifits .chart-card.card-green h3 {
  color: #EACC78;
  font-weight: bold;
}
.bee-sector .bee-benifits .chart-card.card-green p {
  color: #fff;
  font-weight: bold;
}
.bee-sector .bee-benifits .bee-list {
  color: #3E3E3E;
  font-size: 1.4rem;
  font-family: "LinaSans-medium";
  margin-top: 4rem;
  list-style: none;
  line-height: 2.5;
}
.bee-sector .bee-benifits .bee-list li {
  line-height: 2.5;
  font-size: 1.4rem;
  position: relative;
}
.bee-sector .bee-benifits .bee-list li::after {
  content: "";
  position: absolute;
  right: -21px;
  top: 22px;
  background-image: url("/ar/Ministry/Agencies/AgencyofAgriculture/Topics/ManagementOfApiaries/PublishingImages/list-icon.svg");
  width: 15px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .bee-sector .bee-benifits .chart-card-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bee-sector .bee-benifits .chart-card {
    width: 70%;
  }
  .bee-sector .bee-benifits .chart-card.card-green {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .bee-sector .bee-benifits .chart-card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bee-sector .bee-benifits .chart-card {
    width: 90%;
  }
  .bee-sector .bee-about {
    background-position: bottom;
  }
}
@media (max-width: 550px) {
  .bee-sector .bee-benifits .chart-card {
    width: 80%;
  }
}
/* 5- Innovation Challenge */
.innovation-challenge {
  margin-top: -60px !important;
  /* banner section */
}
.innovation-challenge .innovation-topics-wraper .topic-card, .innovation-challenge .innovation-goals-wraper .goal-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 1rem;
  min-height: 260px;
}
.innovation-challenge .btn-primary {
  display: flex;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: var(--Global-spacing-none, 0px) var(--Button-buttons-lg-padding, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--Button-buttons-lg-gap, 4px);
  flex-shrink: 0;
  border-radius: var(--Radius-radius-sm, 4px);
  background: var(--Button-button-background-primary-default, #1B8354);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
.innovation-challenge .btn-primary:hover {
  background: #166a45 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  box-shadow: none !important;
}
.innovation-challenge .inno-banner {
  position: relative;
}
.innovation-challenge .inno-banner > img {
  object-fit: cover;
  aspect-ratio: 16/9;
  max-height: 70vh;
  min-height: 60vh;
}
.innovation-challenge .inno-banner .banner-container {
  position: absolute;
  inset-inline-start: 10%;
  top: 25%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 480px;
}
@media (max-width: 550px) {
  .innovation-challenge .inno-banner .banner-container {
    inset-inline-start: 6%;
    max-width: 90%;
    width: 100%;
    min-width: auto;
  }
}
.innovation-challenge .inno-banner .banner-container .benner-item {
  background: #fff;
  display: flex;
  gap: 0 20px;
  border-radius: 16px;
  padding: 20px 30px;
  align-items: center;
}
.innovation-challenge .inno-banner .banner-container .benner-item .banner-item-img {
  max-width: 200px;
}
@media (max-width: 550px) {
  .innovation-challenge .inno-banner .banner-container .benner-item .banner-item-img {
    max-width: 160px;
  }
}
.innovation-challenge .inno-banner .banner-container .benner-item .d-block p {
  line-height: 1;
  color: #395256;
  font-size: 12px;
  margin-bottom: 10px;
}
.innovation-challenge .inno-banner .banner-container .benner-item .d-block h5 {
  color: #395256;
  font-size: 16px;
}
.innovation-challenge .inno-banner .banner-container .benner-item h2 {
  margin: 0;
  color: #1B8354;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 550px) {
  .innovation-challenge .inno-banner .banner-container .benner-item h2 {
    font-size: 1.2rem;
  }
}
.innovation-challenge .inno-banner .banner-container .benner-item .btn-primary {
  margin-inline-start: auto;
}
.innovation-challenge .inno-banner .banner-container .benner-item:nth-child(2) {
  border-inline-start: 5px solid #45A88F;
  padding: 18px 24px;
  align-items: flex-start;
}
.innovation-challenge .inno-banner .after-banner {
  background: #005E46;
  padding: 40px 0;
  margin: 0;
}
.innovation-challenge .inno-banner .after-banner .clients {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.innovation-challenge .inno-banner .after-banner .clients .invert-logo {
  filter: invert(1) brightness(5);
}
.innovation-challenge .inno-banner .after-banner .clients img {
  width: 150px;
  height: 60px;
  margin-inline: 1.5rem;
}
@media (max-width: 990px) {
  .innovation-challenge .inno-banner .after-banner .clients {
    flex-wrap: wrap;
  }
  .innovation-challenge .inno-banner .after-banner .clients img {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .innovation-challenge .inno-banner .after-banner .clients img {
    margin: 0;
    width: 100px;
    height: auto;
    margin-bottom: 1rem;
  }
}
.innovation-challenge .innovation-about {
  background-color: #ffffff;
  padding-block: 4rem;
}
.innovation-challenge .innovation-about-container {
  display: flex;
  align-items: center;
}
.innovation-challenge .innovation-about-container .about-logo {
  flex: 1 1 30%;
}
.innovation-challenge .innovation-about-container .about-content {
  margin-inline-start: 2rem;
  flex: 1 1 60%;
}
.innovation-challenge .innovation-about-container .about-content-header {
  position: relative;
}
.innovation-challenge .innovation-about-container .about-content-header::before {
  content: "";
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/UniversityInnovationChallenge/PublishingImages/bg-shape.svg") no-repeat center right;
  height: 50px;
  width: 100%;
  position: absolute;
}
.innovation-challenge .innovation-about-container .about-content-header h3 {
  position: absolute;
  inset: 0;
  padding: 10px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
}
.innovation-challenge .innovation-about-container .about-content-header h3 span:nth-child(2) {
  padding-inline: 1.5rem;
  position: relative;
}
.innovation-challenge .innovation-about-container .about-content-header h3 span:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 20px;
  inset-inline-start: 4px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}
.innovation-challenge .innovation-about-container .about-content-header h3 span:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 20px;
  inset-inline-end: 4px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}
.innovation-challenge .innovation-about-container .about-content p {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .innovation-challenge .innovation-about-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .innovation-challenge .innovation-about-container .about-logo {
    margin-bottom: 2rem;
  }
  .innovation-challenge .innovation-about-container .about-content {
    margin-inline-start: 0;
  }
}
@media (max-width: 550px) {
  .innovation-challenge .innovation-about-container .about-logo img {
    width: 300px;
  }
}
.innovation-challenge .innovation-goals {
  padding-block: 4rem;
  min-height: 400px;
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/UniversityInnovationChallenge/PublishingImages/bg-goals.jpg") no-repeat center center/cover;
}
.innovation-challenge .innovation-goals .innovation-sec-header {
  text-align: center;
  color: #ffffff;
  margin-bottom: 1rem;
}
.innovation-challenge .innovation-goals .innovation-sec-header h2 {
  color: #ffffff;
}
.innovation-challenge .innovation-goals-wraper {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.innovation-challenge .innovation-goals-wraper .goal-card img {
  width: 50px;
  height: 50px;
}
.innovation-challenge .innovation-goals-wraper .goal-card h4 {
  text-align: center;
  color: #161616;
}
@media (max-width: 786px) {
  .innovation-challenge .innovation-goals-wraper {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .innovation-challenge .innovation-goals-wraper .goal-card {
    min-height: auto;
  }
  .innovation-challenge .innovation-goals-wraper h4 {
    font-size: 1.1rem;
  }
}
.innovation-challenge .innovation-topics {
  padding-block: 4rem;
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/UniversityInnovationChallenge/PublishingImages/bg-challenge.png") no-repeat center top/cover;
}
.innovation-challenge .innovation-topics .innovation-sec-header {
  text-align: center;
  margin-bottom: 2rem;
}
.innovation-challenge .innovation-topics-wraper {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 3rem;
}
.innovation-challenge .innovation-topics-wraper .topic-card {
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 33%;
  min-height: 380px;
  padding: 2rem;
}
.innovation-challenge .innovation-topics-wraper .topic-card h3 {
  margin-inline: 0;
}
.innovation-challenge .innovation-topics-wraper .topic-card > img {
  margin-bottom: 1rem;
}
.innovation-challenge .innovation-topics-wraper .topic-card .btn-primary {
  min-width: auto;
  margin-top: auto;
}
@media (max-width: 786px) {
  .innovation-challenge .innovation-topics-wraper {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .innovation-challenge .innovation-topics-wraper .topic-card {
    border: 1px solid #e7e7e7;
    min-height: auto;
  }
}
.innovation-challenge .innovation-topics .participate {
  padding: 2rem;
  background-color: #E5F4FB;
  border: 5px solid #B0D7E9;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  text-align: center;
}
.innovation-challenge .innovation-topics .participate::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/UniversityInnovationChallenge/PublishingImages/logo-stamp.svg") no-repeat center center/cover;
}
.innovation-challenge .participants {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/UniversityInnovationChallenge/PublishingImages/bg-partners.png") no-repeat center center/cover;
  padding-block: 4rem;
  min-height: 600px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 786px) {
  .innovation-challenge .participants {
    background-position: center left;
  }
}
.innovation-challenge .participants-content {
  max-width: 500px;
  margin-inline-start: auto;
  color: #ffffff;
}
.innovation-challenge .participants-content .content-header {
  position: relative;
  transform: translateY(-60px);
}
.innovation-challenge .participants-content .content-header::before {
  content: "";
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/UniversityInnovationChallenge/PublishingImages/bg-shape.svg") no-repeat center right;
  height: 50px;
  width: 100%;
  position: absolute;
}
.innovation-challenge .participants-content .content-header h3 {
  position: absolute;
  inset: 0;
  padding: 10px;
  color: #ffffff;
}
.innovation-challenge .participants-content ul {
  font-size: 1.2rem;
  list-style: none;
  padding: 0;
  margin-top: 70px;
}
.innovation-challenge .participants-content ul li {
  margin-bottom: 1rem;
  padding: 1rem;
  padding-inline-start: 3rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.innovation-challenge .participants-content ul li::before {
  content: "";
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/UniversityInnovationChallenge/PublishingImages/check-circle.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  position: absolute;
  inset-inline-start: 12px;
  top: 20px;
}
.innovation-challenge .participants-content ul li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.innovation-challenge .application {
  padding: 4rem;
}
.innovation-challenge .application-form {
  padding: 3rem;
  background-color: #f9f9f9;
  border-radius: 1rem;
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 1rem 0px rgba(194, 194, 194, 0.4);
}
.innovation-challenge .application-form > div {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.innovation-challenge .application-form > div h3 {
  font-size: 2rem;
  color: #005D45;
  margin: 0;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .innovation-challenge .application-form > div h3 {
    font-size: 1.3rem;
  }
}
.innovation-challenge .application-form > div h6 {
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.innovation-challenge .application-form > div .btn {
  margin-top: 1rem;
}
@media (max-width: 786px) {
  .innovation-challenge .application-form {
    flex-direction: column-reverse;
    align-items: start;
    padding: 1.5rem;
  }
  .innovation-challenge .application-form > img {
    width: 150px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 550px) {
  .innovation-challenge .application {
    padding: 2rem 0;
  }
}

html[dir=ltr] .innovation-challenge {
  direction: ltr;
  text-align: left;
}
html[dir=ltr] .innovation-challenge .inno-banner .banner-container {
  max-width: 90%;
  inset-inline-start: 6%;
}
html[dir=ltr] .innovation-about-container .about-content-header h3 {
  font-size: 1.2rem;
}
@media (max-width: 1200px) {
  html[dir=ltr] .innovation-about-container .about-content-header h3 {
    font-size: 1rem;
  }
}
@media (max-width: 990px) {
  html[dir=ltr] .innovation-about-container .about-content-header h3 {
    font-size: 0.9rem;
  }
}
html[dir=ltr] .innovation-about-container .about-content-header::before {
  transform: rotate(180deg);
  background-size: 57% 70px;
}
@media (max-width: 1200px) {
  html[dir=ltr] .innovation-about-container .about-content-header::before {
    background-size: 77% 70px;
  }
}
@media (max-width: 990px) {
  html[dir=ltr] .innovation-about-container .about-content-header::before {
    background-size: 100% 76px;
    height: 43px;
  }
}
html[dir=ltr] .innovation-challenge .participants-content {
  margin-inline-start: 0;
}
html[dir=ltr] .innovation-challenge .participants-content .content-header h3 {
  font-size: 1.3rem;
}
@media (max-width: 1600px) {
  html[dir=ltr] .innovation-challenge .participants-content .content-header h3 {
    font-size: 1rem;
  }
}
html[dir=ltr] .innovation-challenge .participants-content .content-header::before {
  transform: rotate(180deg);
  background-size: 90% 65px;
}
@media (max-width: 550px) {
  html[dir=ltr] .innovation-challenge .participants-content .content-header::before {
    height: 43px;
  }
}
html[dir=ltr] .innovation-challenge .innovation-about-container .about-content-header h3 span:nth-child(2)::before {
  top: 12px;
}
html[dir=ltr] .innovation-challenge .innovation-about-container .about-content-header h3 span:nth-child(2)::after {
  top: 12px;
}
html[dir=ltr] .innovation-challenge .btn-primary img {
  transform: rotate(180deg);
}

.challenge-topic .topic-header {
  background-color: #1B8354;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.challenge-topic .topic-header h3 {
  color: #ffffff;
  margin: 0;
}
@media (max-width: 550px) {
  .challenge-topic .topic-header h3 {
    font-size: 1.2rem;
  }
}
.challenge-topic .topic-header img {
  filter: invert(1) brightness(4);
  margin-inline-end: 1rem;
}
.challenge-topic .topic-list-data .topic-list-details {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  background-color: #f7f7f7;
}
.challenge-topic .topic-list-data .topic-list-details .topic-img {
  width: 60px;
  height: 60px;
  background-color: #E4F4ED;
  border-radius: 50%;
  margin-inline-end: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 60px;
}
.challenge-topic .topic-list-data .topic-list-details .topic-img img {
  width: 30px;
}
.challenge-topic .topic-list-data .topic-list-details .topic-data {
  flex-basis: calc(100% - 60px);
}
.challenge-topic .topic-list-data .topic-list-details .topic-data p {
  margin: 0;
  color: #6C737F;
}
@media (max-width: 550px) {
  .challenge-topic .topic-list-data .topic-list-details {
    padding: 1rem;
  }
}

.section-form {
  margin-bottom: 2rem;
}
.section-form-header {
  color: #1B8354;
  padding: 0.7rem 1rem;
  background-color: #DFF6E7;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.section-form-header-brief {
  font-size: 1rem;
  font-weight: 500;
  padding-inline-start: 2rem;
}
.section-form-body .form-group label {
  color: #161616;
  font-size: 14px;
  line-height: 20px;
}
.section-form-body .form-group .form-control {
  border: 1px solid #9DA4AE;
  border-radius: 6px !important;
}
.section-form-body .form-group .form-error {
  color: #D92D20;
}
.section-form-body-wrap:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.section-form-body-wrap-header {
  margin: 1rem 0 !important;
  font-weight: 600 !important;
}
.section-form .form-check {
  display: flex;
  align-items: baseline;
}
.section-form .form-check .form-label {
  margin-inline-start: 5px;
}
.section-form .form-check .form-check-input {
  float: none;
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.section-form .form-check-input > input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border-color: #6C737F;
  accent-color: #1b8354;
}
.section-form .form-check-input > input[type=checkbox]:checked {
  background-color: #1b8354;
  border-color: #1b8354;
}

.form-buttons .btn-primary {
  display: flex;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: var(--Global-spacing-none, 0px) var(--Button-buttons-lg-padding, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--Button-buttons-lg-gap, 4px);
  flex-shrink: 0;
  border-radius: var(--Radius-radius-sm, 4px);
  background: var(--Button-button-background-primary-default, #1B8354) !important;
  border-color: #1B8354 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  min-width: auto;
  /* 150% */
}
.form-buttons .btn-primary:hover {
  background: #166a45 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  box-shadow: none !important;
}

html[dir=ltr] .form-group .form-control.hasDatepicker {
  background-position: 97% center !important;
}

/******************
    6- RegulatorySandbox
*****************/
.card-objectives {
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #d2d6db;
  height: 100%;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.card-objectives .cover {
  width: 100%;
  height: 250px;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-block-end: 1rem;
}
.card-objectives .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.card-objectives .icons {
  background: #F3FCF6;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
}
.card-objectives .icons img {
  width: 100%;
  height: 100%;
}
.card-objectives .title {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #1F2A37 !important;
  line-height: 28px !important;
  margin-block: 1.5rem;
}

.card-objectives-green {
  background: #ECFDF3;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #ECFDF3;
  height: 100%;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.card-objectives-green .cover {
  width: 100%;
  height: 250px;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-block-end: 1rem;
}
.card-objectives-green .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.card-objectives-green .icons {
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
}
.card-objectives-green .icons img {
  width: 100%;
  height: 100%;
}
.card-objectives-green .title {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #1F2A37 !important;
  line-height: 28px !important;
  margin-block: 1.5rem;
}

.regulatorySandbox .title-section {
  margin-block-start: 1.5rem !important;
  margin-block-end: 4rem !important;
}
.regulatorySandbox .title-section .title {
  line-height: 38px !important;
  color: #1F2A37 !important;
  font-weight: 600 !important;
  font-size: 1.875rem !important;
}
@media (max-width: 768px) {
  .regulatorySandbox .title-section .title {
    font-size: 1.5rem !important;
  }
}
.regulatorySandbox .title-section p {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
}
.regulatorySandbox .title-section-iner {
  margin-block-end: 1rem !important;
  line-height: 38px !important;
  color: #1F2A37 !important;
  font-weight: 600 !important;
  font-size: 1.2rem !important;
}
.regulatorySandbox .title-section-iner p {
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.regulatorySandbox .hero {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/hero.png");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  height: 100%;
  min-height: calc(100vh - 250px);
  display: flex;
  align-items: center;
  margin-top: -60px !important;
}
.regulatorySandbox .hero:before {
  content: "";
  background: hsla(0, 0%, 0%, 0.36);
  width: 100%;
  height: 100%;
  position: absolute;
}
.regulatorySandbox .hero > .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.regulatorySandbox .hero > .container .hero-content .title {
  font-size: 3rem !important;
  font-weight: 600 !important;
  color: white !important;
  line-height: 60px !important;
}
.regulatorySandbox .hero > .container .hero-content p {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: white !important;
  line-height: 28px !important;
  margin-block-end: 2rem;
  margin-block-start: 1rem;
}
.regulatorySandbox .hero > .container .hero-content .date {
  background: white !important;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 1rem;
  gap: 1rem;
  border-inline-start: 5px solid #45A88F;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  align-items: start;
}
.regulatorySandbox .hero > .container .hero-content .date .btn {
  min-width: 8rem !important;
  justify-content: center;
}
.regulatorySandbox .abut {
  background: linear-gradient(45deg, #074D31, #126c48);
  padding-block: 4rem !important;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.regulatorySandbox .abut::before {
  content: "";
  background: url(/Style%20library/ar-SA/DGAassets/images/home/cirlceServ.png);
  position: absolute;
  left: -150px;
  bottom: -230px;
  z-index: 99;
  width: 500px;
  height: 500px;
  background-size: cover;
  opacity: 0.1;
}
.regulatorySandbox .abut .brief {
  font-size: 1.875rem !important;
  line-height: 38px !important;
  color: white !important;
  font-weight: 600 !important;
  margin-block-start: 1.5rem !important;
  margin-block-end: 1.5rem !important;
  text-align: center;
}
@media (max-width: 768px) {
  .regulatorySandbox .abut .brief {
    padding-inline: 15px !important;
  }
}
@media (min-width: 767px) {
  .regulatorySandbox .abut .brief {
    padding-inline: 25% !important;
  }
}
.regulatorySandbox .abut .brief-short {
  font-size: 1.125rem !important;
  line-height: 28px !important;
  color: white !important;
  font-weight: 500;
  margin-block-end: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .regulatorySandbox .abut .brief-short {
    padding-inline: 15px !important;
  }
}
@media (min-width: 767px) {
  .regulatorySandbox .abut .brief-short {
    padding-inline: 17% !important;
  }
}
.regulatorySandbox .objectives {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/objectivesBac.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-block: 4rem;
  min-height: 440px;
}
.regulatorySandbox .eligibility {
  padding-block: 4rem;
  position: relative;
  background: #074D31;
}
.regulatorySandbox .eligibility:before {
  content: "";
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/eligibility.jpg");
  background-size: cover;
  background-position: center 100%;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.regulatorySandbox .eligibility .container {
  position: relative;
  z-index: 1;
}
.regulatorySandbox .eligibility .title-section .title, .regulatorySandbox .eligibility .title-section-iner .title {
  color: white !important;
}
.regulatorySandbox .eligibility .title-section p, .regulatorySandbox .eligibility .title-section-iner p {
  color: white !important;
}
.regulatorySandbox .process {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/process.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-block: 4rem;
  min-height: 440px;
}
.regulatorySandbox .process .card-objectives {
  height: auto;
  min-height: 125px;
}
html[dir=ltr] .regulatorySandbox .process .card-objectives {
  min-height: 155px;
}
.regulatorySandbox .process .steps-icon {
  position: relative;
  margin-block-end: 30px;
  padding-block-end: 30px;
  overflow: hidden;
}
.regulatorySandbox .process .steps-icon img {
  width: 50px;
  height: 50px;
}
.regulatorySandbox .process .steps-icon:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 6px;
  background: #61b97d;
  bottom: 0px;
  z-index: 1;
}
.regulatorySandbox .process .steps-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #d2d6db;
  bottom: 1px;
}
.regulatorySandbox .process .stes-title {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #1F2A37 !important;
  line-height: 28px !important;
  margin-block: 1.5rem;
}
.regulatorySandbox .process img.Completion2 {
  position: absolute;
  top: 65px;
  inset-inline-end: -3px;
}
.regulatorySandbox .applyNow {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/ApplyNow.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-block: 4rem;
  min-height: 440px;
}
.regulatorySandbox .applyNow .date {
  background: white !important;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 1rem;
  gap: 1rem;
  background-color: #54C08A !important;
  justify-content: center;
  width: 100%;
}
.regulatorySandbox .applyNow .date span {
  color: #fff !important;
  font-size: 1.3rem !important;
}
.regulatorySandbox .applyNow .date span strong {
  color: #fff !important;
}
.regulatorySandbox .latestNews {
  background-color: #188152;
  position: relative;
  padding-block: 4rem;
  min-height: 440px;
}
.regulatorySandbox .latestNews .title-section .title {
  color: white !important;
}
.regulatorySandbox .no-filter img {
  filter: none;
}
.regulatorySandbox .btn-div-center.mt-0 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lay-environment .styp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 1rem;
}
.lay-environment .title-section {
  margin-block-start: 1.5rem;
  margin-block-end: 4rem;
}
.lay-environment .title-section .title {
  line-height: 38px !important;
  color: #1F2A37 !important;
  font-weight: 600 !important;
  font-size: 1.875rem !important;
}
.lay-environment .title-section p {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  margin-top: 0.5rem;
}
.lay-environment .btn-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
  color: #1B8354;
  display: inline-flex;
  margin-block-start: 20px;
}
.lay-environment .btn-link:visited {
  color: #14573A;
  text-decoration: underline !important;
}
.lay-environment .btn-link:active {
  color: #88D8AD;
  text-decoration: underline !important;
}
.lay-environment .btn-link:focus {
  color: #1B8354;
  text-decoration: underline !important;
}
.lay-environment .btn-link:hover {
  color: #54C08A;
  text-decoration: underline !important;
}
.lay-environment .hero {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  height: 100%;
  margin-top: -60px !important;
  min-height: calc(100vh - 250px);
  display: flex;
  align-items: center;
}
.lay-environment .hero:before {
  content: "";
  background: linear-gradient(45deg, transparent, #09140f);
  width: 100%;
  height: 100%;
  position: absolute;
}
.lay-environment .hero > .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.lay-environment .hero > .container .hero-content .title {
  font-size: 2.5rem !important;
  margin-bottom: 1.5rem;
  font-weight: 600 !important;
  color: white !important;
  line-height: 60px !important;
}
.lay-environment .hero > .container .hero-content p {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: white !important;
  line-height: 28px !important;
  margin-block-end: 2rem !important;
}
.lay-environment .hero > .container .hero-content .btn-hero {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lay-environment .hero.waterInner {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/waterInner.jpg");
}
.lay-environment .hero.agricultureInner {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/agricultureInner.jpg");
}
.lay-environment .regulatoryFocusAreas {
  position: relative;
  padding-block: 4rem;
  min-height: 440px;
  background: url(/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/regulatoryFocusAreas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lay-environment .Apply-forms {
  position: relative;
  padding-block-start: 4rem;
  background: url(/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/Apply-forms.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px;
}
.lay-environment .Apply-forms .wrapper-form {
  display: none;
}

.regulatorySandbox-forms {
  position: relative;
  padding-block-end: 4rem;
  background: url(/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/Apply-forms.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.regulatorySandbox-forms .wrapper-form {
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #d2d6db;
}

.regulatorySandbox-forms .form-check.form-check-md .form-check-input {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: transparent;
  border: 0px;
}

.regulatorySandbox-forms .form-check.form-check-md .form-check-input label {
  font-size: 1rem;
  font-weight: 500;
  flex: 1 1 calc(100% - 24px);
  color: #1F2A37;
  line-height: 24px;
  margin: 0px;
  position: relative;
}

.file-upload-card {
  border: 1px solid #d2d6db;
  background: #fff;
  border-radius: 0.372rem;
  padding: 1rem;
}

.file-upload-card input[type=file] {
  display: none;
}

.file-upload-card ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.file-upload-card ul li {
  margin-block-start: 1rem;
  margin-block-end: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #d2d6db;
  background: #f3f4f6;
  gap: 0.5rem;
  min-width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}

.file-upload-card ul li:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="%23ffffff" fill="none"><path d="M5 14L8.5 17.5L19 6.5" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1b8354;
  border-radius: 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.file-upload-card .btn-dark {
  max-width: max-content;
}

.file-upload-card span.remove-btn {
  width: 20px;
  height: 20px;
  margin-inline-start: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.file-upload-card span.remove-btn svg {
  width: 18px;
  height: 18px;
  filter: invert(1);
}

/******************
    6- RegulatorySandbox
*****************/
.card-objectives {
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #d2d6db;
  height: 100%;
}
.card-objectives .cover {
  width: 100%;
  height: 250px;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-block-end: 1rem;
}
.card-objectives .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.card-objectives .icons {
  background: #F3FCF6;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
}
.card-objectives .icons img {
  width: 100%;
  height: 100%;
}
.card-objectives .title {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #1F2A37 !important;
  line-height: 28px !important;
  margin-block: 1.5rem;
}

.card-objectives-green {
  background: #ECFDF3;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #ECFDF3;
  height: 100%;
}
.card-objectives-green .cover {
  width: 100%;
  height: 250px;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-block-end: 1rem;
}
.card-objectives-green .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.card-objectives-green .icons {
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
}
.card-objectives-green .icons img {
  width: 100%;
  height: 100%;
}
.card-objectives-green .title {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #1F2A37 !important;
  line-height: 28px !important;
  margin-block: 1.5rem;
}

.regulatorySandbox .title-section {
  margin-block-start: 1.5rem !important;
  margin-block-end: 4rem !important;
}
.regulatorySandbox .title-section .title {
  line-height: 38px !important;
  color: #1F2A37 !important;
  font-weight: 600 !important;
  font-size: 1.875rem !important;
}
.regulatorySandbox .title-section p {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
}
.regulatorySandbox .title-section-iner {
  margin-block-end: 1rem !important;
  line-height: 38px !important;
  color: #1F2A37 !important;
  font-weight: 600 !important;
  font-size: 1.2rem !important;
}
.regulatorySandbox .title-section-iner p {
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.regulatorySandbox .hero {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/hero.png");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  height: 491px;
}
.regulatorySandbox .hero:before {
  content: "";
  background: hsla(0, 0%, 0%, 0.36);
  width: 100%;
  height: 100%;
  position: absolute;
}
.regulatorySandbox .hero > .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.regulatorySandbox .hero > .container .hero-content .title {
  font-size: 3rem !important;
  font-weight: 600 !important;
  color: white !important;
  line-height: 60px !important;
}
@media (max-width: 992px) {
  .regulatorySandbox .hero > .container .hero-content .title {
    font-size: 1.5rem !important;
  }
}
.regulatorySandbox .hero > .container .hero-content p {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: white !important;
  line-height: 28px !important;
  margin-block-end: 2rem;
}
.regulatorySandbox .abut {
  background: #074D31;
  padding-block: 2.5rem !important;
  min-height: auto;
}
.regulatorySandbox .abut .brief {
  font-size: 1.875rem !important;
  line-height: 38px !important;
  color: white !important;
  font-weight: 600 !important;
  margin-block-start: 0 !important;
  margin-block-end: 1.5rem !important;
  text-align: center;
}
@media (max-width: 768px) {
  .regulatorySandbox .abut .brief {
    padding-inline: 15px !important;
  }
}
@media (min-width: 767px) {
  .regulatorySandbox .abut .brief {
    padding-inline: 25% !important;
  }
}
.regulatorySandbox .abut .brief-short {
  font-size: 1.125rem !important;
  line-height: 28px !important;
  color: white !important;
  font-weight: 500;
  margin-block-end: 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .regulatorySandbox .abut .brief-short {
    padding-inline: 15px !important;
  }
}
@media (min-width: 767px) {
  .regulatorySandbox .abut .brief-short {
    padding-inline: 17% !important;
  }
}
.regulatorySandbox .objectives {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/objectivesBac.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-block: 4rem;
  min-height: 440px;
}
.regulatorySandbox .eligibility {
  padding-block: 4rem;
  position: relative;
  background: #074D31;
}
.regulatorySandbox .eligibility:before {
  content: "";
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/eligibility.jpg");
  background-size: cover;
  background-position: center 100%;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.regulatorySandbox .eligibility .container {
  position: relative;
  z-index: 1;
}
.regulatorySandbox .eligibility .title-section .title, .regulatorySandbox .eligibility .title-section-iner .title {
  color: white !important;
}
.regulatorySandbox .eligibility .title-section p, .regulatorySandbox .eligibility .title-section-iner p {
  color: white !important;
}
.regulatorySandbox .process {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/process.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-block: 4rem;
  min-height: 440px;
}
.regulatorySandbox .process .card-objectives {
  height: auto;
}
.regulatorySandbox .process .steps-icon {
  position: relative;
  margin-block-end: 30px;
  padding-block-end: 30px;
  overflow: hidden;
}
.regulatorySandbox .process .steps-icon img {
  width: 50px;
  height: 50px;
}
.regulatorySandbox .process .steps-icon:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 6px;
  background: #61b97d;
  bottom: 0px;
  z-index: 1;
}
.regulatorySandbox .process .steps-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #d2d6db;
  bottom: 1px;
}
.regulatorySandbox .process .stes-title {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #1F2A37 !important;
  line-height: 28px !important;
  margin-block: 1.5rem;
}
.regulatorySandbox .process img.Completion2 {
  position: absolute;
  top: 65px;
  inset-inline-end: -3px;
}
.regulatorySandbox .applyNow {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/ApplyNow.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-block: 4rem;
  min-height: 440px;
}
.regulatorySandbox .latestNews {
  background-color: #188152;
  position: relative;
  padding-block: 4rem;
  min-height: 440px;
}
.regulatorySandbox .latestNews .title-section .title {
  color: white !important;
}
.regulatorySandbox .no-filter img {
  filter: none;
}
.regulatorySandbox .btn-div-center.mt-0 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lay-environment {
  margin-bottom: 0 !important;
}
.lay-environment .styp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 1rem;
}
.lay-environment .title-section {
  margin-block-start: 1.5rem;
  margin-block-end: 4rem;
}
.lay-environment .title-section .title {
  line-height: 38px !important;
  color: #1F2A37 !important;
  font-weight: 600 !important;
  font-size: 1.875rem !important;
}
@media (max-width: 768px) {
  .lay-environment .title-section .title {
    font-size: 1.5rem;
  }
}
.lay-environment .title-section p {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
}
.lay-environment .btn-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
  color: #1B8354;
  display: inline-flex;
  margin-block-start: 20px;
}
.lay-environment .btn-link:visited {
  color: #14573A;
  text-decoration: underline !important;
}
.lay-environment .btn-link:active {
  color: #88D8AD;
  text-decoration: underline !important;
}
.lay-environment .btn-link:focus {
  color: #1B8354;
  text-decoration: underline !important;
}
.lay-environment .btn-link:hover {
  color: #54C08A;
  text-decoration: underline !important;
}
.lay-environment .hero {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  height: 491px;
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/agricultureInner.jpg");
}
.lay-environment .hero:before {
  content: "";
  background: hsla(0, 0%, 0%, 0.36);
  width: 100%;
  height: 100%;
  position: absolute;
}
.lay-environment .hero > .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.lay-environment .hero > .container .hero-content .title {
  font-size: 3rem !important;
  font-weight: 600 !important;
  color: white !important;
  line-height: 60px !important;
}
.lay-environment .hero > .container .hero-content p {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: white !important;
  line-height: 28px !important;
  margin-block-end: 2rem !important;
}
.lay-environment .hero > .container .hero-content .btn-hero {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lay-environment .hero.waterInner {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/waterInner.jpg");
}
.lay-environment .hero.agricultureInner {
  background: url("/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/environment-hero.jpg");
}
.lay-environment .regulatoryFocusAreas {
  position: relative;
  padding-block: 4rem;
  min-height: 440px;
  background: url(/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/regulatoryFocusAreas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lay-environment .Apply-forms {
  position: relative;
  padding-block-start: 4rem;
  background: url(/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/Apply-forms.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  overflow: hidden;
}
.lay-environment .Apply-forms .wrapper-form {
  display: none;
}
.lay-environment .regulatoryFocusAreas .card-objectives {
  min-height: 280px !important;
}

.regulatorySandbox-forms {
  position: relative;
  padding-block-end: 4rem;
  background: url(/ar/Ministry/Agencies/AgencyForInnovation/Topics/LegislativeExperimentalEnvProgram/PublishingImages/Apply-forms.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.regulatorySandbox-forms .wrapper-form {
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #d2d6db;
}
.regulatorySandbox-forms textarea.form-control {
  min-height: 175px !important;
}
.regulatorySandbox-forms .form-check.form-check-md .form-check-input {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: transparent;
  border: 0px;
}
.regulatorySandbox-forms .form-check.form-check-md .form-check-input label {
  font-size: 1rem;
  font-weight: 500;
  color: #1F2A37;
  line-height: 24px;
  margin: 0px;
  position: relative;
}
.regulatorySandbox-forms .input {
  position: relative;
  width: 100%;
  border-radius: 0.375rem;
  overflow: hidden;
  margin-block-end: 0.5rem;
}
.regulatorySandbox-forms .input:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  transform: translate(-50%);
  background-color: #0d121c;
  transition: width 0.2s ease-in-out;
  border-radius: 0 0 0.25rem 0.25rem;
}
.regulatorySandbox-forms .input input, .regulatorySandbox-forms .input textarea {
  border-radius: 0.375rem !important;
}
.regulatorySandbox-forms .input input:focus, .regulatorySandbox-forms .input textarea:focus {
  border-bottom: 0px !important;
}
.regulatorySandbox-forms .input:has(:focus)::after {
  width: 100%;
}
.regulatorySandbox-forms .input:has(.is-invalid)::after {
  background-color: #900B09;
}
.regulatorySandbox-forms .question {
  padding: 0;
  padding-bottom: 1.2rem;
}
.regulatorySandbox-forms .question .question-label {
  margin-bottom: 0;
}
.regulatorySandbox-forms .question .question-label .control-label {
  line-height: normal;
}

.file-upload-card {
  border: 1px solid #d2d6db;
  background: #fff;
  border-radius: 0.372rem;
  padding: 1rem;
}
.file-upload-card input[type=file] {
  display: none;
}
.file-upload-card .form-text {
  line-height: 1.5;
}
.file-upload-card ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.file-upload-card ul li {
  margin-block-start: 1rem;
  margin-block-end: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #d2d6db;
  background: #f3f4f6;
  gap: 0.5rem;
  min-width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
.file-upload-card ul li:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="%23ffffff" fill="none"><path d="M5 14L8.5 17.5L19 6.5" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1b8354;
  border-radius: 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.file-upload-card .btn-dark {
  max-width: max-content;
}
.file-upload-card span.remove-btn {
  width: 20px;
  height: 20px;
  margin-inline-start: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.file-upload-card span.remove-btn svg {
  width: 18px;
  height: 18px;
  filter: invert(1);
}

.regulatorySandbox-forms .form-check {
  display: flex;
  margin-bottom: 1rem;
}
.regulatorySandbox-forms .form-label {
  margin-block: 1rem;
  font-size: 1.2rem;
  margin-bottom: 1rem !important;
  display: block;
}
.regulatorySandbox-forms .form-check-input:hover {
  box-shadow: none;
}
.regulatorySandbox-forms input[type=checkbox] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  flex: 1 1 24px;
  border: 1px solid #6C737F;
  border-radius: 2px;
  appearance: none;
  position: relative;
}
.regulatorySandbox-forms input[type=checkbox]:hover {
  box-shadow: none;
}
.regulatorySandbox-forms input[type=checkbox]:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #F3F4F6;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.regulatorySandbox-forms input[type=checkbox]:active {
  background: #c5c9ce;
}
.regulatorySandbox-forms input[type=checkbox]:focus-visible {
  outline: 2px solid #161616;
  outline-offset: 4px;
}
.regulatorySandbox-forms input[type=checkbox]:checked {
  background-color: #1B8354;
  border-color: #1B8354;
  accent-color: #1B8354;
}
.regulatorySandbox-forms input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  background: transparent;
  z-index: 1;
}
.regulatorySandbox-forms input[type=radio] {
  border-radius: 2px;
}
.regulatorySandbox-forms input[type=radio]:checked[type=radio] {
  background-image: none;
  box-shadow: 0 0 0 1px #1B8354;
  border: 5px solid #fff;
}
.regulatorySandbox-forms input[type=radio]:checked[type=radio]:hover {
  background-color: #14573A;
  box-shadow: 0 0 0 1px #14573A;
}
.regulatorySandbox-forms input[type=radio]:checked[type=radio]:active {
  background-color: #104631;
  box-shadow: 0 0 0 1px #104631;
}
.regulatorySandbox-forms input[type=radio]:focus {
  box-shadow: 0 0 0 2px rgb(0, 0, 0);
}

.invalid-feedback-icon {
  font-size: 0.875rem;
  color: #900B09;
  position: relative;
  padding-inline-start: 1.5rem;
}
.invalid-feedback-icon::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="invalid"><g clip-path="url(%23clip0_2587_4293)"><path d="M6.05967 6.00016C6.21641 5.55461 6.52578 5.1789 6.93298 4.93958C7.34018 4.70027 7.81894 4.61279 8.28446 4.69264C8.74998 4.77249 9.17222 5.01451 9.47639 5.37585C9.78057 5.73718 9.94705 6.19451 9.94634 6.66683C9.94634 8.00016 7.94634 8.66683 7.94634 8.66683M7.99967 11.3335H8.00634M14.6663 8.00016C14.6663 11.6821 11.6816 14.6668 7.99967 14.6668C4.31778 14.6668 1.33301 11.6821 1.33301 8.00016C1.33301 4.31826 4.31778 1.3335 7.99967 1.3335C11.6816 1.3335 14.6663 4.31826 14.6663 8.00016Z" stroke="%23B42318" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
  width: 16px;
  height: 16px;
  display: flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  inset-inline-start: 0;
}

.question table tbody tr td {
  border: 0px !important;
  background-color: transparent;
  padding: 0 !important;
  min-width: auto !important;
  padding-inline-end: 8px !important;
}

.inner table tbody td:first-child, .content table tbody td:first-child {
  text-align: start;
}

.section-form .form-check .form-check-input {
  float: none;
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.section-form .form-check .form-check-input > input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border-color: #6C737F;
  accent-color: #1b8354;
}
.section-form .form-check .form-check-input > input[type=checkbox]:checked {
  background-color: #1b8354;
  border-color: #1b8354;
}

.wrapper-form:has(.invalid-feedback-icon[style*="display: inline"]) .file-upload-card {
  border: 1px solid #900B09 !important;
}

.question:has(.invalid-feedback-icon[style*="display: inline"]) .input:after {
  background-color: #900B09;
}
.question:has(.invalid-feedback-icon[style*="display: inline"]) .input > input, .question:has(.invalid-feedback-icon[style*="display: inline"]) .input textarea {
  border: 1px solid #900B09 !important;
}

html[dir=ltr] .latestNews .card-objectives .btn img {
  transform: rotate(90deg);
}
html[dir=ltr] .regulatorySandbox-forms .question label:not(.control-label):before {
  left: 0;
  right: auto;
}

html[dir=rtl] .regulatorySandbox .process img.Completion2 {
  transform: rotate(180deg);
}

/******************
    6- END: RegulatorySandbox
*****************/
