@charset "UTF-8";
/* CSS Document */
body {
    background-color: #ffffff;
    font-family: Poppins;    color: #222222}
a, .btn-link {
    color: #04062c;
    text-decoration: none;
}
a:hover, .btn-link:hover {
    color: #085b7b;
    text-decoration: none;
}
.header h1 {
    color: #FFF;
}
.bg-primary, .bg-header {
    background-color: #04062c!important;
}
.bg-primary-text {
    color: #FFF;
}
.countdown-box {
    background: #04062c;
    color: #FFF;
}
.bg-secondary {
    background-color: #085b7b!important;
}
.bg-secondary-text {
    color: #FFF;
}
.text-primary {
    color: #04062c!important;
}
.text-secondary {
    color: #085b7b!important;
}
.border-primary {
    border-color: #04062c!important;
}
.border-secondary {
    border-color: #085b7b!important;
}
.card i {
    color: #04062c}
.dropdown-item:hover, .dropdown-item:active {
    background: #04062c;
    color: #FFF;
    text-decoration: none;
}
.bg-footer {
    background-color: #04062c;
    color: #FFF;
}
.bg-footer a {
    color: #FFF;
}
.bg-footer a:hover {
    color: rgba(0, 0, 0);
    text-decoration: none;
}
#ScrollTopButton {
  color: #FFF;
  background-color: rgba(4,6,44, 0.5);
}
#ScrollTopButton:hover {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
}
.btn-primary {
    background-color: #04062c;
    border-color: #04062c;
    color: #FFF}
.btn-primary:hover {
    background-color: rgba(0, 0, 0);
    border-color: rgba(0, 0, 0);
    color: #FFF}
.btn-primary.focus, .btn-primary:focus {
    background-color: rgba(0, 0, 0)!important;
    border-color: rgba(0, 0, 0)!important;
    color: #FFF!important
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #04062c!important;
    border-color: #04062c!important;
    color: #FFF!important
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: rgba(0, 0, 0)!important;
    border-color: rgba(0, 0, 0)!important;
    color: #FFF!important
}
.btn-secondary {
    background-color: #085b7b;
    border-color: #085b7b;
    color: #FFF}
.btn-secondary:hover {
    background-color: rgba(3, 38, 51);
    border-color: rgba(3, 38, 51);
    color: #FFF}
.btn-secondary.focus, .btn-secondary:focus {
    background-color: rgba(3, 38, 51)!important;
    border-color: rgba(3, 38, 51)!important;
    color: #FFF!important
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #085b7b!important;
    border-color: #085b7b!important;
    color: #FFF!important
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    background-color: rgba(3, 38, 51)!important;
    border-color: rgba(3, 38, 51)!important;
    color: #FFF!important
}
.form-control:focus {
    border: 1px solid #04062c;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    color: #04062c;
}
.nav-tabs > li > a:hover,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a:focus {
    color: #04062c;
}
.nav-tabs > li > a.active {
    color: #04062c;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active,
.nav-tabs.nav-justified > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active:focus {  
    border-bottom: 2px solid #04062c;
    color: #04062c;
}
.about-table i {
    font-size: 22px;
    --fa-primary-color: #085b7b;
    --fa-secondary-color: #04062c;
    --fa-secondary-opacity: 1;
}
.duotone {
    --fa-primary-color: #085b7b;
    --fa-secondary-color: #04062c;
    --fa-secondary-opacity: 1;
}
.list-item {
    color: #04062c;
}
.social-btn a {
    color: #04062c;
}
.social-btn a:hover {
    color: #085b7b !important;
}
.accordion-button:not(.collapsed) {
    color: #04062c;
    background-color: rgba(4,6,44, 0.1);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2304062c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-link {
  color: #FFF!important;
}
.page-link:hover {
  color: #FFF!important;
  background-color: #04062c;
  border-color: #04062c;
}
.page-item.active .page-link {
  color: #FFF!important;
  background-color: #04062c;
  border-color: #04062c;
}
.alert-primary {
    color: #04062c;
    background-color: rgba(4,6,44, 0.2);
    border-color: rgba(4,6,44, 0.3);
}
.alert-secondary {
    color: #085b7b;
    background-color: rgba(8,91,123, 0.2);
    border-color: rgba(8,91,123, 0.3);
}
.overlay-primary, .section-overlay-primary::before {
    background-color: rgba(4,6,44, 0.6);
}
.overlay-primary, .section-overlay-primary {
    color: #FFF;
}
.overlay-secondary, .section-overlay-secondary::before {
    background-color: rgba(8,91,123, 0.6);
}
.overlay-secondary, .section-overlay-secondary {
    color: #FFF;
}
.overlay-light, .overlay-light h1, .section-overlay-light {
    color: #04062c;
}
.summary i {
    color: #085b7b;
}
.summary h3 {
    color: #04062c;
}
.info_content, .info_content h4 {
  font-family: Poppins;
  color: #222222}
#MainNav {
  min-height: 80px;
}
.cta {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.footer a {
  color: #FFF;
}
.cta:hover, .footer a:hover {
  color: rgba(255,255,255,0.8);
}
.navbar-brand .logo {
  height: 60px;
}
@media (min-width:768px) {
  .navbar-brand .logo {
    height: 80px;
  }
}
.sub-heading {
font-size: calc(1.2rem + 1.5vw);
font-weight: 600;
line-height: 1.2;
}
#energyNews a {
  color: #FFF;
}
#energyNews a:hover {
  color: rgba(255,255,255,0.8);
}
#aboutUs .accordion-button {
  font-size: 24px;
  font-weight: 500;
}
#aboutUs .figure-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.intro-video {
width: 650px;
margin: 0 auto;
}
.ombudsman-logo {
  width: 300px;
  margin: 0 auto;
}
.timeline {
    list-style: none;
    padding: 0;
}

.timeline-item {
    display: flex;
    align-items: center; /* Keeps icon and text aligned */
    gap: 15px;
    padding: 15px;
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    flex-wrap: nowrap; /* Prevents wrapping on mobile */
}

.timeline-icon {
    width: 40px;
    height: 40px;
    background: #04062c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    flex-shrink: 0; /* Ensures icon does not shrink */
}

.timeline-content {
    flex-grow: 1;
    min-width: 0; /* Prevents content from being pushed down */
}

/* Date styling */
.timeline-date {
    font-weight: bold;
    color: #04062c;
    display: block; /* Places it on a separate line */
    margin-bottom: 5px;
}

/* Ensure proper alignment on mobile */
@media (max-width: 576px) {
    .timeline-item {
        flex-direction: row; /* Ensures text stays to the right */
        align-items: flex-start;
    }

    .timeline-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .timeline-content {
        font-size: 14px;
    }
}