.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}

.form-control, .input-text {
    height: calc(2.25rem + 7px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #c5cae1;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}
.bg-light-blue{
    background:#EEF1FB;
}

section>.container, section>.container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-group {
    margin-bottom: 15px;
}

.header-style-ten {
    background-color: #ffffff;
    color: #000;
}

.header-style-ten  .main-menu .navigation>li>span {
    color: #222222;
}

.dashboard-widget .content-column .inner-column {
    background-color: #eaf2ff;
    border-radius: 16px 0px 0px 0px;
    margin-right: 0px;
}

.body {
    background-color: #fff;
}

.dashboard-widget .side-bar .nav-list li a {
    color: #333;
}

.dashboard-widget .side-bar .nav-list li a:hover {
    background: rgb(234 242 255);
}

.uii-item {
    background: #fff;
}

.widget-graph {
    border: 1px solid #E1E1E1;
    border-radius: 16px;
    padding: 30px;
    height: auto;
    background: #fff;
}
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: #000;
}

.hheader-style-v4 .header-inner .c-box .logo-inner .logo img {
    max-width: 110px;
}

.header-style-ten .header-inner .c-box .logo-inner .logo img {
    max-width: 150px;
}

.dashboard-widget .side-bar .nav-list li a {
    padding: 16px 20px 14px 19px;
}

/* Dashboard layout structure */
.dashboard-widget {
    display: flex;
    min-height: calc(100vh - 200px);
}

.dashboard-widget .right-box {
    display: flex;
    width: 100%;
}

.dashboard-widget .side-bar {
    width: 250px;
    background: #fff;
    border-right: 1px solid #e1e1e1;
    padding: 20px 0;
}

.dashboard-widget .content-column {
    flex: 1;
    padding: 0px;
}

.dashboard-widget .inner-column {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    min-height: 100%;
}

/* Sidebar styles */
.sidebar {
    width: 250px; /* Fixed width for the sidebar */
    height: 100vh; /* Full height of the viewport */
    position: fixed; /* Stay fixed on the left side */
    top: 0;
    left: 0;
    background-color: #343a40; /* Bootstrap dark background */
    overflow-y: auto; /* Allow scrolling if the content overflows */
    padding-top: 1rem;
  }
  
  .form-control, .input-text {
    height: calc(2.25rem + 7px);
    padding: 5px 30px !important;
  }

  .card {
    height: auto;
}

.collapse.show {
    display: block !important;
    visibility: visible !important;
}


/* Header changes */

.hheader-style-v4 .header-inner .c-box .nav-out-bar .nav {
    display: flex;
}
.hheader-style-v4 .header-inner .c-box .nav-out-bar {
    display: block;
}

a {
    color: #000 !important;
    text-decoration: none !important;
}
.boxcar-banner-section-five{
    /* Account for fixed header (set in theme layout) */
    --header-height: 100px;
    min-height: calc(100vh - var(--header-height));
    padding-top: var(--header-height);
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.boxcar-banner-section-five:before {
    background-image: url('images/cowboymovers_cover1.png') !important;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.boxcar-banner-section-five:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

/* Mobile adjustments: reduce hero height to ~60% of viewport */
@media (max-width: 768px) {
    .boxcar-banner-section-five {
        --header-height: 80px;
        min-height: 60vh;
        padding-top: 80px;
        margin-bottom: 0;
    }
    .boxcar-banner-section-five:before,
    .boxcar-banner-section-five:after {
        height: 100%;
        background-position: center top;
    }
}

.footer-style-five .links-widget .user-links {
    position: relative;
    padding: 0px !important;
}

.why-choose-us-section {
    position: relative;
    padding: 30px 0px 0px 0px;
}

.footer-style-one .links-widget .user-links li a {
    position: relative;
    font-size: 15px;
    display: inline-block;
    color: var(--theme-color-light) !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.inner-container {
    margin: 0px auto;
}

.footer-style-one .footer-bottom .inner-container .footer-nav li a {
    color: var(--theme-color-light) !important;
}

.footer-style-one .links-widget .user-links {
    position: relative;
    padding: 0px !important;
}



.why-choose-us-section {
    position: relative;
    padding: 30px 0px 0px 0px;
}

@media (max-width: 1399px) {
    .hheader-style-v4 .header-inner .c-box .nav-out-bar {
        display: none;
    }
    .why-choose-us-section {
        padding: 30px 0px 0px 0px;
    }
}

.hheader-style-v4 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown i {
    padding-top: 10px;
}

a {
    color: #1a8855;
}

.hheader-style-v4.five .btn .header-btn-two:hover {
    background: #1a8855 !important;
}

.footer-style-one {
    background-color: #2a1b01;
}

.footer-style-one {
    position: relative;
    background-color: #2a1b01;
}

.footer-style-one .footer-bottom {
    background-color: #2a1b01;
    border-top: 1px solid #e4ed5970;
}

.footer-style-one .social-widget .widget-content .social-icons ul li a i {
    color: #7b7728;
}

.footer-style-one .social-widget .widget-content .social-icons ul li a i:hover {
    color: #fff;
}

.footer-style-one .social-widget .widget-content .social-icons ul li a {
    background: #3a2603;
    margin-left: 5px;
}

.footer-style-one .social-widget .widget-content .social-icons ul {
    margin-left: -30px;
}

.footer-style-one .social-widget .widget-content .social-icons ul li a:hover, .footer-style-one .social-widget .widget-content .social-icons ul li a i:hover {
    background-color: #1a8855;
    color: #fff;
}

.collapse:not(.show) {
    display: none !important;
}

.dashboard-widget .side-bar .nav-list li a.active {
    background: rgb(234 242 255);
    color: #1a8855;
}
.modal.show .modal-dialog {
    transform: none;
    z-index: 2000;
}
.modal-backdrop {
    z-index: 98;
}

.bg-default {
    background-color: rgba(0,0,0,.03);
}

.hheader-style-v4 .btn {
    padding-right: 12px;
}

.btn-success {
    background-color: #059669 !important;
    border-color: #059669 !important;
}

.btn { 
    border-radius: 20rem !important;
   }

/* Password toggle styles */
.password-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #686a6f;
    font-size: 16px;
    padding: 0;
    z-index: 10;
    transition: color 0.2s ease;
}

.password-toggle:hover {
    color: #1a8855;
}

.password-toggle:focus {
    outline: none;
    color: #1a8855;
}

.password-input-wrapper .form-control {
    padding-right: 45px;
}


.txt-brown {
    color: #50341c !important;
}

.btn-primary {
    color: #fff;
    background-color: #06966a !important;
    border-color: #06966a !important;
}


@media (max-width: 768px) {
    .mobile-navigation a {
        display: block !important;
        text-align: left;
        cursor: pointer !important;
    }
    .boxcar-wrapper main {
        padding-top: 65px !important;
    }
    .hheader-style-v4.five {
        padding: 10px 0 !important;
    }
    .mobile-navigation {
        display: inline-flex !important;
        width: 65px;
        align-items: center;
    }
    .modal-backdrop.show {
        opacity: .5;
        display: none;
    }
     .modal-dialog.modal-fullscreen-sm-down {
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        height: auto !important;
    }
    .modal-content {
        border-radius: 0;
    }
    .modal-body.text-center {
         padding: 0;
    }
    .modal-body {
    position: relative;
    padding: 1rem;
    height: auto !important;
    flex: unset !important;
    min-height: unset !important;
    max-height: unset !important;
}

.mobile-navigation .modal-header {
    background: #50341c;
    border-radius: 0 !important;
    color: #fff;
}

.mobile-navigation .modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
}

}