/*
Theme Name: NikahTrust Wedding
Theme URI: https://nikahtrust.com/
Description: Custom Matrimony Child Theme for NikahTrust (WP Matrimony Clone Structure)
Author: NikahTrust Team
Author URI: https://nikahtrust.com/
Template: blocksy
Version: 1.0
Text Domain: nikahtrust
*/

/* ===== RESET & BASE ===== */

body {
    font-family: 'Inter', sans-serif;
}

/* Remove Blocksy container limitation for full width layouts */
[data-ct-container="boxed"] {
    max-width: 100% !important;
}

/* Utility Classes */
.nt-container {
    width: 1200px;
    margin: 0 auto;
}

.nt-flex {
    display: flex;
}

.nt-between {
    justify-content: space-between;
}

.nt-center {
    align-items: center;
}

.nt-btn {
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.nt-btn-primary {
    background: #d63384;
    color: #fff;
}

.nt-btn-primary:hover {
    background: #b02a6b;
}