/* ==========================================================================
   VEERU TECH - GLOBAL FOOTER MODULE STYLES (DYNAMIC REPEATERS & IMAGES)
   ========================================================================== */

.vt-site-footer, .vt-site-footer * {
    font-family: inherit !important;
    box-sizing: border-box;
}

.vt-site-footer {
    position: relative;
    width: 100%;
    background-color: #031122;
    color: #ffffff;
    overflow: hidden;
    z-index: 10;
}

.vt-footer-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.vt-footer-container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 60px 20px 30px 20px;
}

.vt-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr 1.3fr;
    gap: 30px;
    align-items: start;
}

.vt-footer-align-left { text-align: left; }
.vt-footer-align-center { text-align: center; }
.vt-footer-align-right { text-align: right; }
.vt-footer-align-justify { text-align: justify; }

/* Col 1: Brand */
.vt-footer-brand-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vt-footer-logo-link {
    display: inline-block;
    max-width: 100%;
}

.vt-footer-logo-img {
    height: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
}

.vt-footer-brand-desc {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.vt-footer-social-list {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    flex-wrap: wrap;
}

.vt-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #031122;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.vt-footer-social-link:hover {
    background-color: #f17a28;
    color: #ffffff;
    transform: translateY(-3px);
}

.vt-footer-social-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.vt-footer-social-img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    display: block;
}

.vt-footer-col-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.vt-footer-nav-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.vt-footer-nav-list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vt-footer-nav-list li a {
    color: #94a3b8;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.25s ease, padding-left 0.25s ease;
    display: inline-block;
}

.vt-footer-nav-list li a:hover {
    color: #f17a28;
    padding-left: 4px;
}

/* Col 5: Offices */
.vt-footer-office-block {
    margin-bottom: 20px;
}

.vt-footer-office-block:last-child {
    margin-bottom: 0;
}

.vt-footer-office-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.vt-footer-office-icon {
    color: #f17a28;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

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

.vt-footer-office-country {
    color: #f17a28;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.vt-footer-office-detail {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 4px 24px;
}

.vt-footer-office-phone {
    display: block;
    color: #94a3b8;
    font-size: 13px;
    text-decoration: none;
    margin-left: 24px;
    transition: color 0.25s ease;
}

.vt-footer-office-phone:hover {
    color: #ffffff;
}

/* Col 6: Newsletter */
.vt-footer-newsletter-desc {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

.vt-footer-newsletter-form {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.vt-footer-newsletter-box {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 4px;
    border: 1px solid #cbd5e1;
}

.vt-footer-newsletter-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 10px 14px;
    font-size: 13px;
    color: #0f172a;
}

.vt-footer-newsletter-btn {
    border: none;
    outline: none;
    background-color: transparent;
    color: #031122;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.vt-footer-newsletter-btn:hover {
    color: #f17a28;
    transform: scale(1.08);
}

.vt-footer-newsletter-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.vt-footer-newsletter-msg {
    font-size: 12px;
    margin-top: 8px;
    display: none;
}

.vt-footer-newsletter-msg.success { color: #10b981; display: block; }
.vt-footer-newsletter-msg.error { color: #ef4444; display: block; }

.vt-footer-legal-links {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #64748b;
}

.vt-footer-legal-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.25s ease;
}

.vt-footer-legal-links a:hover {
    color: #f17a28;
}

.vt-footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 22px 20px;
}

.vt-footer-bottom-container {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vt-footer-copyright {
    color: #94a3b8;
    font-size: 13px;
    margin: 0;
}

@media (max-width: 1199px) {
    .vt-footer-grid { grid-template-columns: repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 767px) {
    .vt-footer-grid { grid-template-columns: repeat(1, 1fr); gap: 30px; }
    .vt-footer-container { padding: 40px 15px 20px 15px; }
    .vt-footer-bottom-container { justify-content: center; text-align: center; }
}