{"page":"/* Global box-sizing for consistent sizing */\n* {\n    box-sizing: border-box;\n}\n\nfooter.anchor-footer {\n    background-color: #f8f8f8;\n    padding: 0px 0px;\n    color: #34476F;\n}\n\n.anchor-footer-container {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    max-width: 1200px;\n    margin: 0 auto;\n    align-items: flex-start;\n    gap: 40px;\n}\n\n.anchor-footer-left {\n    flex: 1;\n    max-width: 50%;\n    text-align: left;\n}\n\n.footer-logo {\n    max-width: 70%;\n    display: block;\n    margin-bottom: 10px;\n}\n\n.footer-tagline {\n    font-size: 18px;\n    font-weight: bold;\n    margin-bottom: 15px;\n    line-height: 1.4;\n    color: #34476F;\n}\n\n.anchor-footer-subscribe {\n    max-width: 65%;\n    text-align: left;\n}\n\n.anchor-footer-subscribe form {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    width: 100%;\n}\n\n.anchor-footer-subscribe input,\n.anchor-footer-subscribe .button {\n    width: 100%;\n    padding: 10px;\n    margin: 0;\n    font-size: 14px;\n    border-radius: 4px;\n}\n\n.anchor-footer-subscribe input {\n    border: 1px solid #ccc;\n    background: #fff;\n    color: #34476F;\n}\n\n.anchor-footer-subscribe .button {\n    background-color: #5D87A1;\n    border: none;\n    color: white;\n    cursor: pointer;\n    text-align: center;\n    transition: background 0.3s ease;\n}\n\n.anchor-footer-subscribe .button:hover {\n    background-color: #5D87A1;\n}\n\n.anchor-footer-icons-text {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    max-width: 1200px;\n    margin: 20px auto 0;\n    flex-wrap: wrap;\n    text-align: center;\n}\n\n.anchor-footer-icons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 15px;\n}\n\n.anchor-footer-icons img {\n    height: 50px;\n    max-width: 89px;\n    object-fit: contain;\n    transition: transform 0.3s ease;\n}\n\n.anchor-footer-icons img:hover {\n    transform: scale(1.1);\n}\n\n.anchor-footer-bottom-text {\n    flex: 1;\n    font-size: 12.5px;\n    color: #34476F;\n    text-align: center;\n    padding: 10px 20px;\n}\n\n.anchor-footer-right {\n    flex: 1;\n    max-width: 50%;\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n}\n\n.anchor-footer-section {\n    flex: 1;\n    min-width: 180px;\n    line-height: 0.95;\n}\n\n.anchor-footer-section h3 {\n    font-weight: bold;\n    font-size: 18px;\n    margin-bottom: 10px;\n    text-transform: capitalize;\n    color: #34476F;\n}\n\n.anchor-footer-section a {\n    display: block;\n    font-size: 14px;\n    text-transform: uppercase;\n    text-decoration: none;\n    color: #34476F;\n    transition: color 0.3s ease;\n    padding: 2px 0;\n}\n\n.anchor-footer-section a:hover {\n    color: #5D87A1;\n}\n\n.anchor-footer-bottom-text {\n    font-size: 12.5px;\n    color: #34476F;\n    text-align: left;\n    padding: 10px;\n    max-width: 581px;\n    margin: 0 auto;\n}\n\n.anchor-footer-banner {\n    text-align: center;\n    font-size: 18.5px;\n    font-weight: bold;\n    background-color: #5D87A1;\n    color: white;\n    padding-top: 40px;\n    padding-bottom: 15px;\n    letter-spacing: 1.35px;\n    width: 100%;\n    margin-top: 20px;\n    margin-bottom: 0px;\n    margin-left: 0;\n    margin-right: 0;\n}\n\n/* Mobile Optimization */\n@media (max-width: 768px) {\n    .anchor-footer-container {\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        gap: 30px;\n    }\n\n    .anchor-footer-left, .anchor-footer-right {\n        max-width: 100%;\n    }\n\n    .anchor-footer-subscribe {\n        max-width: 100%;\n    }\n\n    .anchor-footer-right {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .anchor-footer-section {\n        text-align: center;\n        min-width: 100%;\n    }\n\n    .anchor-footer-icons {\n        justify-content: center;\n        gap: 10px;\n    }\n\n    .anchor-footer-icons img {\n        height: 40px;\n        max-width: 80px;\n    }\n}\n","js":""}