body.elementor-page-6809{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4ae0238 */:root {
  --primary: #6e1b14;
  --primary-dark: #3e0e0a;
  --primary-soft: #8a241b;
  --secondary: #c89b3c;
  --secondary-light: #f0d68e;
  --white: #ffffff;
  --black: #1b1310;
  --text: #6b6058;
  --top-bg: #fbf6f0;
  --border: #ece2d3;
  --shadow-sm: 0 6px 18px rgba(62, 14, 10, 0.08);
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);

  --logo-left: 14px;
  --logo-gap: 24px;
 --logo-w: 84px;
    --logo-h: 102px;
  --top-h: 42px;
  --main-h:70px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

ul {
  list-style: none;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

.ranu-header {
  position: relative;
  width: 100%;
  z-index: 9999;
  background: var(--top-bg);
  overflow: visible !important;
}

.ranu-header .container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.top-header {
  min-height: var(--top-h);
  background: linear-gradient(180deg, #fdf9f3, var(--top-bg));
  border-bottom: 1px solid var(--border);
}

.main-header {
  min-height: var(--main-h);
  background: var(--top-bg);
  border-bottom: 1px solid #efe5d6;
  box-shadow: var(--shadow-sm);
  overflow: visible !important;
}

.logo {
  position: absolute;
  left: var(--logo-left) !important;
  top: 0;
  width: var(--logo-w);
  height: var(--logo-h);
  background: linear-gradient(180deg, var(--primary-soft), var(--primary-dark));
  /*border: 2px solid var(--secondary);*/
  /*border-top: 0;*/

  border-radius: 0 0 22px 22px;

  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
 padding:10px 8px 12px;
  box-shadow: 0 16px 32px rgba(62, 14, 10, 0.25);
  /*overflow: visible !important;*/
  overflow: visible;
  border: 2px solid var(--secondary);
  border-top: 0;
  border-radius: 0 0 16px 16px;
}

/*.logo::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  width: 34px;*/
/*  height: 18px;*/
/*  bottom:-19px;*/
/*  background: var(--primary-dark);*/
/*  clip-path: polygon(50% 100%, 0 0, 100% 0);*/
/*  transform: translateX(-50%);*/
/*}*/
.logo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 30px;
  height: 16px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--primary-soft), var(--primary-dark));
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.logo-image {
   width:58px;
   height:58px;
  margin-bottom:6px;
  padding: 4px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--secondary-light);
}

.logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.logo-title {
   color: #C89B3C;
  font-size:18px;
  font-weight:500;
  line-height: 1;
}

.top-wrapper,
.header-wrapper {
  width: 100%;
  padding-left: calc(var(--logo-left) + var(--logo-w) + var(--logo-gap)) !important;
  padding-right: 28px;
}

.top-wrapper {
  min-height: var(--top-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-left,
.top-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.top-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b1f14;
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
  transition: all .3s ease;
  cursor: pointer;
}
.top-item:hover {
  color: var(--primary);
  transform: translateY(-2px);
}

.top-item i,
.social-icons i,
.donate-btn i,
.mobile-donate-btn i {
  font-family: FontAwesome !important;
  font-style: normal;
  transition: all .3s ease;
}
.top-item:hover i {
  color: #a87b1d;
  transform: scale(1.15) rotate(-8deg);
}

.top-item i {
  color: var(--secondary);
  font-size: 15px;
}

.divider {
  width: 1px;
  height: 16px;
  background: #dfd4c4;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icons a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  transition:all .35s ease;
}

.social-icons a:hover {
  background: var(--secondary);
  color: var(--white) !important;
    transform:translateY(-3px) scale(1.08);
}

.header-wrapper {
  min-height: var(--main-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.desktop-nav {
  flex: 1;
  display: flex;
  justify-content: flex-start !important;
  min-width: 0;
}

.desktop-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: clamp(18px, 1.8vw, 30px);
  flex-wrap: nowrap;
}

.desktop-nav li {
  flex-shrink: 0;
}

.desktop-nav a {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--main-h);
  color: #820000;
  font-size: 14.5px;
  font-weight: 600;
  white-space: nowrap;
}

.desktop-nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 0;
  height: 2px;
  background: var(--secondary);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: var(--transition);
}

.desktop-nav li:hover > a {
  color: var(--secondary);
}

.desktop-nav li:hover > a::before {
  width: 70%;
}

.header-action {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  margin-left: auto;
}

.menu-toggle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--top-bg);
  border: 2px solid var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  transition: var(--transition);
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--black);
  border-radius: 20px;
  transition: var(--transition);
}

.menu-toggle:hover,
.donate-btn:hover,
.mobile-donate-btn:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--black) !important;
}

.menu-toggle:hover span {
  background: var(--white);
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.donate-btn,
.mobile-donate-btn {
  height: 54px;
  padding: 0 24px;
  border-radius: 50px;
  background: var(--primary-soft);
  color: var(--white) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 600;
  border: 1px solid rgba(200, 155, 60, 0.5);
  /*box-shadow: 0 14px 28px rgba(62, 14, 10, 0.22);*/
}

/* Sticky */
.ranu-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  overflow: visible !important;
  animation: stickySlide 0.35s ease;
  box-shadow: 0 12px 30px rgba(62, 14, 10, 0.12);
}

@keyframes stickySlide {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.ranu-header.sticky .top-header {
  display: none;
}

.ranu-header.sticky .logo {
  position: absolute;
  top: 0 !important;
  left: var(--logo-left) !important;
  height: var(--logo-h) !important;
}

.ranu-header.sticky .main-header {
  top: 0 !important;
  overflow: visible !important;
}

/* WordPress admin bar fix */
body.admin-bar .ranu-header.sticky {
  top: 32px !important;
}

body.admin-bar .ranu-header.sticky .logo,
body.admin-bar .ranu-header.sticky .main-header {
  top: 0 !important;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -330px;
  width: 310px;
  max-width: 86vw;
  height: 100vh;
  background: var(--top-bg);
  z-index: 10001;
  padding: 96px 24px 24px;
  box-shadow: -16px 0 38px rgba(62, 14, 10, 0.18);
  transition: right 0.35s ease;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
}

.mobile-menu li {
  border-bottom: 1px solid var(--border);
}
.mobile-menu a:not(.mobile-donate-btn) {
  display: block;
  padding: 15px 0;
  color: #820000;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  transition: all .35s ease;
}
.mobile-menu a:not(.mobile-donate-btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0;
  height: 2px;
  background: var(--secondary);
  border-radius: 2px;
  transition: width .35s ease;
}

.mobile-menu a:not(.mobile-donate-btn):hover {
  color: #820000;
  padding-left: 8px;
}

.mobile-menu a:not(.mobile-donate-btn):hover::after {
  width: 40px;
}
.mobile-menu a:hover {
  color: var(--secondary);
}

.mobile-donate-btn {
  width: 100%;
  margin-top: 24px;
}

@media (max-width: 1280px) {
  :root {
    --logo-w: 104px;
    --logo-h: 148px;
    --logo-gap: 16px;
  }

  .desktop-nav ul {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: 13.8px;
  }
}

@media (max-width: 991px) {
  :root {
    --logo-left: 12px;
    --logo-gap: 10px;
    --logo-w: 88px;
    --logo-h: 116px;
    --main-h: 86px;
  }

  .top-header {
    display: none;
  }

  .desktop-nav {
    display: none;
  }

  .header-wrapper {
    justify-content: flex-end;
  }

  .logo-image {
    width: 50px;
    height: 50px;
  }

  .logo-title {
    font-size: 16px;
  }

  .donate-btn {
    display: none;
  }
}

@media (max-width: 782px) {
  body.admin-bar .ranu-header.sticky {
    top: 46px !important;
  }

  body.admin-bar .ranu-header.sticky .logo,
  body.admin-bar .ranu-header.sticky .main-header {
    top: 0 !important;
  }
}

@media (max-width: 480px) {
  :root {
    --logo-left: 10px;
    --logo-gap: 6px;
    --logo-w: 72px;
    --logo-h: 96px;
    --main-h: 76px;
  }

  .header-wrapper {
    padding-right: 10px;
  }

  .logo-image {
    width: 42px;
    height: 42px;
  }

  .logo-title {
    font-size: 13px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }
}
.mobile-close {
  position: absolute;
  top: 24px;
  right: 22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: var(--transition);
}

.mobile-close:hover {
  background: var(--secondary);
  color: var(--white);
}.mobile-top-info{
    margin-bottom:25px;
    padding-bottom:20px;
    border-bottom:1px solid var(--border);
}

.mobile-info-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 0;
    color:#6b1f14;
    font-size:14px;
    font-weight:500;
    transition:.3s;
}

.mobile-info-item i{
    width:20px;
    color:var(--secondary);
    text-align:center;
}

.mobile-info-item:hover{
    padding-left:8px;
    color:var(--primary);
}

.mobile-info-item:hover i{
    transform:scale(1.15);
}


.mobile-close i {
  font-family: FontAwesome !important;
  font-style: normal;
}
/* Safe remove only Elementor widget spacing */
.donate-btn:hover,
.donate-btn:hover:link,
.donate-btn:hover:visited,
.mobile-donate-btn:hover,
.mobile-donate-btn:hover:link,
.mobile-donate-btn:hover:visited {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--black) !important;
}

.donate-btn:hover *,
.mobile-donate-btn:hover * {
    color: var(--black) !important;
}/* End custom CSS */