/* CTA Section */
.cta-section {
    text-align: center;
    padding: 4rem 2rem;
    background:  #e3f0f9;;
    color: #fff;
}

.cta-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #6d8597;
}

.cta-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;    
    color: #6d8597;
}

.cta-button {
    display: inline-block;
    background: #4eacea;
    color:  #fff;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

#tw-footer {
    background-color: #fcfcfe;
    width: 100%;
    padding: 24px 0;
    overflow-x: hidden;
}

#tw-footer .tw-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

#tw-footer .tw-footer-divider {
    border-top: 0;
    margin-bottom: 0;
}

#tw-footer .tw-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

#tw-footer .tw-footer-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#tw-footer .tw-footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 0.72);
    font-size: 12px;
    line-height: 16px;
}

#tw-footer .tw-footer-item svg {
    width: 18px;
    height: 18px;
}

#tw-footer .tw-footer-item svg path {
    fill: none;
    stroke: #4eacea;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#tw-footer .tw-footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

#tw-footer .tw-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #4eacea;
}

#tw-footer .tw-footer-social svg {
    width: 18px;
    height: 18px;
}

#tw-footer .tw-footer-social svg path {
    fill: #4eacea;
}

#tw-footer .tw-footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    text-align: right;
    min-width: 0;
}

#tw-footer .tw-footer-copyright {
    color: rgba(0, 0, 0, 0.72);
    font-size: 12px;
    line-height: 16px;
    max-width: 100%;
    overflow-wrap: anywhere;
}

#tw-footer .tw-footer-version {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 768px) {
    #tw-footer .tw-footer-inner {
        padding: 0 16px;
    }

    #tw-footer .tw-footer-content {
        flex-direction: column;
        align-items: flex-start;
    }

    #tw-footer .tw-footer-right {
        align-items: flex-start;
        text-align: left;
    }
}
