* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    text-align: center;
}

a {
    text-decoration: none !important;
    color: black;
}

.menu_bg {
    background-color: #149777 !important;
}

nav {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(221, 219, 219, 0.75);
}

.treding_main {
    height: 500px;
    background-color: white;
}

.main_up {
    display: flex;
}

.nain_up .up_left h2 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: palevioletred;
}

.main_down {
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;

}

.main_down .down_one {
    background-color: white;
    width: 15%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main_down .down_one img {
    height: 180px;
    width: 180px;
}

.down_one h2 {
    padding-left: 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: black;
}

.down_one h3 {
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: black;
}

.down_one h4 {
    padding-top: 20px;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: #00B1A7;
}

.down_one h5 {
    padding-left: 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: black;
}

.down_one h6 {
    padding-top: 5px;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: black;
}


.product-details {
    background-color: #F6F5FF;
    padding: 50px 0;
}

.product-title {
    font-size: 36px;
    font-weight: bold;
    color: #262626;
}

.product-price {
    font-size: 20px;
    font-weight: bold;
    color: #262626;
}

.border-bottom-custom {
    border-bottom: 1px solid #262626;
    padding-bottom: 15px;
}

.custom-button {
    padding: 16px 45px;
    border: 2px solid #262626;
    display: inline-block;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    color: #262626;
}

.custom-button:hover {
    background-color: #262626;
    color: white;
}

/* Main Content */
.main-content {
    margin-left: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
    padding: 20px;
}

.profile-card {
    background-color: #f8f9fc;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    width: 100%;
    max-width: 450px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.profile-img-container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #d1d8ff;
    /* Light Blue Placeholder */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    border: 5px solid #ffffff;
    overflow: hidden;
    position: relative;
}

.profile-img-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: none;
}

.profile-card h5 {
    font-size: 24px;
    font-weight: 600;
}

.profile-card p {
    font-size: 18px;
}

.btn-warning {
    font-size: 16px;
    padding: 10px 20px;
}


/* Main Content */
.main-content {
    margin-left: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
    padding: 20px;
    position: relative;
}

/* Updated positioning for main-contentinfo */
.main-contentinfo {
    margin-left: 250px;
    /* Aligns to the right of the sidebar */
    width: calc(100% - 250px);
    /* Makes the content take the remaining space */
    padding: 50px;
}

.profile-card {
    background-color: #f8f9fc;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    width: 100%;
    max-width: 450px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.profile-img-container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #d1d8ff;
    /* Light Blue Placeholder */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    border: 5px solid #ffffff;
    overflow: hidden;
    position: relative;
}

.profile-img-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: none;
}

.profile-img-container::before {
    content: "User Image";
    position: absolute;
    color: rgb(253, 252, 252);
    font-size: 10px;
    margin-top: 170px;
}

.profile-card h5 {
    font-size: 24px;
    font-weight: 600;
}

.profile-card p {
    font-size: 18px;
}

.btn-warning {
    font-size: 16px;
    padding: 10px 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 10px;
    }

    .main-content {
        margin-left: 0;
        margin-top: 20px;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .main-contentinfo {
        margin-left: 0;
        width: 100%;
    }
}

.main_down2u {
    padding-left: 10px;
}

@media (min-width: 375px) and (max-width: 575px) {
    .menu_bg img {
        margin-left: -45%;
    }

    .navbar-toggler {
        margin-top: -50px;
        margin-left: 70%;
    }
}

/* Small devices (phones, less than 576px) */
@media (max-width: 575px) {
    .container {
        width: 106% !important;
           margin-left: -12px !important;
    }

    .navbar-toggler {
        border: none !important;
        display: block !important;
        display: flex !important;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 transparent !important;
    }

    .nav {
        margin-left: -7px !important;
    }

    .dbar {
        display: block !important;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 3px 0px rgba(221, 219, 219, 0.75);
    }

    .extraicon {
        color: white !important;
    }

    .menu_bg ul li {
        text-align: left;
    }

    .menu_bg img {
        margin-left: -60%;
    }

    .rightmenu {
        margin-left: -35px;
        margin-top: 30px !important;
    }

    .rightmenu .menutwo {
        margin-left: -255px !important;
        margin-top: 40px !important;
    }

    .banneritem {
        display: block !important;
    }

    .bth {
        display: none !important;
    }

    .banneritemup {
        width: 100% !important;

    }

    .hidecontent {
        display: none !important;
    }


    /* .down_one111 ul {
        display: block !important;
        text-align: start !important;
    }

    .down_one111 .ulc {
        margin-top: 3px !important;
    } */


    .main_down {
        border: none !important;
        background-color: #A0D2EB;
        padding: 10px 10px 2px 10px !important;
    }


    .down_one {
        width: 32% !important;
        padding-top: 0px !important;
        border-radius: 5px !important;
        background-color: white;
        padding: 10px;
        height: 210px !important;
    }

    .down_one img {
        width: 100% !important;
        padding-top: 10px;
        height: 113px !important;
    }


    .categorayupboth {
        width: 100% !important;
    }

    .categorayupboth img {
        padding: 15px;
    }

    .dbar3 {
        display: block !important;
    }

    .treding_main {
        height: 230px;
    }

    .treding_main2 {

        background-color: #A0D2EB;
    }

    .main_up {
        display: none !important;
    }

    #treding2 {
        height: 6000px !important;

    }

    .main_down2 {
        display: block !important;
        justify-content: space-between;
    }

    .main_down2u {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
    }

    .main_down3u {
        width: 100% !important;

    }

    .extraitem {
        display: block !important;
    }

    .down_one1 {
        width: 48% !important;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        padding-left: 10px;
        border-radius: 5px;
        background-color: white;
    }

    .down_one1 img {
        width: 100% !important;
        padding: 15px;
    }

    .down_one1 h3 {
        font-size: 12px !important;
        font-weight: 600;
    }

    .down_one1 ul li {
        font-size: 12px !important;
    }

    .categorymenu {
        display: none !important;
    }

    .menubtnhide {
        display: none !important;
    }

    .categorysite {
        display: none !important;
    }

    .categorymenuone1 {
        width: 100% !important;
    }

    .categorymenutwo {
        width: 100% !important;
    }

    .buttonmenu button {
        margin: 5px 0;
    }

    .treding_main {
        display: block !important;
    }

    .categorysite {
        display: none !important;
        background-color: #A0D2EB;
    }

    #treding2 {
        height: 3820px !important;
        background-color: #A0D2EB;
    }

    .treding_main3 {
        width: 100% !important;
        background-color: #A0D2EB;
    }

    .main_down3 {
        display: block !important;
        justify-content: space-between;
        margin-bottom: 0px !important;
    }

    .main_down3u {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
    }

    .down_one3 {
        width: 48% !important;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        padding-left: 10px;
        border-radius: 5px;
        background-color: white;
    }

    .down_one3 img {
        width: 100% !important;
        padding: 15px;
    }

    .down_one3 h3 {
        font-size: 12px !important;
        font-weight: 600;
    }

    .down_one3 ul li {
        font-size: 12px !important;
    }

    .down_one3 {
        padding-bottom: 3px;
    }

    #contact ul li {
        margin-left: -30px;
    }

    .carttable {
        width: 50% !important;
    }

    .custom-btnn {
        background-color: #01BEFF;
        border-radius: 20px;
        color: white;
        font-size: 16px;
        padding: 7px 0px;
        cursor: pointer;
        transition: 0.3s;
        text-align: center;
    }

    .custom-btnn:hover {
        background-color: white;
        color: #FB692C;
        border: 1px solid #FB692C;
    }

    .categorayupboth22 {
        display: none !important;
    }

    .pdp {
        display: block !important;
    }

    .pdu {
        width: 100% !important;
    }

    .pdm {
        width: 100% !important;
    }

    .pdd {
        width: 100% !important;
    }

    .btncart {
        width: 100% !important;
    }

    .btncart2 {
        display: none !important;
    }

    .dcontent {
        display: block !important;
    }

    .dcontent1 {
        width: 100% !important;
    }

    .dcontent1h {
        margin-left: 0% !important;
    }

    .stt {
        display: none !important;
    }

    .sttt {
        display: block !important;
    }

    .ppp {
        display: block !important;
    }

    .ppp1 {
        display: none !important;
    }

    .main_down2222 {
        display: none !important;
    }

    .dwnone11 {
        display: none !important;
    }

    .main_down222 {
        width: 100% !important;
        border: none !important;
    }
    .pppp{
        margin-top: -20px !important;
    }

    .down_one111 {
        width: 32% !important;
        padding-top: 0px !important;
        border-radius: 5px;
        background-color: white;
        border: 1px solid #DADADA;
        padding: 10px;
        height: 210px;
    }

    .down_one111 ul {
        display: block !important;
        text-align: start !important;
    }

    .down_one111 .ulc {
        margin-top: 3px !important;
    }

    .down_one111 img {
        width: 100% !important;
        padding-top: 10px;
    }

    #pppp {
        background-color: white !important;
    }

    #pp11 {
        background-color: white !important;
    }

    .dbarr {
        display: block !important;
    }

    /* 
    

    .down_one1 h3 {
        font-size: 12px !important;
        font-weight: 600;
    }

    .down_one1 ul li {
        font-size: 12px !important;
    } */

}

/* Medium devices (tablets, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    body {
        .container {
            width: 150% !important;
        
        }
    
        .navbar-toggler {
            border: none !important;
            display: block !important;
            display: flex !important;
        }
    
        .navbar-toggler:focus {
            box-shadow: 0 0 transparent !important;
        }
    
        .nav {
            margin-left: -7px !important;
        }
    
        .dbar {
            display: block !important;
            -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 1px 3px 0px rgba(221, 219, 219, 0.75);
        }
    
        .extraicon {
            color: white !important;
        }
    
        .menu_bg ul li {
            text-align: left;
        }
    
        .menu_bg img {
            margin-left: -60%;
        }
    
        .rightmenu {
            margin-left: -35px;
            margin-top: 30px !important;
        }
    
        .rightmenu .menutwo {
            margin-left: -255px !important;
            margin-top: 40px !important;
        }
    
        .banneritem {
            display: block !important;
        }
    
        .bth {
            display: none !important;
        }
    
        .banneritemup {
            width: 100% !important;
    
        }
    
        .hidecontent {
            display: none !important;
        }
    
    
        /* .down_one111 ul {
            display: block !important;
            text-align: start !important;
        }
    
        .down_one111 .ulc {
            margin-top: 3px !important;
        } */
    
    
        .main_down {
            border: none !important;
            background-color: #A0D2EB;
            padding: 10px 10px 2px 10px !important;
        }
    
    
        .down_one {
            width: 32% !important;
            padding-top: 0px !important;
            border-radius: 5px !important;
            background-color: white;
            padding: 10px;
            height: 210px !important;
        }
    
        .down_one img {
            width: 100% !important;
            padding-top: 10px;
            height: 113px !important;
        }
    
    
        .categorayupboth {
            width: 100% !important;
        }
    
        .categorayupboth img {
            padding: 15px;
        }
    
        .dbar3 {
            display: block !important;
        }
    
        .treding_main {
            height: 230px;
        }
    
        .treding_main2 {
    
            background-color: #A0D2EB;
        }
    
        .main_up {
            display: none !important;
        }
    
        #treding2 {
            height: 6000px !important;
    
        }
    
        .main_down2 {
            display: block !important;
            justify-content: space-between;
        }
    
        .main_down2u {
            width: 100% !important;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 15px;
        }
    
        .main_down3u {
            width: 100% !important;
    
        }
    
        .extraitem {
            display: block !important;
        }
    
        .down_one1 {
            width: 48% !important;
            -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
            padding-left: 10px;
            border-radius: 5px;
            background-color: white;
        }
    
        .down_one1 img {
            width: 100% !important;
            padding: 15px;
        }
    
        .down_one1 h3 {
            font-size: 12px !important;
            font-weight: 600;
        }
    
        .down_one1 ul li {
            font-size: 12px !important;
        }
    
        .categorymenu {
            display: none !important;
        }
    
        .menubtnhide {
            display: none !important;
        }
    
        .categorysite {
            display: none !important;
        }
    
        .categorymenuone1 {
            width: 100% !important;
        }
    
        .categorymenutwo {
            width: 100% !important;
        }
    
        .buttonmenu button {
            margin: 5px 0;
        }
    
        .treding_main {
            display: block !important;
        }
    
        .categorysite {
            display: none !important;
            background-color: #A0D2EB;
        }
    
        #treding2 {
            height: 5300px !important;
            background-color: #A0D2EB;
        }
    
        .treding_main3 {
            width: 100% !important;
            background-color: #A0D2EB;
        }
    
        .main_down3 {
            display: block !important;
            justify-content: space-between;
            margin-bottom: 0px !important;
        }
    
        .main_down3u {
            width: 100% !important;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 15px;
        }
    
        .down_one3 {
            width: 48% !important;
            -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
            padding-left: 10px;
            border-radius: 5px;
            background-color: white;
        }
    
        .down_one3 img {
            width: 100% !important;
            padding: 15px;
        }
    
        .down_one3 h3 {
            font-size: 12px !important;
            font-weight: 600;
        }
    
        .down_one3 ul li {
            font-size: 12px !important;
        }
    
        .down_one3 {
            padding-bottom: 3px;
        }
    
        #contact ul li {
            margin-left: -30px;
        }
    
        .carttable {
            width: 50% !important;
        }
    
        .custom-btnn {
            background-color: #01BEFF;
            border-radius: 20px;
            color: white;
            font-size: 16px;
            padding: 7px 0px;
            cursor: pointer;
            transition: 0.3s;
            text-align: center;
        }
    
        .custom-btnn:hover {
            background-color: white;
            color: #FB692C;
            border: 1px solid #FB692C;
        }
    
        .categorayupboth22 {
            display: none !important;
        }
    
        .pdp {
            display: block !important;
        }
    
        .pdu {
            width: 100% !important;
        }
    
        .pdm {
            width: 100% !important;
        }
    
        .pdd {
            width: 100% !important;
        }
    
        .btncart {
            width: 100% !important;
        }
    
        .btncart2 {
            display: none !important;
        }
    
        .dcontent {
            display: block !important;
        }
    
        .dcontent1 {
            width: 100% !important;
        }
    
        .dcontent1h {
            margin-left: 0% !important;
        }
    
        .stt {
            display: none !important;
        }
    
        .sttt {
            display: block !important;
        }
    
        .ppp {
            display: block !important;
        }
    
        .ppp1 {
            display: none !important;
        }
    
        .main_down2222 {
            display: none !important;
        }
    
        .dwnone11 {
            display: none !important;
        }
    
        .main_down222 {
            width: 100% !important;
            border: none !important;
        }
        .pppp{
            margin-top: -20px !important;
        }
    
        .down_one111 {
            width: 32% !important;
            padding-top: 0px !important;
            border-radius: 5px;
            background-color: white;
            border: 1px solid #DADADA;
            padding: 10px;
            height: 210px;
        }
    
        .down_one111 ul {
            display: block !important;
            text-align: start !important;
        }
    
        .down_one111 .ulc {
            margin-top: 3px !important;
        }
    
        .down_one111 img {
            width: 100% !important;
            padding-top: 10px;
        }
    
        #pppp {
            background-color: white !important;
        }
    
        #pp11 {
            background-color: white !important;
        }
    
        .dbarr {
            display: block !important;
        }
    }
}

/* Large devices (desktops, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    body {
        background-color: lightcoral;
    }
}

/* Extra large devices (large desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        background-color: lightsalmon;
    }
}

/* Extra extra large devices (1200px and up) */
@media (min-width: 1200px) {
    body {
        background-color: lightgray;
    }
}