/*
Theme Name: Sportm Theme
Theme URI: https://bootscore.me/
Author: Webly Tech
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.0.0-beta1
Requires at least: 5.0
Tested up to: 6.5.2
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: waed-sport
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/

:root {
  --main-color: #138184;
}

@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("font/ArbFONTS-Droid-Arabic-Kufi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Frutiger LT Arabic";
  src: url('fonts/FrutigerLTArabic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: "Droid Arabic Kufi", "Tahoma", "Sans-Serif";
  font-size: 12px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  color: #333;
  /* Always Show Scrollbar */
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.dropdown-toggle::after {
  display: none;
}

.bg-main {
  background-color: var(--main-color);
}

.text-main {
  color: var(--main-color);
}


.btn-outline-main {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background-color: white;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.btn-outline-main:hover {
  background-color: #138184;
  color: white;
  border: 1px solid white;
}

.btn-main {
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.btn-main:hover {
  background-color: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

a {
  color: inherit;
  text-decoration: none;
}


.icon {
  width: 35px;
  height: 35px;
}

.navbar-brand-white {
  color: white !important;
}

#firstNavbar .logo-image {
  width: 125px;
  height: 80px;
}

#secondNavbar {
  background: linear-gradient(83deg, #178371 -5.16%, #138184 71.73%);

  /* padding: 27px 0; */
  color: #d9d9d9;

  button {
    color: inherit;
    background: none;
    border: none;
  }

  z-index: 1000;
}

.navbar-toggler {
  background: #2f484d !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav>li {

  align-items: center;
  font-size: 14px;
  font-weight: medium;
  padding: 10px;
  position: relative;
  display: flex;
	color:#fff;

}

.navbar-nav .nav-item i,
.navbar-nav .nav-item svg {
  margin: 0px 2px;
}

.navbar-nav .nav-item:hover {
  background-color: rgba(247, 146, 36, 0.1);
  color: white;
  border-radius: 3px;
}

.navbar-nav .dropdown ul li {
  width: 100%;
  height: 100%;
  text-align: start;
  transition: transform 0.3s, color 0.3s;
}

.navbar-nav .dropdown ul li a {
  width: 100%;
  display: flex;
  font-size: smaller;
  font-weight: 700;
}

.navbar-nav .dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  top: 40px;
  overflow: hidden;
  font-weight: 600;
  border: none;
  margin: auto;
  padding: 1rem;
  font-size: 14px;
  box-shadow: 0 0px 20px rgba(53, 103, 112, 0.5);
  z-index: 1;
}

.navbar-nav .dropdown ul li:hover {
  color: var(--main-color);
  border-radius: 5px;
  transform: translateX(-7px);
  transition: transform 0.3s, color 0.3s;
}

/* Specific selector for the last dropdown li that contains a ul */
.navbar-nav .dropdown:last-child ul {
  right: -30px;
}

.dropdown:hover .fa-angle-down {
  transform: scaleY(-1);
}

.fa-angle-down {
  transition: transform 0.4s;
}

.offcanvas-body li.nav-item {
  border-bottom: 1px solid #eee;
}

.custom-offcanvas {
  width: 250px !important;
}

.offcanvas-body .menu {
  width: 100%;
  margin-top: 30px;
}

.offcanvas-body .menu .nav-item {
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.offcanvas-body .menu .nav-item:hover {
  background-color: #138184;
  color: white;
}

.offcanvas-body .menu .nav-item a {
  padding: 12px;
  width: 100%;
  display: block;
  font-size: 14px;
}

.sub-btn {
  color: black;
  text-decoration: none;
  display: block;
  background-color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.offcanvas-body .menu .nav-item .sub-menu {
  color: #000 !important;
  padding: 0px;
  list-style: none;
}

.offcanvas-body .menu .nav-item .sub-menu li {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.offcanvas-body .menu .nav-item .sub-menu li:hover {
  color: white !important;
  background-color: #138184 !important;
}

.sub-btn.active {
  background-color: #138184;
  color: white;
}

.offcanvas-body .menu .nav-item a .dropdown {
  position: absolute;
  right: 0;
  margin: 20px;
  transition: 0.3s ease;
}

.offcanvas-body .menu .nav-item .sub-menu {
  background: #f8f8f8;
  display: none;
}

/* .offcanvas-body .menu .nav-item .sub-menu a {
    padding-left: 80px;
} */

.rotate {
  transform: rotate(180deg);
}

.offcanvas #offcanvasNavbarLabel {
  width: 250px;
  height: 160px;
}


/* #content {
  margin-top: 150px;
} */

.entry-header {
  color: #24554C;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
	text-align:center;
}

/* hero */

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
  width: 6rem !important;
  height: 5rem !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#heroCarousel .carousel-control-prev-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23148184" viewBox="0 0 16 16"><path d="M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z"/></svg>') !important;
}

#heroCarousel .carousel-control-next-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23148184" viewBox="0 0 16 16"><path d="M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>') !important;
}


#heroCarousel .carousel-indicators [data-bs-target] {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  background-color: #aeaeae !important;
}

#heroCarousel .carousel-indicators [data-bs-target].active {
  background-color: #148184 !important;
}

#heroCarousel .carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px !important;
}

#heroCarousel .carousel-caption {
  text-align: center;
}

#heroCarousel .hero-text {
  padding-top: 10%;
}

#heroCarousel .carousel-caption h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#heroCarousel .carousel-caption p {
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#heroCarousel .carousel-caption span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#heroCarousel .custom-gap {
  gap: 36px;
}

#heroCarousel .carousel-indicators {
  display: flex;
  justify-content: center;
  bottom: 20px;
}



@media (max-width: 1200px) {

  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
  }

  #heroCarousel .hero-text {
    padding-top: 10%;
  }

  #heroCarousel .carousel-indicators {
    bottom: 0px;

  }

  #heroCarousel .carousel-indicators[data-bs-target] {
    width: 12px !important;
    height: 12px !important;
  }

  #heroCarousel .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 5rem !important;
    height: 4em !important;
  }

  #heroCarousel .carousel-caption h2 {
    font-size: 35px;
  }

  #heroCarousel .carousel-caption p {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 2px;
  }

  #heroCarousel .carousel-caption span {
    font-size: 20px;
  }



  #heroCarousel .carousel-caption .custom-gap {
    gap: 15px;
  }

}

@media (max-width: 992px) {

  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
  }

  #heroCarousel .hero-text {
    padding-top: 5%;
  }

  #heroCarousel .carousel-indicators {
    bottom: 4px;

  }

  #heroCarousel .carousel-indicators [data-bs-target] {
    width: 12px !important;
    height: 12px !important;
  }

  #heroCarousel .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 4rem !important;
    height: 3rem !important;
  }

  #heroCarousel .carousel-caption h2 {

    font-size: 30px;
  }

  #heroCarousel .carousel-caption p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 2px;
  }

  #heroCarousel .carousel-caption span {
    font-size: 18px;
  }



  #heroCarousel .carousel-caption .custom-gap {
    gap: 13px;
  }

}

@media (max-width: 768px) {

  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
  }

  #heroCarousel .hero-text {
    padding-top: 15%;
  }

  #heroCarousel .carousel-indicators {
    bottom: -13px;

  }

  #heroCarousel .carousel-indicators [data-bs-target] {
    width: 8px !important;
    height: 8px !important;
  }

  #heroCarousel .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem !important;
    height: 2rem !important;
  }

  #heroCarousel .carousel-caption h2 {
    font-size: large;
  }

  #heroCarousel .carousel-caption p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 2px;
  }

  #heroCarousel .carousel-caption span {
    font-size: 10px;
  }

  #heroCarousel .carousel-caption span {
    font-size: 10px;
  }

  #heroCarousel .carousel-caption .custom-gap {
    gap: 10px;
  }

}

@media (max-width: 576px) {

  #heroCarousel .hero-text {
    padding-top: 5%;
  }
}

.fixed-size-card {
  width: 152px;
  height: 92px;
/*   background-color: #1CB499; */
	background-color:#ffffff;
  color: white;
}

.custom-readMore-btn {
  background-color: #138184;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 29px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
}

#servicesCarousel .carousel-control-prev-icon,
#servicesCarousel .carousel-control-next-icon {
  width: 2rem !important;
  height: 2rem !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.custom-row {
  width: 340px;
}

#servicesCarousel .carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;

  border-radius: 50% !important;
  background-color: #2b2727 !important;
}

#servicesCarousel .carousel-indicators {
  bottom: -55px;
}

#servicesCarousel .carousel-indicators [data-bs-target].active {
  background-color: #148184 !important;
}

.custom-icon-size {
  font-size: 19px;
}

/* .achievements-container {
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  text-align: center;
}
.achievements-container img {
  position: absolute;

  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.achievements-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.achievements-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
} */


.achievements-container {
  background-size: cover;
  background-position: center;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  text-align: center;
}

.achievements-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.achievements-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}




/* hero */


/* About Block */
.about .card {
  padding: 15px;
  border-radius: 5px;
  background: white;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, .1);
}

.about .card-title {
  color: #24554C;
  font-size: 16px;
  line-height: 150%;
}

.about .card-text {
  font-size: 12px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

/* About Block */


/* Articles Block */
.blogs {
  .card {
    border-radius: 0;
  }

  .img-card {
    height: 80px;
  }

  .img-card img {
    margin-top: -80px;
  }

  .card-text {
    font-size: 11px;
    color: #909090;
  }

  .card-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8;
  }

}

/* Articles Block */


/* Partner Block */


#partnersCarousel .carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;

  border-radius: 50% !important;
  background-color: #2b2727 !important;
}

#partnersCarousel .carousel-indicators {
  bottom: -55px;
}

#partnersCarousel .carousel-indicators [data-bs-target].active {
  background-color: #148184 !important;
}

#partnersCarousel .carousel-inner,
#servicesCarousel .carousel-inner {
  height: 216px;
}

#partnersCarousel .col-img {
  width: 152px;
  height: 92px;

  color:#138184;
  text-align: center;
  font-weight: 500;

}

/* Partner Block */

/* Media Block */


#gallery-carousel .carousel-indicators [data-bs-target] {
  width: 90px !important;
  height: 82px !important;
}

#gallery-carousel .carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}

#gallery-carousel .carousel-indicators {
  position: static;
}

#gallery-carousel .carousel-inner {
  height: 250px !important;
}

@media (max-width: 767px) {
  /* ... */

  .top-content .carousel-control-prev,
  .top-content .carousel-control-next {
    display: none;
  }

  .top-content .carousel-indicators li {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* ... */
}

.media-section #mediaCarousel .video-card {
  width: 12rem;
}

.media-section #mediaCarousel .video-card p {
  font-size: 14px;
  color: #0e0f16;
  font-weight: 500;
}

.media-section #mediaCarousel .video-card .custom-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.media-section #mediaCarousel .video-card .date {
  color: #707070;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
}

.image-container {
  display: inline-block;
  position: relative;
  height: 100px;
}

.play-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #24554Caf;
  font-size: 26px;
  color: white;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 52px !important;
  border-radius: 50%;
  transition: transform .25s ease, background .25s ease;
  padding: 2px 0 0 4px;
}

.play-icon:hover {
  background: #1e4a43;
  transform: translate(-50%, -50%) scale(1.1);
}


#modalCarousel .custom-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#modalCarousel .carousel-control-prev.custom-carousel-control {
  left: 0;
}

#modalCarousel .carousel-control-next.custom-carousel-control {
  right: 0;
}

#modalCarousel .custom-prev-icon::before {
  content: '\276F';
  color: white;
  font-size: 24px;
}

#modalCarousel .custom-next-icon::before {
  content: '\276E';
  color: white;
  font-size: 24px;
}


#mediaCarousel .play-button,
#mediaCarousel .stop-button {
  background: rgba(255, 255, 255, 0.31);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 27%;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, background-color 0.3s;
}

#mediaCarousel .play-button:hover,
#mediaCarousel .stop-button:hover {
  background: white;
  transform: scale(1.5);
}

#mediaCarousel .video-icon {
  color: white;
  transition: color 0.3s;
}

#mediaCarousel .play-button:hover .video-icon {
  color: #f79325;
}

#mediaCarousel .stop-button:hover .video-icon {
  color: #f79325;
}

#mediaCarousel .video-card video {
  pointer-events: none;
}

.media-section .twitter-timeline {
  display: flex;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.media-section .twitter-timeline iframe {
  position: static;
  visibility: visible;
  width: 394px;
  height: 400px;
  display: block;
  flex-grow: 1;
}

.video-library .video-card {

  margin-bottom: 24px;
}

.video-library .container.inner {
  padding: 30px 15px 30px 15px !important;
}

.video-library .video-card .image-container {
  height: 208px;
  width: 250px;
}


.video-library .card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.video-library .card {
  border-radius: 4px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
  transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
  cursor: pointer;
}


.video-library .card:hover .play-icon {
  background: #1e4a43;
  transform: translate(-50%, -50%) scale(1.1);
}


#videoLibraryModalCarousel .custom-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#videoLibraryModalCarousel .carousel-control-prev.custom-carousel-control {
  left: 0;
}

#videoLibraryModalCarousel .carousel-control-next.custom-carousel-control {
  right: 0;
}

#videoLibraryModalCarousel .custom-prev-icon::before {
  content: '\276F';
  color: white;
  font-size: 24px;
}

#videoLibraryModalCarousel .custom-next-icon::before {
  content: '\276E';
  color: white;
  font-size: 24px;
}

/* Media Block */

/* Chart block */
.charts-section .pie-chart {
  height: 500px;
}

/* Chart block */

/* Footer */


footer {
  background-color: #138184;
  color: #fff;
}

.footer-bg-image {
/*   padding-top: 30px; */
/*   padding-bottom: 30px; */
/*   background-image: url("https://sportm.org.sa/wp-content/uploads/2024/10/footer-1.png"); */
  background-size: cover;
  background-position: center;
}

.footer-title {
  text-align: start;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.footer-sub-title {
  text-align: start;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.footer-content {
/*   font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: start; */
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: start;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.footer-arrow {
  width: 24px;
  height: 24px;
  color: #aeaeae;
  text-align: center;
}

.footer-link a {
  text-align: start;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.footer-link a:hover {
  color: #aeaeae;
  font-weight: 500;
}

.social-btn {
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.social-btn i {
  color: #fff;
}

.whatsapp-icon {
  background-color: rgba(37, 211, 102, 1);
}

.instagram-icon {
  background-color: rgba(240, 0, 115, 1);
}

.youtube-icon {
  background-color: rgba(255, 0, 0, 1);
}

.facebook-icon {
  background-color: rgba(59, 89, 152, 1);
}

.twitter-icon {
  background-color: rgba(29, 161, 242, 1);
}

.btn.whatsapp-icon:hover {
  background-color: rgba(37, 211, 102, 0.7);
}

.btn.instagram-icon:hover {
  background-color: rgba(240, 0, 115, 0.7);
}

.btn.youtube-icon:hover {
  background-color: rgba(255, 0, 0, 0.7);
}

.btn.facebook-icon:hover {
  background-color: rgba(59, 89, 152, 0.7);
}

.btn.twitter-icon:hover {
  background-color: rgba(29, 161, 242, 0.7);
}

.footer-logo {
  margin-top: 50px;
  width: 170px;
  /* height: 117px; */
  flex-shrink: 0;
}


.footer-copyright {
/*   text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  background-color: #1CB499; */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
 background-color: #1CB499;
}

@media (max-width: 1260px) {
  .footer-link a {
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .header {
    font-size: 14px;

    img {
      width: 90px;
    }

    button {
      padding: 12px 12px !important;
    }

    .btns.d-flex {
      flex-direction: column;
      text-wrap: nowrap;
    }
  }
}

/**article****/
.img-card {
  display: block;
  width: 75%;

  padding-top: 70%;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
}

.img-card img {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.overlay {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.35s ease;
  border-radius: 3px;
}

.img-card:hover .overlay {
  opacity: 1;
}

.overlay i {
  background: #fff;
  color: #7a7e81;
  padding: 20px;
  border-radius: 50%;
  font-size: 20px;
  transition: transform 0.35s ease;
}

.img-card:hover .overlay i {
  transform: scale(1.2);
}


/*************CEO***********************/


.entry_founding {
  padding: 15px;
  border-radius: 5px;
  background: white;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.1);
}

.body_container {
  margin-top: 50px;
}

.teamWrapper {
  padding: 25px;
}

a:hover {
  color: #F79224;
}

.avatar {
  position: relative;
  top: -80px;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-bottom: 0.5px solid rgb(170, 170, 173);
  box-shadow: 0px 3px 10px 3px rgba(170, 170, 173, 0.5);
  border-radius: 50%;
}


.teamcolinner {
  position: relative;
  background: #fff;
  z-index: 1;
  text-align: center;
  border-radius: 10px;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.teamcol {
  padding: 15px !important;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: transform 1s ease-in-out, box-shadow 0.3s ease-in-out;
  margin-bottom: 20px;


}

.teamcol:hover {
  transform: translateY(-30px);
  box-shadow: 0px 3px 10px 3px rgba(170, 170, 173, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.teamcol:before,
.teamcol:after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  transition: width 1s ease-in-out;
}

.teamcol:before {
  right: 0;
  top: 0;
  background: linear-gradient(#F79224, #138184);
  border-top-right-radius: 10px;
}

.teamcol:after {
  left: 0;
  bottom: 0;
  background: linear-gradient(#26544A, #57756F);
  border-bottom-left-radius: 10px;
}

.teamcol:hover::before,
.teamcol:hover::after {
  width: 100%;
}

.member-name,
.member-info,
.member-mail {
  margin-top: -55px;
  text-align: center;
}


.section_header.original {
  background: #feffff;
}

.executive-word-title {
  text-align: right;
  color: #0078ad;
}

.section_description {
  text-align: left;
}

.social_media {
  text-align: center;
}

.social_media a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
}

.social_media a:hover {
  opacity: 0.8;
}

/*****************government***************************/
.file_container {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.file_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ddd;
}

.file_container h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.file_container h3 i {
  margin-left: 5px;
}

.file_container .download_button {
  flex-basis: 150px;
  border: 1px solid #9d9b9b;
  border-right: 10px solid #26544A;
}

.download_button {
  display: flex;
  width: 100%;
  padding: 5px 5px 5px 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
  text-align: right;
  white-space: initial;
  justify-content: flex-start;
  padding: 8px;
}

.download_button i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #606060;
  margin-left: 5px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  min-width: 35px;
  width: 35px;
  height: 35px;
}

.file_container a:hover {
  background-color: #f9f9f9;
}

.file_container a i {
  font-size: 24px;
  margin-right: 10px;
}

.file_container a div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: right;
}


.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination a {
  padding: 5px 10px;
  margin: 0 5px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
}

.pagination a.current {
  background-color: #26544A;
  color: #fff;
}

.pagination a:hover {
  background-color: #f1f1f1;
}


@media (max-width: 768px) {
  .file_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .file_container h3 {
    margin-bottom: 10px;
  }

  .download_button {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    max-height: 80px;
    overflow: hidden;
  }

  .download_button div {
    text-align: left;
    margin-top: 5px;
  }
}

/************image*************/



/* Image Library Page */
.image-library .card-img-overlay {
  background-color: rgba(122, 126, 129, 0.60);
}

.image-library .card-img {
  height: 350px;
  /* width: 280px; */
}

.image-library .custom-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}


.image-library .card-link {
  text-decoration: none;
}

.image-library .card-link .card {

  transition: transform 0.5s, box-shadow 0.5s;
}

.image-library .card-link .card-img-overlay {
  padding: 12px;
}

.image-library .card-link .card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.image-library p {
  font-size: 14px;
}

.image-library .card-link .card .card-body img {
  border-radius: 5px;
  transition: transform 0.5s;
}

.image-library .card-link .card:hover .card-body img {
  transform: scale(1.02);
}




/* single news page */

.single-news-page .card {
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, .2);
  border: none;
}

.single-news-page {
  padding-bottom: 100px;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: calc(100vh - 20px);
  padding-bottom: 50px;
  overflow: hidden;
}

.sticky-bar-content {
  height: calc(60vh - 100px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sticky-bar-content::-webkit-scrollbar {
  display: none;
}

.sticky-sidebar .card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.4s ease, color 0.4s ease;
  background: #f8f8f8;
}

.sticky-sidebar .card a {
  text-decoration: none;
}

.sticky-sidebar .card:hover,
.sticky-sidebar .card.active {
  background: linear-gradient(to right, #b4c9cd, #d9d9d9);
  color: var(--main-color);
}

.sticky-sidebar h5 {
  color: 
#138184;
}

.sticky-sidebar p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.sticky-sidebar .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #138184;
  transition: width 0.4s ease;
}

.sticky-sidebar .card:hover::before,
.sticky-sidebar .card.active::before {
  width: 10px;
}

/* single image page */
.single-image-page .card {
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, .2);
  border: none;
}

.single-image-page h3 {
  color: #138184;
}


.single-image-page {
  padding-bottom: 100px;
}

.single-image-page .sticky-sidebar {
  height: max-content !important;
}

.single-image-page .sticky-bar-content {
  height: calc(50vh - 100px) !important;
}

.single-image-page .card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.single-image-page .card-img {
  transition: transform 0.4s ease;
}

.single-image-page .card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Overlay color */
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-image-page .magnify-icon {
  color: white;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.single-image-page .card:hover .card-img {
  transform: scale(1.1);
}

.single-image-page .card:hover .card-img-overlay {
  opacity: 1;
}

.single-image-page .card:hover .magnify-icon {
  opacity: 1;
}


#imageLibraryModalCarousel .custom-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#imageLibraryModalCarousel .carousel-control-prev.custom-carousel-control {
  left: 0;
}

#imageLibraryModalCarousel .carousel-control-next.custom-carousel-control {
  right: 0;
}

#imageLibraryModalCarousel .custom-prev-icon::before {
  content: '\276F';
  color: white;
  font-size: 24px;
}

#imageLibraryModalCarousel .custom-next-icon::before {
  content: '\276E';
  color: white;
  font-size: 24px;
}

#imageLibraryModalCarousel .carousel-inner {
  height: 500px;
}


/* Contact Us Page */

.contact-us-page .card {
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.2);
  border: none;
}

.sticky-contact-sidebar h5 {
  color: #138184;
}

.sticky-contact-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sticky-contact-sidebar ul li {
  margin-bottom: 10px;
  /* Add spacing between list items */
}

.sticky-contact-sidebar ul a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.sticky-contact-sidebar ul i {
  background-color: #138184;
  color: white;
  padding: 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.sticky-contact-sidebar ul a:hover i {
  background-color: #2a5158;
  transform: scale(1.1);
}

.sticky-contact-sidebar ul a span {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  transition: color 0.3s ease;
}

.sticky-contact-sidebar ul a:hover span {
  color: #138184;
}

.contact-us-page h3 {
  color: #138184;
}

.submit-btn {
  background-color: #138184;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 29px;
  padding: 16px 6rem;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.submit-btn:hover {
  background-color: #2a505a;
  color: #e0e0e0;
}

.submit-rating-btn {
  background-color: #138184;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 29px;
  padding: 16px 6rem;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.submit-rating-btn:hover {
  background-color: #2a505a;
  color: #e0e0e0;
}

.contact-us-page input:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(53, 103, 112, 0.5);
  border-color: #138184;
}

.contact-us-page textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(53, 103, 112, 0.5);
  border-color: #138184;
}

/* Rating Page */
.rating-page .card {
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.2);
  border: none;
}

.rating-page h3 {
  color: #138184;
}

.rating-page .custom-radio input[type="radio"] {
  display: none;
}

.rating-page .custom-radio .checkmark {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.rating-page .custom-radio input[type="radio"]:checked+.checkmark {
  background-color: #138184;
}

.rating-page .custom-radio .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}

.rating-page .custom-radio input[type="radio"]:checked+.checkmark::after {
  display: block;
  transform: translate(-50%, -50%) scale(1);
}

.rating-page .card {
  color: #1e1e1e;
  font-size: 16px;
}

/* Service Page */
.single-service-page .card {
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.2);
  border: none;
}

.custom-title {
  position: relative;
  display: inline-block;
}

.custom-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: #a7a7a7;
}

.custom-title {
  color: #636363;
}

.custom-list {
  list-style: none;
  padding: 0px;
}

.custom-list li {
  position: relative;
  padding: 0px 20px;
  margin-bottom: 10px;
}

.custom-list li::before {
  content: "•";

  left: 0;
  color: #138184;
  font-size: 25px;
  line-height: 1;
  margin: 10px;
}

.single-service-page h3 {
  color: #138184;
}

.single-service-page .card-img {
  transition: transform 0.4s ease;
}

.single-service-page .card {
  position: relative;
  overflow: hidden;
  /* cursor: pointer; */
}

.single-service-page .card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Overlay color */
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.single-service-page .magnify-icon {
  color: white;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.single-service-page .card:hover .card-img {
  transform: scale(1.1);
}

.single-service-page .card:hover .card-img-overlay {
  opacity: 1;
}

.single-service-page .card:hover .magnify-icon {
  opacity: 1;
}

#singleServicePageCarousel .custom-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#singleServicePageCarousel .carousel-control-prev.custom-carousel-control {
  left: 0;
}

#singleServicePageCarousel .carousel-control-next.custom-carousel-control {
  right: 0;
}

#singleServicePageCarousel .custom-prev-icon::before {
  content: "\276F";
  color: white;
  font-size: 24px;
}

#singleServicePageCarousel .custom-next-icon::before {
  content: "\276E";
  color: white;
  font-size: 24px;
}

#singleServicePageCarousel .carousel-inner {
  height: 500px;
}

/* Join Organization page*/

.join-organization-page .card {
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.2);
  border: none;
}

.join-organization-page h3 {
  color: #138184;
}

.join-organization-page .custom-select {
  padding: 10px;
  padding-left: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="%23333" stroke-width=".75" d="M0 0L2 2.5 4 0"/></svg>');
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 10px 10px;
  direction: rtl;
}

.join-organization-page label {
  font-size: 14px;
  display: block;
}

.join-organization-page select,
.join-organization-page input,
.join-organization-page textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  font-size: 14px;
}

.join-organization-page select:focus,
.join-organization-page input:focus,
.join-organization-page textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(53, 103, 112, 0.5);
  border-color: #138184;
}

.join-organization-page label {
  min-width: 110px;
}

.join-organization-page .form-input {
  flex-basis: calc(33.33% - 10px);
}

.join-organization-page .form-input label {
  min-width: 110px;
}

.join-organization-page .form-input label {
  flex-basis: 90px;
}

.join-organization-page .form-input {
  flex-basis: calc(33.33% - 10px);

  display: flex;
  align-items: center;
  flex-basis: 20%;
  min-width: 200px;
  flex-grow: 1;
  margin: 5px;
}






/* volunteer page*/

.volunteer-page .card {
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.2);
  border: none;
}

.volunteer-page h3 {
  color: #138184;
}

.volunteer-page .custom-select {
  padding: 10px;
  padding-left: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="%23333" stroke-width=".75" d="M0 0L2 2.5 4 0"/></svg>');
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 10px 10px;
  direction: rtl;
}

.volunteer-page label {
  font-size: 14px;
  display: block;
}

.volunteer-page select,
.volunteer-page input,
.volunteer-page textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  font-size: 14px;
}

.volunteer-page select:focus,
.volunteer-page input:focus,
.volunteer-page textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(53, 103, 112, 0.5);
  border-color: #138184;
}

.volunteer-page label {
  min-width: 110px;
}

.volunteer-page .form-input {
  flex-basis: calc(33.33% - 10px);
}

.volunteer-page .form-input label {
  min-width: 110px;
}

.volunteer-page .form-input label {
  flex-basis: 90px;
}

.volunteer-page .form-input {
  flex-basis: calc(33.33% - 10px);

  display: flex;
  align-items: center;
  flex-basis: 20%;
  min-width: 200px;
  flex-grow: 1;
  margin: 5px;
}

/* back to top button */
.scrollToTopBtn {
  background: #138184;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Show the button when needed */
.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/* Add focus state for accessibility */
.scrollToTopBtn:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(53, 103, 112, 0.5);
}

.scrollToTopBtn i {
  color: rgb(181, 189, 196);
}

.volunteer {
  max-width: 400px; 
}

