:root {
    --primary-color: #d24625;
    --secondary-color: #2c569d;
    --addtional-color: #c72027;
    --white-color: #fff;
    --black-color: #000000a2;
    --button-background-color: #d24625;
}


/* =================================== */
/* == Footer Section ==              */
/* =================================== */

.footer-section {
    background-color: var(--secondary-color);
    /* Dark Blue background */
    color: rgba(255, 255, 255, 0.8);
    padding-top: 60px;
}

/* === New SEO Content Styles === */
.footer-seo-content {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-seo-content .seo-title {
    color: var(--white-color);
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.footer-seo-content .seo-description {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.footer-seo-content .seo-subtitle {
    color: var(--white-color);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.footer-seo-content .service-title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1rem;
}

.footer-seo-content p {
    font-size: 0.85rem;
}

/* === End of SEO Content Styles === */


.footer-widget .footer-logo {
    max-height: 60px;
}

.footer-widget .widget-title {
    color: var(--white-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget .widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: var(--primary-color);
}

.footer-text {
    line-height: 1.8;
}

.footer-links,
.contact-info {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a i {
    color: var(--primary-color);
    margin-right: 8px;
    transition: margin-left 0.3s ease;
}

.footer-links a:hover {
    color: var(--white-color);
    padding-left: 5px;
}

.contact-info li {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.contact-info i {
    color: var(--primary-color);
    margin-right: 15px;
    font-size: 1.1rem;
    margin-top: 5px;
}

.contact-info a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: var(--white-color);
}

.social-icons .social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    margin-right: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icons .social-icon:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

.footer-bottom {
    background-color: #1d3c6e;
    padding: 20px 0;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text,
.designer-text {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.designer-text a {
    color: var(--white-color);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.designer-text a:hover {
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .footer-seo-content .col-md-4 {
        margin-bottom: 20px;
    }
}

/* KJTC keywords styles */
.kjtc-keywords-wrap {
    margin: 20px 0;
    padding: 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff, #fbfbfb);
    box-shadow: 0 6px 18px rgba(13, 30, 60, 0.06);
    border: 1px solid rgba(8, 20, 40, 0.03)
}

.kjtc-keywords-top {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap
}

.kjtc-kw-title {
    font-size: 1rem;
    margin: 0;
    font-weight: 700;
    color: var(--text-color, #223)
}

.kjtc-search {
    display: flex;
    align-items: center;
    position: relative
}

.kjtc-search input[type="search"] {
    width: 260px;
    max-width: 55vw;
    padding: 8px 36px 8px 12px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    outline: none;
    font-size: 14px
}

.kjtc-search input[type="search"]:focus {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.6)
}

#kjtc-clear-search {
    position: absolute;
    right: 4px;
    border: none;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 8px;
    display: none
}

.kjtc-kw-categories {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.kjtc-cat-btn {
    background: transparent;
    border: 1px solid #e7e7e7;
    padding: 6px 10px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px
}

.kjtc-cat-btn.active {
    background: var(--primary-color, #ff7a18);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(255, 122, 24, 0.15)
}

.kjtc-kw-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px
}

.kjtc-chip {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #eee;
    text-decoration: none;
    color: #333;
    background: #fff;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(11, 22, 40, 0.03);
    transition: transform .12s ease, box-shadow .12s ease
}

.kjtc-chip:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(11, 22, 40, 0.08);
    text-decoration: none;
    color: var(--primary-color, #ff7a18)
}

.kjtc-chip[hidden] {
    display: none !important
}

/* Responsive tweaks */
@media (max-width:768px) {
    .kjtc-search input[type="search"] {
        width: 160px
    }

    .kjtc-kw-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
    }
}