/* DNA Services Page Styles */

/* Variables */
:root {
    --dna-primary: #064e3b;
    --dna-primary-dark: #053d2f;
    --dna-primary-light: #086e54;
    --dna-accent: #10b981;
}

/* Hero Section */
.dna-hero {
    background: linear-gradient(135deg, rgba(6, 78, 59, 0.35) 0%, rgba(5, 61, 47, 0.4) 100%),
                url('images/lab servcies.jpg') center/cover no-repeat;
    color: #fff;
    padding: 120px 0 80px;
    text-align: center;
    margin-top: 130px;
    position: relative;
}

.dna-hero::before {
    content: none;
}

.dna-hero .hero-content {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.dna-hero .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.95rem;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.dna-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.dna-hero p {
    font-size: 1.15rem;
    opacity: 1;
    margin-bottom: 35px;
    line-height: 1.7;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.95);
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--dna-primary);
    padding: 16px 35px;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.btn-hero:hover {
    background: var(--dna-accent);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Info Banner */
.info-banner {
    background: var(--dna-primary);
    padding: 20px 0;
}

.info-scroll {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    flex: 1;
}

.info-item i {
    font-size: 1.5rem;
    color: var(--dna-accent);
    margin-bottom: 8px;
}

.info-item h4 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.info-item p {
    margin: 4px 0 0;
    font-size: 0.8rem;
    opacity: 0.8;
}

/* DNA Services Section */
.dna-services-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2rem;
    color: var(--dna-primary);
    margin-bottom: 10px;
}

.section-header p {
    color: #666;
    font-size: 1.1rem;
}

/* DNA Cards Grid */
.dna-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.dna-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    position: relative;
}

.dna-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.dna-card.featured {
    border: 2px solid var(--dna-accent);
}

.featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--dna-accent);
    color: #fff;
    padding: 5px 12px;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
}

.card-header {
    background: linear-gradient(135deg, var(--dna-primary) 0%, var(--dna-primary-dark) 100%);
    padding: 25px 20px;
    text-align: center;
    color: #fff;
}

.card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.card-icon i {
    opacity: 0.9;
}

.card-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.card-subtitle {
    display: block;
    font-size: 0.85rem;
    opacity: 0.8;
    margin-top: 5px;
}

.card-body {
    padding: 25px 20px;
    flex: 1;
}

.card-description {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

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

.card-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #555;
    font-size: 0.9rem;
}

.card-features li i {
    color: var(--dna-accent);
    font-size: 0.8rem;
}

.special-note {
    margin-top: 15px;
    padding: 12px;
    background: #fef3c7;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
    color: #92400e;
}

.special-note i {
    margin-top: 2px;
}

.card-footer {
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.card-price {
    display: flex;
    flex-direction: column;
}

.price-label {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
}

.price-value {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dna-primary);
}

.btn-order-now {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--dna-primary);
    color: #fff;
    padding: 12px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-order-now:hover {
    background: var(--dna-primary-dark);
    transform: translateY(-2px);
}

/* How It Works Section */
.how-it-works {
    padding: 60px 0;
    background: #f8fafc;
}

.how-it-works .section-header {
    margin-bottom: 40px;
}

.how-it-works .section-header h2 {
    font-size: 1.75rem;
    color: var(--dna-primary);
    margin-bottom: 8px;
}

.how-it-works .section-header p {
    color: #666;
    font-size: 1rem;
}

/* Steps Timeline - Desktop */
.steps-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    max-width: 220px;
}

.step-number {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--dna-primary) 0%, var(--dna-primary-dark) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(6, 78, 59, 0.3);
}

.step-content h4 {
    margin: 0 0 8px;
    color: var(--dna-primary);
    font-size: 1rem;
    font-weight: 600;
}

.step-content p {
    color: #666;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5;
}

.step-connector {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, var(--dna-primary), var(--dna-accent));
    margin-top: 22px;
    flex-shrink: 0;
}

/* Sample Info Section */
.sample-info-section {
    padding: 60px 0;
    background: #f0fdf4;
}

.sample-info-content h2 {
    color: var(--dna-primary);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.info-card {
    background: #fff;
    padding: 25px;
    border-radius: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.info-card h4 {
    color: var(--dna-primary);
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

.info-card p {
    color: #666;
    margin: 0;
    line-height: 1.7;
}

.info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #555;
}

.info-card ul li i {
    color: var(--dna-accent);
}

/* Order Section */
.order-section {
    padding: 80px 0;
    background: #fff;
}

.order-layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    align-items: start;
}

.order-form-container {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.order-form-container .form-header {
    background: linear-gradient(135deg, var(--dna-primary) 0%, var(--dna-primary-dark) 100%);
    padding: 30px;
    color: #fff;
}

.order-form-container .form-header h2 {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
}

.order-form-container .form-header p {
    margin: 0;
    opacity: 0.9;
}

.dna-order-form {
    padding: 30px;
}

.form-section {
    margin-bottom: 30px;
}

.form-section h3 {
    color: var(--dna-primary);
    font-size: 1.1rem;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    font-size: 1rem;
    transition: all 0.3s;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--dna-primary);
    box-shadow: 0 0 0 3px rgba(6, 78, 59, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Selected Test Display */
.selected-test-display {
    background: #f0fdf4;
    padding: 15px 20px;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.selected-test-display i {
    color: var(--dna-accent);
    font-size: 1.2rem;
}

.selected-test-display .test-price {
    margin-left: auto;
    font-weight: 700;
    color: var(--dna-primary);
}

/* Radio Group */
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.radio-option:hover {
    border-color: var(--dna-primary-light);
    background: #f8f9fa;
}

.radio-option input {
    display: none;
}

.radio-option input:checked + .radio-mark {
    border-color: var(--dna-primary);
    background: var(--dna-primary);
}

.radio-option input:checked + .radio-mark::after {
    transform: scale(1);
}

.radio-option input:checked ~ .radio-text {
    color: var(--dna-primary);
}

.radio-mark {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    transition: all 0.3s;
}

.radio-mark::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.2s;
}

.radio-text {
    flex: 1;
}

.radio-text strong {
    display: block;
    margin-bottom: 3px;
}

.radio-text small {
    color: #666;
    font-size: 0.85rem;
}

/* Checkbox */
.checkbox-group {
    margin-bottom: 20px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 0.95rem;
    color: #555;
}

.checkbox-label input {
    display: none;
}

.checkbox-label .checkmark {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.checkbox-label input:checked + .checkmark {
    background: var(--dna-primary);
    border-color: var(--dna-primary);
}

.checkbox-label input:checked + .checkmark::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #fff;
    font-size: 12px;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    padding: 16px;
    background: var(--dna-primary);
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
}

.btn-submit:hover {
    background: var(--dna-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(6, 78, 59, 0.3);
}

/* Order Sidebar */
.order-sidebar {
    position: sticky;
    top: 150px;
}

.sidebar-card {
    background: #fff;
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.sidebar-card h3 {
    margin: 0 0 15px;
    color: var(--dna-primary);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-card p {
    color: #666;
    margin: 0 0 15px;
    font-size: 0.95rem;
}

.phone-link,
.whatsapp-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.phone-link {
    background: var(--dna-primary);
    color: #fff;
}

.phone-link:hover {
    background: var(--dna-primary-dark);
}

.whatsapp-link {
    background: #25d366;
    color: #fff;
}

.whatsapp-link:hover {
    background: #1da851;
}

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

.trust-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: #555;
    font-size: 0.9rem;
    border-bottom: 1px solid #f0f0f0;
}

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

.trust-list li i {
    color: var(--dna-accent);
}

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

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #f0f0f0;
}

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

/* Responsive Styles */
@media (max-width: 1200px) {
    .dna-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .dna-hero {
        margin-top: 80px;
        padding: 90px 0 60px;
    }

    .dna-hero h1 {
        font-size: 2.4rem;
    }

    .dna-hero p {
        font-size: 1.05rem;
    }

    .info-scroll {
        gap: 15px;
    }

    .info-item i {
        font-size: 1.25rem;
    }

    .info-item h4 {
        font-size: 0.85rem;
    }

    .info-item p {
        font-size: 0.7rem;
    }

    .steps-timeline {
        flex-wrap: wrap;
        gap: 20px;
    }

    .step-item {
        max-width: none;
        width: calc(50% - 40px);
    }

    .step-connector {
        display: none;
    }

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

    .order-layout {
        grid-template-columns: 1fr;
    }

    .order-sidebar {
        position: relative;
        top: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .sidebar-card {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .dna-hero {
        margin-top: 70px;
        padding: 70px 0 50px;
    }

    .dna-hero h1 {
        font-size: 2rem;
        text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    }

    .dna-hero p {
        font-size: 1rem;
    }

    .dna-hero .section-tag {
        font-size: 0.85rem;
        padding: 8px 18px;
    }

    .btn-hero {
        padding: 14px 28px;
        font-size: 1rem;
    }

    /* Info Banner Mobile - Horizontal */
    .info-scroll {
        display: flex;
        overflow-x: auto;
        gap: 0;
        padding: 5px 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .info-scroll::-webkit-scrollbar {
        display: none;
    }

    .info-item {
        flex: 0 0 auto;
        min-width: 85px;
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .info-item:last-child {
        border-right: none;
    }

    .info-item i {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    .info-item h4 {
        font-size: 0.75rem;
        white-space: nowrap;
    }

    .info-item p {
        font-size: 0.65rem;
    }

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

    /* Mobile Steps - Horizontal Scroll */
    .steps-timeline {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0;
        padding: 10px 0 20px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .steps-timeline::-webkit-scrollbar {
        display: none;
    }

    .step-item {
        flex: 0 0 auto;
        width: 140px;
        min-width: 140px;
    }

    .step-number {
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .step-content h4 {
        font-size: 0.85rem;
        margin-bottom: 5px;
    }

    .step-content p {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .step-connector {
        display: block;
        width: 25px;
        min-width: 25px;
        height: 2px;
        margin-top: 18px;
    }

    .step-item::after {
        display: none;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .order-sidebar {
        grid-template-columns: 1fr;
    }

    .card-footer {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .card-price {
        margin-bottom: 15px;
    }

    .btn-order-now {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .dna-hero {
        padding: 60px 0 45px;
    }

    .dna-hero h1 {
        font-size: 1.7rem;
        line-height: 1.3;
    }

    .dna-hero p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .dna-order-form {
        padding: 20px;
    }

    .order-form-container .form-header {
        padding: 20px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px 14px;
    }
}
