/*
Theme Name: AWB Child - Professional
Theme URI: https://awb.modeltheme.com/
Template: awb
Author: Domain Delivery Service
Author URI: http://modeltheme.com/
Description: Professional Transport & Logistics WordPress Theme with Modern Design
Version: 2.0
Text Domain: awb-professional
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post, logistics, transport, delivery
*/

/* ============================================================================
   PROFESSIONAL THEME CUSTOMIZATIONS
   Modern, Realistic, Well-Organized Design for Domain Delivery Service
   ========================================================================= */

/* Remove excessive default margins and spacing */
body {
    margin: 0 !important;
    padding: 0 !important;
}

.site {
    margin: 0 !important;
}

.site-content {
    margin: 0 !important;
    padding: 0 !important;
}

.content-area {
    margin: 0 !important;
    padding: 0 !important;
}

article {
    margin: 0 !important;
}

.entry-content {
    margin: 0 !important;
}

/* Improve default spacing */
.entry-header {
    margin-bottom: 2rem;
}

.entry-title {
    margin-bottom: 1rem;
    font-weight: 700;
}

/* Professional image handling */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wp-post-image {
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Clean header styling */
.site-header {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Professional footer */
.site-footer {
    margin-top: 0 !important;
}

/* Widget improvements */
.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Navigation improvements */
.main-navigation {
    clear: none !important;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
}

/* Form styling */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #0B60A9;
    box-shadow: 0 0 0 3px rgba(11, 96, 169, 0.1);
}

button,
input[type="submit"] {
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Ensure professional CSS loads last */
@import url('../assets/css/professional-frontend.css');
