/* Custom German Form Styles */
.lisdevise li {
    display: inline-block;
    margin: 0 10px;
}

.nomm {
    display: inline-block;
}

#niceciv {
    display: block !important;
}

.form-group {
    margin-bottom: 20px;
}

.nice-select {
    display: none !important;
}

.consb-submit-btn {
    text-align: center;
    margin-top: 30px;
}

.consb-submit-btn .theme-btn {
    background-color: #008fd5;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.consb-submit-btn .theme-btn:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.wpforms-field-label-inline {
    margin-left: 8px;
    font-weight: normal;
}

.lisdevise {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lisdevise li {
    display: inline-block;
    margin-right: 20px;
}

.lisdevise input[type="radio"] {
    margin-right: 5px;
}

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.mb-10 {
    margin-bottom: 20px;
}

.offset-md-1 {
    margin-left: 8.33333%;
}

.col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.row.form-group {
    margin-bottom: 25px;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: #008fd5;
    box-shadow: 0 0 0 0.2rem rgba(0, 143, 213, 0.25);
}

/* Accordion styles for conditions page */
.accordion-box .accordion.block {
    margin-bottom: 15px;
}

.accordion-box .acc-btn {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
}

.accordion-box .acc-btn:hover,
.accordion-box .acc-btn.active {
    background-color: #008fd5;
    color: white;
    border-color: #008fd5;
}

.accordion-box .acc-content {
    display: none;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
    background-color: white;
}

.accordion-box .acc-content.current {
    display: block;
}

.accordion-box .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.accordion-box .acc-btn.active .icon {
    transform: translateY(-50%) rotate(45deg);
}

/* Carousel and card styles for credits page */
.bg-silvesr-light {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.news-block {
    margin-bottom: 30px;
}

.news-block .inner-box {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.news-block .inner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.news-block .image-box {
    overflow: hidden;
}

.news-block .image-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-block .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.news-block .content-box {
    padding: 25px;
}

.news-block .title {
    color: #008fd5;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-block .title a {
    color: inherit;
    text-decoration: none;
}

.news-block .bottom-box {
    padding: 0 25px 25px;
}

.news-block .read-more {
    color: #008fd5;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-block .read-more:hover {
    color: #0056b3;
}

/* Investment page styles */
.about-section-two.pull-up {
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.insurance-details-desc {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.list-style-three {
    list-style: none;
    padding: 0;
}

.list-style-three li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
}

.list-style-three li .icon {
    position: absolute;
    left: 0;
    top: 2px;
    color: #28a745;
    font-size: 16px;
}

.what-we-do-section {
    padding: 90px 0;
}

.industries-section.style-two {
    background: linear-gradient(135deg, #008fd5 0%, #0056b3 100%);
    padding: 80px 0;
    color: white;
}

.industries-section.style-two .sec-title.light {
    color: white;
}

.industries-section.style-two .sub-title {
    color: rgba(255,255,255,0.8);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .nomm {
        display: block;
        margin-bottom: 15px;
    }
    
    .lisdevise li {
        display: block;
        margin: 10px 0;
    }
    
    .offset-md-1 {
        margin-left: 0;
    }
    
    .col-sm-10,
    .col-sm-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
