* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* New styles for enhancements */
.modal {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s;
}

.modal-content {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    animation: slideIn 0.3s;
}

.close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 2rem;
    cursor: pointer;
    color: #aaa;
}

.close:hover {
    color: black;
}

.modal form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.modal input, .modal textarea, .modal button {
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.modal button {
    background: #000;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.modal button:hover {
    background: #333;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes slideIn {
    from {transform: translateY(-50px); opacity: 0;}
    to {transform: translateY(0); opacity: 1;}
}

/* Receipt print */
@media print {
    body * { visibility: hidden; }
    #printArea, #printArea * { visibility: visible; }
    #printArea { position: absolute; left: 0; top: 0; width: 100%; }
}

/* Products grid & cards */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
    max-width: 1400px;
    margin: 0 auto;
}

.product-card {
    position: relative;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.product-card:hover .product-overlay {
    transform: translateY(0);
}

.product-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 0.5rem;
    border: 2px solid white;
}

.product-name {
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
}

.product-price {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

.p1 {
    display: contents; /* Let grid handle layout */
}


.project {
    position: fixed;
    display: flex;
    justify-content: space-between;
    gap: 50PX;
    height: 70px;
    width: 100%;
    background-color: rgb(241, 235, 235);
    z-index: 1000;
    padding: 0px 20px;
}

.slider {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: auto;
    /* position:relative; */
    background-color: rgb(173, 144, 144);
}

.slides {
    display: flex;
    width: 300%;
    transition: 0.5s;
}

.slide {
    width: 100%;
    height: 100%;
    display: flex;
}

.slide img {
    width: 100%;
    height: 100%;
}

input {
    /* display:none; */
}

/* slide movement */

#s1:checked~.slides {
    margin-left: 0;
}

#s2:checked~.slides {
    margin-left: -100%;
}

#s3:checked~.slides {
    margin-left: -200%;
}

/* arrows */

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.arrow {
    font-size: 30px;
    cursor: pointer;
    background: white;
    padding: 5px 10px;
}

.product {
    transform: translate(0px, -100px);
    text-align: center;
    background-color: rgb(173, 144, 144);
}

.p1 {
    height: 250px;
    width: 250px;
    display: flex;
}
 .anchor2 {
    text-decoration: none;
    color: rgb(194, 136, 29);
    position: absolute;
    left: 50px;
    height: 200px;
    width: 200px;
    border-radius: 16px;
    opacity: 0;
    background-color:white;
    bottom: 1320px;
    /* top:100px */
    font-size: 30px;
 }
 .p1 :hover .anchor2 {
    opacity: 0.5;
    transition: all 0.3s ease-out;
    cursor: pointer;
 }
.video {
    padding-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.watch-shop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 0;
}

.IMG {
    max-width: 500px;
    width: 100%;
    background-color: aliceblue;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.Text {
    transform: none;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    text-align: left;
}

.Text h2 {
    margin: 0;
    font-size: 32px;
}

.Text p {
    margin: 16px 0 0;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
}

.Text a {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 24px;
    color: rgb(154, 179, 179);
    background-color: rgb(29, 29, 29);
    text-decoration: none;
    border-radius: 8px;
}

.video-container {
    position: relative;
    height: 500px;
    width: 100%;
    max-width: 560px;
}

.thumbnail {
    width: 100%;
    height: 500px;
    display: block;
    border-radius: 16px;
    object-fit: cover;
}

video {
    width: 100%;
    display: none;
    border-radius: 16px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    padding: 18px;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.Clients {
    text-align: center;
    font-weight: bold;
    font-size: 80px;
    color: rgb(29, 29, 29);
}

.cllogo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 40px 0;
}

.logo {
    width: 200px;
    height: 100px;
    background-color: rgb(218, 213, 213);
    display: flex;
    justify-content: center;
    align-items: center;
}

.main {
    position: relative;
    height: auto;
    width: 100%;
    background-image: url(/Assets/abo-11_027519f0-ea22-4520-96ad-c62281986f59.jpg);
}

.Scentury {
    text-align: center;
    color: white;
    padding: 40px;
    background-size: cover;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 24px;
    color: rgb(154, 179, 179);
    background-color: rgb(228, 178, 16);
}

.btn:hover{
    transform: rotate(20deg);
    background-color: chocolate;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.new {
    height: 100px;
    width: 100%;
    background-color: rgb(240, 237, 237);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
}

.nav-link {
    gap: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frg {
    display: flex;
    position: relative;
    /* justify-content: center; */
    /* align-items: flex-start; */
    /* align-items: center; */
    gap: 20px;
    padding: 40px 0;
}

.frg1 {
    margin-top: 60px;
}

.anchor {
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    color: whitesmoke;
    font-size: 30px;
    left: 120px; 
    bottom: 320px;
}

.parent img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.anchor1 {
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    color: whitesmoke;
    font-size: 30px;
    left: 750px;
    
    bottom: 320px;
}

.usama {
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    color: rgb(252, 251, 251);
    font-size: 20px;
    left: 750px;
    bottom: 250px;
}
.khan{
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    color: rgb(252, 251, 251);
    font-size: 20px;
    left: 120px; 
    bottom: 250px;
}
.read{
    height: 50px;
    width: 150px;
    font-weight: bold;
    position: absolute;
    bottom: -2850px;
    left: 45%;
    color: rgb(252, 251, 251);
    background-color: rgb(29, 27, 27);
    font-size: 25px;
    text-decoration: none;
}
.footer {
    background-image: url(/Assets/abo-11_027519f0-ea22-4520-96ad-c62281986f59.jpg);
    height: 500px;
    width: 100%;
    background-color: rgb(29, 27, 27);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(252, 251, 251);
    font-size: 20px;
}
.first {
    display: flex;

    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.media a{
    
    text-decoration: none;
    color: rgb(252, 251, 251);
    font-size: 20px;

}
.contact {
    margin-top: -80px;
    display: flex;
    flex-direction:column;
    gap: 5px;
}
.contact a{
    text-decoration: none;
    color: rgb(252, 251, 251);
    font-size: 20px;
}
.quick {
    gap: 10px;
    margin-left: 100px;
    margin-top: -50px;
}
.quick a{
    text-decoration: none;
    color: rgb(252, 251, 251);
    font-size: 20px;
}
.support {
    
    margin-left: 200px;
    margin-top: -50px;
}
.support a{
    text-decoration: none;
    color: rgb(252, 251, 251);
    font-size: 20px;
}
 .contact-input {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
}.contact-input {
    justify-content: center;
    margin: auto;
}
 .contact-input {
    align-items: center;
    justify-content: center;
}