/* header */
/* menu */
.top-menu-1 {
	border-bottom: 1px solid #e3e3e3;
}
.top-menu-1 ul{
	list-style: unset;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	font-family: "Montserrat",Montserrat;
  font-size: 15px;
  font-weight: 600;
}
.top-menu-1 ul li{
	list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}
.top-menu-1 ul li a{
	color: #104A84;
  fill: #104A84;
  padding-left: 10px;
  padding-right: 10px;
}
.top-menu-1.is-active ul li a { 
  padding-top: 5px;
  padding-bottom: 5px;
}
 .top-menu-1.is-active .menu-toggle { 
    position: fixed;
    z-index: 99999;
    right: 0px;
    top: 0px;
    color: #fff;
  }
.top-menu-1 ul li:hover a,
.top-menu-1 ul li.current-menu-item a{
	color: #A2761C;
}

/* responsive menu */
 /* Base styles for desktop screens */
.main-navigation {
    display: flex; 
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Hide control buttons and overlay on desktop */
.menu-toggle,
.menu-close-wrapper,
.menu-overlay {
    display: none;
}

/* Responsive styles for screens below 991px */
@media (max-width: 991px) {
	 .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
		 margin: 15px;
    }
	
    /* Hamburger Button */
   .menu-toggle {
  width: 24px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0; 
}
	.top-menu-1  .custom-max-width{
		display: flex;
  justify-content: end;
	}
	.top-menu-1.is-active .menu-toggle {
	 width: 24px;
    height: 24px;	
	}
	.top-menu-1.is-active .menu-toggle span {
		background-color: #fff;
	}

/* Membuat 3 garis hamburger */
.menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
}

/* --- Saat kondisi .top-menu-1.is-active --- */

/* Garis 1: Miring ke kanan */
.top-menu-1.is-active .menu-toggle span:nth-child(1) {
    transform: translateY(10.5px) rotate(45deg);
}

/* Garis 2: Hilang/Memudar */
.top-menu-1.is-active .menu-toggle span:nth-child(2) {
    opacity: 0;
}

/* Garis 3: Miring ke kiri */
.top-menu-1.is-active .menu-toggle span:nth-child(3) {
    transform: translateY(-10.5px) rotate(-45deg);
}
	
	

    /* Close Button Styling */
    .menu-close-wrapper {
        display: block;
        text-align: right;
        margin-bottom: 10px !important;
    }

    .menu-close {
        background: none;
        border: none;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
        padding: 0 5px;
    }

    /* Sliding Navigation Panel */
    .main-navigation {
        position: fixed;
        top: 0;
        left: -300px; /* Hide off-screen to the left */
        width: 300px;
        height: 100vh;
        background-color: #ffffff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        transition: left 0.3s ease-in-out;
        z-index: 10000; /* Higher than overlay */
    }

    /* Class applied via JS when menu is active */
    .main-navigation.is-active {
        left: 0;
    }

    .main-navigation li {
        margin-bottom: 15px;
    }

    /* Dark Overlay Background */
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    /* Active Overlay Class */
     
	.menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    /* Active Overlay Class */
    .menu-overlay.is-active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
/* end responsive menu */

/* Top Bar Container */
 
    .top-bar {
      background-color: #0d4680;
      padding: 10px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .top-bar-container {
		justify-content: start;
  width: 100%;
      display: flex;
      align-items: center;
      gap: 30px;
      flex-wrap: wrap; 
    }

    .contact-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #ffffff;
      text-decoration: none;
      font-size: 15px;
      font-weight: 600;
      transition: opacity 0.2s ease;
    }

    .contact-item:hover {
      opacity: 0.85;
    }

    /* Styling Ikon SVG */
    .icon {
      width: 16px;
      height: 16px;
      fill: #e5a823; /* Warna emas/kuning ikon */
      flex-shrink: 0;
    }

    /* Responsif untuk Layar Kecil */
    @media (max-width: 600px) {
      .top-bar-container {
        gap: 12px;
        flex-direction: column;
      }
      
      .contact-item {
        font-size: 14px;
      }
    } 
/* end header */

/* Homepage */
div.elementor.elementor-1675[data-elementor-post-type="theme-advanced-hook"],
section#site-footer{
    display: none;
}
.elementor-1676 .elementor-element.elementor-element-0755b93 {
    background-color: #082e54 !important;
}



.rare-header-phone {
    width:200px;
}
.rare-header-email {
    width:200px;
}
.rare-header-agf {
    width:calc( 100% - 400px )
}

@media (min-width: 768px) and (max-width: 1260px) {
  .section-schedule-video {  
   background-size: 100% 100%, 50% 100%, 100% auto;
    }
}
@media (max-width: 1024px) { 
    .elementor-3919 .elementor-element.elementor-element-c4b1b10 {
         padding-top: 0px; 
    }
   .rare-head .elementor-icon-box-wrapper { 
       flex-direction: unset !important;
    }
    
}
@media (max-width: 767px) {
      body {
    padding-top: 0px;
  }
  .footer-logo .elementor-widget-container {
      text-align: left;
  }
 .rare-header-agf {
      width: 220px;
  margin: 0 auto 20px;
  }
    .rare-header-phone {
  width: 50%; display: none;
}  .rare-header-email {
  width: 50%; display: none;
}
.rare-header-phone .elementor-widget-icon-box .elementor-icon-box-icon {
    display: flex;
    align-items: center;
}
 .rare-header-phone .elementor-icon-box-content {
    text-align: left;
}
  
    
.section-schedule-video {
    background: unset;
}
    .elementor-6171 .elementor-element.elementor-element-e4f34f3 {
        padding-right: 0px;
    }
	.elementor-12 .elementor-element.elementor-element-4e366c70 {
		padding: 50px 0px;
	}
.section-schedule-video  .e-con-inner {
        padding: 50px 0px 0px !important;
    }
   .section-schedule-video  .elementor-widget-container {
        text-align: center;
    }
.elementor-6171 .elementor-element.elementor-element-cef27d0 {
    margin: 100px 0px -50px;
  padding: 50px 0px;
}
.wcu-line::after {
    display: none;
}
.wcu-line {
    text-align: center;
}
.wcu-line .elementor-icon {
    font-size: 30px !important;
}
.ra-contact {
    text-align: center;
}
.ra-heroimg {
    max-width: 300px;
  margin: 30px auto 0px;
}
	.elementor-12 .elementor-element.elementor-element-24109e29 {
		padding: 0px 20px;
  margin: 0px;
	}
	.elementor-12 .elementor-element.elementor-element-24109e29 .elementor-widget-text-editor {
		text-align:center;
	}
	.section-schedule-video {
		background-image: unset !important;
	}
.schedule-contact-us {
   margin: 0px 0px 0px 0px;
    width: 100%;
    background:
        linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
        url('https://agoodfundraiser.com/wp-content/uploads/2026/05/call.jpeg');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}

/* about us */
.about-us-icon .elementor-widget-container {
    display: flex;
}

.about-us-icon .elementor-icon { 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px; 
    margin-left: 10px;
}
.about-us-icon .au-requirement  .elementor-icon {
    background-image: url('https://agoodfundraiser.com/wp-content/uploads/2026/05/requirement1.png'); 
}
.about-us-icon .au-picked .elementor-icon {
    background-image: url('https://agoodfundraiser.com/wp-content/uploads/2026/05/hand-picked1.png'); 
}
.about-us-icon .au-integration .elementor-icon {
    background-image: url('https://agoodfundraiser.com/wp-content/uploads/2026/05/integration1.png'); 
}
.about-us-icon .au-scaling .elementor-icon {
    background-image: url('https://agoodfundraiser.com/wp-content/uploads/2026/05/scaling1.png'); 
} 
.about-us-icon svg {
   opacity: 0;
}

/* schedule video */
.schedule-video {
   max-width: 300px !important;
}
.section-schedule-video{
    background:
        linear-gradient(to right, #104A84 50%, transparent 50%),
        linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
        url('https://agoodfundraiser.com/wp-content/uploads/2026/05/call.jpeg');

    background-size:
        100% 100%,
        50% 100%,
        50% auto;

    background-position:
        left top,
        right top,
        right center;

    background-repeat: no-repeat;
}
.section-schedule-video.seminars-cta {
	 background:
        linear-gradient(to right, #104A84 50%, transparent 50%),
        linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
        url('https://rareairstaffing.com/wp-content/uploads/2026/08/smn.jpg');

    background-size:
        100% 100%,
        50% 100%,
        50% auto;

    background-position:
        left top,
        right top,
        right center;

    background-repeat: no-repeat;
}

/*popup contact form */
.popup-contact-form{
font-family: "Montserrat", Montserrat;
  font-size: 15px;
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;

    opacity:0;
    visibility:hidden;
    transition:0.3s;

    padding:20px;
    box-sizing:border-box;
}

.popup-contact-form .wpcf7-submit {
font-weight:600;
  font-size: 15px;
margin-top: 20px;
width: 100px;
  margin-left: calc( 50% - 50px);
}

.popup-contact-form label {
font-weight:600;
}

.popup-contact-form.active{
    opacity:1;
    visibility:visible;
}


.popup-contact-form .popup-inner{
    position:relative;
    background:#fff;
    width:100%;
    max-width:500px; 
    border-radius:10px;
}


.popup-contact-form input[type="text"], 
.popup-contact-form input[type="tel"],
.popup-contact-form input[type="email"],
.popup-contact-form select {
width:100%;
}

.popup-contact-form .wpcf7{
    position:relative;
    background:#fff;
    width:100%;
    max-width:500px;
    padding:30px;
    border-radius:5px;
}

.popup-contact-form .popup-close{
 position:absolute;
    top:10px;
    right:15px;
    background:none;
    border:none;
    font-size:28px;
    cursor:pointer;
    color: #fff;
  line-height: 1;
top: 0px;
  right: 0px;
width: 40px;
  height: 40px;
  padding: 0px 0px;
  border-radius: 0px;
z-index: 1;
  background-color: #2b6cb0;
}

.popup-contact-form button.popup-close:hover{
background-color:#104a84;
}


.popup-contact-form .wpcf7-not-valid-tip { 
  display: unset;
}

.popup-contact-form .wpcf7 form .wpcf7-response-output {
  margin: 2em 0em 1em; }
  
  
 @media (max-width: 1200px) {
   .popup-contact-form .popup-inner {
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
} 
.popup-contact-form {
    padding: 0px 0px;
}
.popup-contact-form .wpcf7 {
    max-width: 100%;
    height: 100vh;
    overflow: auto;
}

} 

.wpcf7-form  input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form input[type="range"], 
.wpcf7-form input[type="date"], 
.wpcf7-form input[type="month"], 
.wpcf7-form input[type="week"], 
.wpcf7-form input[type="time"], 
.wpcf7-form input[type="datetime"], 
.wpcf7-form input[type="datetime-local"], 
.wpcf7-form input[type="color"], 
.wpcf7-form textarea,
.wpcf7-form select{
	-webkit-appearance: none; 
  border: 1px solid #cbd5e0;
  border-radius: 3px;
  padding: .4em .5em;
  max-width: 100%;
  background:#ffffff;
  box-shadow: 0 0 0 -7px #fff0;
}
.wpcf7-form input[type="submit"] {
	background: #2b6cb0;
	color: #ffffff;
  border: 0px solid #333;
	cursor: pointer;
  padding: 10px 20px;
}
.wpcf7-form input[type="submit"]:hover {
	background-color: #215387;
}



/* faq */
.faq-accordion .elementor-widget-text-editor{
     font-family: "Montserrat", Montserrat;
     font-size: 15px;
}
.faq-accordion .e-n-accordion-item-title-text{font-family: "Montserrat", Montserrat;
     font-size: 15px;}
.faq-accordion .elementor-element {
    padding: 10px 15px;
  border: unset; 
}
.faq-accordion .e-n-accordion-item {
    margin: 0px 0px;
}
.faq-accordion .elementor-element p {
     margin: 0px ;
}
.faq-accordion .e-con-full.e-flex  {
     font-size: 16px;
    margin: 0px ;
    font-family: "Montserrat", Montserrat;
} 
.faq-accordion .elementor-widget-container  .e-n-accordion  .e-con  {
background-color: unset; }
.faq-accordion .e-con-full.e-flex p {
    font-size: 16px;
    margin: 0px ;
    font-family: "Montserrat", Montserrat;
}


  
/* end Homepage */


/* Join our team page */
.popup-contact-form.form-jot .popup-inner {
	max-width: 650px;
	max-height: 100vh;
  overflow: auto;
}
.popup-contact-form.form-jot  .wpcf7 {
	max-width: 100%;
}
.popup-contact-form.form-jot  .wpcf7-submit { 
  width: 200px;
  margin-left: calc( 50% - 100px);
}
.popup-contact-form.form-jot  .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item,
.popup-contact-form.form-jot  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item  {
	display:block;
	margin: 0px 0px 5px 0px;
}
.popup-contact-form.form-jot  .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label,
.popup-contact-form.form-jot  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item label {
	font-weight:400;
}
.popup-contact-form.form-jot  textarea {
	height: 100px;
}
.popup-contact-form.form-jot {
	align-items: start;
}
.popup-contact-form.form-jot label span.redtag {
	 color: red;
}
.popup-contact-form.form-jot .other-position{ 
  padding-left: 20px;
}
.popup-contact-form.form-jot .other-position p{
	margin: 0px;
	padding: 0px;
}

.popup-contact-form.form-jot .group-interestedin p {
	margin: 0px;
}
/* end Join our team page */




/* menu responsive */
@media (max-width: 1024px) {
   .elementor-nav-menu--toggle.elementor-widget-nav-menu {
    position: fixed;
  top: 0px;
  width: 100vw;
  left: 0px;
  background: #fff;
  z-index: 2;
   }

    .elementor-nav-menu--toggle.elementor-widget-nav-menu .elementor-menu-toggle {
 margin: 0px 0 0 0 !important;
    background-color: #fff;
    justify-content: end;
    padding: 10px 20px;
    }

    .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
      background-color: #eee;
  color: #33373d;
    }
}
/* .menu responsive */

/* footer */  
    .site-footer {
      background-color: #0a2540; 
    }
.site-footer .custom-max-width {
  width: 100%;
  color: #fff;
  padding: 18px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
	font-family: "Montserrat", Sans-serif;
  font-size: 27px; 
}

    .footer-copyright {
      font-size: 14px;
    }

    .footer-links {
      display: flex;
      gap: 20px;
    }

    .footer-links a {
      color: #ffffff;
      text-decoration: none;
      font-size: 14px;
      transition: opacity 0.2s ease;
    }

    .footer-links a:hover {
      opacity: 0.8;
       text-decoration: none;
		color: #A2761C;
    }

    
    @media (max-width: 600px) {
      .site-footer {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        padding: 20px;
      }

      .footer-links {
        justify-content: center;
      }
    }

 
/* end footer */

