@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

:root {
    --primary: var(--bs-primary);
    --secondary: var(--bs-secondary);
    --light: #f8f9fa;
    --dark: #343a40;
    --accent: #31708e;
}

.contact-form-container {
    max-width: 550px;
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.form-header {
    background-color: var(--primary);
    padding: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
}

.form-title {
    color: white;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 2rem;
}

.form-subtitle {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.form-body {
    padding: 30px;
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
    display: block;
}

.form-control {
    height: auto;
    padding: 12px 15px;
    border: 2px solid #e1e5ea;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(58, 117, 99, 0.15);
}

.form-select {
    height: auto;
    padding: 12px 15px;
    border: 2px solid #e1e5ea;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(58, 117, 99, 0.15);
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0.25em;
}

.form-check-label {
    margin-left: 10px;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-submit {
    background-color: var(--primary);
    border: none;
    color: white;
    padding: 14px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit:hover {
    background-color: #2c5a4c;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(58, 117, 99, 0.2);
}

.btn-submit i {
    margin-right: 10px;
}

/* Custom Radio Styles */
.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.radio-button {
    display: none;
}

.radio-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #f0f4f8;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid transparent;
    min-width: 105px;
}

.radio-label i {
    margin-right: 10px;
    color: var(--primary);
}

.radio-button:checked + .radio-label {
    background-color: rgba(58, 117, 99, 0.1);
    border-color: var(--primary);
    color: var(--primary);
}

/* Success Modal Styles */
.modal-content {
    border-radius: 20px;
    border: none;
    overflow: hidden;
}

.modal-header {
    background-color: var(--primary);
    color: white;
    border-bottom: none;
    padding: 20px 30px;
    text-align: center;
    display: block;
}

.modal-title {
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.modal-body {
    padding: 30px;
    text-align: center;
}

.success-icon {
    width: 80px;
    height: 80px;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 40px;
}

.modal-footer {
    border-top: none;
    padding: 0 30px 30px;
    justify-content: center;
}

.btn-modal {
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-modal:hover {
    background-color: #2c5a4c;
    transform: translateY(-2px);
}

/* Animation for the checkbox */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.form-check-input:checked {
    animation: pulse 0.3s ease-in-out;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .form-header {
        padding: 20px;
    }

    .form-body {
        padding: 20px;
    }

    .form-title {
        font-size: 1.6rem;
    }

    .radio-group {
        flex-direction: column;
    }

    .radio-label {
        width: 100%;
    }
}

.about-section {
    overflow: hidden;
    position: relative;
}

.about-image-container {
    position: relative;
    height: 100%;
    min-height: 600px;
}

.about-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.ziprecruiter.com/svc/fotomat/public-ziprecruiter/cms/915665066TelecommuteLawyer.jpg=ws720x480');
    background-size: cover;
    background-position: center;
}

.about-pattern {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background-color: #FFD166;
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.about-content {
    padding: 100px 50px;
    background-color: #f9f9f9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-tag {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #118AB2;
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
}

.about-tag:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 2px;
    background-color: #118AB2;
}

.about-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #073B4C;
}

.highlight {
    color: #118AB2;
    position: relative;
}

.highlight:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(255, 209, 102, 0.3);
    z-index: -1;
}

.about-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.about-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.stat-item h3 {
    font-size: 32px;
    font-weight: 700;
    color: #118AB2;
    margin-bottom: 5px;
}

.stat-item p {
    color: #666;
    font-size: 14px;
}

.about-values {
    margin-top: 20px;
}

.value-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.value-icon {
    min-width: 50px;
    height: 50px;
    background-color: rgba(17, 138, 178, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #118AB2;
    font-size: 20px;
    margin-right: 15px;
}

.value-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #073B4C;
    margin-bottom: 5px;
}

.value-text p {
    font-size: 14px;
    color: #666;
}

@media (max-width: 991px) {
    .about-image-container {
        min-height: 400px;
    }

    .about-content {
        padding: 60px 30px;
    }
}

.metrics-section {
    padding: 100px 0;
    background-color: #073B4C;
    position: relative;
    overflow: hidden;
}

.metrics-section:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.03);
    top: -150px;
    left: -150px;
}

.metrics-section:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.03);
    bottom: -100px;
    right: -100px;
}

.metrics-timeline {
    position: relative;
    padding: 100px 0 50px;
}

.timeline-track {
    position: relative;
    width: 80%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
}

.timeline-marker {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #06D6A0;
    border-radius: 50%;
    z-index: 2;
}

.timeline-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #06D6A0;
    transition: width 1.5s ease;
}

.metrics-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 80px;
}

.metric-card {
    text-align: center;
    color: white;
    width: 22%;
    position: relative;
    transition: transform 0.3s ease;
}

.metric-card:hover {
    transform: translateY(-10px);
}

.metric-card:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.2);
}

.metric-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}

.metric-prefix,
.metric-suffix,
.metric-plus {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
}

.metric-prefix {
    margin-right: 2px;
}

.metric-suffix,
.metric-plus {
    margin-left: 2px;
}

.metric-title {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px;
    color: #06D6A0;
}

.metric-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 90%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .metrics-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .metric-card {
        width: 100%;
        max-width: 300px;
    }

    .timeline-track {
        display: none;
    }

    .metric-card:before {
        display: none;
    }
}

.features-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    position: relative;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
}

.section-badge {
    display: inline-block;
    padding: 8px 16px;
    background-color: rgba(6, 214, 160, 0.1);
    color: #06D6A0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #073B4C;
    margin-bottom: 15px;
}

.section-divider {
    width: 60px;
    height: 3px;
    background-color: #06D6A0;
    margin: 0 auto 15px;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
}

.honeycomb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    transform: translateY(25px);
}

.honeycomb-cell {
    flex: 0 1 250px;
    max-width: 250px;
    height: 230px;
    margin: 60px 12.5px 25px;
    position: relative;
    padding: 0.5em;
    text-align: center;
    z-index: 1;
}

.honeycomb-cell:nth-child(3n+2) {
    margin-top: 0;
    margin-bottom: 0;
}

.honeycomb-cell::before,
.honeycomb-cell::after {
    content: '';
}

.honeycomb-cell::before,
.honeycomb-cell::after,
.honeycomb-content {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.honeycomb-cell::before {
    background-color: white;
    transform: rotateZ(30deg);
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.honeycomb-cell:hover::before {
    background-color: #06D6A0;
    transform: rotateZ(30deg) translateZ(10px);
    box-shadow: 0 15px 35px rgba(6, 214, 160, 0.2);
}

.honeycomb-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 2;
    transition: transform 0.3s ease;
}

.honeycomb-cell:hover .honeycomb-content {
    transform: translateZ(10px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(17, 138, 178, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #118AB2;
    font-size: 24px;
    transition: all 0.3s ease;
}

.honeycomb-cell:hover .feature-icon {
    background-color: white;
}

.honeycomb-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #073B4C;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.honeycomb-content p {
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

.honeycomb-cell:hover .honeycomb-content h3,
.honeycomb-cell:hover .honeycomb-content p {
    color: white;
}

.honeycomb-placeholder {
    display: none;
    opacity: 0;
    width: 250px;
    margin: 0 12.5px;
}

@media (max-width: 991px) {
    .honeycomb-cell {
        margin: 20px 20px;
    }

    .section-title {
        font-size: 32px;
    }
}

@media (min-width: 550px) {
    .honeycomb-cell:nth-child(3n) {
        margin-right: calc(50% - 125px);
        margin-left: calc(50% - 125px);
    }

    .honeycomb-placeholder:nth-child(3n + 5) {
        display: block;
    }
}

.pricing-subtitle {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #118AB2;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.pricing-title {
    font-size: 40px;
    font-weight: 800;
    color: #073B4C;
    margin-bottom: 15px;
}

.pricing-description {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.toggle-label {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin: 0 15px;
    cursor: pointer;
}

.toggle-label.active {
    color: #073B4C;
    font-weight: 600;
}

.discount-badge {
    display: inline-block;
    background-color: #EF476F;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
    margin-left: 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #118AB2;
}

input:checked + .slider:before {
    transform: translateX(24px);
}

.pricing-cards-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.pricing-card-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.pricing-card {
    flex: 0 0 320px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    position: relative;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card.featured {
    border-color: #118AB2;
    box-shadow: 0 15px 40px rgba(17, 138, 178, 0.1);
}

.pricing-card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #EF476F;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
}

.pricing-card-header {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.pricing-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(17, 138, 178, 0.1);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #118AB2;
}

.pricing-card.featured .pricing-icon {
    background-color: rgba(17, 138, 178, 0.2);
}

.pricing-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #073B4C;
    margin-bottom: 15px;
}

.pricing-card-price {
    margin-bottom: 0;
}

.price-currency {
    font-size: 24px;
    font-weight: 600;
    color: #073B4C;
    vertical-align: top;
    line-height: 1;
}

.price-value {
    font-size: 48px;
    font-weight: 800;
    color: #073B4C;
    line-height: 1;
}

.price-period {
    font-size: 16px;
    color: #666;
    margin-left: 3px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.feature-icon {
    min-width: 25px;
    margin-right: 10px;
    font-size: 16px;
}

.feature-included .feature-icon {
    color: #06D6A0;
}

.feature-excluded .feature-icon {
    color: #ccc;
}

.feature-text {
    font-size: 15px;
    color: #666;
}

.feature-included .feature-text {
    color: #333;
}

.pricing-button {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background-color: transparent;
    border: 2px solid #118AB2;
    color: #118AB2;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pricing-button:hover {
    background-color: #118AB2;
    color: white;
}

.featured-button {
    background-color: #118AB2;
    color: white;
}

.featured-button:hover {
    background-color: #0a7ea8;
    border-color: #0a7ea8;
}

.pricing-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.pricing-nav-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #ddd;
    color: #073B4C;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-nav-button:hover {
    background-color: #118AB2;
    border-color: #118AB2;
    color: white;
}

.pricing-indicators {
    display: flex;
    margin: 0 15px;
}

.pricing-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-indicator.active {
    background-color: #118AB2;
}

@media (max-width: 991px) {
    .pricing-card {
        flex: 0 0 280px;
        padding: 30px 20px;
    }

    .pricing-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .pricing-card-track {
        justify-content: flex-start;
    }
}

.faq-section {
    padding: 100px 0;
    background-color: #f3f8fd;
    position: relative;
}

.faq-header {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.faq-header-content {
    flex: 1;
}

.faq-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #EF476F;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
}

.faq-label:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #EF476F;
}

.faq-title {
    font-size: 40px;
    font-weight: 800;
    color: #073B4C;
    margin-bottom: 20px;
    line-height: 1.2;
}

.faq-description {
    font-size: 18px;
    color: #666;
    max-width: 600px;
}

.faq-header-image {
    flex: 1;
    position: relative;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-image {
    width: 250px;
    height: 250px;
    background-image: url('https://media.licdn.com/dms/image/v2/D4D12AQGo66wXW2E83g/article-cover_image-shrink_600_2000/article-cover_image-shrink_600_2000/0/1703836436742?e=2147483647&v=beta&t=nD30RyymeL9ANyqHjP1d-V5I0nKswAy7T9js4LqjDOM');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.faq-image-shadow {
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #FFD166;
    border-radius: 20px;
    transform: rotate(-5deg);
    z-index: 1;
}

.faq-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 30px;
}

.faq-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.faq-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.faq-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #118AB2;
    transition: all 0.3s ease;
    opacity: 0;
}

.faq-card:hover:before {
    opacity: 1;
}

.faq-card-number {
    font-size: 48px;
    font-weight: 800;
    color: rgba(17, 138, 178, 0.1);
    margin-right: 25px;
    line-height: 1;
}

.faq-card-content {
    flex: 1;
}

.faq-question {
    font-size: 20px;
    font-weight: 700;
    color: #073B4C;
    margin-bottom: 15px;
}

.faq-divider {
    width: 40px;
    height: 2px;
    background-color: #118AB2;
    margin-bottom: 15px;
}

.faq-answer {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.faq-contact {
    margin-top: 60px;
    background-color: #118AB2;
    border-radius: 15px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.faq-contact-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-contact-content p {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 0;
}

.faq-contact-button {
    background-color: white;
    color: #118AB2;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.faq-contact-button:hover {
    background-color: #073B4C;
    color: white;
    transform: translateY(-3px);
}

@media (max-width: 991px) {
    .faq-header {
        flex-direction: column;
        text-align: center;
    }

    .faq-header-content {
        margin-bottom: 40px;
    }

    .faq-label:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .faq-description {
        margin: 0 auto;
    }

    .faq-cards {
        grid-template-columns: 1fr;
    }

    .faq-contact {
        flex-direction: column;
        text-align: center;
    }

    .faq-contact-content {
        margin-bottom: 20px;
    }

    .faq-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .faq-card {
        padding: 30px 20px;
    }

    .faq-card-number {
        font-size: 36px;
        margin-right: 15px;
    }

    .faq-question {
        font-size: 18px;
    }
}