.pkp_structure_footer_wrapper {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1.43rem solid #f06837;
    padding: 30px 20px 0 20px;
    color: #333;
}

.pkp_structure_footer_wrapper h3 {
    color: #f06837;              /* stronger dark heading */
    font-weight: 600;
    margin-bottom: 15px;
}

.pkp_structure_footer_wrapper a {
    color: #014260;           /* deep blue links */
    text-decoration: none;
}

.pkp_structure_footer_wrapper a:hover {
    color: #f06837;           /* darker blue hover */
    text-decoration: none;
}

.pkp_structure_footer_wrapper ul {
    /* list-style: none; */
    /* padding: 0; */
}

.pkp_structure_footer_wrapper li {
    margin-bottom: 8px;
}

.footer-bottom-right {
    color: #555;              /* softer text for copyright */
    font-size: 14px;
}


/*----------------------------------------------------*/
.custom-technologies {
    text-align: center;
}

.custom-technologies h3 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #f06837;
    font-weight: 600;
}

.tech-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-list li {
    text-align: center;
    width: 200px;
}

.tech-list img {
    max-width: 120px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.tech-list img:hover {
    transform: scale(1.1);
}

.tech-list span {
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}
.pkp_footer_content {
    padding: 0;
}


@media (min-width: 1200px) {
    .pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
        width: 100%;
    }
}
.pkp_footer_content{
	font-family: sans-serif;
}
.pkp_structure_footer_wrapper li {
	list-style-type: none;
}



/* ----------------------------------------------------
   Responsive Footer Columns
---------------------------------------------------- */
.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin: 40px 0;
}

.footer-col {
    flex: 1 1 calc(25% - 30px);
    min-width: 220px;
}

.footer-col h3,
.footer-col h4 {
    color: #f06837;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-col ul {
    padding: 0;
    list-style: none;
}

.footer-col li {
    margin-bottom: 8px;
}

.footer-col a {
    color: #014260;
    text-decoration: none;
}

.footer-col a:hover {
    color: #f06837;
}

/* Logo column */
.footer-logo img {
    width: 180px;
    height: auto;
    margin-top: 10px;
}

/* Responsive layout - tablet */
@media (max-width: 992px) {
    .footer-col {
        flex: 1 1 calc(50% - 30px);
    }
}

/* Responsive layout - mobile */
@media (max-width: 600px) {
    .footer-col {
        flex: 1 1 100%;
        text-align: center;
    }

    .footer-logo img {
        margin-left: auto;
        margin-right: auto;
    }
}




/*-----------------------------   */




.pkp_site_name .is_text {
    color: #ffffff;
}
@media (min-width: 992px) {
    #navigationPrimary ul a {
        color: #ffffff;
    }
}
@media (min-width: 992px) {
    .pkp_navigation_primary>li>a:focus {
        background: #ddd;
    }

@media (min-width: 992px) {
    .pkp_navigation_user>li>a {
        color: #ffffff;
    }
}