 /* Sub-Office */
.office-informations {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* gap: 20px; */
}

.office-informations .GON {
    font-size: 16px;
    color: #c72f00;
    font-weight: 550;
}
.office-informations .sub-station {
    font-size: 20px;
    color: #264f8b;
    font-weight: 600;
}

.container .social-icon {
    font-size: 1.5em; /* 1.5x size */
    transition: transform 0.3s ease-in-out;
}

.social-icon i {
    color: gray;
    transition: color 0.3s ease-in-out;
}

.social-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.importantlinks_otherlinks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.importantlinks_otherlinks .importantlink ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Set unique colors for each platform */
.facebook i {
    color: #1877f2; /* Facebook Blue */
}

.youtube i {
    color: #ff0000; /* YouTube Red */
}

.twitter i {
    color: #1da1f2; /* Twitter Blue */
}

.linkedin i {
    color: #0077b5; /* LinkedIn Blue */
}

.instagram i {
    color: #e4405f; /* Instagram Pink */
}

.tiktok i {
    color: #000000; /* TikTok Black */
}

.office-information-office-name {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.officce-office {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.office-information-container {
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* width: 350px; */
}

.office-information-container .office-desc {
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
}
footer {
    background-color: var(---footer-bg);
    margin-top: 0px !important;
    padding: 0px !important;
}
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* FOOTER CONTENTS */
.footer-content {
    /* border: 2px solid red; */
}
.fa-envelope {
     margin-top: 6px;
 }
.fa-phone{
    margin-top: 2px;
 }

.footer-content .container {
    display: flex;
    justify-content: space-between;
}

.footer-first {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* background-image: url("/assets/image/heritage_background.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    padding-bottom: 20px;
    background-color: var(---footer-bg);
}

.footer-first .container {
}

.information-title {
    font-family: var(---roboto-font);
    font-size: var(---org-title);
    font-color: green;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}

.information-title p {
    color: green;
}

.information-officer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.information-officer-content-image {
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.information-officer-content .officer-image {
    width: 137px;
    height: 137px;
    border-radius: 50%;
    border: 2px solid #027f30;
    object-fit: cover;
    overflow: hidden;
}

.information-officer-content .officer-image img {
}

.officer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: var(---roboto-font);
    gap: 6px;
}

.officer-info .officer-name {
    color: var(---accessibilities-color);
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
}

.officer-info .designation {
    color: var(---accessibilities-color);
    /* font-size: var(---org-title); */
    font-size: 13px;
    font-weight: 400;
}

.officer-info .phone {
    color: var(---accessibilities-color);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
}

.officer-info .email {
    color: var(---accessibilities-color);
    font-size: var(---org-title);
    font-weight: 400;
    display: flex;
    justify-content: center;
}

.officer-info .email a {
    color: var(---accessibilities-color);
    font-size: 13px;
}

.location-importantlink {
    font-family: var(---roboto-font);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.location-title,
.importantlink-title,
.officehours-title {
    font-size: var(---org-title);
    font-family: var(---roboto-font);
    color: green;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: left;
}

.location-importantlink-content {
    color: var(---accessibilities-color);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.information-organization,
.information {
    display: flex;
    align-items: center;
}

.information-organization p {
    margin-left: 10px;
}

.information-organization p a {
    color: var(---accessibilities-color);
}
.information p {
    margin-left: 10px;
}

.information a {
    color: var(---accessibilities-color);
}

.importantlink ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    text-align: left;
}

.importantlink ul li {
    list-style: none;
}

.importantlink ul li a {
    font-family: var(---roboto-font);
    font-size: var(---normal);
    color: var(---accessibilities-color);
    text-decoration: none;
}

.officehours .apps {
    padding-top: 25px;
    display: flex;
}

.officehours-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.officehours-content .border-line {
    border: 0.5px solid #8a8a8a;
}

.officehours-content .time {
    font-size: var(---office-time);
    font-family: var(---roboto-font);
    color: var(---menu-bg-color);
    font-weight: bold;
}

.officehours-content ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.officehours-content ul li {
    font-size: var(---normal);
    font-family: var(---roboto-font);
    color: var(---accessibilities-color);
    text-decoration: none;
    list-style: none;
}

.footer-second {
    background-color: white;
    font-family: var(---roboto-font);
}

.footer-second .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 0px; */
}

.footer-second .lastupdate a {
    text-decoration: none;
    font-size: var(---normal);
    font-weight: bold;
    color: var(---footer-text-color);
}

.footer-second .visitors a {
    text-decoration: none;
    font-size: var(---normal);
    font-weight: bold;
    color: var(---footer-text-color);
}

.footer-second .visitors .visitors-count {
    background-color: var(---footer-visitors-count);
    color: white;
    padding: 3px 8px;
    border-radius: 2px;
    font-size: var(---org-title);
}

.footer-second .social-links {
    padding: 10px 0;
}

.footer-three {
    background-color: var(---menu-bg-color);
}

.footer-three .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-three .container p {
    font-family: var(---roboto-font);
    font-size: ---normal;
    font-weight: bold;
    color: white;
    padding: 17px 0;
}

.footer-three .container p a {
    color: white;
}

.social-links a img {
    width: 25px;
    filter: grayscale(90%);
    transition: filter 0.3s ease;
}

.social-links a:hover img {
    filter: grayscale(0%);
}

/* MOBILE VIEW MEDIA QUERY */
@media screen and (max-width: 768px) {
    .footer {
        /* border: 3px solid red; */
        /* padding: 20px 0; */
    }

    .footer-content .container {
        /* border: 3px solid green; */
        flex-direction: column;
        padding: 15px;
    }
    .information-officer {
        order: 3;
    }
    .location-importantlink {
        order: 1;
    }
    .officehours-apps {
        order: 2;
    }
    .spokesperson {
        order: 4;
    }

    .footer-first {
        background-size: cover;
        background-position: center;
        padding: 5px;
    }

    .footer-first .container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .information-officer .information-title {
        text-align: left;
    }

    .spokesperson .information-title {
        text-align: left;
    }

    .information-officer-content .information-officer-content-image {
        justify-content: flex-start;
    }

    .information-officer-content .officer-info {
        text-align: left;
    }

    .information-officer-content .officer-info .officer-name,
    .information-officer-content .officer-info .designation,
    .information-officer-content .officer-info .phone,
    .information-officer-content .officer-info .email {
        width: 100%;
    }

    .information-officer-content .officer-info .phone {
        padding: 0px;
    }

    .location-importantlink {
        gap: 30px;
    }
    .location-importantlink-content {
        gap: 10px;
    }
    .importantlink ul,
    .officehours-content ul {
        gap: 10px;
    }

    .location-importantlink .location .location-title,
    .location-importantlink .importantlink .importantlink-title,
    .officehours-apps .officehours .officehours-title {
        padding: 0px;
    }

    .officehours-content {
        gap: 10px;
    }

    .officehours .apps {
        padding-top: 10px;
    }

    /* Footer-second */
    .footer-second .container {
        flex-direction: column;
    }

    .footer-second .lastupdate a,
    .footer-second .visitors a {
        font-size: 14px;
        text-align: center;
    }

    .footer-second .visitors .visitors-count {
        font-size: 14px;
        padding: 3px 6px;
    }
    .footer-second .container .social-links {
        padding: 0;
    }

    /* Footer-three */
    .footer-three .container {
        flex-direction: column;
        align-items: center;
    }

    .footer-three .container p {
        font-size: 14px;
        text-align: center;
    }

    .social-links a img {
        width: 30px;
    }

    .social-links a:hover img {
        filter: grayscale(0%);
    }
}

/* TABLET VIEW */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .footer {
        padding: 0px;
    }

    .footer-content .container {
        /* border: 3px solid red; */
        /* flex-direction: row; */
        /* align-items: left; */
        gap: 20px;
    }

    .footer-first {
        padding: 20px 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .footer-first .container {
        flex-direction: row;
        flex-wrap: wrap;
        /* align-items: center; */
        gap: 15px;
    }

    .information-title {
        font-size: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    .information-officer-content {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        text-align: left;
    }

    .information-officer-content .officer-image {
        width: 100px;
        height: 100px;
    }
    .information-officer-content-image {
        justify-content: center;
    }

    .officer-info {
        font-size: 14px;
        gap: 4px;
        text-align: left;
    }

    .location-importantlink {
        gap: 15px;
    }

    .location-importantlink-content {
        gap: 10px;
    }

    .importantlink ul {
        gap: 8px;
    }

    .officehours-content {
        gap: 15px;
    }

    .footer-second .container {
        flex-direction: row;
        gap: 20px;
        text-align: left;
    }

    .footer-second .lastupdate a,
    .footer-second .visitors a {
        font-size: 14px;
    }

    .footer-second .visitors .visitors-count {
        font-size: 14px;
        padding: 2px 6px;
    }

    .footer-three .container {
        flex-direction: column;
        gap: 15px;
    }

    .footer-three .container p {
        font-size: 14px;
        padding: 10px;
    }

    .social-links a img {
        width: 20px;
    }

    .social-links a:hover img {
        filter: grayscale(0%);
    }
}
