.demo-request-area {
    padding: 0px 0;
    background-color: #f9f9f9;
}
footer{
    display: none;
}
.product-links a:hover {
    color: #FF9800;
}
section.demo-request-area .product-card img {
    max-height: 100%;
    width: 80% ! important;
    padding: 0 7%;
    margin-bottom: 0.1rem !important;
}
section.demo-request-area .product-description+.product-links {
    margin-top: 10px;
    margin-bottom: 0px ! important;
}
.product-discover {
    padding: 10px 15px 0px 15px;
}
.product-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card:hover {
    border: 1px solid #199a60;
}
.product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.product-card img {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 7%;
    display: block;
}
.container.px-3.px-md-5 {
    margin-bottom: 2%;
    margin-top: 1%;
}
@media screen and (max-width: 768px) {
    section.demo-request-area .product-description {
        font-size: 14px;
    }
    section.demo-request-area .product-action-buttons {
        flex-direction: row;
    }
    .product-card img {
        width: 100% !important;
        margin: 0 auto;
        padding: 0 7%;
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .product-card img {
        width: 100% !important;
        margin: 0 auto;
        padding: 0 7%;
        display: block;
    }
}


img {
    max-width: 100%;
    height: auto;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    text-align: center;
    margin-bottom: 10px;
    background-color: transparent;
    padding: 0;
}

.product-title a {
    color: #212121;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-title a:hover {
    color: #198754;
}

/* .product-description {
        font-size: 15px;
        color: #666;
        text-align: center;
        padding: 0 15px;
        margin-bottom: 20px;
        line-height: 1.6;
    } */

.product-description {
    font-size: 20px;
    color: #666;
    text-align: center;
    padding: 0 15px;
    line-height: 1.6;
    margin-bottom: 0 !important;
}

.product-description+.product-links {
    margin-top: 10px;
    margin-bottom: 10px;
}



.product-action-buttons {
    text-align: center;
    padding-bottom: 20px;
    background-color: transparent;
}

.request-demo-btn {
    all: unset;
    cursor: pointer;
    color: inherit;
    text-decoration: underline;
    font-size: 18px;
}


/* .request-demo-btn {
    background-color: #0b1f44;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    transition: background-color 0.3s ease;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.request-demo-btn:hover {
    background-color: #ffc107;
    color: #0b1f44;
} */

@media (max-width: 576px) {
    .product-discover:first-child {
        padding-top: 2rem !important;
    }
}

.product-links a {
    font-size: 1.1rem;
    text-decoration: none !important;
    min-height: 40px;
    color: #008f4f;
    font-weight: 500;
}

.link-separator {
    padding: 0 8px;
    color: #999;
    font-size: 1.1rem;
}

#state {
    padding: 10px 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
}

.select-wrapper .nice-select {
    padding: 10px 12px;
    height: auto;
    line-height: 1.5;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.select-wrapper .nice-select:after {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7rem;
    color: #666;
}

.select-wrapper .nice-select.open,
.select-wrapper .nice-select:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

/* #createDealerFormModal,
#createDealerFormModal .modal-dialog,
#createDealerFormModal .modal-content {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
} */


#createDealerFormModal {
    overflow: visible !important;
    max-height: none !important;
}

#createDealerFormModal .modal-dialog {
    max-height: none !important;
}

#createDealerFormModal .modal-content {
    max-height: none;
}

.select-wrapper .nice-select .list {
    max-height: 200px;
    overflow-y: auto;
    z-index: 1055;
}
.request-demo-btn {
    color: #008f4f !important;
    border: 1px solid #27a36f ! important;
    border-radius: 5px;
    padding: 1%;
    padding: 0.5rem 1rem;
    margin: 0;
    margin-right: 6px;
    font-size: 1.0rem;
    line-height: 1.5rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 143, 79, 0.35);
}
.request-demo-btn:hover {
    color: #fff !important;
    border: 1px solid #FF9800 ! important;
    background-color: #FF9800;
}