body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #6a0dad;
    color: #333;
}

.hero {
    /*background: linear-gradient(to right, #1b1037, #2e145b);*/
    background-image: url("/images/body_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    color: white;
    padding: 80px 0;
}

.section-light {
    background-color: #fef6f2;
}

.service-box {
    background: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

.icon-box {
    font-size: 32px;
    color: #ff6d3a;
    margin-bottom: 15px;
}

.lead {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
}
.hero-text {
    position: relative;
    -webkit-text-stroke: 3px #dc35452b;
    text-stroke: 1px #7a2bbc;
    text-shadow: -1px -1px 0 #7a2bbc,
    1px -1px 0 #7a2bbc,
    -1px 1px 0 #7a2bbc,
    1px 1px 0 #7a2bbc;
}
.brand{
    position: absolute;
    top: -60px;
    left: 0;
    color: #c2c500;
    font-weight: bold;
    font-size: 9rem;
}
.image-container {
    float: left;
    margin: 15px;
}
.big-img{
    width: 400px;
    float: left;
    margin: 15px 50px 15px 15px;
}
.contact-box {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.contact-info {
    background-color: #7a2bbc;
    padding: 30px;
    flex: 1;
    min-width: 300px;
}

.contact-info h5 {
    font-weight: bold;
    margin-top: 20px;
    color: #fbff00;
    -webkit-text-stroke: 3px #dc35452b;
    text-stroke: 1px #7a2bbc;
    text-shadow: -1px -1px 0 #7a2bbc, 1px -1px 0 #7a2bbc, -1px 1px 0 #7a2bbc, 1px 1px 0 #7a2bbc;
}

.contact-info a {
    color: white;
    text-decoration: none;
}
.contact-info p {
    margin: 0;
    color: white;
}

.contact-form {
    padding: 30px;
    flex: 2;
    min-width: 300px;
}

.contact-form input,
.contact-form textarea {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    box-shadow: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    box-shadow: none;
    border-color: #000;
}

.card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 30px;
    height: 100%;
}
.card-title {
    font-weight: bold;
    color: #5b2fbe;
    margin-bottom: 15px;
}

.btn-custom{
    height: 110px;
    width: 200px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
}
.btn-custom:hover{
    color: white;
}
.btn-custom:active{
    color: white;
}
.btn-warning {
    --bs-btn-bg: #c3b488;
}
.btn-warning:active {
    --bs-btn-bg: #c3b488;
}
.white{
    color: white;
}

.hide{
    visibility: hidden;
}
