/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

/* ===============================
   Main Portfolio SaaS Section
================================= */

.main-portfolio-saas .portfolio-info {
    padding: 30px;
    background: white;
    box-shadow: 0 2px 20px 8px #e9e6e6;
}

.main-portfolio-saas .portfolio-info .portfolio-saas-content {
    text-align: center;
}

.main-portfolio-saas .portfolio-info .portfolio-saas-content .portfolio-text {
    font-size: 35px;
    font-weight: bold;
    color: #f6970e;
}

.main-portfolio-saas .portfolio-info .portfolio-saas-content .content-portfolio {
    font-size: 20px;
    color: #8a8a8a;
    margin-bottom: 25px;
}

.main-portfolio-saas .portfolio-info .portfolio-saas-btn .btn-demo {
    background: #f6970e;
    color: white;
}

.main-portfolio-saas .portfolio-info .portfolio-saas-btn .btn-know {
    background: #48c6ff;
    color: white;
}

.main-portfolio-saas .portfolio-info .portfolio-saas-btn .btn-buy {
    background: #81b441;
    color: white;
}

.main-portfolio-saas .portfolio-saas-img {
    padding: 100px;
}

/* ===============================
   Try Demo Body
================================= */

.try-demo-body {
    font-family: 'Poppins', sans-serif;
    background-image: url('../assets/img/products-images/vectosmartobject.png'),
                      url('../assets/img/products-images/vectosmartobject.png');
    background-position: bottom left, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: 30%, 20%;
    margin: 0;
}

/* ===============================
   Product Section
================================= */

.product-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    padding: 60px 0;
}

.product-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.product-info {
    padding: 40px;
    text-align: center;
}

.product-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.product-buttons a {
    min-width: 180px;
    padding: 12px 24px;
    font-size: 1.1rem;
}
