@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

:root {
  --pmy-alpha: #ffffff;
  --pmy-main: #f27649;
  --pmy-beta: #000000;
  --pmy-betal: #000107;
  --pmy-beta-l: #333333;
  --pmy-base: #f0f1f0;
  --pmy-light: #b2afb0;
  --pmy-alter: #162239;
  --clr-lue: #2c3e50;
  --pmy-gradient: linear-gradient(135deg, #f27649 0%, #e65c00 100%);
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  font-size: 100% !important;
}

body {
  font-weight: 400;
  line-height: 1.75;
  color: var(--pmy-beta-l);
  -webkit-font-smoothing: antialiased;
  font-family: 'Open sans', sans-serif;
  position: relative;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Adelle', serif;
  font-weight: 700;
  line-height: 1.2em;
}

h1 {
  font-size: 3.052rem;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

small,
.text_small {
  font-size: 0.8rem;
}

h1.hero_text {
  font-size: 4rem;
}

a {
  color: var(--pmy-main);
  text-decoration: none;
}

a:hover {
  color: #e65c00;
  text-decoration: none;
  transition: color 0.3s ease;
}

.filler {
  height: 17px !important;
  visibility: hidden;
}

.mng_split {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clr_light {
  color: var(--pmy-light);
}

.clr_nge {
  color: var(--pmy-main);
}

.bg_nge {
  background-color: var(--pmy-main);
}

.bg_light {
  background-color: var(--pmy-light);
}

img,
svg {
  vertical-align: middle;
}

.main {
  width: 100%;
  position: relative;
}

.info {
  font-size: 0.75rem;
  color: var(--pmy-alpha);
  background-color: var(--pmy-alter);
}

.info span i {
  font-size: 0.75rem;
}

.info a {
  text-decoration: none;
  color: var(--pmy-alpha);
}

header {
  width: 100%;
  z-index: 99;
  background-color: var(--pmy-alpha);
}

header nav a {
  text-decoration: none;
}

header nav a:hover {
  color: #dcdcdc;
}

header nav>div {
  height: 100%;
}

header nav .navbar-brand img {
  width: auto;
  height: 50px;
  max-width: 100%;
}

header nav .navbar-brand span {
  font-size: 1.5rem;
  color: var(--pmy-main);
  letter-spacing: 1px;
}

header .navbar .nav-link:hover {
  text-decoration: none;
}

.dropdown-menu {
  display: none !important;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem 0;
}

.dropdown-menu.show {
  display: block !important;
}

.dropdown-item {
  font-weight: 500;
  color: var(--pmy-beta);
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: var(--pmy-main);
}

.navlinks ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.navlinks ul li {
  position: relative;
}

.navlinks ul li a {
  font-size: 1rem;
  font-weight: 600;
  color: var(--pmy-beta);
}

.navlinks ul li a:hover {
  color: #909090;
}

.navlinks ul li a.active {
  color: var(--pmy-main);
}

.navlinks .mng_link {
  padding: 0.75rem 1.5rem !important;
  border-radius: 4px;
  color: var(--pmy-alpha) !important;
  background-color: var(--pmy-main);
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar .navbar-toggler {
  color: var(--clr-lue);
  border-color: var(--pmy-main);
}

form .form-check-input:focus,
form .form-control:focus,
form .form-select:focus,
.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 118, 73, 0.35);
}

form .form-control:focus,
form .form-select:focus {
  background-color: var(--pmy-base);
  border-color: var(--pmy-main);
}

form .form-check-input:checked {
  background-color: var(--pmy-main);
  border-color: var(--pmy-main);
}

form .form-check-input,
form .form-control,
form .form-select {
  background-color: var(--pmy-base);
}

.navbar .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='rgb%28242, 118, 73%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navlinks .mng_link:hover {
  color: #fff;
}

.breadcrumb-item.active {
  text-transform: capitalize;
}

.cust_buttons,
.cust_black {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  display: inline-block;
  color: var(--pmy-main);
  background-color: var(--pmy-main);
  position: relative;
  overflow: hidden;
}

.cust_buttons::before,
.cust_black::before {
  width: 100%;
  height: 100%;
  content: '\f30b';
  position: absolute;
  border-radius: 8px;
  font-size: 1.5rem;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pmy-alpha);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  background-color: var(--pmy-main);
  font-family: "Font Awesome 5 Free";
  transition: transform 0.3s ease;
}

.cust_buttons::after,
.cust_black::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  color: var(--pmy-alpha);
  transform: translateX(0%);
  content: attr(data-content);
  background-color: var(--pmy-main);
  transition: transform 0.3s ease;
}

.cust_black {
  color: var(--pmy-beta);
}

.cust_buttons:hover::before,
.cust_black:hover::before {
  transform: translateX(0%);
}

.cust_buttons:hover::after,
.cust_black:hover::after {
  transform: translateX(100%);
}

.cust_black,
.cust_black::before,
.cust_black::after {
  background-color: var(--pmy-beta);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cust_buttons:hover,
.cust_black:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(242, 118, 73, 0.3);
}

.hero_section {
  position: relative;
}

.hero_section>.slider_controller {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: calc(90% / 2);
  z-index: 100;
}

.hero_section .slider_controller span {
  height: 100%;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_section .slider_controller span i {
  font-size: 4rem;
  color: var(--pmy-light);
}

.hero_section .slider_controller span:hover i {
  cursor: pointer;
}

.hero_section .redundant {
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.redundant>.blur {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.59);
}

.redundant h2 {
  color: #ffffff;
}

.redundant p {
  font-weight: 600;
}

.redundant a {
  color: var(--pmy-main);
}

.contain_main .page_content {
  padding-top: 4rem;
  padding-bottom: 1.5rem;
}

.page_content .mng_contain {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page_content .huge {
  display: inline-block;
  font-size: 150px;
  font-weight: 600;
  padding: 1.5rem 1rem;
  /* letter-spacing: px; */
  line-height: 0.632;
}

.page_content .mng_contain div {
  width: 70%;
  margin: 1rem auto;
  text-align: center;
}

.page_content h3 {
  margin-bottom: 1.5rem;
}

.page_content .pgc_text {
  margin-bottom: 1.5rem;
  color: var(--pmy-light);
}

.page_content .content-show {
  width: 100%;
  border-color: #d3d3d3;
}

.page_content .content-show h5 {
  color: var(--pmy-main);
}

.page_content .donation_checkout {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.donation_checkout .appreciation_note {
  display: flex;
  min-height: 240px;
  align-items: center;
  justify-content: center;
}

.donation_form .amt_slt>div>div {
  height: 48px;
  position: relative;
  width: calc(100% / 5);
}

.amt_slt>div>div input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.amt_slt>div>div input[type=radio]:checked~label {
  color: #fff;
  background-color: var(--pmy-main);
}

.amt_slt>div>div label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d3d3;
}

.team_item {
  position: relative;
}

.team_item .card_socials {
  display: flex;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #0077B5;
  bottom: 6.875rem;
  right: 1rem;
}


.team_item .card_socials i {
  font-size: 1.15rem;
}


.case_title {
  color: var(--pmy-main);
  text-transform: capitalize;
}


.carosel_item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carosel_item img {
  width: 100%;
  height: auto;
  display: block;
}

.carosel_item .carousel_caption {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}

.carosel_item .carousel_caption h1 {
  /* font-size: 48px; */
  font-weight: 600;
  color: #ffffff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
}


.main .cause_section,
.main .event_section,
.main .gallery_section,
.main .partner_section,
.main .sect_testimonials,
.main .project_section {
  padding: 4rem 0;
}

.cause_section .cause_header,
.project_section .project_header {
  margin-bottom: 4rem;
  text-align: center;
}

.cause_header h6,
.project_header h6,
.gallery_section h6,
.stats_header h6 {
  font-weight: 700;
  color: var(--pmy-main);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

/* Impact Stats Section */
.impact_stats {
  padding: 5rem 0;
  background-color: var(--pmy-main);
  color: #fff;
}

.stats_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  text-align: center;
}

.stat_item h2 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.stat_item p {
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.9;
}

/* Standardized Cards */
.project_item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.project_img {
  height: 240px;
  position: relative;
  overflow: hidden;
}

.project_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project_item:hover .project_img img {
  transform: scale(1.1);
}

.project_body {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.project_body h5 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  height: 3.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Grid Utilities to prevent overflow */
.grid_container {
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Hero Content Refinements */
.hero_content_wrapper {
  max-width: 800px;
}

.hero_cta {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .hero_cta {
    flex-direction: column;
    gap: 1rem;
  }

  .hero_text {
    font-size: 2.5rem !important;
  }
}

.cause_header h6 span,
.project_header h6 span {
  color: var(--pmy-main);
}

.cause_header h3,
.project_header h3,
.gallery_section h3,
.sect_testimonials h3,
.about_contain .who_text h3,
.partner_section h3,
.event_section .event_header h3,
.page_content h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 5.25rem;
  text-transform: capitalize;
}

.cause_header h3::before,
.project_header h3::before,
.gallery_section h3::before,
.partner_section h3::before,
.event_section .event_header h3::before,
.page_content h3:before {
  content: "";
  height: 4px;
  width: 110px;
  bottom: -2rem;
  position: absolute;
  left: calc((100% - 110px) / 2);
  background-color: var(--pmy-main);
}

.cause_section .cause_inner {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.cause_section .cause_contain {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cause_section .cause_contain>* {
  display: inline-block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: var(--pmy-beta);
}

.cause_contain a>.cause_item {
  width: 472px;
  padding: 1rem;
}

.cause_item .item_header .item_img {
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}

.cause_item .item_header img {
  max-width: 100%;
  vertical-align: top;
  border: none;
  transition: transform 0.3s ease;
}

.cause_item .item_content {
  padding: 1rem;
  height: 280px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.cause_item .item_content h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  transition: color 0.5s ease-in-out;
}

.cause_contain>*:hover h4 {
  color: var(--pmy-main);
}

.cause_contain>*:hover img {
  transform: scale(1.1);
}

.cause_item .item_content p {
  font-size: 0.875rem;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: var(--pmy-beta-l);

}

.cause_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.cause_content>div h4 {
  text-transform: capitalize;
}

.cause_content .project_item {
  flex: 0 0 calc(33.33% - 24px) !important;
}

.project_item img {
  width: 100%;
}

.project_item:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}


.main .about_section {
  background-size: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--pmy-main);
}

.about_section .about_contain {
  width: 100%;
  height: 100%;
  background-color: rgb(242, 118, 73, 0.85);
}

.about_contain .about_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.about_contain .video_box {
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0px 0px;
}

.video_box img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  object-position: bottom;
}

.video_box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.29);
}

.video_box .layer svg {
  width: 4rem;
  height: 4rem;
}

.about_contain .who_text {
  display: flex;
  padding-left: 1rem;
  padding-right: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--pmy-alpha);
}


.about_contain .who_text h2 {
  margin-bottom: 2rem;
}

.about_contain .who_text p {
  margin-bottom: 2rem;
}

.who_text>div a {
  text-decoration: none;
}

body .body_overlay,
body .display_box {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.59);
}

.body_overlay span,
.display_box span {
  position: absolute;
  color: var(--pmy-main);
  font-size: 3rem;
  top: 15%;
  right: 15%;
  cursor: pointer;
}

.body_overlay .overlay_inner,
.display_box .box_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.39);
}

.body_overlay .overlay_inner iframe,
.display_box .box_inner img {
  width: 40%;
  height: 40%;
  object-fit: cover;
  object-position: center;
  animation-name: displaySlow;
  animation-duration: 1s;
  animation-timing-function: ease;
  /* transition: 0.3s; */
}


.main .project_section,
.project_section .project_inner {
  width: 100%;
}

.project_section .project_inner .proj_container {
  width: 100%;
}

.project_inner .proj_container .project_contain {
  width: 100%;
  overflow: hidden;
  padding: 1rem 1rem 1rem 1.5rem;
}

.testimony_inner .owl-carousel .owl-item {
  height: 0;
}

.testimony_inner .owl-carousel .owl-item.active {
  height: auto;
}

.owl-carousel .project_item,
.cause_content .project_item {
  flex: 1;
  position: relative;
  background-color: #fff;
  transition: 0.5s ease;
}

.project_item {
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #d3d3d3;
}

.project_item .project_img {
  overflow: hidden;
  position: relative;
}

.project_item .project_img .proj_link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0px 0px;
  background-color: rgba(0, 0, 0, 0.39);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.project_item:hover .project_img .proj_link {
  opacity: 1;
  visibility: visible;
}

.project_item .project_img img {
  border: none;
  max-width: 100%;
  vertical-align: top;
}

.project_item .project_body {
  padding: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project_item .project_body h5 {
  font-weight: 600;
  color: var(--pmy-beta);
  text-transform: capitalize;
}

.project_item .project_body h5:hover {
  text-decoration: none;
  color: var(--pmy-main);
}

.project_body .project_progress {
  height: 10px;
  margin: 1.5rem 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ddd;
}

.project_body .project_progress .progress_inner {
  height: 100%;
  border-radius: 4px;
}

.project_body .progress_rep {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progress_rep .progress_raised>*,
.progress_rep .progress_goal>* {
  display: inline-block;
}

.progress_rep .progress_raised h6,
.progress_rep .progress_goal h6 {
  margin-right: 0.5rem;
}

.project_nav {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
}

.project_nav button {
  padding: 1rem;
  border: none;
}

.project_nav button span {
  font-size: 1.5rem;
  cursor: pointer;
}

.main .event_section,
.main .project_section {
  background-color: #f0f1f0;
}

.event_section .event_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event_section .event_header a {
  margin-bottom: 5.125rem;
}

.event_content>div {
  border: 1px solid #d3d3d3;
}

.event_content>div h5 {
  text-transform: capitalize;
}

.event_content>div:hover h5 {
  cursor: pointer;
  text-decoration: underline;
  color: var(--pmy-main);
}

.news_side {
  padding: 0 1rem;
}

.news_side h5 {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #d3d3d3;
}


.event_carosel .event_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--pmy-alpha);
  border: 1px solid #d3d3d3;
  border-radius: 4px 0px 0px 4px;
}

.event_item .event_img {
  width: 40%;
  height: 100%;
  overflow: hidden;
  position: relative;
  flex-basis: 0 0 auto;
}

.event_item .event_img .event_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  visibility: hidden;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.59);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.event_item:hover .event_link {
  opacity: 1;
  visibility: visible;
}

.event_img .event_link a {
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  color: var(--pmy-alpha);
  background-color: var(--pmy-main);
}

.event_item .event_img img {
  width: 100%;
  height: 100%;
  border: none;
  transition: transform 0.3s ease;
}

.event_item:hover .event_img img {
  transform: scale(1.1);
}

.event_item .event_body {
  flex: 0 0 auto;
  width: 60%;
  padding: 1.5rem 0 1.5rem 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.event_item .event_body a h6 {
  color: var(--pmy-beta);
  font-weight: 600;
}

.event_item .event_body a h6:hover {
  cursor: pointer;
  color: var(--pmy-main);
}

.event_item .event_body p {
  margin-bottom: 16px;
  color: var(--pmy-beta-l);
}

.news_corner .news_item {
  height: 100%;
  background-color: var(--pmy-alpha);
  border: 1px solid #d3d3d3;
  border-radius: 4px 4px 0px 0px;
}

.news_content>a {
  text-decoration: none;
  color: var(--pmy-beta);
}

.news_content>a h6 {
  text-transform: capitalize;
}

.news_content>a:hover h6 {
  color: var(--pmy-main);
  text-decoration: underline;
}

.news_item:hover .news_img img {
  transform: scale(1.1);
}

.news_corner .news_item .news_img {
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
}

.news_item .news_img img {
  max-width: 100%;
  border: none;
  transition: transform 0.3s ease;
}

.news_item .news_body {
  padding: 1.5rem 1rem;
}

.news_item .news_body h6 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}

.news_item .news_body h6 a {
  color: var(--pmy-beta-l);
  text-decoration: none;
}

.news_item .news_body h6 a:hover {
  color: var(--pmy-main);
}

.news_item .news_link a {
  font-size: 1rem;
}

.gallery_section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gallery_section h2 {
  text-align: center;
  color: var(--pmy-beta-l);
}

.contain_gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.contain_gallery>a {
  height: 100%;
}

.contain_gallery .media_item {
  overflow: hidden;
  transition: 0.5s;
  border-radius: 4px;
  position: relative;
  border: 1px solid #d3d3d3;
}

.contain_gallery .media_item::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(242, 118, 73);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
}

.contain_gallery .media_item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/search.svg');
  z-index: 2;
}


.contain_gallery .media_item img {
  border: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.contain_gallery .media_item:hover img {
  transform: scale(1.1);
}

.contain_gallery .media_item:hover::before {
  opacity: 0.75;
  visibility: visible;
}

.contain_gallery .media_item:hover::after {
  visibility: visible;
}


.sect_testimonials {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--pmy-alpha);
}

.sect_testimonials h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.sect_testimonials .testimony_inner {
  width: 100%;
  overflow: hidden;
}

.testimony_item {
  width: 70%;
  margin: 0px auto;
  padding: 1.5rem 0;
  font-size: 1rem;
}

.testimony_item blockquote {
  position: relative;
}

.testimony_item blockquote::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTUuMzMzIDk1LjMzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzAuNTEyIDQzLjkzOWMtMi4zNDgtLjY3Ni00LjY5Ni0xLjAxOS02Ljk4LTEuMDE5LTMuNTI3IDAtNi40Ny44MDYtOC43NTIgMS43OTMgMi4yLTguMDU0IDcuNDg1LTIxLjk1MSAxOC4wMTMtMjMuNTE2YTIuNTAxIDIuNTAxIDAgMDAyLjA0LTEuNzk5bDIuMzAxLTguMjNhMi41IDIuNSAwIDAwLTIuMDY4LTMuMTUgMTcuNDc3IDE3LjQ3NyAwIDAwLTIuMzU0LS4xNmMtMTIuNjM3IDAtMjUuMTUyIDEzLjE5LTMwLjQzMyAzMi4wNzYtMy4xIDExLjA4LTQuMDA5IDI3LjczOCAzLjYyNyAzOC4yMjMgNC4yNzMgNS44NjcgMTAuNTA3IDkgMTguNTI5IDkuMzEzbC4wOTguMDAyYzkuODk4IDAgMTguNjc1LTYuNjY2IDIxLjM0NS0xNi4yMDlhMjIuMDMyIDIyLjAzMiAwIDAwLTIuMDMyLTE2Ljg1MWMtMi44NzUtNS4xMDUtNy42MS04LjgyNi0xMy4zMzQtMTAuNDczem02MS45NTkgMTAuNDc0Yy0yLjg3NS01LjEwNi03LjYxLTguODI3LTEzLjMzNC0xMC40NzQtMi4zNDgtLjY3Ni00LjY5Ni0xLjAxOS02Ljk3OS0xLjAxOWEyMS45NCAyMS45NCAwIDAwLTguNzUzIDEuNzkzYzIuMi04LjA1NCA3LjQ4NS0yMS45NTEgMTguMDE0LTIzLjUxNmEyLjUwMyAyLjUwMyAwIDAwMi4wNC0xLjc5OWwyLjMwMS04LjIzYTIuNSAyLjUgMCAwMC0yLjA2OC0zLjE1IDE3LjQ1NSAxNy40NTUgMCAwMC0yLjM1NC0uMTZjLTEyLjYzNyAwLTI1LjE1MiAxMy4xOS0zMC40MzQgMzIuMDc2LTMuMDk5IDExLjA4LTQuMDA4IDI3LjczOCAzLjYyOSAzOC4yMjUgNC4yNzIgNS44NjYgMTAuNTA3IDkgMTguNTI4IDkuMzEybC4wOTkuMDAyYzkuODk3IDAgMTguNjc1LTYuNjY2IDIxLjM0NS0xNi4yMDlhMjIuMDQ1IDIyLjA0NSAwIDAwLTIuMDM0LTE2Ljg1MXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-size: 32px;
  top: -1.5rem;
  left: -1.75rem;
}

.testimony_item p {
  text-align: center;
}

.testimony_item footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  background-color: transparent;
}

.testimony_item .img_holder {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
}

.testimony_item .img_holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.partner_section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--pmy-alpha);
}

.partner_section>p {
  width: 48%;
}

.partner_section>h3 {
  text-align: center;
  margin-bottom: 4rem;
}

.partner_section .partner_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.partner_inner .partner_item {
  margin: 1.5rem;
  padding: 1.5rem;
  background-color: white;
  border: 1px solid #d3d3d3;
}

.partner_item a {
  display: inline-block;
}

.partner_item a img {
  width: auto;
  height: 64px;
}

footer {
  font-size: 0.875rem;
  background-color: var(--pmy-alter);
}

footer a,
footer p {
  color: var(--pmy-light);
  text-decoration: none;
}

footer h3,
footer h5 {
  color: var(--pmy-alpha);
}

.footer_inner .foot_items {
  width: 100%;
}

.footer_inner>div h3 {
  padding-top: 16px;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: left;
}

.footer_inner .foot_items.quick_links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer_inner .foot_nav li {
  list-style: none;
  padding: 0.5rem 0;
}

.foot_items ul {
  padding-top: 0.5rem;
}

.foot_items ul li {
  list-style: none;
  padding: 0.5rem 0;
  color: var(--pmy-light);
}

.foot_items ul li i {
  margin-right: 0.5rem;
}

.foot_items .foot_img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 0.5rem;
}

.footer_inner .foot_items img {
  height: 50px;
}

.foot_items.soc_links {
  font-size: 1.5rem;
  padding: 1rem 0 0.5rem 0;
}

.soc_links>a {
  margin-right: 1.25rem;
  display: inline-block;
  color: var(--pmy-light);
}

.soc_links>a:hover {
  color: var(--pmy-main);
}

.foot_items form {
  padding-top: 0.25rem;
}

.foot_items form p {
  font-weight: 500;
  padding: 0.5rem 0;
}

.foot_items form input {
  min-height: 48px;
}

.foot_items form button {
  border: none;
  min-height: 32px;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  color: var(--pmy-alpha);
  background-color: var(--pmy-main);
}

footer>p {
  font-size: 12px;
  padding: 0.5rem 0;
  text-align: center;
  color: var(--pmy-light);
  background-color: var(--pmy-betal);
}

.accordion-item {
  margin-bottom: 8px;
  border-color: #d3d3d3;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #d3d3d3;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:hover {
  border-left: 4px solid var(--pmy-main);
}

.accordion-button::after {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 490 490" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M222.031 490h45.938V267.969H490v-45.938H267.969V0h-45.938v222.031H0v45.938h222.031z" fill="rgb%28242, 118, 73%29"/%3e%3c/svg%3e');
}

.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 490 490" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M267.97 267.97H490v-45.938H0v45.938h222.03z" fill="rgb%28255,255,255%29"/%3e%3c/svg%3e');
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--pmy-main);
}

body #cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--pmy-alpha);
  z-index: 9998;
  /* Lowered to ensure Lightbox (9999) stays above */
}

/* Responsive Breakpoints & Utilities */

@media (max-width: 991.98px) {
  .navlinks ul {
    flex-direction: column;
    width: 100%;
  }

  .navlinks ul li {
    width: 100%;
    border-bottom: 1px solid #f0f1f0;
  }


  .navlinks .mng_link {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }

  .contain_gallery>a {
    flex: 0 0 calc((100% - 40px) / 2);
  }
}

@media (min-width: 992px) {
  .main_hero {
    height: calc(100vh - 126px);
  }

  .owl-carousel .owl-item .carosel_item img {
    height: calc(100vh - 126px);
  }

  .contain_gallery>a {
    flex: 0 0 calc((100% - 72px) / 4);
    width: calc((100% - 72px) / 4);
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .hero_text {
    font-size: 2.25rem !important;
  }

  .stats_grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 40px;
  }

  .navbar-brand span {
    font-size: 1.25rem;
  }
}

/* Base Responsive Fixes */
.container-xl {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Lightbox Overrides */
.lightbox .lb-image {
  max-width: 90vw !important;
  max-height: 80vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.lightboxOverlay {
  z-index: 9999 !important;
}

/* Admin Offcanvas Styles */
.admin-offcanvas {
  width: 500px !important;
  background-color: #f8f9fa;
  border-left: 1px solid #dee2e6;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.admin-offcanvas .offcanvas-header {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  padding: 1.5rem;
}

.admin-offcanvas .offcanvas-title {
  font-weight: 700;
  color: #333;
}

.admin-offcanvas .offcanvas-body {
  padding: 2rem;
}

.admin-offcanvas .form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}

.admin-offcanvas .form-control {
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.admin-offcanvas .form-control:focus {
  border-color: #f39c12;
  box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.25);
}

.admin-offcanvas .btn-primary {
  background-color: #f39c12;
  border-color: #f39c12;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  width: 100%;
}

.admin-offcanvas .btn-primary:hover {
  background-color: #e67e22;
  border-color: #e67e22;
}

@media (max-width: 576px) {
  .admin-offcanvas {
    width: 100% !important;
  }
}