.demo-request-area {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.product-discover {
    padding: 15px;
}

@media screen and (max-width: 768px) {
  .product-discover {
    padding: 0 !important;
  }
}


.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 {
    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;
}

@media screen and (max-width: 768px) {
  .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;
}

.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; 
}





