.elementor-16 .elementor-element.elementor-element-25f75a1:not(.elementor-motion-effects-element-type-background), .elementor-16 .elementor-element.elementor-element-25f75a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-cf65d89 );}.elementor-16 .elementor-element.elementor-element-25f75a1{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:999;}.elementor-16 .elementor-element.elementor-element-25f75a1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-16 .elementor-element.elementor-element-24797c4.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-16 .elementor-element.elementor-element-24797c4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-16 .elementor-element.elementor-element-f1c3926{width:initial;max-width:initial;z-index:98;}.elementor-16 .elementor-element.elementor-element-f1c3926 > .elementor-widget-container{margin:0px 20px -1px 0px;}.elementor-16 .elementor-element.elementor-element-f1c3926 .elementor-icon-wrapper{text-align:left;}.elementor-16 .elementor-element.elementor-element-f1c3926 .elementor-icon{font-size:60px;}.elementor-16 .elementor-element.elementor-element-f1c3926 .elementor-icon svg{height:60px;}.elementor-16 .elementor-element.elementor-element-f1c3926 .elementor-icon-wrapper svg{width:auto;}.elementor-16 .elementor-element.elementor-element-1e5505a{width:initial;max-width:initial;}.elementor-16 .elementor-element.elementor-element-a77c740{width:initial;max-width:initial;}.elementor-16 .elementor-element.elementor-element-a77c740 > .elementor-widget-container{background-image:url("https://mireyawolfsong.com/wp-content/uploads/2025/05/www.flaticon.com-35.svg");margin:0px 15px 0px 0px;padding:0px 30px 0px 0px;background-position:center right;background-repeat:no-repeat;background-size:22px auto;}.elementor-16 .elementor-element.elementor-element-a77c740 .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-7f52ada{--grid-template-columns:repeat(0, auto);width:initial;max-width:initial;z-index:98;--icon-size:20px;--grid-column-gap:6px;--grid-row-gap:0px;}.elementor-16 .elementor-element.elementor-element-7f52ada .elementor-widget-container{text-align:center;}.elementor-16 .elementor-element.elementor-element-7f52ada .elementor-social-icon{background-color:#A0634500;--icon-padding:9px;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-7f52ada .elementor-icon{border-radius:60px 60px 60px 60px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-16 .elementor-element.elementor-element-f1c3926 > .elementor-widget-container{margin:0px 10px -7px 0px;}.elementor-16 .elementor-element.elementor-element-f1c3926 .elementor-icon{font-size:40px;}.elementor-16 .elementor-element.elementor-element-f1c3926 .elementor-icon svg{height:40px;}.elementor-16 .elementor-element.elementor-element-a77c740 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;background-size:16px auto;}.elementor-16 .elementor-element.elementor-element-a77c740{--container-widget-width:60px;--container-widget-flex-grow:0;width:var( --container-widget-width, 60px );max-width:60px;}.elementor-16 .elementor-element.elementor-element-a77c740 .elementor-heading-title{font-size:14px;}.elementor-16 .elementor-element.elementor-element-7f52ada > .elementor-widget-container{margin:0px 0px 0px 10px;}.elementor-16 .elementor-element.elementor-element-7f52ada{--icon-size:20px;--grid-column-gap:4px;}.elementor-16 .elementor-element.elementor-element-7f52ada .elementor-social-icon{--icon-padding:5px;}}/* Start custom CSS for html, class: .elementor-element-1e5505a */#menu__toggle {
  opacity: 0;     position: absolute;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  top: 0%;
}
.menufirst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.menufirst a {
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    transition: 0.3s;
}
.menufirst a:hover {
    color:#e3a021;
}
.menufirst a.activemenu {
    color: #6d6d6d;
}
.menu__box li>p {
    color: #fff;
    font-family: "Mulish", Sans-serif;
    border-bottom:1px solid #ab783a;
    font-size: 34px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.menu__btn {
  display: flex;
  align-items: center;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 98;
  position: relative;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px;
  list-style: none;
  background-color: #263028;
  transition-duration: .25s;
  padding-top: 120px
}
.menu__box li {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 10px
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

@media (max-width:930px){
.menufirst {
    grid-template-columns: repeat(2, 1fr);
}    
}
@media (max-width:768px){
.menufirst {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
} 
.menu__box li>p {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.menufirst a {
    font-size: 22px;
}
.menu__box {
   padding-top: 80px 
}

}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-a77c740 */.elementor-16 .elementor-element.elementor-element-a77c740{
    margin-left: auto;
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-7f52ada */@media (min-width:768px){
.elementor-16 .elementor-element.elementor-element-7f52ada svg{
    margin-bottom: -1px
}
}

@media (max-width:768px){

}/* End custom CSS */