
@font-face {
    font-family: 'Soligant';
    src: url('../font/Soligant.ttf') format('truetype'),
        url('../font/Soligant.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
      
}
html {
    scroll-behavior: smooth;
}


footer {
   
    background-color: #25242A;
     color:  #f3f4f3; 
      line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Host Grotesk', sans-serif;
    font-weight: 700;
}

/* Footer */
.footer {
    padding: 5rem 1.5rem;
    padding-bottom: 2rem;
    /* border-top: 2px solid rgba(235, 232, 232, 0.53); */
    color: #f3f4f3;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 0rem;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-decoration: none;
    align-items: flex-start;
}

.footer-contact a{
     color: #f3f4f3;
    text-decoration: none;
    font-size: clamp(18px, 2.6vw, 28px);
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
   margin: 0;
    padding: 0;
    height: 50px;
}
.footer-contact a:hover{
    font-family: 'Soligant', serif;
     font-size: clamp(22px, 3.0vw, 30px);
}

.footer-link {
    font-size: 1.5rem;
    font-weight: 700;
    transition: color 0.3s ease;
text-decoration: none;
line-height: 1.5;
}
.footer-link img{
 width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
}
.footer-link:hover{
    opacity: 0.8;
}
.footer-address {
    text-align: left;
}

.address-line {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem; 
     display: flex;
    align-items: center;
    justify-content: flex-end;
}
.address-line a {
     color: #f3f4f3;
    text-decoration: none; 
     font-size: clamp(18px, 2.6vw, 28px); 
     line-height: 1;
    height: 40px;
    margin: 0;
    padding: 0;
}
 .address-line a:hover {
    font-family: 'Soligant', serif;
   font-size: clamp(22px, 3.0vw, 30px);
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 90.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-tagline {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.footer-copyright {
    font-size: 0.875rem;
}

.social-label {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.social-links {
    display: flex;
    gap: 1.5rem;
  align-items: center;
}

.social-link {
    text-decoration: none;
    color: #f3f4f3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    min-width: 110px;
    max-width: 40px;
     font-size: clamp(16px, 1.8vw, 18px);
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0; 
}
.social-link img{
    width: 1.2rem;
    height: 1.2rem;
}

.social-link:hover {
  font-family: 'Soligant', serif;
    font-size: clamp(16px, 2.0vw, 21px);
opacity: 0.8;
}

.footer-credits {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.875rem;
}

/* Responsive Design */
@media (min-width: 768px) {
    

    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media (min-width: 1024px) {
   .section-container {
        max-width: 1320px;
     
    }

    .footer-top {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0rem;
    width: 98%;
    margin: auto;
}
.footer-bottom {
    padding-top: 2rem;
    width: 98%;
    margin: auto;
}
    .footer-social {
        justify-content: flex-end;
    }
.social-link{
min-width: auto; 
}

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

    .subsection-title {
        font-size: 2.5rem;
    }
    
}
@media (max-width: 768px) {

    .footer-link img{
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
}

    .social-links {
  align-items: flex-start;
    }

    .social-link {
    text-decoration: none;
    color: #f3f4f3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 0px;
    max-width: 40px;
     font-size: clamp(16px, 1.8vw, 18px);
    font-weight: bold;
    line-height: 1;
    margin: 0;
    margin-top: 0.5rem;
    min-width: 22%;
    padding: 0;  
}

.address-line {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem; 
     margin:0; 
     justify-content: flex-start;
}

.footer-contact a{
    height: auto;
    margin:0;
}
.footer-top {
        gap: 1.5rem; 
        margin-bottom: 0.5rem; 

    }
    .footer-bottom {
        padding-top: 1.5rem;
         padding-bottom: 1.5rem;
    }
 .footer-link {
     display: flex;
align-items: center;   
}
 .footer-link img{
   width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.5rem; 
}
}