body {
    font-family: "Outfit", sans-serif;
}

.main-section {
    background: url(/images/Untitled-1.svg);
    background-size: 100% 100%;
    background-color: #ffffff;
    height: 869px;
    position: relative;
    overflow: hidden;
    background-position: bottom;
}

.main-section .tagline {
    font-size: 56px;
    font-weight: bold;
}

.main-section .tagline span {
    color: #EA5050;
}

.main-section .tagline2 {
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    max-width: 350px;
    padding: 10px;
    justify-self: center;
    z-index: 6;
}

.main-section .tagline2 h2 {
    font-size: 18px;
    font-weight: 600;
}

.margin-t-390 {
    margin-top: -440px;
}

.pricing-form-home .input-group .pricingBtn {
    padding: 8px 40px;
    background: #000000;
    border-color: #000000;
    font-weight: bold;
    color: white;
}

.pricing-form-home .input-group .pricingBtn:hover {
    color: #fff;
    background-color: #EA5050;
    border-color: #EA5050;
}

.input-group .analyzeBtn-danger {
    background: #EA5050 !important;
    border-color: #EA5050 !important;
    font-weight: bold;
    color: #fff;
}

.analyzeBtn-danger:hover {
    color: #fff;
    background-color: #ee7373 !important;
    border-color: #ee7373 !important;
}

.pricing-form-home .input-group {
    border: 1px solid #FFFFFF;
    box-shadow: 0px 19px 32px 0px #AC3A3A17;
    background-color: rgba(255, 255, 255, 0.13);
    /* background: #0A132E; */
    border-radius: 14px;
    justify-content: space-between;
}

.pricing-form-home .input-group .form-control {
    border: none;
    padding: 16px 16px;
    border-radius: 14px;
    background-color: transparent !important;
}

.pricing-form-home .input-group .input-subgroup {
    display: flex;
    align-items: center;
}

.pricing-form-home .input-group .pricingBtn {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 10px;
    font-size: 16px;
    padding: 10px 29px;
    height: 45px;
    border-radius: 10px !important;
}

.pricing-form-home .input-group-text {
    background: transparent;
    border: none;
    padding: 0 1px 0 0;
}

.pricing-form-home .form-select {
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.pricing-form-home .form-control,
.pricing-form-home .form-select {
    height: 65px;
    color: white !important;
}

.pricing-form-home .form-control.text-dark,
.pricing-form-home .form-select.text-dark {
    color: #000 !important;
}

.pricing-form-home .form-control.text-dark:focus {
    color: #000 !important;
}

.pricing-form-home .form-control:focus {
    border: 0 !important;
    box-shadow: none !important;
    color: white !important;
}

.label-danger {
    background-color: rgba(234, 80, 80, 0.15);
    color: #EA5050;
    padding: 7px 16px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
}



.get-started {
    background: url("/images/get-started.png");
    max-width: 785px !important;
    padding: 50px 10px;
    border-radius: 26px;
    background-repeat: no-repeat;
    background-size: cover;
}

.get-started span {
    border-radius: 20px;
    padding: 6px 12px;
    font-weight: 600;
}

.get-started h2 {
    font-size: 32px;
    color: #fff;
}

.get-started button {
    background-color: #000;
    color: #fff;
    position: relative;
    padding-right: 40px;
}

.get-started button:hover {
    background-color: #fff;
    color: #000;
}

.get-started button svg {
    position: absolute;
    right: 18px;
}

.get-started button:hover svg {
    right: 14px;
}


.pricing-card {
    box-shadow: 0px 19px 32px 0px #AC3A3A17;
    border-radius: 10px;
    padding: 25px;
    background-color: white;
}

/* FAQs Section */
.faqs_section {
    padding-bottom: 400px;
}

.accordion-button:focus {
    box-shadow: none;
}

.faqs_section .accordion-item {
    background-color: #FBFBFB;
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    margin-bottom: 20px;
}

.faqs_section .accordion-item .accordion-button {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-weight: 600;
    padding: 24px 20px;
}

.faqs_section .accordion-item .accordion-button.collapsed {
    border-radius: 16px;
    background: #FBFBFB;
    color: #131313;
}

.accordion-button:not(.collapsed) {
    color: #1E70B9;
    background-color: #FBFBFB;
}

.accordion-body {
    background-color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    color: #606060;
}


@media only screen and (max-width: 767px) {
    .homepage-bg .tagline {
        font-size: 40px;
    }

    .track_head {
        width: 85%;
        margin: auto;
    }

    .logoslider_div {
        width: 100%;
    }

    .logo-slider {
        top: -5rem;
    }

    .slider-track img {
        height: 37px;
    }

    .homepage-bg .tagline2 h2 {
        font-size: 16px;
    }

    .homepage-bg .tagline2 {
        margin-top: 2rem;
    }

    .can-do-section h2,
    .testimonials h2 {
        font-size: 30px;
    }

    .can-do-section h3 {
        font-size: 16px;
    }

    .label-danger {
        font-size: 10.27px;
    }

    .get-started {
        width: 90%;
        margin: auto;
    }

    .testimonial-card {
        width: 100%;
    }

    .analyze-form-home .form-control,
    .analyze-form-home .form-select {
        height: 57px;
    }
    .margin-t-390 {
        margin-top: -320px;
    }
}

.get-started-btn:hover {
    background-color: #EA5050 !important;
    color: white !important;
}

.hire-us:hover {
    background-color: #EA5050 !important;
    color: white !important;
}

.bg-grey {
    background-color: #F4F4F9
}

.btn_outline_dark {
    color: #131313;
    border-color: #131313;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 20px;
    line-height: 23px;
}

.btn_outline_dark:hover {
    color: #fff;
    background-color: #131313;
    border-color: #131313;
}

.hire .card {
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    background-color: white;
    border: none;
}


.hire .warning-card {
    background: linear-gradient(to right, #FFBB01, #FB9A00);
    color: white;
}

.hire .error-card {
    background: linear-gradient(to right, #F94252, #D12A38);
    color: white;
}

.hire .badge-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hire .counter-badge {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0.25rem 0.5rem;
}

.hire .progress {
    height: 8px;
    margin-top: 10px;
    border-radius: 4px;
}

.hire .progress-bar {
    background-color: #2ecc71;
}

.hire .input-group {
    border-radius: 8px;
    overflow: hidden;
    height: 50px;
}

.hire .plusMinusBtn {
    position: absolute;
    right: 0;
    display: flex;
    align-self: anchor-center;
}

.hire .plusMinusBtn .btn {
    height: 32px;
    width: 32px;
    background-color: #EBEBEB;
    display: flex;
    align-items: center;
    box-shadow: none;
    z-index: 4;
}

.hire .input-group-text {
    background-color: transparent;
    border: none;
}

.hire .form-control {
    border-left: none;
    border-right: none;
}

.hire .input-group button {
    background-color: transparent;
    border: none;
    color: #555;
    font-weight: bold;
    font-size: 1.2rem;
}

.hire .total-container {
    background-color: white;
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.hire .total-price {
    font-size: 1.2rem;
    font-weight: 600;
}

.hire .order-btn {
    background-color: #000;
    color: white;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 600;
}

.sticky-div {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    padding: 20px;
    border: 1px solid #ccc;
}

/* .content {
    height: 2000px;
    padding-top: 20px;
  } */

/* Tab navigation */

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab-btn {
    padding: 6px 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 4px;
    margin: 0 5px;
}

.tab-btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.tab-btn.active {
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #EA5050;
}

/* Plan cards */
.plans-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.plan-card {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    width: 240px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.plan-price {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
}

.plan-price span {
    font-size: 14px;
    color: #777;
}

.cta-button {
    background-color: #ff5252;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
}

/* Features section */
.features-section {
    margin-top: 40px;
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.features-section h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.feature-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.feature-table th,
.feature-table td {
    padding: 12px;
    text-align: center;
    /* border-bottom: 1px solid #eee; */
}

.feature-table tr {
    border-bottom: 1px solid #eee;
}

.feature-table th:first-child,
.feature-table td:first-child {
    text-align: left;
}

.feature-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-icon {
    color: #aaa;
    cursor: help;
}

/* Tab content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.check-icon {
    color: green;
    font-size: 20px;
}

.x-icon {
    color: red;
    font-size: 20px;
}

@media (max-width: 767.9px) {
    .pricing-form-home .input-group {
        justify-content: center !important;
    }
}

@media (max-width: 499px) {
    .track_head {
        width: 100%;
    }
    
    .main-section .tagline {
        font-size: 36px;
    }
    
    .margin-t-390 {
        margin-top: -340px;
    }
}