/*
 Theme Name: MortgageBroker
 Theme URI: https://hawkmedia.ca
 Author: Hawk Media
 Author URI: https://hawkmedia.ca
 Description: A WordPress theme for mortgage brokers, built with Elementor support.
 Version: 2.1
 Text Domain: mortgagebroker
*/

/* CSS Reset */
/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #1a2a43;
    color: #fff;
    line-height: 1.6;
}

a {
    color: #d99a21;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Apply Now Button */
.apply-now-btn {
    background-color: #a7151d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.apply-now-btn:hover {
    background-color: #8a1117;
}

/* Social Links */
.social-links {
    text-align: center;
    margin: 10px auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.social-links a {
    margin: 0 10px;
    color: #d99a21;
    font-size: 14px;
}

/* Retina Support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .site-logo img.custom-logo {
        max-width: 100%;
        height: auto;
    }
}

/* Screen Reader Text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
