/* Use this for the custom css */
.footercolor{
    --bs-bg-opacity: 1;
    background-color: rgb(4,49,76) !important;
}

text-data {
    color: rgb(4,49,76) !important;
}
}

a {
    text-decoration: none;
    color:  #000;
    Transition: color 0.3s ease;
}

a:hover{
    color:rgb(69,185,231);
}

.intlink {
    color:rgb(228,39,44);
    text-decoration: underline;
}

.htag{
 color:rgb(228,39,44);

}

navslidetext{
     background-color: rgb(4,49,76) !important;
}

.topstories{
     color:rgb(228,39,44);
}
.relatedstories{
     color:rgb(228,39,44);
    font-weight: 800;
}

.htitle{
    color:rgb(4,49,76);
}


.topbarcolor{
     background-color: rgb(4,49,76) !important;
}

.text-primary, .text-primary-focus:focus, .text-primary-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.htext-primary{
    color:rgb(69,185,231)
}

.blogh1{
    color: rgb(69,185,231)
}
.staticInfo {
     background-color: rgb(131,217,250) !important;
}
.stateimg{
    display: block;
    margin: 0 auto;
    padding: 50px;
}

.boxpad{
    padding-bottom: 50px; 
}

.blueText{
    color: rgb(69,185,231)
}

.dropdown {
  position: relative;
  display: inline-block;
display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Hide hamburger menu on larger screens (>=768px) */
@media (min-width: 768px) {
    .uc-menu-trigger-container {
        display: none; /* Hide hamburger menu on desktop/tablet */
    }

    /* Ensure mobile logo is hidden on desktop */
    .uc-logo.md\\:d-none {
        display: none;
    }

    /* Show desktop logo on desktop */
    .uc-logo.md\\:d-block {
        display: block;
    }
}

/* Show hamburger menu only on mobile (<768px) */
@media (max-width: 767px) {
    .uc-menu-trigger-container {
        display: block; /* Show hamburger menu on mobile */
    }

    /* Show mobile logo on mobile */
    .uc-logo.md\\:d-none {
        display: block;
    }

    /* Hide desktop logo on mobile */
    .uc-logo.md\\:d-block {
        display: none;
    }

    /* Ensure the uc-navbar-items are visible on mobile */
    .uc-navbar-item {
        display: block; /* Ensure items are visible on mobile */
    }
}

/* checkbox for donation box*/
.nav-x .relative {
    position: relative;
}

/* Dropdown menu styling */
.nav-x .relative .dropdown {
    display: none;  /* Hidden by default */
    position: absolute;
    top: 100%;      /* Position dropdown below parent */
    left: 0;
    width: auto;    /* Adjust width of dropdown based on content */
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Optional CSS for consistent checkbox styling */
.form-check-input {
    border-radius: 4px;
    transition: background-color 0.2s, border-color 0.2s;
}

.form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.form-check-label {
    margin-left: 10px;
    font-size: 16px;
}

/* For dark mode styling */
.dark .form-check-input {
    background-color: #444;
    border-color: #666;
}

.dark .form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}