body {
    background-color: #fefefe;

}

a {
    text-decoration: none;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    background-color: transparent;
    border: none;
}

section {
    overflow: hidden;
}

.dropdown-menu[data-bs-popper] {
    right: unset;
    left: 1;
}

/* Header */
header {
    padding-top: 15px;
}

header .logo {
    top: 0;
    right: 43%;
    filter: drop-shadow(0px 9px 4px #2d2e2f);
    position: absolute;
}

header .bg-blue {
    background-color: #0c59e3;
}

header .sparkle {
    filter: drop-shadow(0px 0px 5px gold) brightness(0);
    opacity: 0.1;
}

header .more-btn button {
    width: 50px;
    height: 50px;
    background-color: #0c59e3;
    border-radius: 50%;
}

header .nav-link.active {
    border-bottom: 3px solid #00000099;
}

header .cart a {
    position: relative;
}

header .cart a .counter {
    position: absolute;
    top: -10px;
    left: -5px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: #fff;
    background-color: #ff000d;
    border-radius: 50%;
}
#responsiveMenu .dropdown-item {
    padding: 5px 0;
    color: #494949;
    background-color: #e0e0e0;
    list-style: none;
}





/* Intro */
#intro {
    position: relative;
    height: 75vh;
    color: #ffff;
    /* overflow: hidden; */
    z-index: -1;
}

#intro img {
    width: 90% !important;
    display: center;
    justify-content: center;

}


#intro .text {
    width: 100%;
}

#intro .text .first-text {
    width: 50%;
    position: absolute;
    top: 15%;
    /* right: 14%; */
}

#intro .text .two-text {
    width: 50%;
    position: absolute;
    top: 15%;
    left: 4%;
}

#intro .text .two-text h2 {
    font-size: 60px;
}

#intro .box-blue {
    background-color: #0c3b83;
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 42%;
}

#intro .sparkle {
    position: absolute;
    top: 0;
    right: 10%;
    filter: drop-shadow(0 0 5px rgb(0, 0, 0)) brightness(0.3);
    opacity: 0.1;
    height: 75vh;
    overflow: hidden;
}

#intro .bg-image {
    position: absolute;
    inset: 0;
    z-index: -1;
}

#intro .bg-image img {
    position: relative;
    filter: blur(3px);
    object-fit: cover;
}

#intro .bg-image::before {
    position: absolute;
    content: '';
    inset: 0;
    background-color: #0050b93f;
    z-index: 1;
}

#intro .details * {
    font-weight: bold;
}

#intro .details .title h1 {
    font-size: 57px;
}

#intro .details .second-title h2 {
    color: #0c59e3;
    font-size: 53px;
}

#intro .details .desc h3 {
    font-size: 67px;
}

#intro .second-desc {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
}

/* why */

#why {
    margin-top: 20vw;
}

/* product-section */
.product-section {
    position: relative;
    background-color: #d2d2d2;
}

.product-section .product-slider {
    width: 80%;
    margin: auto;
    position: relative;
}

.product-section .owl-stage {
    padding-top: 100px;
}

.product-section .two-img {
    position: absolute;
    top: 0;
    right: 65%;
    height: 200%;
    opacity: 0.5;
}

.product-section .first-img {
    position: absolute;
    top: 0;
    left: 65%;
    height: 200%;
    opacity: 0.5;
}


.product-section .box {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 2px #1953de solid;
    background: #FDDA81;
    background: linear-gradient(180deg, rgba(253, 218, 129, 1) 35%, rgba(254, 155, 6, 1) 100%);
}

.product-section .box img {
    width: 150px;
    margin: auto;
    margin-top: -20%;
    /* height: 300px; */
}


/* Description */
#Description {
    position: relative;
}

#Description .text {

    position: absolute;
    width: 40%;
    top: 20%;
    left: 0;
    padding: 5%;
}

/* banner */
@keyframes leafSwing {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

#banner {
    margin-top: 100px;
}

#banner .images {
    position: relative;
}

#banner .images img #product-image {
    width: 370px;
}

#banner .images img#start-object {
    width: 250px;
}

#banner .images img#end-object {
    width: 250px;
}

#banner .images img#leaf-2 {
    animation: leafSwing 3s infinite ease-in-out;
    transform-origin: center bottom;
    position: absolute;
    top: 0;
    left: -22px;
    width: 22%;
}

#banner .images img#leaf-1 {
    animation: leafSwing 3s infinite ease-in-out;
    transform-origin: center bottom;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}



footer {
    background-color: #0c3a85;
}

/* Importance */

#Importance {
    position: relative;
}



#Importance .text .icon {
    font-size: 9vh;
}

#Importance .text h5 {
    font-size: 2vh;
}

#Importance .text .icon {
    font-size: 9vh;
}



.owl-nav {
    position: absolute;
}

.prev-btn,
.next-btn {}



.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-nav .owl-prev {
    position: absolute;
    right: 0;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 90%;
    display: flex;
    right: 5%;
    justify-content: end;
    font-size: 7vh;
}

p {
    font-size: clamp(12px, 2vw, 20px);
}

#products-list .products .image #name-picture{
    position: absolute;
    top: -150px;
    right: 0;
    left: 0;
    z-index: -1;
}

#product-page .image #name-picture {
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    z-index: -1;
}

#intro .logo {
    width: 11%;
    z-index: 1;
    position: relative;
    top: 2%;
}

#account aside .active{
    background-color: #1953de;
    border-radius: 15px;
    padding: 15px;
    color: #fff !important;
}
#account aside .active svg{
    color: #fff !important;
}
#account aside .active span{
    color: #fff !important;
}



/* **************************************** */

#product-page{
    

.modal-header {
    background: #5781e4;
    border-bottom: 2px solid #1953de;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    align-items: center;
}

.modal-title {
    color: #1953de;
    font-weight: 600;
}

.btn-close {
    margin-left: 0;
    margin-right: auto;
}

.modal-body {
    background-color: #fff;
    padding: 1.5rem;
}

.input-group {
    /* border: 2px solid #1953de; */
    border-radius: 0.75rem;
    overflow: hidden;
}

.input-group input,
.input-group select {
    border: none !important;
    box-shadow: none !important;
}

.input-group input:focus,
.input-group select:focus {
    outline: none;
    box-shadow: none;
}

.form-select {
    width: 25%;
    background-color: #85a6f5;
    color: #1953de;
    font-weight: 500;
}

.form-control {
    font-size: 0.95rem;
}

.modal-footer {
    border-top: 1px solid #1953de;
    justify-content: space-between;
    background-color: #fff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.btn-pink {
    background-color: #1953de;
    color: #fff;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    border: none;
}

.btn-pink:hover {
    background-color: #1953de;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px #1953de;
}

.btn-pink i {
    font-size: 0.9rem;
}


/* Container for the counter */
#count-down-section .input-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; 
}

/* Buttons (+/-) */
#count-down-section .count-up-cart,
#count-down-section .count-down-cart {
    background-color: #007bff;
    border: none;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s;
}

#count-down-section .count-up-cart:hover,
#count-down-section .count-down-cart:hover {
    background-color: #0056b3;
}

/* Input field */
#count-down-section input[type="text"] {
    width: 60px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 6px 0;
}

/* Form inside input group */
#count-down-section form#remove-from-cart {
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    #count-down-section .input-group {
        gap: 4px;
    }

    #count-down-section input[type="text"] {
        width: 50px;
        font-size: 14px;
    }

    #count-down-section .count-up-cart,
    #count-down-section .count-down-cart {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}


}

/********************* order-page ************************/

/* Cart items container */
#order-page .items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Single cart item */
#order-page .items .item {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

/* Remove button */
#order-page .items .item .remove {
    text-align: right;
    margin-bottom: 0.5rem;
}

#order-page .items .item .remove a {
    color: #fff;
    background-color: #0dcaf0;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    transition: background 0.3s;
}

#order-page .items .item .remove a:hover {
    background-color: #0bb4d8;
}

/* Image section */
#order-page .items .item .image img {
    max-width: 100%;
    border-radius: 0.5rem;
}

/* Counter buttons */
#order-page .items .item .counter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

#order-page .items .item .counter .input-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}

#order-page .items .item .counter button {
    background-color: #007bff;
    border: none;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s;
}

#order-page .items .item .counter button:hover {
    background-color: #e2e6ea;
}

/* Input field */
#order-page .items .item .counter input {
    width: 50px;
    text-align: center;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    padding: 0.3rem;
    background-color: #fff;
}

/* Product details */
#order-page .items .item .title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#order-page .items .item .features ul {
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}

#order-page .items .item .features li {
    list-style-type: disc;
}

/* Price section */
#order-page .items .item .price,
#order-page .items .item .old-price {
    margin-top: 0.5rem;
    font-weight: 600;
}

/* Discount percentage */
#order-page .items .item .percentage {
    font-size: 0.85rem;
}

/* Inventory */
#order-page .items .item .text-info {
    font-size: 0.85rem;
}

/* Empty cart */
#order-page #cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    border: 1px solid #0dcaf0;
    border-radius: 1rem;
    background-color: rgba(159, 235, 235, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #order-page .items .item .row.g-4 {
        flex-direction: column;
    }

    #order-page .items .item .counter {
        justify-content: flex-start;
    }

    #order-page .items .item .price {
        font-size: 0.95rem;
    }
}




/* *******************  profile  ********************* */


/* Wrapper box */
#sidebar  .border {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    padding: 1rem;
}

/* Profile section */
#sidebar .profile a {
    text-decoration: none;
    color: inherit;
}

#sidebar .profile .flex.between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sidebar .profile .user-details {
    display: flex;
    align-items: center;
}

#sidebar .profile .user-details .image img {
    border-radius: 50%;
    border: 2px solid #dee2e6;
}

#sidebar .profile .details .name {
    font-weight: 600;
    font-size: 0.95rem;
}

#sidebar .profile .details .mobile {
    font-size: 0.85rem;
    color: #6c757d;
}

#sidebar .profile .edit i {
    color: #0d6efd;
    font-size: 1rem;
}

/* Email & mobile status */
#sidebar .email-activation,
#sidebar .mobile-activation {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
}

#sidebar.email-activation i,
#sidebar .mobile-activation i {
    font-size: 0.9rem;
}

#sidebar .email-activation span,
#sidebar .mobile-activation span {
    margin-left: 0.25rem;
}

#sidebar .ff-bold {
    font-weight: 600;
}

/* Menu list */
#sidebar .menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sidebar .menus ul li {
    margin-bottom: 0.5rem;
}

#sidebar .menus ul li a {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-radius: 0.35rem;
    transition: all 0.2s;
    color: #495057;
    font-size: 0.9rem;
}

#sidebar .menus ul li a i {
    font-size: 1rem;
    color: #0d6efd;
}

#sidebar.menus ul li.active a,
#sidebar.menus ul li a:hover {
    color: #0d6efd;
}

#sidebar.menus ul li form button {
    background: none;
    border: none;
    padding: 0.5rem 0.75rem;
    text-align: left;
    width: 100%;
    color: #495057;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    border-radius: 0.35rem;
    cursor: pointer;
    transition: all 0.2s;
}

#sidebar.menus ul li form button:hover {
    background-color: #e9f5ff;
    color: #0d6efd;
}

#sidebar.menus ul li .messages .icon i {
    font-size: 0.6rem;
    color: #dc3545;
    margin-left: 0.5rem;
}
