@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/*new css*/
/*account page css */
button.show-password-input {
    display: none;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    margin-left: 0 !important;
    width: 150px;
    align-items: center;
    gap: 7px;
}
 
input#rememberme {
    max-width: 24px;
    margin: 0;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    display: block;
}
 
p.form-row {
    display: flex;
    justify-content: space-between;
}
 
p.woocommerce-LostPassword.lost_password {
    text-align: center;
}

/*account page css end*/
.shadow-lg {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
    transition: transform 0.8s ease-in-out !important;
    /* smoother, faster */
}

.shadow-lg:hover {
    transform: scale(1.03);
}

.lebel-amount {
    background: #ffffff;
    padding: 7px 10px;
    border-radius: 4px;
    color: #495057;
    font-size: 12px;
    font-family: 'Manrope';
    display: flex;
    JUSTIFY-CONTENT: CENTER;
}
.label-hide {
    background: #000000b5;
    color: #fff;
    text-align: center;
    padding: 4px 15px;
    border-radius: 6px;
    font-size: 12px;
    font-family: 'Manrope';
    width: 122px;
    position: absolute;
    top: -30px;
    left: -30px;
}

.progress-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    font-size: 20px;
    font-family: 'Manrope';
}

.engin-raised {
    text-align: center;
    position: relative;
}

.label-hide {
    display: none;
}

.lebel-amount:hover .label-hide {
    display: block;
}

.engin-raised:hover .label-hide {
    display: block;
}

.cst-title-blocks {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 10px 0;
    gap: 15px;
}

.cst-top-blocks {
    position: relative;
}

.invest-calculator h3 {
    margin-top: 0;
    background-color: #f1d362;
    background-image: -webkit-gradient(linear-gradient(to right, #f1d362, #cdb453)) !important;
    background-image: linear-gradient(to right, #f1d362, #cdb453) !important;
    background-size: 100%;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text !important;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    box-decoration-break: clone;
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: repeat;
    font-family: 'Manrope';
    font-weight: 700;
    max-width: 370px;
    font-size: 30px;
    line-height: normal;
}

.invest-calculator label {
    font-size: 16px;
    margin-top: 33px;
    color: #495057 !important;
    font-family: 'Manrope';
}

.invest-calculator p {
    font-size: 16px;
    color: #495057 !important;
    font-family: 'Manrope';
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    margin-top: 20px;
    line-height: 23px;
}

.invest-calculator select {
    width: 100%;
    padding: 9px 19px;
    margin: 5px 0 15px 0;
    color: #495057 !important;
}

.shadow-lg img {
    height: 800px;
    object-fit: cover;
}

/* .invest-calculator {
    padding: 15px;
    background: #fff9e5;
    border-radius: 8px;
    max-width: 400px;
    margin: 20px auto;
} */
.invest-result-button a {
    color: #1a1d20 !important;
    background: #f1d362 !important;
}

.invest-calculator h3 {
    margin-bottom: 10px;
}

.invest-result {
    margin-top: 15px;
    padding: 10px;
    /* background: transparent !important; */
    border-radius: 5px;
    /* color: #495057 !important; */
    font-size: 16px;
    font-family: 'Manrope';
    FONT-WEIGHT: 400;
}
.investment-checkout-form {
    MAX-WIDTH: 1200px;
    BACKGROUND: #FFFF;
    BORDER-RADIUS: 20PX;
    MARGIN: 73px AUTO;
    border: 1px solid #f1d362;
    padding-top: 50px;
    padding-bottom: 50px;
}
.investment-checkout-form h2 {
    text-align: center;
    font-size: 50px;
    font-family: 'Manrope';
}
p.form-description {
    text-align: center;
    font-family: 'Manrope';
}
span.display-rate,span.display-amount {
    FONT-WEIGHT: 900;
}

.invest-result-button {
    padding-left: 0;
    margin-top: 70px;
}
.investment-checkout-form input, .investment-checkout-form select {
    background: transparent;
}
/* Invest page product listing */
.engin-card.invest-goal-reach {
    background: #fffc;
}

.engin-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 32% !important;
}

.engin-card:hover {
    margin-top: -6px;
}

.engin-card {
    transition: all 0.5s ease;
}

.engin-image {
    width: 100%;
    height: auto;
    border-radius: 5px !important;
    margin-bottom: 10px;
}

.engin-raised,
.engin-investors {
    margin: 5px 0;
    font-size: 14px;
}

p.engin-investors,
p.engin-raised {
    background: #1d1d1de6;
    color: #fff !important;
    padding: 8px 24px;
    border-radius: 6px;
}

.progress-container {
    background: #808080;
    height: 30px;
    border-radius: 3px;
    margin: 15px 0 0;
    position: relative;
}
.lebel-amount img {
    width: 15px;
    margin-right: 4px;
}
h4.engin-title {
    color: #f1d362;
    font-size: 30px;
    margin: 30px 0;
}

.engin-link svg path {
    fill: #495057 !important;
}

a.engin-link:hover {
    color: #000;
    text-decoration: unset !important;
    gap: 15px;
}

.progress-bar {
    height: 100%;
    background-color: #f1d362 !important;
    width: 0;
    transition: width 1s ease-in-out;
}

a.engin-link:hover .engin-link svg path {
    fill: #000 !important;
}

.finance-engin-grid {
    display: flex !important;
    flex-wrap: wrap;
}

.engin-link {
    width: 100%;
    display: flex;
    padding: 12px 10px;
    background: #f1d362;
    color: #495057;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    gap: 7px;
    align-items: center;
}

/* Single product page invest */
/* Custom Funding Overview Section Styling */
.engin-crowdfunding-section {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 30px;
    border-radius: 5px;
}

.engin-section-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.engin-collected-amount,
.engin-funding-goal-display,
.engin-customer-count {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.engin-collected-amount strong,
.engin-funding-goal-display strong,
.engin-customer-count strong {
    min-width: 150px;
    /* Align labels */
    display: inline-block;
}

/* Progress Bar Styling */
.engin-progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 20px;
    height: 30px;
    margin-top: 20px;
    overflow: hidden;
    /* Ensures bar stays within rounded container */
    position: relative;
    /* For percentage text positioning */
}

.engin-progress-bar {
    height: 100%;
    background-color: #28a745;
    /* Green for progress */
    border-radius: 20px;
    text-align: center;
    color: white;
    line-height: 30px;
    /* Vertically center text */
    transition: width 0.8s ease-in-out;
    /* Smooth animation */
    display: flex;
    /* For text positioning */
    align-items: center;
    /* Vertically center text */
    justify-content: center;
    /* Horizontally center text */
    min-width: 30px;
    /* Ensure text visible even at low progress */
}

.engin-progress-text {
    font-weight: bold;
    color: white;
    /* Ensure text is readable */
    padding: 0 10px;
    /* Spacing for text inside bar */
}

/* Optional: Contribute/Buy Now Button Styling */
/*
.engin-contribute-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 15px 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #007bff;
    color: white !important;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.engin-contribute-button:hover {
    background-color: #0056b3;
}
*/

/* single product css */
.invest-product-banner {
    height: 318.461px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     height: 231px;
}

/* .invest-product-banner {
    background-color: #FFFFFF;
    background-image: url(https://rentall-sn.com/wp-content/uploads/2025/09/banner-mam.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 231px;
} */
.invest-product-banner .container {
    width: 100% !important;
    height: inherit;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #0000009c;
}

.invest-product-banner .invest-product-title h1 {
    font-size: 45px;
    font-weight: 900;
}

.invest-product-stats {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin: 20px 0 0;
    border-bottom: 1px solid #1d1d1d1a;
    padding-bottom: 20px;
}

.invest-product-container {
    display: flex;
    gap: 45px;
    align-items: center;
    margin-top: 51px;
}

.custom-product-wrapper {
    max-width: 700px;
    margin: auto;
}

.product-gallery .main-image img {
    width: 100%;
    height: 100%;
    width: 100%;
}
.product-gallery .main-image {
    height: 500px;
}
.product-gallery.invest-product-images,
.invest-product-content {
    width: 50%;
}
.thumbnail-carousel {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    overflow-x: auto;
}

.thumbnail-carousel img.thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbnail-carousel img.thumb:hover {
    border-color: #007cba;
}

.invest-product-insight {
    margin-top: 20px;
}

.progress-container {
    background: #808080;
    height: 30px;
    border-radius: 5px;
    margin: 15px 0 0;
}


.custom-variation-dropdown {
    margin-top: 20px;
}

.invest-product {
    margin-top: 15px;
    display: inline-block;
}

.product-gallery.invest-product-images {
    /* background: red; */
    padding: 20px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15) !important;
    border-radius: 12px;
}

.invest-product-content .progress-container {
    height: 48px;
}

.invest-product-description {
    font-size: 16px;
    font-family: "Manrope", sans-seri !important;
    color: #495057 !important;
}

h1.product-title {
    color: #495057 !important;
    font-family: "Manrope", sans-seri !important;
    margin-bottom: 35px;
}

.invest-product-description {
    font-size: 16px;
}

p.engin-total,
.custom-variation-dropdown label {
    font-size: 18px;
    color: #495057 !important;
}

.product-gallery img {
    border-radius: 10px;
}

.invest-product-discription h2 {
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .05), 0 1.5rem 2.2rem rgba(0, 0, 0, .1) !important;
    opacity: 1;
    background: linear-gradient(to right, #f1d362, #cdb453) fixed;
    padding: 8px 24px;
    border-radius: 5px;
    font-size: 19px;
    color: #fff;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 51px;
    position: relative;
}

.invest-product-discription {
    position: relative;
    padding-bottom: 50px;
}

.invest-product-content *,
.invest-product-discription *,
.engin-card * {
    font-family: 'Manrope';
}

.invest-product-discription p {
    color: #495057;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.invest-product-discription::after {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    background: #e5e7eb;
    height: 1px;
    top: 21px;
    z-index: -1;
}

.invest-product-discription h2::after {
    content: '';
    width: 50px;
    position: absolute;
    height: 41px;
    background: #ffffff;
    right: -50px;
}

.invest-product-discription h2::before {
    content: '';
    width: 50px;
    position: absolute;
    height: 41px;
    background: #ffffff;
    left: -50px;
}

/* Animation for the text */
.sliding-text {
    display: inline-block;
    overflow: hidden;
}

.sliding-word {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    animation: slideUp 0.5s forwards;
}

p.engin-total strong {
    font-weight: 500;
}

.pagination-container {
    margin-top: 80px;
    text-align: center;
}

body a.page-numbers {
    padding: 16px 24px !important;
    background: #ffffff00 !important;
    color: #ffffff !important;
    margin-right: 0px !important;
}

span.page-numbers.current {
    padding: 15px 19px !important;
    background: #ffffff !important;
    margin-right: 0px !important;
    border-radius: 6px !important;
}

.sliding-word:nth-child(1) {
    animation-delay: 0s;
}

.sliding-word:nth-child(2) {
    animation-delay: 0.2s;
}

.sliding-word:nth-child(3) {
    animation-delay: 0.4s;
}

.sliding-word:nth-child(4) {
    animation-delay: 0.6s;
}

.sliding-word:nth-child(5) {
    animation-delay: 0.8s;
}
.progress-number.pro-page-num {
    top: 14px;
}
.wc_payment_methods li * {
    display: revert !important;
}
/* .page-id-447 .wc_payment_methods li * {
     display: unset !important; 
} */
 select option {
    font-weight: bold;
}
.cst-top-blocks {
    height: 300px;
}
 
img.engin-image {
    width: 100%;
    height: 100%;
}
 
.engin-card p {
display: -webkit-box;            /* required for webkit line-clamp */
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;           /* show 3 lines */
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.4;                /* adjust to suit your font */
max-height: calc(1.4em * 3);
min-height: 60px;
}
.investment-checkout-form button {
    background: #f1d362;
    max-width: 500px;
    text-align: center;
    display: flex;
    margin-top: 30px;
    border-radius: 5px;
    margin: 30px AUTO 0;
}
@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* End of the animation */
.page-id-447 .woocommerce {
    max-width: 100% !important;
    background: #ffffff;
    background: #fff;
    padding: 30px;
    margin: 10px auto;
    margin-bottom: 10px !important;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #e7ebed;
}
.investment-bank-info {
    overflow-x: scroll;
}
.invest-product-description p {
    font-weight: 500;
}
.custom-variation-dropdown label {
    font-weight: 500;
}
select#contribution_amount {
    background: #fff;
    height: 51px;
    margin-top: 25px;
    border-radius: 6px;
}
@media screen and (max-width: 1200px) {
    .engin-card {
        width: 48% !important;
    }

.investment-checkout-form {
    margin-left: 20px;
    margin-right: 20px;
}
}
@media screen and (max-width: 991px) {
.invest-product-container {
    flex-direction: column;
}
.product-gallery .main-image {
    height: unset;
}
.product-gallery.invest-product-images, .invest-product-content {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
    .investment-checkout-form h2 {
    font-size: 25px;
}
    .shadow-lg img {
        height: auto;
    }
    .page-id-447 .woocommerce{padding: 15px;}
    .invest-product-discription h2::after {
    width: 20px;
    right: -20px;
}
    .invest-product-discription h2::before {
    width: 20px;
    left: -20px;
}
.bank-transfer-instructions > div {
    overflow-x: scroll;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr td {
    padding: 8px !important;
    font-size: 12px !important;
}
.wc_payment_methods li .payment_box {
    padding: 0px !important;
}
}

@media screen and (max-width: 680px) {
    .engin-card {
        width: 100% !important;
    }
}