/*
Theme Name: VDO Immigration
Theme URI: https://vdoimmigration.com
Author: VDO Immigration
Description: A conversion-optimized, SEO-first WordPress theme for immigration and visa consultancy services.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: vdo-immigration
*/

/* Reset & Gutenberg Compatibility CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    line-height: 1.5;
    background-color: #F6F8FB;
    color: #1D1D1D;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

a {
    color: #0B3D66;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #E8A93A;
}

/* Theme Alignments */
.alignleft {
    float: left;
    margin: 0.5em 1.5em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1.5em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

/* Screen reader text accessibility */
.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;
}
