/*Special products*/

.content {
    color: white;
    text-align: center;
    background-color: #0e450bfa; /* Dark Blue Background */
    font-family: Arial, sans-serif;
}
.hero-section2 
{
    padding: 50px 20px;
    text-align: left;
}
.hero-title2 {
    font-size: 40px;
    font-weight: bold;
    color: #D3FF19; /* Yellow Text */
} 
.hero-text2 {
    color: #F1F1F1;
    font-size: 16px;
    max-width: 500px;
}

.custom-input{
    width:250px !important;
    border:1px solid white !important;
    border-radius:5px;
    height:45px !important;
}

/* Label for "linktr.ee/" */
.custom-label {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin-right: 5px;
}
/* Input Field */
.custom-input {
    border: none;
    outline: none;
    font-size: 16px;
    padding: 5px;
    width: 150px;
    background: white;
}

/* Button Styling */
.custom-btn {
    height: 45px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
}

.custom-btn:hover {
    background-color: #0056b3;
    box-shadow: 2px 2px 15px rgba(0, 86, 179, 0.4);
}
.mockup {
    max-width: 350px;
    border-radius: 15px;
}
.btn-dark {
    border-radius: 20px;
    /*padding: 10px 20px;*/
    font-weight: bold;
     margin-right:2px;
}
 
 @media (max-width: 426px) {
    .custom-btn {
        margin-top: 8px;
    }
}

