*{
    padding: 0px;
    margin: 0px;
}

body{
    background-color: #0f172a;
    scroll-behavior: smooth;
    font-family:  'Crimson Pro',serif;
    color: #e2e8f0;
}

html{
    scroll-behavior: smooth;
    overflow-x:hidden;
}

.nav{
    background-color: #1e293b;
    border: 2px solid #334155;
    display: block;
    width: 100%;
    height: 100px;
  
}





.logo1-view img{
    float: left;
    width: 80px;
    margin: 10px;

}

.logo2-view img{
    float: right;
    width: 300px;
    margin: 10px;
    filter: brightness(0) invert(1);
}

.left-info{
    background-color: transparent;
    display: inline-block;
    width: 900px;
    height: 550px;
    padding-top: 50px;
}

.left-info h2{
    text-align: center;
    font-size: 50px;
    margin-bottom: 10px;
    color: #f8fafc;
}

.left-info h1{
    text-align: center;
    display: inline-flex;
    justify-content: center;
    color: #3b82f6;
}

.verified-badge{
    display: inline-flex;
    background-color:#3b82f6;
    color: white;
    text-align: center;
    justify-content: center ;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: relative;
    top: 5px;
    left: 10px;
}

.verify{
display: flex;
justify-content: center;
}

.left-info h4{
    font-size: 30px;
    text-align: center;
    display: block;
    color: #f1f5f9;
}

.left-info p{
    display: block;
    font-size: 20px;
    width: 400px;
    text-align: center;
    color: #94a3b8;
}

.view-p p{
    background-color: transparent;
    display: flex;
    float: center;
    position: relative;
    left: 250px;
    margin-top: 10px;
}

.view-des{
    background-color: transparent;
    margin-top: 60px;
    position: relative;
    top: 20px;
}


.view-price h2{
    color: red;
    font-size: 30px;
    display: block;
    text-align: left;
}

.view-price{
    margin: 10px;
    margin-top: 150px;
}

.view-price h1{
    color: #3b82f6;
}

.right-info{
    background-color: transparent;
    display: inline-block;
    width: 500px;
    height: 580px;
    position: relative;
    bottom: 0px;
    top: 15px;
}

.product-img-view{
    background-color: #1e293b;
    width: 400px;
    height: 550px;
    position: relative;
    left: 50px;
    border-radius: 15px;
    border: 1px solid #334155;
}

.left-right-info{
    margin: 10px;
    display: flex;
    position: relative;
    justify-content: center;
    gap: 5px;
}

.share-btn-view{
    position: relative;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.seller-details{
    display: inline-block;
    background-color: transparent;
    position: relative;
    left: 60px;
    bottom: 18px;
}

.seller-details img {
    display: inline-block;
    width: 40px;
    position: relative;
    top: 10px;
}

.seller-details h1{
    display: inline-block;
    color: #f8fafc;
}

.img-view-product-12{
    width: 300px;
    position: relative;
    top: 20px ;
    left: 50px;
    border-radius: 15px;
    border: 1px solid #475569;
}

.img-view-product-13{
    display: none;
    width: 300px;
    position: relative;
    top: 20px ;
    left: 50px;
    border-radius: 15px;
    border: 1px solid #475569;
}

.img-view-product-14{
    display: none;
    width: 300px;
    position: relative;
    top: 20px ;
    left: 50px;
    border-radius: 15px;
    border: 1px solid #475569;
}

.product-img-view-btn{
    background-color: transparent;
    display: block;
    margin-top: 40px;
    height: 100px;
}

.left-btn{
    background-color: #2563eb;
    color: white;
    border-radius: 100%;
    height: 50px;
    width :50px;
    font-size: larger;
    border: 1px solid #2563eb;
    cursor: pointer;
}

.right-btn{
    background-color: #2563eb;
    color: white;
    border-radius: 100%;
    height: 50px;
    width :50px;
    font-size: larger;
    border: 1px solid #2563eb;
    cursor: pointer;
}

.img12_3{
    width: 50px;
    border-radius: 15px;
    border: 1px solid #475569;
    position: relative;
    top: 0px;
    cursor: pointer;
}

.img12_3:hover{
    opacity: 40%;
    border-color: #3b82f6;
}

.container-img-btn{
    display: flex;
    justify-content: center;
    gap: 20px;
    background-color: transparent;
    align-items: center;
    position: relative;
    top: 20px;
}

.link-view{
    background-color: transparent;
    position: relative;
    top: 30px;
    text-align: center;
    font-size: 20px;
}

.link-view a{
    text-decoration: none;
    color: #3b82f6;
}

.link-view a:hover{
    text-decoration: underline;
    transition: 0.4s;
}

.buttons-buy{
    background-color: transparent;
    display: flex;
    justify-content: center;
    height: auto;
    margin-top: 10px;
}

.buynow-btn1{
    background-color: #2563eb;
    color: #ffffff;
    padding: 10px;
    margin: 5px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #2563eb;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.buynow-btn1:hover{
    background-color: white;
    color: black;
    transform: translateY(-2px);
}

.product-detail{
    background-color: #1e293b;
    margin-top: 40px;
    border: 1px solid #334155;
    border-radius: 15px;
    padding: 20px;
    margin: 20px;
}

.product-detail h1{
    margin-left: 0px;
    color: #f8fafc;
}

.product-detail p, h5 {
    margin: 10px;
    margin-left: 10px;
    font-size: 15px;
    margin-bottom: 0px;
    color: white;
    font-weight: normal;
}

.product-detail{
    margin-bottom: 40px;
}

.footer{
          background-color: #1e293b;
    border: 1px solid #334155;
    display: block;
}

.footer img{
    width: 80px;
    margin: 10px;
}

.footer a{
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: middle;
    align-items: center;
}

.footer a:hover{
    color: rgba(0, 255, 255, 0.992);
    transition: 0.8s;
}

.contact-footer{
    display: flex;
    background-color: transparent;
    justify-content: right;
    align-items: center;
    float: right;
    position: relative;
    top: 15px;
    right: 15px;
}

.information-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1e293b;
    width: 400px;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 1001;
    display: block;
    border: 1px solid #334155;
}

.information-popup h1 {
    color: #ef4444;
    font-size: 22px;
    margin-bottom: 10px;
}

.information-popup p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #e2e8f0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: red;
    font-weight: bold;
}

.close-btn:hover{
    color: #ef4444;
}

/* Responsive Design for Mobile Devices */

/* Report Button Styles */

.btn-report {
    background-color: #ef4444;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    transition: all 0.3s;
}

.btn-report:hover {
    background-color: #dc2626;
}

/* Report Popup Styles */

.btn1 {
    background-color: #ff4444;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn1:hover {
    background-color: #cc0000;
}

.overlay11 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.information-popup1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 90%;
    text-align: center;
}

.close-btn1 {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: red !important;
}

.close-btn1:hover {
    color: white !;
    background-color: red;
}

.information-popup1 h1 {
    color: #333;
    margin-bottom: 10px;
    font-size: 24px;
}

.information-popup1 p {
    color: #666;
    line-height: 1.6;
    text-align: left;
}


.btn1 {
    background-color: #ff4444;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn1:hover {
    background-color: #cc0000;
    transition: 0.4s;
}

.overlay11 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.information-popup1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.close-btn1 {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: red !important;
}

.close-btn1:hover {
    color: white !important;
    background-color: red;
}


.information-popup1 h1 {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.form-group1 {
    margin-bottom: 20px;
}

.form-group1 label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.form-group1 select,
.form-group1 input,
.form-group1 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-group1 textarea {
    resize: vertical;
    min-height: 80px;
}

.form-actions1 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 25px;
}

.cancel-btn1 {
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.submit-btn1 {
    padding: 10px 20px;
    border: none;
    background: #ff4444;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.submit-btn1:hover {
    background: #cc0000;
}

.seller-info1 {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.seller-info1 p {
    color: #666;
    line-height: 1.6;
    text-align: left;
    margin: 0;
}

/* Message Styles */
.message-success1,
.message-error1 {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    animation: slideIn1 0.3s ease-out;
}

.message-success1 {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.message-error1 {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.message-icon1 {
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.message-content1 {
    flex: 1;
}

.message-content1 h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
}

.message-content1 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.message-close1 {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
    color: inherit;
    opacity: 0.7;
    flex-shrink: 0;
}

.message-close1:hover {
    opacity: 1;
}

@keyframes slideIn1 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.submit-btn1:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.report-product-btn{
    background-color: transparent;
    display: flex;
    justify-content: center;
    height: auto;
    margin-top: 10px;
}