﻿/* portfolio page css */
h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 8px;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 20px;
}
0
.rating-price {
    display: flex;
    align-items: center;
    gap: 16px;
}

.rating {
    display: flex;
    align-items: center;
    background-color: #f59e0b;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

    .rating svg {
        margin-right: 4px;
    }

.price {
    font-size: 16px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}


.custom_div {
    background-image: url("/assets/images/banner/ServicesBanner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    padding: 120px 20px;
    color: white;
}

    .custom_div::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

.custom_div_content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.btn-wrapper-prt {
    display: flex;
    gap: 6px;
    margin-top: 12px;
}

.custom-tab-container {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 0.25rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.25rem;
    margin-bottom: 2rem;
}

.custom-tab-button {
    border: none;
    background: transparent;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
    color: #6c757d;
}

    .custom-tab-button.active {
        background-color: white;
        color: black;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }

.tab-content {
    padding: 1rem;
    /* border: 1px solid #dee2e6; */
    /* border-radius: 0.5rem; */
    /* background: white; */
}

.table-dark {
    --bs-table-bg: #f9fafb;
}
/* timeline */
.timeline-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 15px;
}

.subtitle {
    color: #ffc107;
    text-align: start;
    /* margin-bottom: 60px; */
    font-size: 1.1rem;
}

.timeline {
    position: relative;
    padding-left: 0;
}

    .timeline::before {
        content: '';
        position: absolute;
        left: 30px;
        top: 80px;
        bottom: 80px;
        width: 2px;
        background-color: #ddd;
    }

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}

.timeline-number {
    width: 60px;
    height: 60px;
    background-color: #f4c430;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #2c2c2c;
    flex-shrink: 0;
    z-index: 2;
    position: relative;
}

.timeline-content {
    flex: 1;
    margin-left: 30px;
    padding-top: 5px;
}

.timeline-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 8px;
}

.timeline-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.timeline-duration {
    color: #888;
    font-size: 0.85rem;
    margin-left: auto;
    padding-left: 20px;
    flex-shrink: 0;
    align-self: flex-start;
    padding-top: 5px;
}

/* end timeline css */

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.pricing-header {
    text-align: center;
    margin-bottom: 50px;
}

    .pricing-header h1 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 15px;
    }

    .pricing-header p {
        font-size: 1.1rem;
        color: #666;
    }

.pricing-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    position: relative;
    height: 100%;
}

    .pricing-card.premium {
        border-color: #ffc107;
        transform: scale(1.05);
    }

.most-popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffc107;
    color: #333;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.package-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.package-price {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.package-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.coverage-duration {
    text-align: center;
    margin-bottom: 25px;
}

    .coverage-duration .label {
        color: #666;
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    .coverage-duration .value {
        font-weight: 600;
        color: #333;
        font-size: 1.1rem;
    }

.features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .features-list li {
        padding: 8px 0;
        display: flex;
        align-items: center;
        color: #555;
        font-size: 0.95rem;
    }

        .features-list li i {
            color: #28a745;
            margin-right: 12px;
            font-size: 1rem;
        }

.select-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .select-btn.btn-dark {
        background-color: #333;
        color: white;
    }

        .select-btn.btn-dark:hover {
            background-color: #555;
        }

    .select-btn.btn-warning {
        background-color: #ffc107;
        color: #333;
    }

        .select-btn.btn-warning:hover {
            background-color: #e0a800;
        }

.btn-tb-blr {
    background: rgba(108, 117, 125, 0.79);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.1px);
    -webkit-backdrop-filter: blur(5.1px);
    border: 1px solid rgba(108, 117, 125, 0.3);
    padding: 12px 12px;
}

.hvr-box-shdo:hover {
    border: 1px solid #EAB308;
    cursor: pointer;
}

.txin-bdg {
    background: #fef9c3;
    border-radius: 12px;
    padding: 2px 6px;
    margin-top: -32px;
    font-weight: bold;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
    position: absolute;
    right: 12px;
}
/* Call to Action Section */
.cta-section {
    background: linear-gradient(to right, #000000, #1a1a1a);
    padding: 4rem 1rem;
}

.cta-title {
    font-size: 2rem;
}

.cta-subtitle {
    color: #fff9db;
    max-width: 600px;
}

.btn-yellow {
    background-color: #facc15;
    color: #000;
    border: none;
    transition: background-color 0.3s ease;
}

    .btn-yellow:hover {
        background-color: #fcd34d;
        color: #000;
    }

.btn-outline-yellow {
    border: 1px solid #facc15;
    color: #facc15;
    background-color: transparent;
    transition: all 0.3s ease;
}

    .btn-outline-yellow:hover {
        background-color: #facc15;
        color: #000;
    }

.cta-icon {
    width: 20px;
    height: 20px;
    margin-left: 0.5rem;
}

.brder-grident-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.bg-grident-box {
    background: #EDDD53;
    background: linear-gradient(90deg, rgba(237, 221, 83, 0.21) 0%, rgba(255, 255, 255, 0.41) 50%, rgba(255, 255, 255, 0.4) 100%);
}
