.elementor-78 .elementor-element.elementor-element-59d9719{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-78 .elementor-element.elementor-element-c29372c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-af55b69 */.esollve-cta-fullwidth {
    position: relative;
    /* Forces 100% Viewport Width */
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    /* Background Strategy */
    background: linear-gradient(rgba(6, 68, 105, 0.88), rgba(0, 0, 0, 0.92)), 
                url('https://esollve.com/wp-content/uploads/2026/05/imgi_94_white-paper-at-printshop-UY69R5M.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax effect */
    overflow: hidden;
}

.cta-content-container {
    position: relative;
    z-index: 10;
    max-width: 850px;
    padding: 0 40px;
    font-family: 'Poppins', sans-serif;
}

/* --- Brand Tag --- */
.brand-tag-white {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.brand-tag-white .tag-line {
    width: 30px;
    height: 2px;
    background: #72c1df;
}

.brand-tag-white .tag-text {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #72c1df;
}

/* --- Typography --- */
.syne-heading-cta {
    font-family: 'Syne', sans-serif;
    font-size: 38px; /* Sophisticated smaller size */
    font-weight: 800;
    color: white;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.cta-subtext {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto 45px;
    font-weight: 300;
}

/* --- Buttons --- */
.cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-cyan {
    padding: 18px 40px;
    background: #72c1df;
    color: #064469;
    text-decoration: none;
    font-weight: 700;
    border-radius: 12px;
    font-size: 14px;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(114, 193, 223, 0.2);
}

.btn-cyan:hover {
    transform: translateY(-5px) scale(1.03);
    background: #fff;
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.2);
}

.btn-glass {
    padding: 18px 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 12px;
    font-size: 14px;
    transition: 0.4s ease;
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

/* --- Interactive Ambient Glows --- */
.cta-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: #72c1df;
    filter: blur(160px);
    opacity: 0.12;
    pointer-events: none;
    z-index: 1;
}

.glow-top { top: -250px; right: -100px; }
.glow-bottom { bottom: -250px; left: -100px; }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .esollve-cta-fullwidth { 
        height: auto; 
        padding: 80px 0;
        width: 100%; 
        left: 0; 
        margin-left: 0; 
    }
    .syne-heading-cta { font-size: 32px; }
    .cta-actions { flex-direction: column; align-items: center; }
    .btn-cyan, .btn-glass { width: 80%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d53f198 */.esollve-footer-fullwidth {
    position: relative;
    /* Forces 100% Viewport Width */
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
    background-color: #061118; /* Deep Navy Brand Color */
    padding-top: 80px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    overflow: hidden;
}

.footer-inner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 50px;
    padding: 0 20px 60px 20px;
}

/* --- Typography --- */
.footer-logo {
    font-family: 'Syne', sans-serif;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.footer-logo span { color: #72c1df; }

.column-title {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #72c1df;
    margin-bottom: 30px;
}

/* --- Navigation & Links --- */
.link-list { list-style: none; padding: 0; margin: 0; }
.link-list li { margin-bottom: 12px; }
.link-list a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.link-list a:hover {
    color: #72c1df;
    transform: translateX(5px);
    display: inline-block;
}

/* --- Contact Rows --- */
.info-row {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.info-row i { color: #72c1df; margin-top: 3px; }
.info-row a { color: inherit; text-decoration: none; }

/* --- Full-Width Bottom Bar --- */
.footer-copyright-bar {
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px 0;
    width: 100%;
}

.copyright-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

/* Responsive */
@media (max-width: 992px) {
    .footer-inner-content { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .esollve-footer-fullwidth { 
        width: 100%; 
        left: 0; 
        margin-left: 0; 
    }
    .footer-inner-content { grid-template-columns: 1fr; gap: 40px; }
    .copyright-container { flex-direction: column; gap: 20px; text-align: center; }
}/* End custom CSS */