/* Custom Homepage Footer Styles */

.custom-footer {
    background: #0a0e27;
    color: #fff;
    padding: 60px 0 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.reviews {
    background-color: rgb(145 153 154 / 30%);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.footer-top a {
    text-decoration: none;
}

.footer-logo {
	margin-bottom: 40px;
}

.footer-logo img {
	max-width: 50px;
	height: auto;
    display: block;
}

/* CTA Section */
.footer-cta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-cta-link {
    color: #00d9ff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid #00d9ff;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.footer-cta-link:hover {
    color: #00b8db;
    border-bottom-color: #00b8db;
}

.footer-rating {
    text-align: right;
}

.footer-rating .stars {
     color: #FBBC04;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.footer-rating .rating-text {
    color: #fff;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.footer-rating .rating-text img {
    width: 16px;
    height: 16px;
}

/* Footer Columns */
.footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a,
.footer-column ul li span {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.footer-column ul li a:hover {
    color: #00d9ff;
}

.footer-column ul li .location {
    display: inline-flex;
}

/* Contact Icons */
.footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background-color: rgba(0, 217, 255, 0.12);
    color: #00d9ff;
    flex-shrink: 0;
}

.footer-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* Footer Description */
.footer-description {
    max-width: 800px;
    margin-bottom: 30px;
}

.footer-description p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Footer Bottom Links */
.footer-bottom-links {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #00d9ff;
}

.footer-bottom-links .separator {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}

/* Copyright */
.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin: 0;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-legal-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: #00d9ff;
}

.footer-legal-links .separator {
    color: rgba(255, 255, 255, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-cta {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-rating {
        text-align: left;
    }
    
    .footer-rating .rating-text {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    
    .footer-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 32px;
    }
    
    .footer-column h3 {
        font-size: 1.3rem;
    }
    
    .footer-column ul li a,
    .footer-column ul li span {
        font-size: 1rem;
    }
    
    .footer-copyright {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .footer-bottom-links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .footer-bottom-links .separator {
        display: none;
    }
}

@media (max-width: 480px) {
    
    .custom-footer {
        padding: 40px 0 20px;
    }
}

/* Header logo using Parallel Digital image */

.site-branding {
    padding-top: 10px;
}

.site-header .site-branding a,
.site-header .main-title a {
    display: inline-block;
    background-image: url('../images/parallel-digital-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 180px;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .site-header .site-branding a,
    .site-header .main-title a {
        width: 150px;
        height: 54px;
    }
}
