/* MB Salón - Custom Styles */

/* ====================================
   COLOR PALETTE
   ==================================== */
:root {
    --primary-color: #d4a574;
    --secondary-color: #c4956a;
    --dark-bg: #1a1a1a;
    --darker-bg: #111;
    --text-light: #f5f5f5;
    --text-muted: #999;
}

/* ====================================
   GLOBAL FIXES
   ==================================== */
html,
body {
    background-color: #1a1a1a !important;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}

#root {
    background-color: #1a1a1a;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* Fix theme color to gold instead of blue */
.theme-color,
a.theme-color {
    color: #d4a574 !important;
}

/* ====================================
   HEADER FIXES
   ==================================== */
header {
    position: relative;
    z-index: 1000;
}

.navbar.black-bg {
    background-color: #1a1a1a !important;
    border: none;
    padding: 10px 0;
}

.logo-nav {
    max-height: 50px;
    width: auto;
}

/* Fix social icons in header - remove black boxes */
.social-icon li a.theme-circle,
.navigation-icon .social-icon li a {
    background: transparent !important;
    border: 2px solid #d4a574 !important;
    color: #d4a574 !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 31px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.social-icon li a.theme-circle:hover,
.navigation-icon .social-icon li a:hover {
    background: #d4a574 !important;
    color: #fff !important;
}

/* Navigation links */
.navbar-nav>li>a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 20px 15px;
    transition: color 0.3s ease;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.active>a {
    color: #d4a574 !important;
}

/* ====================================
   SLIDER / HERO SECTION
   ==================================== */
#slider-section {
    position: relative;
    overflow: hidden;
}

#slider-section .slider-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    filter: brightness(0.6);
}

#slider-section .slider-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
}

#slider-section .slider-text h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

#slider-section .slider-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

/* ====================================
   BREADCRUMB / INNER HEADERS
   ==================================== */
.inner-header-section {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.inner-header-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.4);
}

/* ====================================
   BUTTONS
   ==================================== */
.itg-button {
    display: inline-block;
    padding: 12px 30px;
    background: #d4a574;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border: 2px solid #d4a574;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.itg-button:hover {
    background: transparent;
    color: #d4a574 !important;
    text-decoration: none;
}

.itg-button.light {
    background: transparent;
    border: 2px solid #fff;
    color: #fff !important;
}

.itg-button.light:hover {
    background: #fff;
    color: #1a1a1a !important;
}

/* ====================================
   SERVICE BOXES
   ==================================== */
.service-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-circle .big-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4a574, #c4956a);
    margin-bottom: 20px;
}

.service-circle .big-circle img {
    max-width: 40px;
    max-height: 40px;
    filter: brightness(0) invert(1);
}

.service-circle .big-circle i {
    font-size: 28px;
    color: #fff;
}

.service-box h4 a,
.service-box h4 {
    color: #1a1a1a;
    font-weight: 600;
    transition: color 0.3s ease;
}

.service-box h4 a:hover {
    color: #d4a574;
    text-decoration: none;
}

/* ====================================
   THEME HEADINGS
   ==================================== */
.theme-heading h1 {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.heading-lines {
    margin-bottom: 20px;
}

.heading-lines .saf-boxs {
    display: inline-block;
    width: 60px;
    height: 3px;
    background: #d4a574;
}

.theme-heading p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* ====================================
   GALLERY
   ==================================== */
.gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-img figure {
    margin: 0;
    position: relative;
}

.gallery-img figure img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-img:hover figure img {
    transform: scale(1.1);
}

.gallery-img figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(212, 165, 116, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-img:hover figcaption {
    opacity: 1;
}

.gallery-img figcaption a,
.gallery-img figcaption span {
    color: #fff;
    font-size: 30px;
}

/* ====================================
   FOOTER
   ==================================== */
footer.black-bg {
    background: #1a1a1a !important;
}

footer h4.theme-color {
    color: #d4a574 !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer .footer-links a {
    color: #999 !important;
    transition: color 0.3s ease;
}

footer .footer-links a:hover {
    color: #d4a574 !important;
    text-decoration: none;
}

footer .footer-box .social-icon li a {
    background: transparent !important;
    border: 1px solid #d4a574 !important;
    color: #d4a574 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 38px !important;
}

footer .footer-box .social-icon li a:hover {
    background: #d4a574 !important;
    color: #fff !important;
}

/* ====================================
   FORM CONTROLS
   ==================================== */
.form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 50px;
    font-size: 14px;
    padding: 10px 15px;
}

.form-control:focus {
    border-color: #d4a574;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    min-height: 150px;
}

/* ====================================
   COUNTERS / STATS SECTION
   ==================================== */
.Counters-section {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.Counters-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.Counters-section .container {
    position: relative;
    z-index: 1;
}

.facts h1 {
    font-size: 48px;
    font-weight: 300;
}

.facts h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ====================================
   RESPONSIVE DESIGN
   ==================================== */
@media (max-width: 991px) {
    #slider-section .slider-text h1 {
        font-size: 36px;
    }

    .theme-heading h1 {
        font-size: 28px;
    }

    .service-box {
        margin-bottom: 30px;
    }

    .gallery-img figure img {
        height: 220px;
    }
}

@media (max-width: 767px) {

    /* Mobile Navigation */
    .navbar-collapse {
        background: #1a1a1a;
        padding: 20px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .navbar-nav>li>a {
        padding: 10px 0;
    }

    .navigation-icon {
        display: none;
    }

    /* Mobile Slider */
    #slider-section .slider-image img {
        height: 400px;
    }

    #slider-section .slider-text h1 {
        font-size: 28px;
    }

    #slider-section .slider-text p {
        font-size: 14px;
        padding: 0 15px;
    }

    /* Mobile Headers */
    .inner-header-section {
        height: 200px;
    }

    .inner-header-section h1 {
        font-size: 32px !important;
    }

    /* Mobile Theme Heading */
    .theme-heading h1 {
        font-size: 24px;
    }

    .theme-heading p {
        font-size: 14px;
        padding: 0 15px;
    }

    /* Mobile Padding */
    .padT100 {
        padding-top: 50px !important;
    }

    .padB100 {
        padding-bottom: 50px !important;
    }

    /* Mobile Gallery */
    .gallery-img figure img {
        height: 200px;
    }

    /* Mobile Footer */
    footer .col-md-4,
    footer .col-md-2,
    footer .col-md-3 {
        margin-bottom: 30px;
    }

    footer .text-right {
        text-align: left !important;
    }

    /* Mobile Buttons */
    .itg-button {
        padding: 10px 20px;
        font-size: 12px;
    }

    /* Mobile service boxes */
    .mar-bottom-res {
        margin-bottom: 30px;
    }

    /* Mobile Counter */
    .facts h1 {
        font-size: 36px;
    }

    .facts h3 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #slider-section .slider-image img {
        height: 350px;
    }

    #slider-section .slider-text h1 {
        font-size: 22px;
    }

    .service-circle .big-circle {
        width: 60px;
        height: 60px;
    }

    .service-circle .big-circle img {
        max-width: 30px;
    }
}

/* ====================================
   WHATSAPP FLOATING BUTTON
   ==================================== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
    color: #fff;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* ====================================
   DETAILS SECTION FIX (TEXT CONTRAST)
   ==================================== */
.details-section-boxs {
    margin-bottom: 25px;
}

.details-section-boxs h1.theme-color {
    font-size: 32px;
    margin-bottom: 25px;
}

.details-text-section {
    padding-left: 100px;
}

.details-text-section h4 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.details-text-section p {
    color: #666;
    line-height: 1.7;
}

/* Icons in details section */
.service-box.icons {
    float: left;
    margin-right: 20px;
}

.service-box.icons .big-circle {
    width: 70px;
    height: 70px;
}

/* ====================================
   LOGO FIX
   ==================================== */
.navbar-brand {
    padding: 10px 15px;
    height: auto;
}

.navbar-brand img.logo-nav {
    max-height: 45px;
    width: auto;
}

/* If no logo image, use text */
.navbar-brand.text-logo {
    color: #d4a574 !important;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ====================================
   FILTER BUTTONS FIX
   ==================================== */
.portfolio-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.portfolio-filter li button {
    background: transparent;
    border: 2px solid #d4a574;
    color: #d4a574;
    padding: 10px 25px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.portfolio-filter li button:hover,
.portfolio-filter li button.active,
.portfolio-filter li .itg-button {
    background: #d4a574;
    color: #fff;
}

.portfolio-filter li .itg-button.light {
    background: transparent;
    color: #d4a574;
}

/* ====================================
   BREADCRUMB IMPROVEMENTS
   ==================================== */
.breadcrumb {
    background: transparent !important;
    margin-bottom: 0;
    padding: 10px 0;
}

.breadcrumb li a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.breadcrumb li.active {
    color: #d4a574 !important;
}

.breadcrumb>li+li::before {
    color: rgba(255, 255, 255, 0.5);
}

/* ====================================
   MOBILE GALLERY 2-COLUMN GRID
   ==================================== */
@media (max-width: 767px) {

    /* Mobile Gallery - 2 columns */
    .gallery-img {
        width: 50%;
        float: left;
    }

    .gallery-img figure img {
        height: 180px;
    }

    /* Clear floats after gallery */
    .gallery-row::after {
        content: "";
        display: table;
        clear: both;
    }

    /* Mobile filter buttons smaller */
    .portfolio-filter li button,
    .portfolio-filter li .itg-button {
        padding: 8px 15px;
        font-size: 11px;
    }

    /* Mobile header social icons hide */
    .navigation-icon {
        display: none !important;
    }

    /* Mobile logo bigger */
    .navbar-brand img.logo-nav {
        max-height: 35px;
    }

    /* Mobile menu toggle fix */
    .navbar-toggle {
        margin-top: 12px;
        margin-right: 0;
        border-color: #d4a574;
    }

    .navbar-toggle .icon-bar {
        background-color: #d4a574;
    }

    /* Mobile details section */
    .details-text-section {
        padding-left: 0;
        margin-top: 20px;
    }

    .service-box.icons {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {

    /* Extra small gallery */
    .gallery-img figure img {
        height: 150px;
    }

    /* Filter buttons even smaller */
    .portfolio-filter li button,
    .portfolio-filter li .itg-button {
        padding: 6px 12px;
        font-size: 10px;
    }
}

/* ====================================
   CONTACT PAGE FIXES
   ==================================== */
.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.contact-form .form-control {
    margin-bottom: 20px;
}

/* ====================================
   ABOUT PAGE IMPROVEMENTS
   ==================================== */
.detail-box img {
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* ====================================
   DARK TEXT ON LIGHT BG FIX
   ==================================== */
section p {
    color: #555;
    line-height: 1.8;
}

section h4 {
    color: #1a1a1a;
}

/* Fix for service boxes on white background */
.service-box p {
    color: #666;
}

/* ====================================
   ICON CIRCLE CONSISTENCY
   ==================================== */
.service-circle {
    margin-bottom: 15px;
}

.service-circle .big-circle {
    background: linear-gradient(135deg, #d4a574, #c4956a) !important;
}

.service-circle .big-circle i {
    color: #fff !important;
    line-height: 80px;
}

/* ====================================
   SMOOTH SCROLLING
   ==================================== */
html {
    scroll-behavior: smooth;
}

/* ====================================
   LINK HOVER EFFECTS
   ==================================== */
a {
    transition: color 0.3s ease;
}

a:hover {
    text-decoration: none;
}

/* ====================================
   FIX: Gallery row overflow (white space on right)
   ==================================== */
.row {
    margin-left: 0;
    margin-right: 0;
}

section .row {
    margin-left: -5px;
    margin-right: -5px;
}

section .container .row {
    margin-left: -15px;
    margin-right: -15px;
}

/* Gallery specific fix */
section .gallery-img {
    box-sizing: border-box;
}

/* ====================================
   FIX: Footer top margin / spacing from content
   ==================================== */
footer {
    margin-top: 0 !important;
}

/* Add spacing before footer */
main,
#root>div {
    padding-bottom: 0;
}

/* Ensure last section has padding before footer */
section:last-of-type {
    margin-bottom: 0;
}

/* ====================================
   FIX: Full width overflow prevention
   ==================================== */
html,
body {
    overflow-x: hidden !important;
    max-width: 100vw;
}

#root {
    overflow-x: hidden;
    max-width: 100%;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* ====================================
   FIX: Gallery page specific
   ==================================== */
.gallery-img .col-md-4,
.gallery-img .col-sm-4,
.gallery-img .col-xs-6 {
    padding: 5px;
}

/* ====================================
   COMPREHENSIVE MOBILE RESPONSIVE STYLES
   ==================================== */

/* Mobile First - Base styles for phones (up to 480px) */
@media (max-width: 480px) {

    /* Typography */
    h1 {
        font-size: 28px !important;
        letter-spacing: 1px !important;
    }

    h2 {
        font-size: 24px !important;
        letter-spacing: 1px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 16px !important;
    }

    p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    /* Containers */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    section {
        padding: 40px 0 !important;
    }

    /* Buttons */
    .itg-button {
        padding: 12px 25px !important;
        font-size: 13px !important;
        display: block !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    /* Hero Section */
    section[style*="minHeight: '100vh'"],
    section[style*="min-height: 100vh"] {
        min-height: 100vh !important;
        padding-top: 60px !important;
    }

    /* Gallery grid - single column on small phones */
    section>div>div[style*="display: grid"] {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    /* Cards */
    .col-md-4,
    .col-md-3,
    .col-sm-4,
    .col-sm-6 {
        padding: 0 10px !important;
        margin-bottom: 20px !important;
    }

    /* Footer */
    footer {
        padding: 40px 0 !important;
    }

    footer .col-md-4,
    footer .col-md-3,
    footer .col-md-2 {
        margin-bottom: 30px !important;
    }

    /* Forms */
    input,
    select,
    textarea {
        font-size: 16px !important;
        /* Prevents zoom on iOS */
    }

    /* Hide horizontal scroll */
    * {
        max-width: 100% !important;
    }
}

/* Small phones and larger (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    section {
        padding: 50px 0 !important;
    }

    /* Gallery - 2 columns */
    section>div>div[style*="display: grid"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .itg-button {
        padding: 12px 30px !important;
        font-size: 14px !important;
    }
}

/* Tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    h1 {
        font-size: 38px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    section {
        padding: 60px 0 !important;
    }

    /* Gallery - 2 or 3 columns */
    section>div>div[style*="display: grid"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .col-md-4 {
        width: 50% !important;
    }

    .col-md-3 {
        width: 50% !important;
    }
}

/* Desktop (1025px+) */
@media (min-width: 1025px) {
    section>div>div[style*="display: grid"] {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* ====================================
   FIX: Buttons side-by-side on mobile
   ==================================== */
@media (max-width: 576px) {

    /* Stack buttons vertically on small screens */
    div[style*="display: flex"][style*="gap"] {
        flex-direction: column !important;
        align-items: center !important;
    }

    div[style*="display: flex"][style*="gap"]>a,
    div[style*="display: flex"][style*="gap"]>button {
        width: 80% !important;
        max-width: 250px !important;
    }
}

/* ====================================
   FIX: Service cards on mobile
   ==================================== */
@media (max-width: 767px) {

    .col-md-4.col-sm-4.col-xs-12,
    .col-md-3.col-sm-6.col-xs-12 {
        width: 100% !important;
        float: none !important;
    }

    /* Service icon circles */
    div[style*="width: '100px'"],
    div[style*="width: 100px"] {
        width: 70px !important;
        height: 70px !important;
    }

    div[style*="width: '100px'"] img,
    div[style*="width: 100px"] img {
        width: 35px !important;
    }

    div[style*="width: '80px'"],
    div[style*="width: 80px"] {
        width: 60px !important;
        height: 60px !important;
    }

    div[style*="width: '80px'"] img,
    div[style*="width: 80px"] img {
        width: 30px !important;
    }
}

/* ====================================
   FIX: Footer responsive
   ==================================== */
@media (max-width: 767px) {
    footer .row {
        display: flex !important;
        flex-direction: column !important;
    }

    footer .col-md-4,
    footer .col-md-3,
    footer .col-md-2,
    footer .col-sm-6 {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    footer .social-icon {
        justify-content: center !important;
    }

    footer ul {
        padding-left: 0 !important;
    }

    footer .copyright-section .row {
        text-align: center !important;
    }

    footer .copyright-section .col-md-6 {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }
}

/* ====================================
   FIX: Contact page responsive
   ==================================== */
@media (max-width: 767px) {

    /* Contact info cards */
    .col-md-4.col-sm-4.col-xs-12>div[style*="background: '#fff'"],
    .col-md-4.col-sm-4.col-xs-12>div[style*="background: rgb(255, 255, 255)"] {
        min-height: auto !important;
        padding: 30px 20px !important;
    }

    /* Form container */
    form[style*="padding: '40px'"],
    form[style*="padding: 40px"] {
        padding: 20px !important;
    }

    /* Google Maps */
    iframe[style*="height: '400px'"],
    iframe[style*="height: 400px"] {
        height: 250px !important;
    }
}

/* ====================================
   FIX: Filter buttons wrapping
   ==================================== */
@media (max-width: 576px) {

    /* Gallery filter buttons */
    div[style*="display: 'flex'"][style*="gap: '10px'"],
    div[style*="display: flex"][style*="gap: 10px"] {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    div[style*="display: 'flex'"][style*="gap: '10px'"] button,
    div[style*="display: flex"][style*="gap: 10px"] button {
        flex: 1 1 45% !important;
        min-width: 120px !important;
        padding: 8px 15px !important;
        font-size: 12px !important;
    }
}

/* ====================================
   FIX: Hero logo size on mobile
   ==================================== */
@media (max-width: 576px) {

    section img[alt="MB Salón"][style*="maxWidth: '300px'"],
    section img[alt="MB Salón"][style*="max-width: 300px"] {
        max-width: 200px !important;
        margin-bottom: 30px !important;
    }
}

/* ====================================
   FIX: Prevent ANY horizontal overflow
   ==================================== */
html,
body,
#root {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
}

* {
    box-sizing: border-box !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

[class*="col-"] {
    box-sizing: border-box !important;
}