/*
Theme Name: Dubeduca
Theme URI: https://www.dubeduca.com
Author: Abid Majeed
Author URI: https://abidmajeed.work/
Description: Custom professional theme for Dubeduca - Your best study abroad experience in Dubai.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Private
Text Domain: dubeduca
Tags: education, language, study-abroad, custom
*/

/* === Global Reset & Base === */
/* ── FULL WIDTH RESET ─────────────────────────── */
html {
    width: 100%;
    overflow-x: hidden;
}
 
body {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
    color: #3D4F5C;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}
 
/* Remove WordPress default body padding */
/* .admin-bar body,
body.admin-bar {
    padding-top: 32px !important;
} */
 
/* Reset common WordPress theme wrappers */
#page,
#wrapper,
.site,
.wrap,
.container,
.site-content,
#content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
 
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
 
/* ── MAIN CONTENT ────────────────────────────── */
#main-content {
    width: 100%;
    min-height: 60vh;
}