﻿/*  RENT CSS*/

/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0;
    padding: 0;
}

.btn-cart {
    border: 1px solid #ff0000;
    color: #ffff;
    background-color: #ff0000;
}

    .btn-cart:hover {
        background-color: #ff7d73;
        border: 1px solid #ff7d73;
        color: #ffff;
    }

Banner Styles
.banner {
    background-image: url('../images/istockphoto-1253126365-612x612.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 100px;
}

.banner h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

.banner p {
    font-size: 1.5em;
    margin-bottom: 30px;
}




.centered-cards {
    display: flex;
    justify-content: center;
}

.getproduct {
    padding-top: 50px;
}

.info-box {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 2px solid red;
    margin-top: 20px;
    text-align: center;
    height: 5rem;
    width: 20rem;
}




.middle-boxes {
    margin-left: 2px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: red;
}

.middle-box {
    border: 2px solid white;
    padding: 10px;
    width: 100px;
    text-align: center;
    background-color: #cccccc;
    height: 70px;
}

.quality-assured-box {
    border: 2px solid white;
    padding: 10px;
    width: 180px;
    text-align: center;
    background-color: #cccccc;
    height: 70px;
}

.product-ruppes p {
    font-size: 20px;
}

.product-page {
    margin-top: 20px;
    height: 55rem;
}

.product-image {
    margin-top: 40px;
}

    .product-image img {
        width: 90%;
        border-radius: 8px;
    }

.product-details {
    margin-top: 20px;
}

.product-order button {
    width: 100%;
}

.Add-To-Cart-Btn {
    margin-top: 20px;
    background-color: #ff0000;
    color: white;
}

.product-thumbnails img {
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    border: 2px solid #d7d7d7;
    height: 90px;
    width: 72px;
}

    .product-thumbnails img:hover {
        border: 2px solid #fe0000;
    }

.product-thumbnails {
    margin-top: 80px;
}

.modal-dialog {
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}

.modal-content {
    height: 100% !important;
}

Full screen modal
.modal-dialog-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content-fullscreen {
    height: 100%;
    border: none;
    border-radius: 0;
}

.modal-body-fullscreen {
    overflow-y: auto;
}







.offers {
    color: green;
}

.savings {
    color: green;
}

.place-order-btn {
    background-color: orange;
    color: white;
    font-size: 16px;
}

    .place-order-btn:hover {
        background-color: darkorange;
    }

.card-body p {
    margin-bottom: 5px;
}

.quantity-controls button {
    width: 40px;
    height: 40px;
}

.quantity-controls input {
    width: 50px;
    text-align: center;
    margin: 0 5px;
}

.btn-link {
    padding: 0;
    margin-right: 10px;
}

.price-details {
    font-size: 1.2rem;
}











.assured {
    color: green;
    font-weight: bold;
}

.text-line-through {
    text-decoration: line-through;
}

.offers {
    color: green;
}

.savings {
    color: green;
}

.place-order-btn {
    background-color: #ff0000;
    color: white;
    font-size: 16px;
    border: 2px solid white;
}

plk
.place-order-btn:hover {
    background-color: #ff7d73;
    color: white;
    border: 2px solid white;
}

.DeleteBtn {
    color: white;
    font-size: 16px;
    border: 2px solid white;
}

    .DeleteBtn:hover {
        background-color: #ff7d73;
        color: white;
        border: 2px solid white;
    }



.card-body p {
    margin-bottom: 5px;
}

.quantity-controls button {
    width: 40px;
    height: 40px;
}

.quantity-controls input {
    width: 50px;
    text-align: center;
    margin: 0 5px;
}

.btn-link {
    padding: 0;
    margin-right: 10px;
}

.placeorder {
    margin-bottom: 10px;
}

.product-grid .card {
    margin-bottom: 30px;
}

.EditProduct_Img {
    width: 100px;
    height: 100px;
}

.RentalDetailFrom_Div {
    margin-top: 100px !important;
    width: 50%;
    margin: 0px auto;
}
.Welcome_Title {
    color: #ee3038;
    font-size: 20px;
    font-weight: 500;
}

.dashboard-header {
    font-size: 24px;
    margin-bottom: 20px;
}

.form-inline {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}

    .form-inline label {
        margin-right: 10px;
    }

    .form-inline select,
    .form-inline input {
        margin-right: 20px;
    }

.table {
    margin-top: 20px;
}

.btn-save {
    margin-top: 20px;
}

.form-container {
    margin-top: 50px;
}

.form-group {
    margin-bottom: 20px;
}

.btn-save {
    margin-top: 20px;
}





.table th, .table td {
    vertical-align: middle;
}

.table .change-status {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

#closeModalButton {
    margin-top: 3rem;
}

.fade-out {
    transition: opacity 2s ease-out;
    opacity: 0;
}

Full-screen Modal Styling
.modal-content-fullscreen {
    width: 100%;
    height: 100%;
}

.Rentprice {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", 
        "Segoe UI Symbol";
}

.category {
    color: #666;
    margin-bottom: 10px;
}

.btn-ViewDetails {
    display: inline-block;
    background-color: #ee3038;*/ /* Button background color */
    /*color: white;*/ /* Text color */
    /*padding: 10px 20px;*/ /* Padding for button */
    /*font-size: 12px;*/ /* Font size */
    /*text-decoration: none;*/ /* Remove underline from link */
    /*border-radius: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/ /* Shadow for depth */
    /*font-weight: 600;*/ /* Bold font */
/*}*/

/* Optional additional style */
/*.view-details {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-transform: uppercase;*/ /* Uppercase text */
    /*letter-spacing: 1px;*/ /* Spacing between letters */
/*}*/

/* Hover effect: remove background and change font color to red */
/*.btn-ViewDetails:hover {
    background-color: transparent;*/ /* Remove background */
    /*color: #ee3038;*/ /* Change text color to red */
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-transform: uppercase;*/ /* Uppercase text */
    /*letter-spacing: 1px;*/ /* Spacing between letters */
    /*border: 1px solid red;
    font-weight: 600;*/ /* Bold font */
/*}*/


/* Product Name Styling */
/*.product-heading {
    font-size: 17px;*/ /* Adjusted font size for heading */
    /*font-weight: 600;*/ /* Bold font for emphasis */
    /*/color: #333;
    /*/ /* Darker color for contrast */
    /*line-height:25.5px;
    text-decoration: none solid rgb(25,42,61);
    /margin: 10px 0;
    /*/ /* Spacing between heading and other elements */
    /*/letter-spacing: 0.5px;
    /*/ /* Slight letter spacing for better readability */
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: inline-block;*/ /* To ensure the border is just under the text */
/*}*/

    /* Optional hover effect */
    /*.product-heading:hover {
        color: #ee3038;*/ /* Change text color on hover */
        /*border-bottom-color: #333;*/ /* Swap border color on hover */
    /*}

.GetProduct-Name {
    font-size: 20px;*/ /* Adjusted font size for heading */
    /*font-weight: 700;*/ /* Bold font for emphasis */
    /*color: #333;*/ /* Darker color for contrast */
    /*text-transform: capitalize;*/ /* Capitalize the first letter of each word */
    /*margin: 10px 0;*/ /* Spacing between heading and other elements */
    /*letter-spacing: 0.5px;*/ /* Slight letter spacing for better readability */
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: inline-block;*/ /* To ensure the border is just under the text */
/*}

    .GetProduct-Name:hover {
        color: #ee3038;*/ /* Change text color on hover */
        /*border-bottom-color: #333;*/ /* Swap border color on hover */
    /*}

.product-image-container {
    width: 100px;*/ /* Set the desired width */
    /*height: 300px;*/ /* Set the desired height */
    /*overflow-y: auto;*/ /* Add scroll if images exceed height */
    /*border: 1px solid #007bff;*/ /* Optional: Add a border */
    /*padding: 10px;*/ /* Optional: Add padding */
/*}*/


/* Thumbnail Styling */
/*.img-thumbnail {
    border: 1px solid #ddd;
    padding: 2px;
    transition: transform 0.2s;
}*/

    /* Hover Effect for Thumbnails */
    /*.img-thumbnail:hover {
        transform: scale(1.1);
    }*/

/* Limit the size of thumbnails */
/*.col-3 {
    max-width: 25%;*/ /* 4 thumbnails per row */
/*}

.product-details-ProductName p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 30px;
    font-weight: 700;
    text-decoration: none solid rgb(25,42,61);
    color: #192A3D;
}

.product-details-price p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 20px;
    font-weight: 700;
    text-decoration: none solid rgb(58,79,102);
    color: #3A4F66;
}

.Rent-red-line {
    border: none;
    height: 1px !important;
    color: red;
    width: 650px;
    margin-left: 1px;
}

.Size-red-border {
    border: 1px solid red;
}

.Rent-Quantity {
    height: 54px !important;
}

.AddToCart-Btn {
    display: inline-block;
    background-color: #ee3038;*/ /* Button background color */
    /*color: white;*/ /* Text color */
    /*padding: 10px 20px;*/ /* Padding for button */
    /*font-size: 15px;*/ /* Font size */
    /*text-decoration: none;*/ /* Remove underline from link */
    /*border-radius: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/ /* Shadow for depth */
    /*font-weight: 600;*/ /* Bold font */
    /*height: 55px;
}

.Product-Img-Thunbnail {
    height: 120px;
}

.Product-Img-Thunbnail-Img {
    height: 100% !important;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .card {
        height: 100%;
    }
}*/
/* New Rent Css*/


.RentalDetailFrom_Div {
    margin-top: 100px !important;
    width: 50%;
    margin: 0px auto;
}

.Welcome_Title {
    color: #ee3038;
    font-size: 20px;
    font-weight: 500;
}
/*index file*/
.product_row{
    margin-top:30px;
}
.Product_Image_Div{
    display: flex;
    justify-content: center;
}
.Product_Image {
    max-width: 100%;
    width: 65%;
    height:auto;
}
.Product_Card {
    /* transition: all 0.3s ease-in-out; */ 
    transition: transform 0.5s ease;

}
    .Product_Card:hover {
        /* transform: translateY(-13px); */
        transform: scale(1.1);
        border: 1px solid #ee3038
    }
    .Product_Card .product-heading {
        color: black;
        text-align: center;
        margin-top: -10px;
        font-size: 20px;
        font-weight: 600;
       
    }
    .Product_Card .card-text {
        /* padding: 5px 10px; */
        background: black;
        color: white;
        border-radius: 5px;
        text-align:center;
      
    }

.productBtn {
   
}
.btn-ViewDetails {
    background: #ee3038;
    /* padding: 5px 10px; */
    color: white;
    display: block;
    text-align:center;
    border-radius:5px;
    width: 75%;
}
.btn-ViewDetails:hover {
    background: white;
    color: #ee3038;
    border: 1px solid #ee3038;
}
.product-page {
    margin-top: 20px;
}
/*End index file*/
/*Start Product Detail Modal*/
/* #carouselRentProduct .carousel-control-prev-icon,
#carouselRentProduct .carousel-control-next-icon{
    color: #ee3038;
    background: #ee3038;
    border-radius: 50%;
} */
.RentModal .modal-dialog {
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}

.RentModal .modal-content {
    height: 100% !important;
}


.RentModal .modal-dialog-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.RentModal .modal-content-fullscreen {
    height: 100%;
    border: none;
    border-radius: 0;
}

.RentModal .modal-body-fullscreen {
    overflow-y: auto;
}
.AddToCart-Btn {
    background-color: #ee3038;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    width:100%;
}
    .AddToCart-Btn:hover {
        background: white;
        color: #ee3038;
        border: 1px solid #ee3038;
        box-shadow:5px 5px 5px grey;
    }
 #variant:focus {
    outline: none !important;
    border-color: red !important;
    box-shadow: none;
}
.product-details-ProductName p,
.product-details-price p{
    background: black;
    color: white;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
}

.Carousel_Rent_image {
    display: block !important;
    margin-left: 29px;
    margin-top: 20px;
    max-width:100%;
    width:100%;
    height:auto;
}
.product-description {
    background-color: aliceblue;
    padding: 5px 10px;
}
.modal-header {
    margin-top: 50px;
}
#productModal .btn-close {
    margin-top: 60px;
    margin-right: 40px;
}
.modal-title {
    font-weight: 600;
    color:#ee3038;
}
.product-description ul li {
    font-size: 14px;
}
/*End Product Detail Modal*/
/*Start Checkout Page*/
.Rent_Checkout{
    margin-top:70px;
}
.Cart_Title{
font-weight:600;
}
.Rent_Checkout input {
    width: 30%;
    text-align: center;
    background:black !important;
    color:white;
}
.Rent_Checkout input:focus{
    box-shadow:none;
    outline:none;
    border:1px solid #ee3038;
}
.Summary_title {
    font-size: 25px;
    color: white;
    background: black;
}
.Total_Items, .Total_Price{
    margin-top:10px;
    font-size:17px;
}
.Checkout_RentBtn {
    background: #ee3038;
    width: 100%;
    display: block;
    padding: 5px 10px;
    text-align: center;
    color: white;
    border-radius: 5px;
    box-shadow:5px 5px 5px grey;
}
    .Checkout_RentBtn:hover {
        background: white;
        color: #ee3038;
        border: 1px solid #ee3038;
    }
.Rent_Checkout_img {
    max-width: 100%;
    width: 100%;
    height: auto;
    background-color: #f0f0f0; 
    padding: 10px;
    border-radius: 5px;
}
/*End Checkout Page*/
/*Start Rent_Payment Page*/
.Rent_Payment {
    margin-top: 70px;
}
.Rent_Payment_Title {
    font-size: 20px;
    margin-bottom: 10px;
    background: black;
    color: white;
}

#PayTerms_rent {
    text-align: center;
}
.trek_pay_rent {
    background: #ee3038;
    border: none;
    color: white;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow:5px 5px 5px grey;
}
    .trek_pay_rent:hover {
        background: white;
        border: 1px solid #ee3038;
        color: #ee3038;
    }
    .CartCountBtn {
        margin-top: 65px;
        text-align: end;
    }
    #ProductCount{
        font-size:15px;
    }
/*End Rent_Payment Page*/
@media (max-width: 1400px) {
    .RentalDetailFrom_Div {
        width: 50% !important;
    }
    .product_row .col-md-3 {
        width: 25% !important;
    }
}
@media (max-width: 1200px) {
    .RentalDetailFrom_Div {
        width: 70% !important;
    }
    .product_row .col-md-3 {
        width: 33% !important;
    }
}
@media (max-width: 992px) {
    .RentalDetailFrom_Div {
        width: 100% !important;
    }
    .product_row .col-md-3{
        width:50% !important;
    }
}

@media (max-width: 767px) {
    .RentalDetailFrom_Div {
        width: 100% !important;
    }
    .product_row .col-md-3 {
        width: 100% !important;
    }
    .product_row .col-md-5,
    .product_row .col-md-7
     {
        width: 50% !important;
    }
}