/* home.html  */
.content-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    height: 80vh;
    /* Full height of the viewport */
}

.text-container {

    padding-right: 20px;
    text-align: center;
}

.text-container h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.text-container p {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #a0aec0;
}

#carouselExampleAutoplaying {
    /* border: 1px solid red; */
    width: 50%;
    height: 600px;
}

.carousel-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

.btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem;
}

.btn-11 {
    text-decoration: none;
    border: 2px solid green;
    padding: 1rem 2rem;
    color: black;
    background: #fff;
    font-weight: 700;
}

.btn-11:hover {
    transition: 0.5s ease-in-out;
    border: 2px solid green;
    background-color: green;
    color: white;
    font-weight: 700;
}

.all-prods-container {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.title-11 {
    text-align: center;
    margin: 2rem;
    font-weight: 700;
}

.title-11 h3 {
    font-weight: 700;
}

.all-prods-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    min-height: 75vh;
    width: 80%
}

.prods-container {
    border: 2px solid #f8f9fa;
    width: 14rem;
    max-height: 22rem;
    text-align: center;
}

.prods-container:hover {
    scale: 1.01;
    border: 2px solid #dee2e6;
    transition: 1s ease-in;

}

.prod-img-1 {
    margin: 5px;
}


.prod-img-1 img {
    /* border: 1px solid red; */
    width: 200px;
    height: 215px;
    object-fit: contain;
}

.prod-details-1 {
    text-align: center;
}

.rate-details {
    font-size: medium;
    color: #198754;
    margin-bottom: 0;
}

.prod-details-1 h5 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0;
    color: black;
}

.shoe-type-1 {
    width: 166px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    font-size: 0.8rem;
    color: darkgray;
    margin-bottom: 0;
}

.shoe-price-1 {
    font-size: 1rem;
    font-weight: 800;
    color: black;
    margin-bottom: 0;
}

.shoe-price-2 {
    display: flex;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
}

.shoe-actual-price {
    font-size: 0.8rem;
    text-decoration: line-through;
    color: black;
}

.shoe-off-per {
    color: orange;
    font-size: 0.8rem;
}

/* home.html  */

/* product_details.html  */

.prod-details-main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.prod-box-2 {
    margin-top: 2rem;
}

.prod-box-2 h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.prod-box-2 h3 {
    text-transform: capitalize;
    font-size: 1.2rem;
    color: #adb5bd;
}

.sell-price-bx-2 {
    display: flex;
    gap: 0.5rem;
}

.sell-price-bx-2 p span {
    text-decoration: line-through;
}

.sell-price-bx-3 {
    font-weight: bolder;
    font-size: 1.5rem;
}

.sell-price-bx-4 {
    margin-top: 1rem;
}

.sell-price-bx-4 h5 {
    font-size: 1rem;
}

.sell-price-bx-4 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-left: 0;
}

.sell-price-bx-4 ul li {
    border: 1px solid #dee2e6;
    padding: 5px 10px;
    border-radius: 5px;
}

.sell-price-bx-5 {
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    margin: 1rem 0;
    width: 70%;
}

.sell-price-bx-5 h5 {
    margin-bottom: 0;
    padding: 1rem 0 0 1rem;
}

.sell-price-bx-5 hr {
    margin: 3px 15px 8px 15px;
}

.sell-price-bx-5 p {
    padding: 0 1rem;
}

.sell-price-bx-6 {
    display: flex;
    align-items: center;
}

.add-btn-1 {
    margin-right: 1rem;
    background-color: #198754d6;
    border: 1px solid #198754d6;
    color: #fff;
    padding: 1rem 1.5rem;
    font-weight: 600;
}

.add-btn-1:hover {
    background-color: #198754;
    border: 1px solid #198754;
    color: #fff;
}

.buy-btn-1 {
    margin-right: 1rem;
    background-color: #ffc107da;
    border: 1px solid #ffc107da;
    color: #212529;
    padding: 1rem 2rem;
    font-weight: 600;
}

.buy-btn-1:hover {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #212529;
    padding: 1rem 2rem;
    font-weight: 600;
}

.wishlist-btn-1 {
    border: 1px solid #f8f9fa;
    font-size: 1.9rem;
}

.wishlist-btn-1:hover {
    border: 1px solid #e12d2d;
}

.size-button {
    background-color: #f1f1f1;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.size-button.selected {
    background-color: #007bff;
    color: white;
}

.size-button.selected {
    background-color: #007bff;
    color: white;
}

.prod-details-main-container-1 {
    margin-top: 3rem;
}

.prod-details-main-container-1 h3 {
    text-align: center;
}

.prod-details-main-container-2 {
    margin-top: 3rem;
}

.prod-details-main-container-2 h3 {
    text-align: center;
}

.swiper-slide .prody-img {
    width: 200px;
    height: 215px
}



/* product_details.html  */


/* cart.html  */
.cart-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 2rem;
    min-height: 75vh;
}

.cart-item1 {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
    width: 500px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.425);
    justify-content: space-between;
}

.cart-item-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-top: 10px;
}

.cart-item-name {
    width: 155px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.remove-cart-item {
    color: #adb5bd;
}

.remove-cart-item:hover {
    color: red;
}

.cart-details-box-1 {
    width: 16rem;
    /* border: 1px solid black; */
    padding: 1rem;
}

.cart-details-box-1 h4 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.cart-details-box-1 p span {
    font-weight: bold;
}

.cart-info-table {
    display: flex;
    justify-content: center;
    gap: 5rem;
}

.cart-small-info {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart-empty-container {
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cart-empty-container h1 {
    color: rgba(128, 128, 128, 0.758);
}

.cart-total-container {
    border: 1px solid #adb5bd;
    border-radius: 0.5rem;
    width: 16rem;
    max-height: 19rem;
}

.cart-details-box-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cart-total-1 {
    position: sticky;
    top: 50px;
    /* Adjust the top value to control the position */
    align-self: flex-start;
}

/* cart.html  */

/* checkout.html  */
.checkout-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2rem;
    min-height: 75vh;
}

.add-cl-11 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.add-cl-22 {
    border: 1px solid #dee2e6;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 10px;
    width: 16rem;
    height: 300px;
}

.add-cl-33 {
    margin: 2rem 0;
}

.checkout-total {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-cl-44 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid green;
    width: 16rem;
    border-radius: 1rem;
    padding: 2rem;
    gap: 1rem;
}

.add-cl-44 h5 {
    display: flex;

}

.checkout-ad-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 15px;
    min-height: 75vh;

}

.add-cl-55 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    width: 350px;
    /* height: 430px; */
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 30px;
    margin-top: 1rem;

}

.add-cl-55 input,
textarea {
    border-radius: 20px;
    border: 1px solid #c0c0c0;
    outline: 0 !important;
    box-sizing: border-box;
    padding: 12px 15px;
    width: 300px;
}

.address-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 4rem;
}

.add-cl-1 {
    border: 1px solid #dee2e6;
    width: 14rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    align-items: center;
    box-shadow: #e9ecef 0px 5px 15px;

}

.add-cl-77 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;

}

.add-cl-88 {
    display: flex;
    gap: 2rem;
}

.add-cl-99 i {
    color: gray;
}

.add-cl-99 i:hover {
    color: rgb(37, 213, 37);
}

.add-cl-100 i {
    color: black;
}

.add-cl-100 i:hover {
    color: rgb(242, 8, 8);
}



/* checkout.html  */



/* order_success.html  */

.success-container {
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.success-box-1 {
    text-align: center;
}

.success-box-1 h1 {
    color: rgb(28, 211, 28);
}

.success-box-1 p {
    color: rgb(129, 138, 129);
}

/* order_success.html  */

/* wishlist.html */

.wishlist-box-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 75vh;
    margin-top: 2rem;
}

.wishlist-box-1 h4 {
    font-weight: 800;
    margin: 2rem;
}

.wishlist-box-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    width: 85%;

}

/* wishlist.html */

/* profile.html  */
#profile-form-1 {
    background: #f8f9fa8c;
}

.profile-btn-1 {
    width: 300px;
    border: 2px solid rgb(0, 123, 255);
    background-color: white;
    padding: 1rem;
    color: black;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    margin: 1rem;
}

.profile-btn-1:hover {
    border: 2px solid rgb(0, 123, 255);
    background-color: rgb(0, 123, 255);
    color: white;
    transition: 0.3s ease-in;

}

.profile-box-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.profile-box-4 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.profile-box-4 input {
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
    padding: 1rem;
    border-radius: 10px;
    width: 280px;
    color: black;
    font-weight: 600;
}

.profile-box-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.profile-box-3 img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 50%;
    margin: 1rem 0;
}

#order-form-1 {
    margin-top: 4rem;
}

#order-form-1 h3 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.order-box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.order-box-2 {
    border: 2px solid #dee2e6;
    border-radius: 10px;
    width: 18rem;
    padding: 1rem;
}

.add-cl-66 h3 {
    margin-bottom: 1rem;
}

.order-box-5 p {
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

.order-dt-box-3 {
    width: 300px;
}

.order-dt-box-3 p {
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

/* profile.html  */


/* order_details.html  */
.order-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 75vh;
}

.order-dt-box-1 {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.order-dt-box-2 {
    border-bottom: 1px solid gainsboro;
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 0 1rem;
    height: 200px;
}

.order-dt-box-7 {
    border: 1px solid #c6c7c8;
    padding: 1rem;
    border-radius: 1rem;
}

.order-dt-box-3 p {
    margin-bottom: 0;
}

.order-dt-box-3 img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

/* order_details.html  */


/* shop.html  */

.shop-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* shop.html  */


/* about.html  */

.about-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.about-section-1 {
    text-align: center;
    width: 90%;
    /* margin: 2rem 0; */
    display: flex;
    align-items: center;
    justify-content: center;

}

.about-section-2 {
    text-align: center;
    width: 90%;
    /* margin: 2rem 0; */
    display: flex;
    align-items: center;
    justify-content: center;

}

.about-section-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem;

}

.about-section-4 {
    text-align: center;
    width: 90%;
    /* margin: 2rem 0; */
    display: flex;
    align-items: center;
    justify-content: center;

}

.about-section-5 {
    text-align: center;
    width: 90%;
    /* margin: 2rem 0; */
    display: flex;
    align-items: center;
    justify-content: center;

}

.about-img-1 {
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.a-3 {
    margin: 1rem;
}

.a-5 {
    text-align: center;
}


/* about.html  */


/* contact.html  */

.contact-container {
    margin: auto;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76vh;

}

.contact-section-1 {
    width: 50%;

}

.contact-section-2 h2 {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 10px;
}

.c-1 {
    text-align: center;
    margin: 4rem;
}

.c-1 h2 {
    margin-bottom: 1rem;
}

.c-2 {
    text-align: center;
    margin: 4rem;
}

.c-2 h2 {
    margin-bottom: 1rem;
}

.contact-form-1 {
    display: flex;
    flex-direction: column;
}

.contact-form-1 input,
.contact-form-1 textarea {
    border: 1px solid #e9ecef;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}

.contact-btn-1 {
    border: 2px solid #0d6efd;
    padding: 10px;
    background-color: #fff;
    color: #0d6efd;
}

.contact-btn-1:hover {
    border: 2px solid #0d6efd;
    background-color: #0d6efd;
    color: white;
    transition: 0.5s ease-in;
}


/* contact.html  */


/* search_results.html  */

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 50vh;
}

.search-box-2 {
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    margin-bottom: 3rem;
}

.search-box-2 h3 {
    margin: 5rem;
    text-align: center;
}

.info-box-1 {
    margin: 6rem auto;
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 9%), 0 6px 20px 0 rgb(0 0 0 / 0%); */
    width: 90%;
}

.info-box-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.info-box-3 {
    text-align: center;
    margin: 3rem;
}

.info-box-3 i {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.info-box-3 p {
    margin-bottom: 0;
    color: gray;
}

.info-box-3 h4 {
    font-weight: 700;
}

.info-box-new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.info-box-new img {
    width: 150px;
    height: 150px;
}

.info-box-new-1 {
    margin: 8rem auto;
    width: 90%;
}

.info-box-new-1 h2 {
    text-align: center;
    color: #c6c7c8;
    font-weight: 700;
    margin: 5rem 0 3rem 0;
}

.shoe-subscribe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: 'Segoe UI', Arial, sans-serif;
    padding: 0 3rem;
    margin: 6rem auto;

}

.shoe-subscribe-img {
    display: block;
    width: 100%;
    height: 75vh;
    object-fit: cover;
    filter: brightness(0.65);
}

.shoe-subscribe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 30px 20px;
}

.shoe-subscribe-title {
    margin: 0 0 18px 0;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.shoe-subscribe-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shoe-subscribe-input {
    padding: 10px;
    border-radius: 6px;
    border: none;
    margin-bottom: 12px;
    width: 90%;
    max-width: 250px;
    font-size: 1em;
    outline: none;
    text-align: center;
}

.shoe-subscribe-button {
    background: linear-gradient(90deg, #ff512f 0%, #dd2476 100%);
    color: #fff;
    padding: 10px 0;
    width: 90%;
    max-width: 150px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(221, 36, 118, 0.15);
    transition: background 0.2s;
}

.shoe-subscribe-button:hover {
    background: linear-gradient(90deg, #dd2476 0%, #ff512f 100%);
}

.map-container h1 {
    text-align: center;
    margin: 2rem 0 3rem 0;
}

.map-container {
    width: 95%;
    /* max-width: 600px; */
    height: 600px;
    margin: 40px auto;
    /* border-radius: 18px; */
    overflow: hidden;
    /* box-shadow: 0 8px 32px rgba(60, 60, 80, 0.25), 0 1.5px 4px rgba(0, 0, 0, 0.12); */
    /* border: 2px solid #e0e0e0; */
    /* background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); */
    transition: box-shadow 0.3s ease;
}

.map-container:hover {
    box-shadow: 0 12px 48px rgba(60, 60, 80, 0.35), 0 2px 8px rgba(0, 0, 0, 0.16);
    border-color: #a0aec0;
}

/* Footer Styles */
.footer {
    background: #1a202c;
    /* dark blue-gray */
    color: white;
    /* light gray */
    padding: 50px 20px 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    margin-top: 4rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.footer-section {
    flex: 1 1 220px;
    min-width: 220px;
}

.footer-title {
    font-size: 1.4rem;
    margin-bottom: 0px;
    color: #429fe2;
    /* sky blue */
    position: relative;
    padding-bottom: 6px;
}



.footer p {
    line-height: 1.6;
    font-size: 0.95rem;
    color: white;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #429fe2;
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 0.9rem;
    color: #718096;
    border-top: 1px solid #2d3748;
    padding-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 30px;
    }

    .footer-section {
        min-width: 100%;
    }
}


.new-shop1 {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.new-shop2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    text-align: center;
}

.new-shop1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-shop2 h1 {
    font-size: 36px;
    font-weight: 800;
}
.new-shop2 p {
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    max-width: 600px;
    margin: 20px auto 0;
    text-align: center;
}

/* search_results.html  */