:root {

    --heading-color: #009DD1;
    --heading-shadow: 0px 4px 4px rgb(118 118 118 / 38%);

    --container-bg:#f8f9fa;
    --theme-blue-color:#009DD1;
    --default-button-color:#014259;
}

.offer-details .heading h1 {
    color: var(--heading-color);
    text-shadow: var(--heading-shadow);
}
.req-detail-box {
    background-color: white;
    padding: 50px 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.1);
}
p.lead {
    color: black;
    font-size: 16px;
    font-weight: 700;
}
.order-items-table thead {
    background: linear-gradient(90deg, #c1c0be, #009dd1);
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.btn-warning-gradient {
    background: linear-gradient(90deg, #ffb347 0%, #ffcc33 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 184, 51, 0.4);
}

.btn-warning-gradient:hover {
    background: linear-gradient(90deg, #ffcc33 0%, #ffb347 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 184, 51, 0.6);
}

.btn-warning-gradient:active {
    transform: scale(0.98);
    box-shadow: 0 3px 8px rgba(255, 184, 51, 0.5);
}

/*For Card */
.offer-details .contain .user-data .user-contain .flex-data h2 {
    font-size: 20px;
    font-weight: 900;
    color: black;
    margin: 0px;
}

.offer-details .contain h1 {
    font-size: 30px;
    font-weight: 900;
    color: var(--primary-color);
    margin-top: 12px;
}

.offer-details .contain .name {
    font-size: 15px;
    font-weight: 900;
    color: black;
    margin: 20px 0px 0px;
}
.offer-details .contain .icrease-data {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
    margin: 15px 0px 25px;
}

.offer-details .contain .user-data {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.offer-details .contain .user-data .user-contain .flex-data .rate {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #ecd91f;
    border-radius: 4px;
    gap: 0px;
}

.offer-details .contain .icrease-data .add {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #e3e3e3;
    border-radius: 4px;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.navbar .nav-link.active {
    color: #ff9800; /* warning or accent color */
    font-weight: 600;
    position: relative;
}

.navbar .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #80e5ff, #00a3cc);
    border-radius: 2px;
}

.mobile-nav .mobile-data-nav {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0px 20px;
    background-color: var(--theme-blue-color);
    -webkit-border-end: 1px solid var(--primary-color);
    border-inline-end: 1px solid var(--primary-color);
}

.mobile-nav .mobile-data-nav li.close-nav {
    position: absolute;
    top: 1px;
    right: -7px;
    background-color: transparent;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.mobile-nav .mobile-data-nav li {
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(249, 194, 12, 0.1);
}

.mobile-nav .mobile-data-nav li a.brand-name img {
    width: 66px;
    height: 66px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0px 0px;
}

.mobile-data-nav li a.active {
    color: #ffffff !important;
}

.mobile-nav-link.active {
    color: white; /* warning or accent color */
    font-weight: 600;
    position: relative;
}

.mobile-nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    border-radius: 2px;
}

.navbar {
    width: 100%;
    padding: 5px 0px;
}

.general-section {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 145px 0px 100px;
}

.offer-details .contain .icrease-data .number-input {
    border: 1px solid gray;
}
.more-offers {
    background-color: var(--theme-blue-color);
}


/* Notification icon */
.notification-dropdown {
    position: relative;
}

.notification-icon {
    font-size: 22px;
    color: #333;
    cursor: pointer;
    transition: 0.3s ease;
}

.notification-icon:hover {
    color: #ff9800;
}

/* Notification count badge */
.notification-count {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #ff3d00;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 50%;
}

/* Dropdown container */
.notifications-menu {
    width: 300px;
    max-height: 350px;
    overflow-y: auto;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0px 6px 15px rgba(0,0,0,0.15);
}
.notification-box {
    margin-bottom: 1px;
    /*border-bottom: 1px solid gray;*/
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
}
/* Each notification item */
.notification-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.notification-item:hover {
    background: #f8f9fa;
}

.notification-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 8px;
}

.icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ccf2ff7a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrap i {
    color: var(--theme-blue-color);
    font-size: 16px;
}

.text-wrap p {
    margin: 0;
    font-weight: 500;
    color: #333;
}

.text-wrap .time {
    font-size: 11px;
    color: var(--theme-blue-color);
    display: block;
    margin-top: 3px;
}

/* Empty notification */
.empty-msg {
    padding: 20px;
    text-align: center;
    color: #777;
}

.payment .heading h1 {
    color: var(--theme-blue-color);
    text-shadow: 0px 4px 4px rgb(118 118 118 / 38%);
}

.payment .paymentt-contain {
    background-color: white;
    padding: 50px 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.payment .paymentt-contain .data .form-group label.red-color {
    color: #9E9E9E;
}
.payment .service-method {
    color: var(--theme-blue-color);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}
.payment .paymentt-contain .data .form-group .form-control {
    width: 100%;
    height: 50px;
    background-color: var(--light-color);
    border: 1px solid #ebebeb;
}

.total-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;     /* Prevents line break */
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.total-label {
    color: #333;
}

.total-price {
    color: black;
    font-size: 20px;
}
.button-align-right {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}
.offer-box .contain .flex-data .count {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    background-color: var(--theme-blue-color);
    justify-content: center;
    border-radius: 50%;
    font-weight: 100;
    font-size: 15px !important;
    color: white;
}
.custom-btn.primary-btn {
    background-color: var(--default-button-color);
}
.custom-btn.gray-btn {
    background-color: var(--default-button-color);
}

.profile .tab-pane {
    width: 100%;
    /*background: linear-gradient(180deg, #000, transparent, #000);*/
    position: relative;
    z-index: 9;
    overflow: hidden;
    background-color: white !important;
    padding: 30px 15px;
    border-radius: 15px;
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.profile .tab-pane::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #009DD1 url(../images/intro/intro_bk.webp) center / cover no-repeat; */
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background-color: white;
}

.profile .tab-pane .form-group .form-control {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid gray;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.6); */
    color: #8f8f8f !important;
}

.profile .tab-pane .form-group .upload-image input {
    background-color: #f2f2f2;
    opacity: 1;
    padding: 10px 10px;
    color: black;
}

.input-label {
    color: var(--theme-blue-color);
}

.profile .profile-contain {
    background-color: var(--default-button-color);
}

.profile .nav {
    background-color: var(--default-button-color);
}

.profile .nav li a.nav-link span {
    color: white;
}
.profile .tab-pane .total-data {
    width: 100%;
    padding: 40px 10px;
    border-radius: 20px;
    background-color: transparent;
    position: relative;
}
.delete-label {
    color: gray;
}
.login-data .contain .form-contain h1 span, .login-data .contain .form-contain h1 a {
    color: var(--theme-blue-color);
}
.login-data .contain .form-contain p a {
    font-size: 16px;
    font-weight: 900;
    color: var(--theme-blue-color);
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    display: inline-block;
}
.contact .heading h1 {
    font-size: 50px;
    font-weight: 900;
    color: var(--theme-blue-color);
    text-shadow: 0px 4px 4px rgb(118 118 118 / 38%);
    margin-bottom: 60px;
    text-align: center;
}
.contact-container {
    box-shadow: 0px 4px 4px rgb(118 118 118 / 38%);
}

.request-detail .nav {
    /*background-color: var(--theme-blue-color);*/
    background-color: transparent;
    box-shadow: 0px 4px 4px rgb(118 118 118 / 38%);
}
.request-detail .tab-pane.brand {
    background-color: transparent;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 4px 4px rgb(118 118 118 / 38%);
}
.request-detail .tab-pane h1 {
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 0px;
}
.new-request .tab-pane .form-group label {
    font-size: 13px;
    font-weight: 100;
    display: block;
    margin-bottom: 0px;
}

.form-contain {
    padding-top: 35px;
}
.order-items-table img {
    height: 100px;
    width: 100px;
}
.sub-header {
    padding: 145px 0px 34px;
    background-color: transparent;
    position: relative;
    z-index: 9;
}
.sub-header h1 {
    font-size: 50px;
    color: var(--heading-color);
    text-shadow: var(--heading-shadow);
}
.val-error-msg{
    color: red;
    font-size: 13px;
}
/* For single select */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding: 5px 12px !important;   /* this applies top & bottom */
    color: var(--theme-blue-color);
}

.select2-container--bootstrap-5 .select2-selection--single {
    height: auto !important;        /* allow height to expand based on padding */
    border-radius: 22px !important;
    border: 1px solid #e6e6e6;
}

/* For multiple select (tags) */
.select2-container--bootstrap-5 .select2-selection--multiple {
    min-height: auto !important;
    border-radius: 8px !important;
    padding: 1px 12px !important; /* outer padding */
}

.select2-container--bootstrap-5 .select2-selection__choice {
    border-radius: 5px !important;
    padding: 1px 8px !important;
}

.navbar .contain .icons-contain .lang, .navbar .contain .icons-contain .sing-in {
    font-size: 15px;
    font-weight: 600;
    color: black;
}

@media (max-width: 1000px) and (min-width: 600px) {
    .mobile-nav .mobile-data-nav {
        width: 40%;
    }
    .navbar .brand-name img {
        width: 57px !important;
    }
}

@media (max-width: 599px) and (min-width: 180px) {
    .mobile-nav .mobile-data-nav {
        width: 47%;
    }
    .navbar .brand-name img {
        width: 45px !important;
    }
    .navbar .contain .icons-contain .dropdown .dropdown-toggle img {
        width: 45px;
        height: 45px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .navbar .contain .hamburger .line {
        width: 21px;
        height: 2px;
    }

    .offers .heading h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .contact .heading h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .general-section {
        padding: 125px 0px 5px;
    }
    .offer-box .image-contain {
        width: 100%;
        height: 165px;
        border-inline-end: 1px solid #707070;
    }
    .offer-box .contain h2 {
        font-size: 19px;
        font-weight: 700;
    }
    .scrolled .contain .hamburger .line {
        background: white;
    }
    header {
        align-items: start;
        align-content: start;
        justify-content: center;
        margin-top: 46%;
    }

    header .contain h1 {
        font-size: 26px;
    }
    header {
        min-height: 75vh;
    }
    header::after {
        top: 45%;
    }
    .new-request .nav .nav-item .nav-link {
        padding: 11px 10px !important;
        font-size: 14px !important;
    }
    input {
        width: 100%;
    }
    .budge-req-alert {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 12px;
    }
    .offer-box .image-contain img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        border-radius: 5px;
    }
    .offer-box .contain .type {
        width: 120px;
        height: 40px;
        font-size: 15px;
        border-radius: 30px;
        position: relative;
        bottom: -11px;
        right: 11px;
        z-index: 9;
        box-shadow: 0px 1px 15px rgba(72, 67, 68, 0.6);
    }
    .offer-box .contain {
        margin-top: 15px;
    }
    .offer-details h1 {
        font-size: 24px !important;
    }
    .offer-details .contain .price {
        font-size: 19px;
        font-weight: 700;
    }
    .offer-details .image-contain {
        margin-bottom: 0px;
    }
    .img-thumbnail {
        max-width: unset !important;
    }
    .order-items-table img {
        object-fit: contain;
        height: 68px;
    }
}
