 /* Custom Styles */
 .navbar-custom {
   background-color: white;

 }

 .container-1200 {
   max-width: 1200px;
   margin: auto;
 }

 .container-1170 {
   max-width: 1170px;
   margin: auto;
 }

 .nav-link {
   padding: 0.5rem 1rem;
   font-weight: 600;
   color: #333;
 }

 .nav-link:hover {
   color: #e0a800;
 }

 .dropdown-menu {
   border: none;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
 }

 .dropdown-item {
   padding: 0.5rem 1.5rem;
 }

 .headerdonate-btn {
   background-color: #F9961A;
   color: #FFFFFF;
   font-size: 16px;
   padding: 15px 30px;
   border-radius: 4px;
   margin-left: 35px;
 }

 .headerdonate-btn-mobile {
   background-color: #F9961A;
   color: #FFFFFF;
   font-size: 16px;
   padding: 10px 20px;
   border-radius: 4px;
 }

 .headerdonate-btn:hover {
   color: #FFFFFF;
   text-decoration: none;
 }

 .padding-dropmenu {
   padding: 10px 15px !important;
 }

 .dropdown-toggle::after {
   display: none !important;
 }

 .donate-btn {
   background-color: #ffc107;
   color: #212529;
   font-weight: 600;
   padding: 0.5rem 1.5rem;
   border-radius: 4px;
   transition: all 0.3s;

 }

 .donate-btn:hover {
   background-color: #e0a800;
   color: #212529;
   transform: translateY(-2px);
 }

 .mobile-logo {
   height: 50px;
   width: auto;
 }

 /* Hero Carousel */


 .bg-overlay {
   background-color: rgba(0, 0, 0, 0.5);
 }

 .carousel-item {

   transition: opacity 0.5s ease-in-out;
 }

 .carousel-item {
   position: sticky;
   background-size: cover;
   background-position: center;
   transition: transform 3Fs ease-in-out;
 }

 /* Submenu styling */
 .dropdown-submenu {
   position: relative;
 }

 .dropdown-submenu .dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -1px;
 }

 .nav-link:focus,
 .nav-item:focus,
 a:focus {
   outline: none !important;
   box-shadow: none !important;
 }

 /*service card and click here to register button*/
 .service-card {
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   border: 1px solid rgba(0, 0, 0, 0.05);
 }


 .icon-circle {
   width: 70px;
   height: 70px;
   background-color: #F9961A;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #FFFFFF;
 }

 .bg-light-orange {
   background-color: #fff3e6;
   /* Very light orange */
   /* Alternative slightly darker option: #ffe6cc */
 }

 @media (max-width: 1024px) {
   .headerdonate-btn {
     margin-left: 0px;
     padding: 10px 5px;
   }
 }

 /* Mobile menu adjustments */
 @media (max-width: 991.98px) {
   .navbar-collapse {
     background-color: white;
     padding: 1rem;
     margin-top: 1rem;
     border-radius: 0.25rem;
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
   }

   .dropdown-submenu .dropdown-menu {
     position: static;
     margin-top: 0;
     border: none;
     box-shadow: none;
     padding-left: 1rem;
   }

   .dropdown-toggle::after {
     display: none;
   }

   .mobile-donate-btn {
     padding: 0.4rem 1rem;
     font-size: 0.9rem;
   }
 }

 .slide-in-right {
   animation: slideInRight 0.8s ease-out forwards;
   transform: translateX(100%);
   /* Start off-screen to the right */
   opacity: 0;
   display: inline-block;
 }

 @keyframes slideInRight {
   0% {
     transform: translateX(100%);
     opacity: 0;
   }

   100% {
     transform: translateX(0);
     opacity: 1;
   }
 }

 @media (min-width: 992px) {
   .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 1rem;
     padding-left: 1rem;
   }
 }


 /*aboutsection*/
 .about-1 {
   font-size: 1.5rem;
   /* Adjust to match Elementor */
   font-weight: 900;
   margin-bottom: 0;
   font-family: 'Arial', 'Helvetica', sans-serif;
   font-weight: bold;
 }

 @media (min-width: 768px) {
   .about-1 {
     font-size: 2rem;
     /* Larger on desktop */
   }


   .about-h6 {
     font-size: 1rem;
     font-weight: 700;
     color: #333;
     margin-bottom: 0;
     line-height: 1.4;
   }

   @media (min-width: 768px) {
     .about-h6 {
       font-size: 1.1rem;
     }
   }
 }

 .ubermenu-sub-indicator {
   font-size: 12px;
 }

 @media (max-width:321px) {
   .headerdonate-btn-mobile {
     background-color: #F9961A;
     color: #FFFFFF;
     font-size: 16px;
     padding: 8px 8px;
     border-radius: 4px;
     white-space: nowrap;
   }
 }

 .row {
   margin: 0 !important;
 }