/* =====================================================
   FOOTER STYLES - Nakliyat
   ===================================================== */

/* Reset and Base */
#site-footer {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    width: 100%;
}

#site-footer * {
    box-sizing: border-box;
}

#site-footer a {
    text-decoration: none;
    transition: all 0.3s ease;
}

#site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Container Override for Footer */
#site-footer .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

/* =====================================================
   NEWSLETTER SECTION
   ===================================================== */
.footer-newsletter {
    background-color: #0E2A31;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 41px 0 48px;
}

.newsletter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.newsletter-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.newsletter-logo img {
    max-height: 56px;
    width: auto;
    display: block;
}

.newsletter-info {
    display: flex;
    align-items: center;
    gap: 18px;
}

.info-divider {
    width: 3px;
    height: 50px;
    background-color: #FF7D44;
    flex-shrink: 0;
}

.info-content h3 {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 5px 0;
}

.info-content p {
    color: #eeeeee;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.newsletter-right {
    flex: 0 0 auto;
}

.newsletter-form {
    display: flex;
    max-width: 530px;
    width: 100%;
}

.newsletter-form input[type="email"] {
    flex: 1;
    min-width: 280px;
    padding: 16px 22px;
    background-color: #fff;
    border: none;
    border-radius: 6px 0 0 6px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    outline: none;
}

.newsletter-form input[type="email"]::placeholder {
    color: #888;
}

.newsletter-form button {
    padding: 16px 45px;
    background-color: #FF7D44;
    color: #fff;
    border: none;
    border-radius: 0 6px 6px 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.newsletter-form button:hover {
    background-color: #e86d35;
}

/* =====================================================
   MAIN FOOTER
   ===================================================== */
.footer-main {
    position: relative;
    background-color: #0E2A31;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 42, 49, 0.93);
    z-index: 1;
}

.footer-main > .container {
    position: relative;
    z-index: 2;
}

/* =====================================================
   FOOTER GRID
   ===================================================== */
.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 57px 0 68px;
}

/* CTA Box */
.footer-cta-box {
    background-color: #FF7D44;
    border-radius: 10px;
    padding: 28px 30px 36px;
}

.footer-cta-box .cta-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}

.footer-cta-box .cta-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-cta-box .cta-icon svg {
    width: 28px;
    height: 28px;
}

.footer-cta-box h4 {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    margin: 0;
}

.footer-cta-box p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0 0 20px 0;
    opacity: 0.95;
}

.footer-cta-box .btn-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    background-color: #fff;
    color: #111E21;
    padding: 14px 20px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-cta-box .btn-cta i {
    width: 38px;
    height: 38px;
    min-width: 38px;
    background-color: rgba(80, 200, 180, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C3F39;
    font-size: 16px;
    margin-left: auto;
    transition: all 0.3s ease;
}

.footer-cta-box .btn-cta:hover {
    background-color: #111E21;
    color: #fff;
}

.footer-cta-box .btn-cta:hover i {
    background-color: #CBF6FF;
    color: #1C3F39;
}

/* Footer Columns */
.footer-column {
    padding-top: 10px;
}

.footer-column h5 {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links li a {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    opacity: 0.9;
}

.footer-links li a i {
    color: #5092A1;
    font-size: 10px;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #FF7D44;
    opacity: 1;
}

.footer-links li a:hover i {
    color: #FF7D44;
    transform: translateX(3px);
}

/* =====================================================
   CONTACT BAR
   ===================================================== */
.footer-contact-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-bottom: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 28px;
    background-color: rgba(255, 255, 255, 0.04);
    border-bottom: 3px solid #FF7D44;
    transition: background-color 0.3s ease;
}

.contact-item:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.contact-item:first-child {
    border-radius: 10px 0 0 10px;
}

.contact-item:last-child {
    border-radius: 0 10px 10px 0;
}

.contact-icon-wrapper {
    position: relative;
    flex-shrink: 0;
}

.contact-icon {
    width: 80px;
    height: 80px;
    border: 2px dashed rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    background: radial-gradient(circle, rgba(255, 125, 68, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
}

.contact-icon i {
    font-size: 28px;
    color: #FF7D44;
}

.contact-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-label {
    color: #FF7D44;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info a,
.contact-info span.contact-value {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.contact-info a:hover {
    color: #FF7D44;
}

/* =====================================================
   FOOTER BOTTOM
   ===================================================== */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-wrap: wrap;
    gap: 15px;
}

.footer-copyright p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    opacity: 0.9;
}

.footer-copyright a {
    color: #FF7D44;
    text-decoration: none;
    font-weight: 500;
}

.footer-copyright a:hover {
    opacity: 0.8;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-bottom-links a {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.9;
}

.footer-bottom-links a:hover {
    color: #FF7D44;
    opacity: 1;
}

.footer-bottom-links span {
    color: #fff;
    opacity: 0.4;
}

/* =====================================================
   SCROLL TO TOP
   ===================================================== */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #FF7D44;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(255, 125, 68, 0.4);
    font-size: 18px;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background-color: #e86d35;
    transform: translateY(-5px);
    color: #fff;
}

/* =====================================================
   RESPONSIVE - 1200px
   ===================================================== */
@media (max-width: 1200px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }
    
    .footer-cta-box {
        grid-column: span 2;
        max-width: 500px;
    }
    
    .info-content h3 {
        font-size: 22px;
    }
    
    .info-content p {
        font-size: 17px;
    }
}

/* =====================================================
   RESPONSIVE - 992px
   ===================================================== */
@media (max-width: 992px) {
    .newsletter-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .newsletter-right {
        width: 100%;
    }
    
    .newsletter-form {
        max-width: 100%;
    }
    
    .newsletter-form input[type="email"] {
        min-width: 200px;
    }
    
    .footer-contact-bar {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .contact-item {
        border-radius: 10px !important;
    }
    
    .contact-item:last-child {
        grid-column: span 2;
    }
}

/* =====================================================
   RESPONSIVE - 768px
   ===================================================== */
@media (max-width: 768px) {
    .footer-newsletter {
        padding: 30px 0 35px;
    }
    
    .newsletter-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .info-divider {
        display: none;
    }
    
    .info-content h3 {
        font-size: 20px;
    }
    
    .info-content p {
        font-size: 16px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        padding: 40px 0 50px;
        gap: 35px;
    }
    
    .footer-cta-box {
        grid-column: span 1;
        max-width: 100%;
    }
    
    .footer-contact-bar {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .contact-item:last-child {
        grid-column: span 1;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
    }
    
    .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* =====================================================
   RESPONSIVE - 576px
   ===================================================== */
@media (max-width: 576px) {
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-form input[type="email"] {
        border-radius: 6px;
        margin-bottom: 10px;
        min-width: 100%;
    }
    
    .newsletter-form button {
        border-radius: 6px;
        width: 100%;
        justify-content: center;
    }
    
    .footer-cta-box {
        padding: 24px 20px 30px;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .contact-info {
        align-items: center;
    }
    
    .contact-icon {
        width: 70px;
        height: 70px;
    }
    
    .contact-icon::before {
        width: 90px;
        height: 90px;
    }
    
    .footer-column h5 {
        font-size: 18px;
    }
    
    .footer-links li a {
        font-size: 15px;
    }
    
    .scroll-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
        font-size: 16px;
    }
}
