@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");

/* Start Variables */
:root {
  --main-color: #219754;
  --gray-900: #222222;
  --gray-800: #333333;
  --gray-600: #6e6e6e;
  --white-color: #ffffff;
  --black-color: #000000;
  --bg-light: #e9f5ee;
  --main-transition: all 0.3s ease-in;
}
/* End Variables */

/* Start Global Styles */
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Almarai", sans-serif;
  overflow-x: hidden;
  color: var(--gray-900);
}
a {
  transition: color 0.3s ease;
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* End Global Styles */

/* Start Components */
.section-spacing {
  padding-top: 100px;
}
.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.section-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 40px;
}
.btn {
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  max-height: 100%;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid var(--main-color) !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.btn-main {
  background-color: var(--main-color) !important;
  color: var(--white-color) !important;
}
.btn-main:hover {
  background-color: var(--white-color) !important;
  color: var(--main-color) !important;
}
.btn-secondary {
  background-color: var(--white-color) !important;
  color: var(--main-color) !important;
}
.btn-secondary:hover {
  background-color: var(--main-color) !important;
  color: var(--white-color) !important;
}
.form-control {
  font-family: "Almarai", sans-serif !important;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--main-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 151, 84, 0.25);
}
.form-control::placeholder {
  font-family: "Amiri", sans-serif;
  color: #727272;
}
.social a img {
  transition: transform 0.3s ease;
}
.social a:hover img {
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .w-lg-50 {
    width: 50% !important;
  }
}
/* End Components */

/* Start Navbar */
.navbar {
  position: fixed;
  height: 100px;
  left: 0;
  right: 0;
  z-index: 1030;
  padding-top: 0 !important;
  background-color: var(--white-color);
}
.navbar .navbar-container {
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.navbar .navbar-brand {
  display: inline-flex;
  width: 100px;
}
.navbar .navbar-brand img {
  display: inline-flex;
  max-width: 100%;
  height: auto;
}
.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-800);
}
.navbar .offcanvas a:hover,
.navbar .offcanvas a.active {
  color: var(--main-color);
}
.navbar .offcanvas a.active {
  font-weight: 700;
}
.navbar .offcanvas .btn-close {
  box-shadow: none;
  width: 0.5em;
  height: 0.5em;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar .dropdown {
  color: var(--main-color);
  font-size: 13px;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}
.navbar .dropdown-menu {
  font-size: 13px;
  border: 1px solid var(--main-color);
  min-width: 100px;
  top: 105%;
  right: -1px;
}
.navbar .dropdown-toggle::after {
  content: "";
  border-top: 0.5em solid;
  border-left: 0.5em solid transparent;
  border-bottom: 0;
  border-right: 0.5em solid transparent;
}
.navbar .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color) !important;
  background-color: var(--bs-dropdown-link-hover-bg) !important;
}
.navbar .dropdown-item:active {
  background-color: var(--main-color) !important;
  color: var(--white-color) !important;
}
.navbar .form-select:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar {
    height: 70px;
  }
  .navbar .offcanvas {
    border: 0;
    width: 100%;
    height: fit-content;
    padding: 2rem;
    justify-content: start !important;
    align-items: start !important;
    margin-right: 0;
  }
}
/* End Navbar */

/* ===== Start Home Page ===== */
/*  Start Home Section */
.home-section {
  padding-top: 150px;
}
.home-section .home-content {
  margin-bottom: 96px;
}
.home-section .home-content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}
.home-section .home-content h2 span {
  color: var(--main-color);
}
.home-section .home-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  color: #454545;
}
@media (max-width: 922px) {
  .home-section .home-content h2 {
    font-size: 32px;
  }
}
/*  End Home Section */

/* Start Counter Section */
.counter-one {
  padding-top: 60px;
}
.counter-one .odometer {
  direction: ltr;
  text-align: left;
}
.counter-one .counter-one_count-inner {
  text-align: center;
}
.counter-one .counter-one_counter {
  font-size: 48px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 17px;
}
.counter-one .counter-one_counter .plus {
  position: relative;
  bottom: 4px;
}
.counter-one .counter-one_text {
  font-size: 24px;
  font-weight: 400;
  color: var(--gray-800);
}
/* End Counter Section */

/* Start Domains Section */
.domains-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.domains .swiper-button-next,
.domains .swiper-button-prev {
  position: static !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 50%;
}
.domains .swiper-button-next::after,
.domains .swiper-button-prev::after {
  font-weight: 600;
  font-size: 14px;
  color: var(--white-color);
}
.domains .swiper-button-next.swiper-button-disabled,
.domains .swiper-button-prev.swiper-button-disabled {
  background-color: #badeca;
}
.domains .swiper-slide {
  position: relative;
  color: var(--white-color);
  border-radius: 16px;
  overflow: hidden;
}
.domains .swiper-slide > img {
  width: 100%;
}
.domains .domain-item-details {
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.domains .domain-item-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background: rgba(33, 150, 83, 0.9);
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.domains .domain-item-details h4,
.domains .domain-item-overlay h4 {
  font-size: 20px;
  font-weight: 700;
}
.domains .domain-item-overlay p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}
.domains .swiper-slide:hover .domain-item-overlay {
  opacity: 1;
  visibility: visible;
}
/* End Domains Section */

/* Start Inspiration */
.inspiration .inspiration-cover {
  background-image: url("../images/home/inspiration.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 485px;
}
.inspiration .box-quotes {
  width: 50%;
  height: 329px;
  margin-top: 78px;
  margin-bottom: 78px;
  background-color: rgba(233, 245, 238, 0.64);
  backdrop-filter: blur(80px);
  padding: 32px;
  border-radius: 12px;
  text-align: center;
}
.inspiration .box-quotes .swiper-slide p {
  font-size: 24px;
  font-weight: 700;
}
.inspiration .swiper-buttons {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.inspiration .swiper-button-next,
.inspiration .swiper-button-prev {
  position: static !important;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 2px;
}
.inspiration .swiper-button-next::after,
.inspiration .swiper-button-prev::after {
  font-weight: 600;
  font-size: 12px;
  color: var(--white-color);
}
.inspiration .swiper-button-next.swiper-button-disabled,
.inspiration .swiper-button-prev.swiper-button-disabled {
  background-color: #badeca;
}
@media (max-width: 768px) {
  .inspiration .box-quotes {
    width: 100% !important;
  }
}
/* End Inspiration */

/* Start Campaigns */
.campaigns {
  padding-bottom: 100px;
}
.campaigns-cover {
  position: relative;
}
.campaigns-cover::before {
  content: "";
  position: absolute;
  top: var(--before-top);
  width: var(--before-width);
  height: var(--before-height);
  inset-inline-start: 0;
  background-color: var(--main-color);
  z-index: -1;
  transition: all 0.3s ease;
}
.campaigns-img {
  position: relative;
  width: 30%;
  margin-bottom: 40px;
}
.campaigns-img img {
  max-width: 90%;
  height: auto;
  border-radius: 12px;
}
.campaigns-content {
  width: 70%;
}
.campaigns-content .campaigns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 4%;
  row-gap: 20px;
  margin-bottom: 30px;
}
.campaigns-content .campaigns-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 48%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  padding: 8px;
}
.campaigns-content .campaigns-item h4 {
  font-size: 16px;
  font-weight: 700;
}
.campaigns-content .campaigns-item p {
  font-size: 16px;
  color: rgba(68, 68, 68, 1);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.campaigns-content .campaigns-item .arrow-icon {
  display: inline-block;
  cursor: pointer;
}
.campaigns-content .campaigns-item .arrow-icon rect {
  fill: var(--bg-light);
  transition: fill 0.3s;
}
.campaigns-content .campaigns-item .arrow-icon path {
  fill: var(--gray-800);
  transition: fill 0.3s;
}
.campaigns-content .campaigns-item .arrow-icon:hover rect {
  fill: var(--main-color);
}
.campaigns-content .campaigns-item .arrow-icon:hover path {
  fill: var(--white-color);
}
@media (max-width: 768px) {
  .campaigns-cover::before {
    display: none;
  }
  .campaigns-img,
  .campaigns-content {
    position: static;
    width: 100%;
  }
  .campaigns-content .campaigns-item {
    width: 100% !important;
  }
}
/* End Campaigns */

/* Start Grant Section */
.grant {
  padding-bottom: 100px;
}
.grant-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--gray-900);
  margin-bottom: 40px;
}
.grant .grant-images {
  position: relative;
  aspect-ratio: 4 / 3;
}
.grant-images .img {
  position: absolute;
  border-radius: 25px;
}
.grant-images .img-center img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
.grant-images .img-left {
  top: -50px;
  left: 0;
  width: 40%;
  border: 5px solid var(--main-color);
}
.grant-images .img-center {
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.grant-images .img-center::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -10%;
  display: block;
  width: 120%;
  height: 80%;
  border: 2px solid var(--main-color);
  border-radius: 16px;
  z-index: -1;
}
.grant-images .img-right {
  bottom: -50px;
  right: 0;
  width: 40%;
  border: 5px solid var(--main-color);
}
@media (max-width: 768px) {
  .grant-images .img-left {
    top: -25px;
  }
  .grant-images .img-right {
    bottom: -25px;
  }
}
/* End Grant Section */

/* Start ather-section */
.ather-section {
  background-color: var(--bg-light);
  padding-bottom: 40px;
}
.ather-video {
  position: relative;
  /* height: 519px; */
}
.video-cover {
  display: inline-block;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  overflow: hidden;
}
.video-cover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 40%);
  border-radius: 16px;
}
.video-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.ather-content p {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}
/* End ather-section */

/* Start Brands Section */
.brands {
  height: 346px;
}
.brands-cover {
  height: 100%;
  background-image: url("../images/home/brands-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: rgba(33, 150, 83, 0.6); */
  background-color: #32323280;
  opacity: 0.92;
}
/* End Brands Section */

/* ===== End Home Page ===== */

/* Start shared components */
/* Start Page Hero */
.page-hero {
  padding-top: 100px;
  position: relative;
}
.page-hero-cover {
  height: 300px;
  background-color: #0f4425;
  background-image: url("../images/about/about-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-hero h1 {
  color: var(--white-color);
  text-align: center;
  max-width: 80%;
  margin-bottom: 24px;
}
.page-hero p {
  font-size: 28px;
  color: var(--white-color);
  margin-bottom: 24px;
}
.page-hero .hero-sub-title {
  display: inline-flex;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--white-color);
}
.page-hero .social {
  position: absolute;
  height: 200px;
  width: 56px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 10px 0;
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  border: 1px solid var(--white-color);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .page-hero h1 {
    max-width: 100%;
  }
  .page-hero .social {
    width: 200px;
    height: 56px;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row !important;
    margin-left: 0;
  }
}
/* Ennd Page Hero */

/* Start Page Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gray-900);
  border: 1px solid rgba(34, 34, 34, 8%);
  border-radius: 50% !important;
  padding: 0;
}
.pagination .page-item.active .page-link {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: var(--white-color);
}
.pagination .page-item.disabled .page-link {
  color: #999;
  pointer-events: none;
  background-color: var(--white-color);
  border: 0;
  font-size: 24px;
}
.pagination .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(29, 140, 47, 0.25);
}
.share-content {
  position: relative;
}
.share-btn,
.close-btn {
  border: 0;
  background-color: transparent;
}
.share-icon.active path {
  fill: var(--gray-600);
}
.share-list {
  position: absolute;
  top: 120%;
  left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 16px 20px;
  border-radius: 9999px;
  z-index: 10;
  background-color: var(--white-color);
  box-shadow: 0px 4px 20px rgba(140, 140, 140, 0.15);
}
.share-list a {
  width: 28px;
}
.share-list a img {
  width: 100% !important;
}
/* End Page Pagination */
/* End shared components */

/* ===== Start About Page ===== */
/* Start About Us Section */
.about-us p {
  line-height: 40px;
}
.about-us .about-us-list {
  gap: 4%;
}
.about-us-list .about-us-item {
  width: 48%;
  padding: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
.about-us-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-us-item ul {
  list-style: disc outside;
  padding-right: 1.5em;
  margin: 0;
  text-indent: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-us-item ul li {
  font-size: 16px;
  color: #444444;
}
/* End About Us Section */

/* Statr About Goals Section  */
.about-goals {
  padding-bottom: 25px;
}
.goals-images {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  padding-bottom: 50px;
}
.goals-images-conainer {
  position: relative;
  aspect-ratio: 4 / 3;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--main-color);
  border-radius: 16px;
  background-image: url("../images/about/about-us-center.svg");
  background-size: cover;
  background-position: center;
}
.goals-images .img {
  position: absolute;
  border-radius: 16px;
}
.goals-images .img-center img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
.goals-images .img-left {
  bottom: 30px;
  left: -5%;
  width: 70%;
  max-height: 100%;
}
.goals-images .img-right {
  bottom: -30px;
  right: -5%;
  width: 60%;
  max-height: 100%;
}
/* End About Goals Section  */
/* ===== End About Page ===== */

/* ===== Start Initiatives Page ===== */
.initiatives .card {
  border-radius: 16px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-color: #727272;
}
.initiatives .card .card-img {
  height: 214px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.initiatives .card .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.initiatives .card .card-img-top:hover {
  transform: scale(1.2);
}
.initiatives .card .card-domain {
  position: absolute;
  left: 16px;
  top: 16px;
  background-color: var(--bg-light);
  font-size: 12px;
  font-weight: 700;
  color: var(--main-color);
  padding: 4px 8px;
  border-radius: 20px;
}
.initiatives .card .card-body {
  position: relative;
}
.initiatives .card .progress {
  position: absolute;
  width: 100%;
  left: 0;
  top: -8px;
  background-color: var(--bg-light);
  z-index: 100;
}
.initiatives .card .progress-bar {
  background-color: var(--main-color);
}
.initiatives .card .amount {
  background-color: var(--bg-light);
  padding: 4px 8px;
  border-radius: 7px;
}
.initiatives .card .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.initiatives .card .amount .amount-name {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 10px;
}
.initiatives .card .amount .amount-value {
  display: flex;
  font-size: 16px;
  font-weight: 700;
}
.initiatives .card .card-footer {
  background-color: transparent;
  padding: 11px;
  margin: 8px 0;
  border-top-color: #727272;
}
.initiatives .card .card-footer a {
  font-weight: 700;
  color: #565656;
}
.initiatives .card .card-footer a:hover {
  color: var(--main-color);
}
/* ===== End Initiatives Page ===== */

/* ===== Start Donate Page ===== */
.donate .donate-item p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.donate-footer h3 {
  font-size: 32px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .donate-footer h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 16px;
  }
}
/* ===== End Donate Page ===== */

/* ===== Start News Page ===== */
/* Start News Banner Section  */
.news-banner-cover {
  height: 530px;
  background-image: url("../images/news/news-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  position: relative;
}
.news-banner-cover .banner-text {
  position: absolute;
  right: 60px;
  bottom: 60px;
  width: 50%;
  height: 329px;
  background-color: rgba(233, 245, 238, 0.64);
  backdrop-filter: blur(80px);
  padding: 32px;
  border-radius: 12px;
}
.banner-text span {
  display: inline-flex;
  color: var(--main-color);
  margin-bottom: 16px;
}
.banner-text p {
  font-size: 20px;
  line-height: 32px;
  color: #282828;
}
@media (max-width: 768px) {
  .news-banner-cover .banner-text {
    width: 80%;
    height: 80%;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-text h2 {
    font-size: 24px;
  }
  .banner-text p {
    font-size: 18px;
    line-height: 24px;
  }
}
/* End News Banner Section  */

/* Start News Card Section  */
.news-cards .btn-group .btn {
  height: 48px;
  border: 0 !important;
  color: #727272;
}
.news-cards .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.news-cards .btn-group > :not(.btn-check) + .btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.news-cards .search-box {
  width: 364px;
  max-width: 100%;
}
.news-cards .search-box .form-control,
.news-cards .search-box .input-group-text {
  padding: 12px 16px;
  font-size: 14px;
}
.news-cards .search-box .form-control:focus,
.form-control:focus + .input-group-text {
  border-color: var(--main-color);
  box-shadow: none;
}
.news-cards .card {
  border-radius: 16px;
  border-color: #727272;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.news-cards .card .card-img {
  height: 214px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.news-cards .card .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-cards .card .card-img-top:hover {
  transform: scale(1.2);
}
.news-cards .card .share {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
}
.news-cards .card .card-body .info-text {
  font-size: 12px;
}
.news-cards .card .card-title {
  font-size: 16px;
  font-weight: 700;
}
.news-cards .card .card-text {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: calc(24px * 2);
}
.news-cards .card .card-footer {
  background-color: transparent;
  padding: 11px;
  margin: 8px 0;
  border-top-color: #727272;
  color: var(--main-color);
}
.news-cards .card-footer a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--main-color);
}
.details-arrow {
  color: var(--main-color);
  transition: transform 0.3s ease;
}
.news-cards .card .card-footer:hover a,
.news-cards .card .card-footer:hover .details-arrow {
  color: #565656;
}
.news-cards .card .card-footer:hover .details-arrow {
  transform: translateX(-5px);
}
/* End News Card Section  */
/* ===== End News Page ===== */

/* ===== Start News Details Page ===== */
.news-details img {
  border-radius: 16px;
}
.news-details h2 {
  color: var(--main-color);
}
.news-details p {
  font-size: 24px;
  line-height: 32px;
  color: var(--gray-600);
  margin-bottom: 40px;
}
.news-details .text-accent {
  background-color: var(--main-color);
  border-radius: 8px;
  position: relative;
}
.news-details .text-accent::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
  border: 1px solid var(--white-color);
  border-radius: 8px;
}
.news-details .text-accent p {
  line-height: 32px;
  color: var(--white-color);
  text-align: center;
  padding: 20px 40px;
}
.news-details .comments .comments-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
}
.news-details .comments .comments-img {
  width: 80px;
  flex-shrink: 0;
}
.news-details .comment-date {
  color: #585858;
}
.news-details .dot {
  display: inline-flex;
  width: 5px;
  height: 5px;
  background-color: #e5e5e5;
  border-radius: 50%;
  margin-left: 2px;
  margin-right: 2px;
}
.news-details .comments-desc {
  font-size: 16px;
  line-height: 32px;
  color: var(--gray-600);
  margin-bottom: 0;
}
.similar-news-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.similar-news-heading .icon {
  color: #219653;
  transition: all 0.3s ease;
}
.similar-news-heading .icon:hover {
  color: var(--gray-600);
}
.news-details .similar-news h3 {
  font-size: 24px;
  margin-bottom: 0;
  color: var(--main-color);
}
.news-details .similar-news-list {
  padding: 16px 20px;
  border: 1px solid var(--gray-600);
  border-radius: 16px;
}
.news-details .similar-news-list h4 {
  font-size: 20px;
  color: #313131;
  margin-bottom: 16px;
}
/* ===== Start News Details Page ===== */

/* ===== Start Contact Page ===== */
.contact .contact-info {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin-bottom: 40px;
}
.contact .contact-info .contact-info-icon {
  width: 70px;
  flex-shrink: 0;
  position: relative;
  border-left: 1px solid #ddd;
}
.contact .contact-info .contact-info-text {
  padding-right: 14px;
}
.contact .contact-map iframe {
  min-height: 400px;
  border-radius: 16px;
}
.contact .contact-form {
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.contact .contact-form .form-label {
  font-size: 20px;
  font-weight: 700;
}
.contact .contact-form .form-control {
  background-color: #fafafa;
  height: 50px;
}
/* ===== End Contact Page ===== */

/* ===== Start App Page ===== */
/* Start App Components */
.app-section-cover {
  height: 500px;
  background-color: #0f4425;
  background-image: url("../images/about/about-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  color: var(--white-color);
}
.app-section-cover p:last-of-type {
  margin-bottom: 40px;
}
.app-cover-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  overflow: hidden;
}
.app-cover-img img {
  max-width: 100%;
  height: auto;
}
/* End App Components */
/* Start About Section  */
.about-app-content {
  background-color: var(--bg-light);
  padding: 40px 0;
}
/* End About Section  */

/* Start Features Section  */
.app-features .features-list {
  gap: 4%;
}
.features-list .feature-item {
  width: 48%;
  padding: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
.features-list .feature-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #121212;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.features-list .feature-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* End Features Section  */

/* Start Testimonial Section */
.app-testimonial {
  background-color: var(--bg-light);
  padding: 40px 0;
}
/* End Testimonial Section  */

/* Start FAQ Section  */
.faq-app .section-title {
  margin-bottom: 50px;
  text-align: center;
}
.faq-app .accordion-item {
  margin-bottom: 24px;
  border: none;
  box-shadow: 0px 2px 4px rgba(29, 140, 47, 0.1);
}
.faq-app .accordion-item .accordion-button {
  background-color: var(--white-color);
  color: #232323;
  font-size: 24px;
  font-weight: 700;
}
.faq-app .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-app .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='%231d8c2f' stroke-width='1' d='M8 3v10M3 8h10'/%3E%3C/svg%3E");
}
.faq-app .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='%231d8c2f' stroke-width='1' d='M3 8h10'/%3E%3C/svg%3E");
}
.faq-app .accordion-item .accordion-body {
  color: #313131;
  font-size: 20px;
  font-weight: 400;
  padding-top: 0;
}
.faq-app .accordion-item .accordion-body .border-span {
  display: block;
  border-top: 1px solid #eaeaea;
  padding-bottom: var(--bs-accordion-body-padding-y);
}
/* End FAQ Section  */

@media (max-width: 768px) {
  .app-cover-img {
    text-align: center;
  }
  .app-section-cover {
    height: auto;
  }
}
/* ===== End App Page ===== */

/* Start Footer Section */
footer {
  padding-top: 18px;
}
.footer-section {
  background-color: #121212;
  padding-top: 75px;
}
.footer-section .footer-heading {
  margin-bottom: 40px;
}
.footer-section .footer-heading h4 {
  color: #e7e7e7;
  font-size: 16px;
  font-weight: 700;
}
.footer-heading .input-group {
  height: 56px;
}
.footer-heading .input-group input {
  background-color: #6c757d;
  color: var(--white-color);
  border-color: #6c757d;
}
.footer-heading .input-group .form-control::placeholder {
  color: #f1f1f1;
}
.footer-heading .input-group input:focus {
  box-shadow: none;
}
.footer-heading .btn-main:hover {
  background-color: var(--main-color) !important;
  color: var(--white-color) !important;
}
.footer-section p {
  color: rgba(255, 255, 255, 0.71);
  line-height: 35px;
}
.footer-section h4 {
  font-size: 24px;
  font-weight: 700;
  color: #badeca;
  margin-bottom: 16px;
}
.footer-section ul li {
  margin-bottom: 12px;
}
.footer-section ul li a {
  font-size: 16x;
  font-weight: 400;
  color: #e7e7e7;
  display: inline-block;
  line-height: 1.8;
}
.footer-section ul li a:hover {
  color: var(--main-color);
}
.footer-section ul.contanct-us li {
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 19px;
}
.footer-section ul.contanct-us li img {
  display: inline-block;
  padding-top: 5px;
}
.footer-section .copyright {
  margin-top: 20px;
  padding: 20px 0;
  color: var(--white-color);
  text-align: center;
  border-top: 1px solid #ecdeb7;
}
/* End Footer Section */
