/* SECOOLINDA FOOTER */
footer {
  background: linear-gradient(135deg, #7A0E13 0%, #A32025 100%);
  color: #ffffff;
  padding: 0.75rem 2rem;
  margin-top: 3rem;
  border-top: 3px solid #F05A5C;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* Footer Logo/Info */
.footer-logo-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.footer-logo {
  width: 100px;
  height: auto;
  display: block;
  filter: brightness(1.1) drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    border-radius: 15px;
}

.footer-logo-section p {
  font-size: 0.9rem;
  line-height: 1.2;
  opacity: 0.95;
  margin: 0;
}

.footer-link-plain {
  text-decoration: none;
  color: inherit;
}

/* Footer Section Title */
.footer-section h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #F05A5C;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(255,255,255,0.3);
}

/* Contact Section */
.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-section h3 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: #F05A5C;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid #F05A5C;
}

.footer-contact-items {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex: 0 0 auto;
}

.footer-contact-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.footer-contact-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.footer-contact-info h4 {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
}

.footer-contact-info p {
  margin: 0;
  font-size: 0.8rem;
}

/* Footer Links Section */
.footer-links-section h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #F05A5C;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid repeat-gradient(#F05A5C, transparent);
}

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

.footer-links-section li {
    margin-bottom: 0.5rem;
}

.footer-links-section a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links-section a:hover {
    color: #F05A5C;
    transform: translateX(4px);
}

/* Footer Contact Section */
.footer-contact-section h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #F05A5C;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #F05A5C;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.contact-details > div {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.85);
}

.contact-details i {
    color: #F05A5C;
    margin-top: 2px;
}

.contact-details a {
    color: #F05A5C;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Footer Social Section */
.footer-social-section h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #F05A5C;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #F05A5C;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    color: #F05A5C;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background: #F05A5C;
    color: #7A0E13;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(240, 90, 92, 0.3);
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
}

.footer-bottom p {
    margin: 0;
}

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

.footer-bottom a:hover {
    color: #F05A5C;
    text-decoration: underline;
}

.developed-by {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.developed-by span {
    color: rgba(255,255,255,0.75);
}

.start2up-logo {
    height: 25px;
    width: auto;
    vertical-align: middle;
}

/* Responsive Footer */
@media (max-width: 768px) {
    footer {
        padding: 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .footer-section h3 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .footer-links-section ul,
    .contact-details {
        gap: 0.5rem;
    }

    .social-links a {
        width: 36px;
        height: 36px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
    }

    .footer-logo-section {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        width: 80px;
        border-radius: 12px;
    }

    .footer-contact-items {
        flex-direction: column;
        gap: 0.8rem;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 0.8rem;
    }

    .footer-content {
        gap: 1rem;
    }

    .footer-section h3 {
        font-size: 0.85rem;
        margin-bottom: 0.8rem;
    }

    .footer-logo {
        width: 60px;
        border-radius: 10px;
    }

    .footer-contact-info h4,
    .footer-contact-info p {
        font-size: 0.75rem;
    }

    .social-links a {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }

    .footer-bottom {
        font-size: 0.75rem;
    }

    .developed-by {
        font-size: 0.75rem;
    }

    .start2up-logo {
        height: 20px;
    }
}
