/* Custom Styles for MultiThread-Solutions */

/* Service Boxes - Equal Height */
.service-wrap .row {
    display: flex;
    flex-wrap: wrap;
}

.service-wrap .col-md-6,
.service-wrap .col-lg-4 {
    display: flex;
}

.service-item {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    min-height: 280px;
}

.service-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-content p {
    flex: 1;
    margin-bottom: 20px !important;
}

.service-content .theme-btn {
    margin-top: auto;
}

/* Legal Pages Styling */
.legals-intro {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

.legals-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem;
}

.legals-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
}

.legals-info-box .alert {
    border: none;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    border-left: 4px solid #0d6efd;
}

.legals-content {
    background: #fff;
}

.legals-section {
    background: #fff;
    margin-bottom: 2rem;
}

.legals-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--theme-color);
}

.legals-info-card {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.info-item {
    margin-bottom: 1rem;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-label {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.25rem;
}

.info-label i {
    color: var(--theme-color);
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.info-value {
    margin: 0;
    color: #212529;
    font-size: 1rem;
}

.address-info,
.dsa-info,
.tax-info,
.dispute-info,
.copyright-info {
    margin: 0;
}

.address-item,
.dsa-item,
.tax-item {
    margin-bottom: 0;
}

.address-item i,
.dsa-item i,
.tax-item i {
    display: inline-block;
    width: 20px;
    margin-right: 8px;
    color: var(--theme-color);
}

.address-content,
.dsa-content,
.tax-content {
    display: inline;
}

.address-content strong,
.dsa-content strong,
.tax-content strong {
    font-weight: 600;
    color: #495057;
}

.legals-cta {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: 1px solid #dee2e6;
}

.legals-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.cta-subtitle {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 0;
}

.legals-contact-options {
    margin: 2rem 0;
}

.contact-option-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-option-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.contact-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.contact-details h5 {
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.contact-link {
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 500;
}

.contact-link:hover {
    color: var(--theme-color-dark, #0056b3);
    text-decoration: underline;
}

.legals-cta-buttons {
    margin: 2rem 0;
}

.legals-footer-note {
    margin-top: 2rem;
}

.legal-note-box {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
}

.legal-note-box p {
    margin: 0;
    font-size: 0.875rem;
}

.legal-note-box a {
    color: var(--theme-color);
    text-decoration: none;
}

.legal-note-box a:hover {
    text-decoration: underline;
}

/* Table of Contents Styling */
.legals-toc {
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.toc-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 2rem;
}

.toc-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.toc-subtitle {
    color: #6c757d;
    margin-bottom: 0;
}

.toc-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--theme-color);
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-list li {
    margin-bottom: 0.75rem;
}

.toc-list a {
    color: #495057;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    display: block;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.toc-list a:hover {
    background: var(--theme-color);
    color: #fff;
    border-left-color: var(--theme-color-dark, #0056b3);
    transform: translateX(4px);
}

.toc-footer-content {
    display: flex;
    align-items: center;
}

/* DSGVO Rights Styling */
.dsgvo-rights-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dsgvo-rights-list li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.dsgvo-rights-list li:last-child {
    margin-bottom: 0;
}

/* Datenschutz Subsections */
.legals-subsection {
    margin-bottom: 2rem;
}

.legals-subsection:last-child {
    margin-bottom: 0;
}

.legals-subsection-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 4px solid var(--theme-color);
}

.contact-info-dsgvo {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    border-left: 4px solid var(--theme-color);
    margin: 1rem 0;
}

.contact-info-dsgvo p {
    margin-bottom: 0.5rem;
}

.contact-info-dsgvo p:last-child {
    margin-bottom: 0;
}

/* Datenschutz Verantwortlicher */
.datenschutz-verantwortlicher .legals-info-card {
    border: 2px solid var(--theme-color);
}

.dsgvo-rechte .legals-info-card {
    border: 2px solid #28a745;
    background: linear-gradient(135deg, #f8fff9 0%, #f0f8f0 100%);
}

/* Responsive TOC */
@media (max-width: 768px) {
    .toc-wrapper {
        padding: 1.5rem;
    }

    .toc-title {
        font-size: 1.5rem;
    }

    .toc-list a {
        padding: 0.75rem;
    }
}

/* Haftungsausschluss Styling */
.legal-reference {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    border-left: 4px solid var(--theme-color);
    margin-bottom: 1rem;
}

.legal-reference h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.disclaimer-notice {
    margin: 0;
}

.notice-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #6c757d;
}

.notice-item:last-child {
    margin-bottom: 0;
}

.notice-content {
    flex: 1;
}

.notice-content h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #495057;
}

.notice-content p {
    margin: 0;
    color: #6c757d;
}

.haftung-meldungen-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.haftung-meldungen-list li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.haftung-meldungen-list li:last-child {
    margin-bottom: 0;
}

.haftung-hinweise .legals-info-card {
    border: 2px solid #ffc107;
    background: linear-gradient(135deg, #fffbf0 0%, #fff8e1 100%);
}

/* Alert Variations for Legal Pages */
.alert-warning {
    background: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
    color: #856404;
}

.alert-warning .fas {
    color: #ffc107;
}

/* Contact Information Styling */
.contact-info {
    margin-top: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    gap: 10px;
}

.contact-item i {
    width: 20px;
    color: var(--theme-color);
}

.contact-item strong {
    min-width: 80px;
}

.contact-item a {
    color: inherit;
    text-decoration: none;
}

.contact-item a:hover {
    color: var(--theme-color);
}

/* Timeline Styling */
.about-timeline {
    position: relative;
    padding-left: 2rem;
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.timeline-icon {
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.timeline-content h5 {
    margin-bottom: 0.5rem;
    color: var(--theme-color);
}

.timeline-content p {
    margin-bottom: 0;
    color: var(--text-color);
}

/* Locations Styling */
.locations-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-color);
    max-width: 800px;
    margin: 0 auto;
}

.counter-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--theme-color);
}

/* Trust Message Styling */
.trust-message h4 {
    color: var(--theme-color);
    margin-bottom: 1rem;
}

.trust-message p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-color);
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-buttons .theme-btn,
.cta-buttons .theme-btn2 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Design Page Specific Styles */
.design-list {
    list-style: none;
    padding: 0;
}

.design-list li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}

.design-list li i {
    color: var(--theme-color);
    margin-right: 0.5rem;
}

.process-step {
    margin-bottom: 2rem;
}

.process-icon {
    position: relative;
    margin-bottom: 1.5rem;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.icon-wrapper i {
    color: white;
    font-size: 2rem;
}

.step-number {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: white;
    color: var(--theme-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.benefit-item {
    text-align: center;
    padding: 1rem;
}

.benefit-item i {
    font-size: 2rem;
}

.benefit-item h5 {
    color: var(--theme-color);
    margin: 0.5rem 0;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.portfolio-item:hover {
    transform: translateY(-5px);
}

.portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item:hover .portfolio-img img {
    transform: scale(1.1);
}

.portfolio-content {
    text-align: center;
    color: white;
}

.portfolio-content h4 {
    color: white;
    margin-bottom: 0.5rem;
}

.portfolio-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    margin-top: 1rem;
    transition: background 0.3s ease;
}

.portfolio-btn:hover {
    background: var(--theme-color-dark);
    color: white;
}

.capability-item {
    margin-bottom: 2rem;
}

.capability-item ul {
    list-style: none;
    padding: 0;
    margin-top: 0.5rem;
}

.capability-item li {
    padding: 0.25rem 0;
    padding-left: 1rem;
    position: relative;
}

.capability-item li:before {
    content: "•";
    color: var(--theme-color);
    position: absolute;
    left: 0;
}

.services-list {
    list-style: none;
    padding: 0;
}

.services-list li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}

.services-list li i {
    color: var(--theme-color);
    margin-right: 0.5rem;
    width: 20px;
}

/* Step Numbers for Design Process */
.step-number-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--theme-color);
    color: white;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Design Process Benefit Icons */
.about-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-item .icon i {
    font-size: 1.8rem;
    color: white;
    line-height: 1;
}

/* Development Page Specific Styles */
.tech-stack-category {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    height: 100%;
}

.tech-category-header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--theme-color);
}

.tech-category-header i {
    font-size: 2.5rem;
    color: var(--theme-color);
    margin-bottom: 0.5rem;
}

.tech-category-header h4 {
    color: var(--theme-color);
    margin: 0;
}

.tech-list {
    list-style: none;
    padding: 0;
}

.tech-list li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.tech-list li:last-child {
    border-bottom: none;
}

.tech-list li i {
    margin-right: 0.75rem;
    width: 20px;
    color: var(--theme-color);
}


.process-step-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.step-number {
    background: var(--theme-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
}

.step-content h5 {
    color: var(--theme-color);
    margin-bottom: 0.25rem;
}

.step-content p {
    margin: 0;
    color: var(--text-color);
}

.quality-category {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    height: 100%;
}

.quality-header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--theme-color);
}

.quality-header i {
    font-size: 2.5rem;
    color: var(--theme-color);
    margin-bottom: 0.5rem;
}

.quality-header h4 {
    color: var(--theme-color);
    margin: 0;
}

.quality-list {
    list-style: none;
    padding: 0;
}

.quality-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.quality-list li:last-child {
    border-bottom: none;
}

.quality-list li i {
    color: var(--theme-color);
    margin-right: 0.75rem;
}

.quality-list strong {
    color: var(--theme-color);
}

.guarantee-banner {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid var(--theme-color);
}

.guarantee-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.guarantee-badge i {
    font-size: 3rem;
    color: var(--theme-color);
}

.badge-content h4 {
    color: var(--theme-color);
    margin-bottom: 0.25rem;
}

.badge-content span {
    color: var(--text-color);
    font-size: 0.9rem;
}

.case-study-item {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
}

.case-study-item:hover {
    transform: translateY(-5px);
}

.case-image {
    position: relative;
    overflow: hidden;
}

.case-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.case-study-item:hover .case-overlay {
    opacity: 1;
}

.case-study-item:hover .case-image img {
    transform: scale(1.1);
}

.case-content {
    text-align: center;
    color: white;
}

.case-content h4 {
    color: white;
    margin-bottom: 0.5rem;
}

.case-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    margin-top: 1rem;
    transition: background 0.3s ease;
}

.case-btn:hover {
    background: var(--theme-color-dark);
    color: white;
}

.case-info {
    padding: 1.5rem;
}

.case-info h5 {
    color: var(--theme-color);
    margin-bottom: 1rem;
}

.case-tech {
    margin-bottom: 1rem;
}

.tech-tag {
    display: inline-block;
    background: var(--theme-color);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.case-description {
    color: var(--text-color);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.stats-banner {
    background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color-dark) 100%);
    padding: 3rem 2rem;
    border-radius: 8px;
    color: white;
}

.stat-item h3 {
    color: white;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.stat-item span {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
}

.process-overview-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.process-overview-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.step-badge {
    background: var(--theme-color);
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}

.step-text {
    font-size: 0.9rem;
}

.expertise-stat {
    text-align: center;
}

.expertise-stat h5 {
    color: var(--theme-color);
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.expertise-stat span {
    font-size: 0.85rem;
    color: var(--text-color);
}

/* Hosting Page Specific Styles */
.hosting-stat {
    text-align: center;
}

.hosting-stat h4 {
    color: var(--theme-color);
    font-size: 2rem;
    margin-bottom: 0.25rem;
}

.hosting-stat span {
    color: var(--text-color);
    font-size: 0.9rem;
}

.hosting-plan {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hosting-plan:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.hosting-plan.popular {
    border: 3px solid var(--theme-color);
    transform: scale(1.05);
}

.hosting-plan.popular:hover {
    transform: scale(1.05) translateY(-5px);
}

.popular-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--theme-color);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0 0 15px 15px;
    font-size: 0.85rem;
    font-weight: bold;
    z-index: 2;
}

.plan-header {
    text-align: center;
    padding: 2rem 1.5rem 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hosting-plan.popular .plan-header {
    background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color-dark) 100%);
    color: white;
    padding-top: 3rem;
}

.plan-header h4 {
    margin-bottom: 1rem;
    color: var(--theme-color);
}

.hosting-plan.popular .plan-header h4 {
    color: white;
}

.plan-price {
    margin-bottom: 1rem;
}

.plan-price .currency {
    font-size: 1.2rem;
    vertical-align: top;
}

.plan-price .amount {
    font-size: 3rem;
    font-weight: bold;
    color: var(--theme-color);
}

.hosting-plan.popular .plan-price .amount {
    color: white;
}

.plan-price .period {
    font-size: 1rem;
    color: var(--text-color);
}

.hosting-plan.popular .plan-price .period {
    color: rgba(255,255,255,0.8);
}

.plan-subtitle {
    color: var(--text-color);
    font-size: 0.9rem;
    margin: 0;
}

.hosting-plan.popular .plan-subtitle {
    color: rgba(255,255,255,0.9);
}

.plan-features {
    flex-grow: 1;
    padding: 1.5rem;
}

.plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.plan-features li:last-child {
    border-bottom: none;
}

.plan-features li i {
    color: var(--theme-color);
    margin-right: 0.75rem;
    width: 16px;
}

.plan-features strong {
    color: var(--theme-color);
}

.plan-footer {
    padding: 1.5rem;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

.setup-info {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--text-color);
    margin-bottom: 0;
}

.additional-info-banner {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid var(--theme-color);
}

.info-content h3 {
    color: var(--theme-color);
    margin-bottom: 1rem;
}

.comparison-note {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.comparison-note h4 {
    color: var(--theme-color);
    margin-bottom: 1.5rem;
}

.common-features {
    margin-top: 1.5rem;
}

.common-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.common-feature i {
    color: var(--theme-color);
    font-size: 1.25rem;
}

.hosting-feature-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    height: 100%;
    transition: transform 0.3s ease;
}

.hosting-feature-item:hover {
    transform: translateY(-3px);
}

.feature-icon {
    text-align: center;
    margin-bottom: 1.5rem;
}

.feature-icon i {
    font-size: 3rem;
    color: var(--theme-color);
}

.hosting-feature-item h4 {
    color: var(--theme-color);
    margin-bottom: 1rem;
    text-align: center;
}

.feature-details {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.feature-details li {
    padding: 0.25rem 0;
    font-size: 0.9rem;
}

.feature-details li i {
    color: var(--theme-color);
    margin-right: 0.5rem;
    width: 16px;
}

.tech-stack-banner {
    background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color-dark) 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
}

.tech-content h3 {
    color: white;
    margin-bottom: 1rem;
}

.tech-content p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 1.5rem;
}

.tech-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tech-badge {
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    border: 1px solid rgba(255,255,255,0.3);
}

.server-stats .stat-item h4 {
    color: white;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.server-stats .stat-item span {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
}

.support-feature {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
}

.support-icon {
    margin-bottom: 1rem;
}

.support-icon i {
    font-size: 2.5rem;
    color: var(--theme-color);
}

.support-feature h5 {
    color: var(--theme-color);
    margin-bottom: 0.75rem;
}

.ops-category {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    height: 100%;
}

.ops-header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--theme-color);
}

.ops-header i {
    font-size: 2.5rem;
    color: var(--theme-color);
    margin-bottom: 0.5rem;
}

.ops-header h4 {
    color: var(--theme-color);
    margin: 0;
}

.ops-list {
    list-style: none;
    padding: 0;
}

.ops-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.ops-list li:last-child {
    border-bottom: none;
}

.ops-list li i {
    color: var(--theme-color);
    margin-right: 0.75rem;
}

.ops-list strong {
    color: var(--theme-color);
}

.guarantee-banner-ops {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid var(--theme-color);
}

.guarantee-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
}

.highlight-item i {
    color: var(--theme-color);
}

.guarantee-badge-ops {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.guarantee-badge-ops i {
    font-size: 3rem;
    color: var(--theme-color);
}

.guarantee-badge-ops .badge-content h4 {
    color: var(--theme-color);
    margin-bottom: 0.25rem;
}

.guarantee-badge-ops .badge-content span {
    color: var(--text-color);
    font-size: 0.9rem;
}

.dashboard-preview {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.monitoring-metric {
    padding: 1rem 0.5rem;
}

.metric-value {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--theme-color);
    margin-bottom: 0.25rem;
}

.metric-value.text-success {
    color: #28a745 !important;
}

.metric-value i {
    margin-right: 0.5rem;
}

.metric-label {
    font-size: 0.8rem;
    color: var(--text-color);
}

.plans-overview-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.plan-overview-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255,255,255,0.1);
    padding: 0.75rem 1rem;
    border-radius: 8px;
}

.plan-badge {
    background: var(--theme-color);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    min-width: 80px;
    text-align: center;
}

.plan-badge.popular {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
    color: #333;
    position: relative;
}

.plan-badge.popular:after {
    content: "★";
    margin-left: 0.25rem;
}

.plan-text {
    font-size: 0.9rem;
}

.migration-banner {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 1rem;
    border-radius: 8px;
}

.migration-banner h6 {
    color: white;
    margin-bottom: 0.5rem;
}

.migration-banner p {
    color: rgba(255,255,255,0.9);
}

.quick-start-banner {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid var(--theme-color);
}

.quick-start-step {
    text-align: center;
    padding: 1.5rem 1rem;
    position: relative;
}

.quick-start-step .step-number {
    background: var(--theme-color);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.quick-start-step h5 {
    color: var(--theme-color);
    margin-bottom: 0.75rem;
}

.quick-start-step p {
    color: var(--text-color);
    font-size: 0.9rem;
    margin: 0;
}

/* Template Pricing Item Compatibility */
.popular-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--theme-color);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0 0 15px 15px;
    font-size: 0.85rem;
    font-weight: bold;
    z-index: 2;
}

.pricing-header {
    width:100%;
    text-align: center;
}

.pricing-subtitle {
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.pricing-subtitle p {
    color: var(--text-color);
    font-size: 0.9rem;
    margin: 0;
}

.pricing-item.active {
    position: relative;
    border: 2px solid var(--theme-color);
}
.pricing-item.active .pricing-header {
    margin-top: 30px;
}
/*.pricing-item.active .pricing-header h5 {
    color: var(--theme-color);
}*/

.setup-info {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--text-color);
    margin-bottom: 0;
    text-align: center;
}

/* Additional responsive improvements */
@media (max-width: 768px) {
    .contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .contact-item strong {
        min-width: auto;
    }

    .timeline-item {
        flex-direction: column;
        text-align: center;
    }

    .timeline-icon {
        margin: 0 auto;
    }

    .cta-buttons {
        justify-content: center;
    }

    .process-step {
        margin-bottom: 3rem;
    }

    .icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .icon-wrapper i {
        font-size: 1.5rem;
    }

    .step-number {
        width: 25px;
        height: 25px;
        font-size: 0.8rem;
    }

    .portfolio-img img {
        height: 200px;
    }

    /* Development mobile styles */
    .tech-stack-category {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .tech-category-header i {
        font-size: 2rem;
    }

    .tech-expertise-banner {
        padding: 1.5rem;
        text-align: center;
    }

    .expertise-stats {
        text-align: center;
        margin-top: 1rem;
    }

    .process-step-item {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .step-number {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .quality-category {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .quality-header i {
        font-size: 2rem;
    }

    .guarantee-banner {
        padding: 1.5rem;
        text-align: center;
    }

    .guarantee-badge {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .case-study-item {
        margin-bottom: 1.5rem;
    }

    .case-image img {
        height: 200px;
    }

    .case-info {
        padding: 1.25rem;
    }

    .stats-banner {
        padding: 2rem 1rem;
    }

    .stat-item h3 {
        font-size: 2rem;
    }

    .process-overview-steps {
        flex-direction: column;
    }

    .process-overview-item {
        justify-content: center;
    }

    .expertise-stat h5 {
        font-size: 1.25rem;
    }

    /* Hosting mobile styles */
    .hosting-stat h4 {
        font-size: 1.5rem;
    }

    .hosting-plan.popular {
        transform: none;
    }

    .hosting-plan.popular:hover {
        transform: translateY(-3px);
    }

    .plan-price .amount {
        font-size: 2.5rem;
    }

    .plan-features {
        padding: 1rem;
    }

    .plan-footer {
        padding: 1rem;
    }

    .additional-info-banner {
        padding: 1.5rem;
        text-align: center;
    }

    .info-action {
        text-align: center;
        margin-top: 1rem;
    }

    .comparison-note {
        padding: 1.5rem;
    }

    .common-feature {
        padding: 0.75rem;
    }

    .hosting-feature-item {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .feature-icon i {
        font-size: 2.5rem;
    }

    .tech-stack-banner {
        padding: 1.5rem;
        text-align: center;
    }

    .tech-features {
        justify-content: center;
    }

    .server-stats {
        text-align: center;
        margin-top: 1rem;
    }

    .server-stats .stat-item h4 {
        font-size: 1.5rem;
    }

    .support-feature {
        padding: 1.25rem;
    }

    .support-icon i {
        font-size: 2rem;
    }

    .ops-category {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .ops-header i {
        font-size: 2rem;
    }

    .guarantee-banner-ops {
        padding: 1.5rem;
        text-align: center;
    }

    .guarantee-highlights {
        justify-content: center;
    }

    .guarantee-badge-ops {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .dashboard-preview {
        padding: 1.5rem;
    }

    .monitoring-metric {
        padding: 0.75rem 0.25rem;
    }

    .metric-value {
        font-size: 1rem;
    }

    .metric-label {
        font-size: 0.75rem;
    }

    .plans-overview-items {
        gap: 0.75rem;
    }

    .plan-overview-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .migration-banner {
        padding: 0.75rem;
        text-align: center;
    }

    .quick-start-banner {
        padding: 1.5rem;
    }

    .quick-start-step {
        padding: 1rem 0.5rem;
    }

    .quick-start-step .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}

/* Timeline badge styling */
.timeline-badge {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}

.timeline-badge .month-label {
    font-size: 0.65rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 4px;
    color: white;
}

.timeline-badge .month-number {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    color: white;
}

/* Fix for timeline overlays */
.optimization-timeline .feature-item {
    position: relative;
    z-index: 1;
}

.optimization-timeline .feature-icon {
    position: relative;
    z-index: 2;
}

.optimization-timeline .feature-item::before,
.optimization-timeline .feature-item::after {
    display: none;
}

/* Counter area styling fixes */
.counter-area3 .counter-unit {
    font-size: 25px;
    color: var(--theme-color);
    font-weight: 500;
    line-height: 1;
    margin-left: 3px;
}

.counter-area3 .counter-box .counter {
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
    color: var(--color-dark);
}

/* Service item background fix for results breakdown */
.results-breakdown .service-item {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #f0f0f0;
}

.results-breakdown .service-item .service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Bildrechte Page Styling */
.bildrechte-stat {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.bildrechte-stat:hover {
    transform: translateY(-2px);
}

.bildrechte-stat .stat-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.bildrechte-stat .stat-number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--theme-color);
}

.bildrechte-stat .stat-label {
    color: #6c757d;
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* Bildrechte Table Styling */
.bildrechte-table {
    font-size: 0.9rem;
}

.bildrechte-table th {
    background: #343a40 !important;
    color: white !important;
    font-weight: 600;
    border: none !important;
    padding: 1rem 0.75rem;
    font-size: 0.85rem;
}

.bildrechte-table td {
    padding: 1rem 0.75rem;
    vertical-align: top;
    border-color: #dee2e6;
}

.bildrechte-table .placeholder-row {
    background: rgba(255, 193, 7, 0.1);
}

.bildrechte-table .badge {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

.bildrechte-table code {
    background: #f8f9fa;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #e83e8c;
}

.bildrechte-table .alert {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding: 0.25rem 0.5rem;
}

.bildrechte-table .btn-sm {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.update-info {
    font-size: 0.9rem;
}

/* Bildrechte Summary Cards */
.bildrechte-summary-card {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
}

.bildrechte-summary-card:hover {
    transform: translateY(-2px);
}

.bildrechte-summary-card .card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.bildrechte-summary-card h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.bildrechte-summary-card p {
    color: #6c757d;
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* Bildrechte Guidance Styling */
.guidance-process-card {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: 100%;
    border: 1px solid #e9ecef;
    transition: transform 0.3s ease;
}

.guidance-process-card:hover {
    transform: translateY(-2px);
}

.process-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.process-icon {
    background: var(--theme-color);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.process-header h4 {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.process-list {
    list-style: none;
    padding-left: 0;
}

.process-list li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.guidance-principle {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: 100%;
    border: 1px solid #e9ecef;
}

.principle-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.guidance-principle h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--theme-color);
}

.guidance-principle p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 0;
}

/* Workflow Steps */
.workflow-steps {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.workflow-step {
    position: relative;
    margin-bottom: 1rem;
}

.step-circle {
    background: var(--theme-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 0 auto 0.5rem;
}

.workflow-step h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #495057;
}

/* Bildrechte Contact Lists */
.bildrechte-contact-list {
    list-style: none;
    padding-left: 0;
}

.bildrechte-contact-list li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.bildrechte-info-card {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.bildrechte-info-card h4 {
    color: var(--theme-color);
    font-weight: 600;
}

.legal-reference-box {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
    text-align: center;
}

.legal-reference-box h6 {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--theme-color);
}

.legal-reference-box ul li {
    padding: 0.25rem 0;
    font-size: 0.9rem;
}

.legal-reference-box a {
    color: #6c757d;
    transition: color 0.3s ease;
}

.legal-reference-box a:hover {
    color: var(--theme-color);
}

.placeholder-notice {
    color: #6c757d;
}

.placeholder-notice i {
    opacity: 0.5;
}

/* Responsive adjustments for bildrechte table */
@media (max-width: 768px) {
    .bildrechte-table {
        font-size: 0.8rem;
    }

    .bildrechte-table th,
    .bildrechte-table td {
        padding: 0.5rem 0.25rem;
    }

    .bildrechte-stat {
        margin-bottom: 1rem;
    }

    .guidance-process-card {
        margin-bottom: 1.5rem;
    }

    .workflow-step {
        margin-bottom: 2rem;
    }
}

/* Contact Page Styling */
.contact-intro {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

/* Remove effects from contact-info section */
.contact-info {
    border: none !important;
    box-shadow: none !important;
    transition: none !important;
    transform: none !important;
}

.contact-info:hover {
    transform: none !important;
    border: none !important;
    box-shadow: none !important;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem;
}

.contact-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.quick-contact-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
}

.quick-contact-item:hover {
    transform: translateY(-2px);
}

.contact-method-icon {
    font-size: 2rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.contact-method-text h5 {
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.contact-method-text p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

/* Contact Info Styling */
.contact-info-item {
    display: flex;
    align-items: flex-start;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
    height: 100%;
}

.contact-info-item:hover {
    transform: translateY(-2px);
}


.contact-info-icon {
    background: var(--theme-color);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.contact-info-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #212529;
}

.contact-info-content {
    text-align: left;
}

.contact-detail {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.contact-info-content small {
    display: block;
    text-align: left;
}

.contact-link {
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #0056b3;
    text-decoration: underline;
}


.language-badges .badge {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
}

/* Contact Form Styling */
.contact-form-wrapper {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}

.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
}

.form-check-label {
    margin-left: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

.theme-btn {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.theme-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-loading {
    display: none;
}

.form-footer {
    margin-top: 1rem;
}

/* Contact CTA Styling */
.benefit-item {
    text-align: center;
    padding: 1.5rem;
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.benefit-item h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #212529;
}

.cta-buttons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.contact-services-overview .row {
    display: flex;
    flex-wrap: wrap;
}

.contact-services-overview .col-md-6 {
    display: flex;
}

.service-overview-item {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
    width: 100%;
    min-height: 120px;
    text-align: left;
}

.service-overview-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: left;
    padding-top: 0.5rem;
}

.service-overview-content p {
    flex: 1;
    margin-bottom: 0.5rem;
}

.service-overview-content a {
    margin-top: auto;
}

.service-overview-item:hover {
    background: #e9ecef;
}

.service-overview-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.service-overview-content h6 {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #212529;
}

.service-overview-content p {
    margin-bottom: 0.25rem;
}

.note-box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
    text-align: left;
}

/* Responsive Contact Styling */
@media (max-width: 768px) {
    .contact-title {
        font-size: 2rem;
    }

    .contact-subtitle {
        font-size: 1.1rem;
    }

    .quick-contact-item {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1rem;
    }

    .contact-method-icon {
        margin-right: 0;
        margin-bottom: 0.75rem;
    }

    .contact-info-item {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }


    .contact-info-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .contact-form-wrapper {
        padding: 1.5rem;
    }

    .cta-buttons-grid {
        flex-direction: column;
        align-items: center;
    }

    .theme-btn, .theme-btn2 {
        width: 100%;
        max-width: 300px;
        margin-bottom: 0.5rem;
    }

    .service-overview-item {
        flex-direction: column;
        text-align: center;
    }

    .service-overview-icon {
        margin-right: 0;
        margin-bottom: 0.75rem;
    }
}