/*** --------------- loader ------------- ***/
#the-loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    top: 0;
}

#the-loader2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 103vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
}

.loader-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader4 {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 5px solid;
    border-top-color: var(--dark-red-color);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: var(--dark-red-color);
    border-right-color: rgba(255, 255, 255, 0.3);
    -webkit-animation: loader4 1s ease-in-out infinite;
    animation: loader4 1s ease-in-out infinite;
}

@keyframes loader4 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader4 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/*** --------------- end loader ------------------ ***/
.nav-style {
    background-color: var(--primary-color);
    border-radius: 0px;
    margin-bottom: 0px;
    box-shadow: var(--primary-color) 2px 2px 2px;
    border: 0px;
    position: relative;
}

.nav-style .navbar-nav>li>a {
    color: rgb(255, 255, 255);
    padding: 19px 25px;
    text-decoration: none;
}

.nav-style .navbar-nav>li {
    text-decoration: none;
    list-style: none;
}

.nav-style .cart-num {
    background: white;
    padding: 0px 3px;
    color: var(--dark-blue-color);
    border-radius: 3px;
    width: 30px;
    text-align: center;
    font-weight: 700;
    margin: 0px 12px;
    display: inline-block;

}


.nav-style .navbar-nav .nav-link.active,
.nav-style .navbar-nav .nav-link:focus {
    color: rgb(249, 249, 249) !important;
    background: var(--dark-blue-color);
}

.nav-style .navbar-nav .nav-link::after {
    content: "";
    background: rgb(249, 249, 249);
    width: 0;
    position: absolute;
    height: 2px;
    left: 30%;
    bottom: 8px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.navbar .dropdown-toggle::after {
    display: none !important;
}

.navbar .dropdown-toggle:hover::after {
    display: none !important;
}

.nav-style .navbar-nav .nav-link:hover::after {
    width: 50%;

}

.nav-link {
    position: relative;
}

/* Ensure dropdown is positioned correctly */
.navbar .dropdown {
    position: relative;
}

/* Show dropdown on hover */
.navbar .dropdown:hover .dropdown-menu {
    display: block !important;
}

/* Dropdown menu styling */
.navbar .dropdown-menu {
    display: none;
    background: var(--primary-color);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 200px;
    border: none;
    padding: 0;

}

/* Dropdown text styling */
.navbar .dropdown-menu li {
    list-style: none;
}

.navbar .dropdown-menu li a.dropdown-item {
    color: white;
}

/* Hover effect for items */
.navbar .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none !important;
    color: white !important;
}


.cart-container {
    color: white;
}

.cart-container i {
    font-size: 20px;
}

.count-img {
    display: inline-block;
}

.icon-invert-white {
    filter: invert(100%) brightness(200%);
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plus-processing {
    font-size: 84px;
    position: absolute;
    left: 0;
    right: 0;
    top: -31px;
}

.paymentCostTotal {
    border-left: 4px solid var(--dark-blue-color);
    padding-left: 12px;
    background-color: var(--white-color-deep);
}

.caseA {
    display: flex;
    flex-direction: column;
}

.caseLabel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px;
}

.head-contacts-container {
    margin-top: 5px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
}

.head-contacts-container span {
    color: var(--dark-blue-color);
}

/* **btns */
.actionBtn {
    background: var(--dark-blue-color);
    border-color: var(--dark-blue-color);
}

.actionBtn2 {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.actionBtn3 {
    border-color: var(--orange-color);
    background: var(--orange-color);
}

.actionBtn4 {
    position: absolute;
    right: 11px;
    top: 0px;
    padding: 2px 10px;
    background: var(--dark-blue-color);
    color: white;
    font-size: 14px !important;
}

.actionBtn,
.actionBtn2,
.actionBtn3,
.actionBtn4 {
    color: white;
    transition: 1s ease;
    font-size: 22px;
}

.actionBtn2:hover,
.actionBtn2:focus,
.actionBtn:hover,
.actionBtn:focus,
.actionBtn4:hover,
.actionBtn4:focus {
    border-color: var(--yellow-color);
    color: var(--yellow-color);
}

.actionBtn3:hover,
.actionBtn3:focus {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.content .actionBtn {
    margin-top: 12px;
}

.btns .btn-lg {
    Padding: 5px;
    min-width: 176px;
    font-size: 24px;
}

/* **home blogs */
.home-blogs-container {
    border: 1px solid gainsboro;
    margin-top: 20px;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.home-blogs-container h2 {
    font-size: 25px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
}

.home-blogs {
    display: flex;
    gap: 10px;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid gainsboro;
    transition: .3s ease;
}

.home-blogs:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.home-blogs-content {
    flex: 1;
}

.home-blogs-title {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}



.home-blogs-description {
    color: var(--dark-blue-color);
    font-size: 13px;
    margin-top: 5px;
}

/* *****fotter**** */
.footer-content-container {
    font-size: 14px;
    color: white;
    font-weight: 300;
    padding: 5px;
    line-height: 1.5;
}

.footer-content-container h2 {
    font-size: 16px;
    color: white;
    font-weight: 600;
    text-decoration: underline;
}