/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/

:root{
  --givewp-primary-color: #025b50;
}




.sh-header {
position: fixed;
width: 100%;
  background: transparent;
  color: #fff;
  z-index: 10;
}

.sh-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.sh-header .sh-container{
  padding: 23px 80px;
}


.sh-nav-menu {
  display: flex;
  gap: 1.5rem;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px){
	.sh-nav-menu {
		display: none !important;
	}
	.dnt-btn{
		display: none !important;
	}
	.m-dnt-btn{
		margin-top: 40px;
	}
}
@media (max-width: 1199px){
.sh-nav-menu {
 gap: 17px !important;
}
	.sh-nav-menu a {
    	font-size: 14px !important;
	}
}

.sh-nav-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s;
}

.sh-nav-menu a:hover{
  color: #e4b364;
}

.sh-nav-menu a:hover {
  opacity: 0.8;
}
.sh-logo{
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.sh-logo img {
width: 72px;
height: 72px;
}

.sh-donate-btn {
  background: #f7b500;
  color: #000;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
text-decoration: none;
}

.sh-donate-btn:hover {
  background: #ffcc33;
}

/* --- Mobile --- */
@media (max-width: 768px) {
.sh-header{
    top: 20px;
}
  .sh-container {
    flex-wrap: wrap;
  }
  .sh-nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #025b50;
    padding: 1rem 0;
  }
  .sh-nav-menu.active {
    display: flex;
  }
  .sh-mobile-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .sh-mobile-toggle span {
    width: 25px;
    height: 3px;
    background: white;
  }

.btn-donate{
display: none;
}
}

.sh-mobile-toggle {
  display: none;
}

@media (max-width: 768px) {
  .sh-mobile-toggle {
    display: flex;
    margin-left: auto;
  }

  .sh-nav-primary {
    width: 100%;
  }
}


@media (max-width: 768px) {
  .sh-nav-primary {
    width: 100%;
  }
.sh-donate{
display: none;
}
  .sh-nav-menu {
    position: absolute;
        top: 112%;
    left: 0;
    background: #025b50;
    z-index: 999;
  }
.sh-header{
position: absolute !important;
background: transparent !important;
}
.sh-header .sh-container{ 
      padding: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: auto;

margin-left: unset;
}
.sh-logo{
transform: unset !important;
left: 20px !important;
}
.sh-mobile-toggle{
  background-color: transparent !important;
padding: 0 !important;
}
.sh-nav-menu li a{
padding: 10px 20px;
}
}


/* ====================================
   Utility Class (optional)
==================================== */
.position-absolute-center {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}


/* ================================
   FOOTER STYLES (sh-footer)
================================== */
.sh-footer {
  background: #23312C; /* dark background */
  color: #fff;
  padding: 7vw 20px;
  font-family: Arial, sans-serif;
  position: relative;
}

.sh-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("assets/images/pattern-footer.svg");
  background-size: contain;
}

.sh-footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("assets/images/pattern-footer.svg");
  background-size: contain;
}

.sh-footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sh-footer a:hover {
  color: #c5a7ff;
}

/* Footer container */
.sh-footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1280px;
  margin: 0 auto;
  gap: 40px;
}

/* Footer columns */
.sh-footer-col {
  flex: 1 1 275px;
}

.sh-footer .wp-block-heading {

font-weight: 700;
font-size: 18px;
  margin-bottom: 20px;
}
.sh-footer .sh-container{
  align-items: flex-start;
}
.sh-footer-subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.sh-footer ul a{

display: inline-flex;
padding: 5px 0;
line-height: 1;
}
.sh-footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sh-footer p {
  line-height: 1.6;
  font-size: 14px;
}

/* Footer menu */
.sh-footer-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0;
  margin: 0;
}

.sh-footer-menu li {
  list-style-type: none;
}

.sh-footer-menu li a {
font-weight: 400;
font-size: 16px;
}

/* Social links */
.sh-social-links {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
}

.sh-social-links li a {
  font-size: 18px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #222;
  transition: all 0.3s ease;
}

.sh-social-links li a:hover {
  background: #c5a7ff;
  color: #111;
}

/* Footer bottom */
.sh-footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding: 15px 0;
  margin-top: 40px;
  font-size: 14px;
  color: #aaa;
}

/* Responsive */
@media (max-width: 768px) {
  .sh-footer-container {
      grid-template-columns: repeat(1, 1fr);
  }

  .sh-footer-col {
    margin-bottom: 30px;
  }

  .sh-social-links {
    justify-content: center;
  }
}

.logo-small{
  transform: scale(.3) !important;
position: fixed !important;
top: -78px;
  
}

.sticky-nav{
  background: #fff;
}
.sticky-nav li a {
  text-decoration: none;
  font-size: 16px;
  color: #000 !important;
  font-weight: 400;
  transition: color 0.3s ease;
}

.sticky-nav li a:hover, .sticky-nav .current_page_item a{
  color: #E4B363 !important;
}



.overlay-1::before{
background-image: linear-gradient(180deg, rgba(0, 35, 31, 0.55) -0.99%, rgba(0, 35, 31, 0.55) 55.67%, rgba(2, 91, 80, 0.9) 79.2%, #025B50 93.14%) !important;
}

.overlay-2::before{
background-image: linear-gradient(0deg, #025B50, #025B50),
linear-gradient(180deg, #025B50 14.66%, rgba(2, 91, 80, .5) 100%) !important;
}

.overlay-3::before{
background-image: linear-gradient(0deg, #00594E, #00594E),
linear-gradient(180deg, #15025b 25%, rgba(2, 91, 80, .1) 100%) !important;

}
.btn-block a{
width: 100% !important;
}

.btn-primary a{
border-radius: 50px !important;
width: 100% !important;
padding: 16px 40px !important;
background:#E4B363 !important;
}

.sh-btn{
border-radius: 50px !important;
padding: 16px 40px !important;
background:#E4B363 !important;
font-family: "Manrope",sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 180%;
text-transform: uppercase;
color: #23312C;
}

.wpforms-form .wpforms-field-row{
  width: 100% !important;
  max-width: 100% !important;
}

.wpforms-form .wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important;

}

.wpforms-form input{
  border-top: 1px solid #025B50 !important;
padding: 14px 24px !important;
border-radius: 10px !important;
height: auto !important;
}
form.wpforms-form button.wpforms-submit:hover{
	background:#E4B363 !important;
}
form.wpforms-form button.wpforms-submit{
width: 100% !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    color: #23312C !important;
}

.page-id-308{

}

.btn-full, .btn-full a{
width: 100% !important;
}


.givewp-donation-form.givewp-donation-form-design--multi-step
.givewp-layouts-header__templates-ms.givewp-layouts-header__templates-ms--center
{
  padding: 10px !important;
}


.elementor-element.elementor-element-5b000f3{
    background: #fff;
    padding: 25px;
margin-top: -100px;
}

@media (max-width: 768px) {

.elementor-element.elementor-element-5b000f3{
  position: relative !important;
    background: #fff;
    bottom: 0 !important;
    padding: 21px;
        flex-direction: column !important;
        margin-top: -102px;
}
.elementor-element-5b000f3{
  padding: 0 !important;
}
.elementor-element.elementor-element-5b000f3 a{
  width: 100% !important;
}
.elementor-11 div.elementor-element.elementor-element-ff1202d{
  min-height: 100% !important;
--min-height: 100% !important;
}
}


.single-give_forms .root-data-givewp-embed{
/*     background-image: url('./assets/images/bg1.png'); */
	background-image: url("https://dubny.org/wp-content/uploads/2025/12/bg11-scaled.webp");
    background-repeat: no-repeat;
    background-size: cover;
	    background-attachment: fixed;
	position:relative;
}

.single-give_forms .root-data-givewp-embed iframe{
	position:relative;
	z-index:9;
}
.single-give_forms .root-data-givewp-embed::before{
	content:"";
background-color: transparent;
    background-image: linear-gradient(180deg, #025B5094 52%, #025B50 100%);
	    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.single-give_forms .root-data-givewp-embed{
  padding: 7vw 0;    
}

@media (max-width: 991px){
	.single-give_forms .root-data-givewp-embed {
		padding-top: 100px !important;
	}
	.single-give_forms iframe{
		min-height: 100vh !important;
	}
	.sh-footer-container{
    padding: 1rem 0rem !important;
	}
}


.donation-card .tab-btn{
	padding: initial !important;
}

/* Mobile Menu Start */
/* --- Mobile Menu Variables --- */
:root {
  --m-bg: #025b50;
  --m-text: #ffffff;
  --m-accent: #e4b364;
  --m-btn: #f7b500;
}

/* --- Hamburger Trigger --- */
.m-toggle {
  display: none; /* Hidden on desktop by default */
  flex-direction: column;
  justify-content: center;
padding: 0 !important;
  background: transparent !important;
  border: none;
  cursor: pointer;
  z-index: 2002; /* Sit on top of overlay */
  position: relative;
}

.m-toggle .m-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
}

.m-toggle .m-line::before,
.m-toggle .m-line::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.m-toggle .m-line::before { top: -8px; }
.m-toggle .m-line::after { top: 8px; }

/* Active State (Turns into X) */
.m-toggle.active .m-line { background: transparent; }
.m-toggle.active .m-line::before { top: 0; transform: rotate(45deg); }
.m-toggle.active .m-line::after { top: 0; transform: rotate(-45deg); }

/* --- Overlay --- */
.m-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100vh;
  background: rgba(2, 91, 80, 0.98);
  z-index: 9999;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.m-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/* Backdrop */
.m-overlay-backdrop {
  position: fixed;
  top: 0;
  left: 80%;
  width: 20%;
  height: 100vh;
/*   background: rgba(0,0,0,0.4); */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s; 
  z-index: 9998;
}

/* When menu active */
.m-overlay.active ~ .m-overlay-backdrop {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease;
}


.m-nav{
	text-align: left;
margin-top: 40px;
}

/* --- Navigation Items --- */
.m-nav-wrapper {
  width: 100%;
  max-width: 500px;
  padding: 2rem;
  text-align: center;
  position: relative;
}

.m-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
gap: 20px;
	align-items: flex-start;
	margin-top: 12px;
}

ul.m-menu-list li a {
  color: #fff !important;
  text-decoration: none;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  display: block;
  transition: color 0.3s;
}

.m-menu-list a:hover {
  color: #E4B363;
}

.m-menu-list .current_page_item a {
  color: #E4B363;
}

/* --- Donate Button --- */
.m-btn-donate {
  display: inline-block;
  margin-top: 2rem;
  background: var(--m-btn);
  color: #000;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  transition: transform 0.2s;
}

.m-btn-donate:hover {
  transform: scale(1.05);
}

/* --- Close Button (Top Right) --- */
.m-close {
position: absolute;	
    top: 13px;
    right: -19px;
    background: none !important;
    border: none;
    color: #fff !important;
    font-size: 2rem !important;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s;
}

.m-close:hover {
  opacity: 1;
}

/* --- Mobile Media Query --- */
@media (max-width: 992px) {
  .m-toggle {
    display: flex;
  }
}

/* --- Staggered Animation --- */
.m-overlay.active .m-menu-list li {
  opacity: 0;
  animation: m-slideUp 0.5s forwards;
}

.m-overlay.active .m-menu-list li:nth-child(1) { animation-delay: 0.1s; }
.m-overlay.active .m-menu-list li:nth-child(2) { animation-delay: 0.2s; }
.m-overlay.active .m-menu-list li:nth-child(3) { animation-delay: 0.3s; }
.m-overlay.active .m-menu-list li:nth-child(4) { animation-delay: 0.4s; }
.m-overlay.active .m-menu-list li:nth-child(5) { animation-delay: 0.5s; }

@keyframes m-slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.justify-icon {
  width: 22px;
}

.justify-icon span {
  display: block;
  height: 3px;
  background: #fff;
  margin: 3px 0;
  border-radius: 2px;
}

/* Mobile Menu End */

