﻿.bg-gray {
    background-color: #f9f9ff;
}
.text-green {
    color: #40af11;
}
.cursor-pointer{
    cursor: pointer;
}

.mt-2px{
    margin-top: 2px;
}
.mt-3px{
    margin-top: 3px;
}
.mt-4px{
    margin-top: 4px;
}
.mt-5px{
    margin-top: 5px;
}

.w-100px {
    width: 100px;
}

.job-summary-list {
    margin-block-end: 0;
}

.job-summary-list li::marker {
    color: #a1a1a1;
    font-size: 22px;
    line-height: 25px;
}
/*main theme button color*/
.custom-button {
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    padding: 8px 15px;
}

    .custom-button:hover {
        background: #464e57;
        color: #ffffff;
        border-radius: 0px;
        padding: 8px 15px;
    }

    .custom-button:active {
        background: #036EB1;
        color: #ffffff;
        border-radius: 0px;
        padding: 8px 15px;
    }

.form-check-input:checked {
    background-color: #6e6a6a !important;
    border-color: #6e6a6a !important;
}
/*Login screen css start */
.custom-login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

.custom-auth-container {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    width: 100%; 
}

.custom-auth-content {
    padding: 22px;
}

.custom-form-box {
    background-image: url('../images/login/login-background.webp');
    /*background-size: 100% 100%;*/
    background-position: top;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 35px 50px;
    margin: 0 auto;
}

.custom-heading {
    text-align: center;
    margin-bottom: 10px;
}


.custom-link {
    color: #777;
    font-weight: bold;
    font-size: 1.25rem;
}

.custom-link-primary {
    color: #1da1f2;
}

.custom-input-group {
    margin-bottom: 10px;
}

.custom-label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
}

.custom-input {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
}


.custom-input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .custom-input-wrapper a:hover {
        color: black;
        opacity: 0.6;
    }

    .custom-checkbox-group {
        margin-bottom: 10px;
    }

.custom-checkbox {
    color: #ff0000;
}

.custom-actions {
    text-align: center;
}

.custom-btn-login {
    background: #000000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px;
    font-size: 1.25rem;
    width: 100%;
    cursor: pointer;
}

.custom-indicator-progress {
    display: none;
}

.custom-spinner {
    border: 2px solid #fff;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@media (max-width: 770px) {
    .custom-auth-container {
        width: 470px;
    }
}
@media (max-width: 500px) {
    .custom-auth-container {
        max-width: 100%;
        width: 360px;
    }
    .custom-form-box {
        padding: 30px 25px;
    }
}
    /*Login screen css end */

/* ================ home page css start ================== */

/* banner css start */
.banner {
    /*background-image: url("../images/home/banner-img.webp");*/
    background-image: url('../images/home/banner-img-2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 70%;
    max-height: 580px;
    position: relative;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: black;
    opacity: 0.4;
}

.banner-heading {
    font-size: 85px;
    line-height: 90px;
}

.banner-heading-delay {
    animation-delay: 200ms;
}

.bannner-p-delay {
    animation-delay: 600ms;
}

.banner-text {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    line-height: 30px;
}

.invertigator-stamp-container {
    position: relative;
    left: 380px;
    top: -108px;
    max-width: 350px;
}

.animate__stamp {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes pulse {
    0% {
        opacity: 0;
    }

    10% {
        opacity: .50;
        transform-origin: 50% 50%;
        transform: scale(15);
        transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }


    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media only screen and (max-width: 425px) {
    .banner-container {
        text-align: center;
    }

    .banner-heading {
        font-size: 40px;
        line-height: normal;
    }

    .banner-text {
        font-size: 15px;
        position: relative;
        z-index: 2;
        line-height: 25px;
    }

    .invertigator-stamp-container {
        transform: rotate(24deg);
        margin-inline: auto;
        margin-top: -20px;
        position: static;
        width: 150px;
    }

        .invertigator-stamp-container img {
            transform: rotate(24deg);
        }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .banner-container {
        text-align: center;
    }

    .banner-heading {
        font-size: 60px;
        line-height: normal;
    }

    .banner-text {
        font-size: 20px;
    }

    .invertigator-stamp-container {
        transform: rotate(24deg);
        margin-inline: auto;
        margin-top: -45px;
        width: 330px;
        position: static;
    }

        .invertigator-stamp-container img {
            transform: rotate(24deg);
        }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .invertigator-stamp-container {
        width: 340px;
        left: 365px;
        top: -92px;
    }
}

/* banner css end */

/* cards css start */

.cards {
    margin-top: 80px;
}

.left-card {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 8%, rgba(255, 255, 255, 0) 100%), url(../images/home/right-card.webp);
    background-position: center center;
    background-size: cover;
    height: 480px;
    z-index: 2;
    position: relative;
    animation-delay: 500ms;
    z-index: 99;
}

.right-card {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 8%, rgba(255, 255, 255, 0) 100%), url(../images/home/left-card.webp);
    background-position: center center;
    background-size: cover;
    height: 480px;
    z-index: 2;
    position: relative;
    animation-delay: 500ms;

}

.card-btn {
    background-image: url("../images/home/btn-background.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    color: black !important;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    transition: all 0.3s ease-in;
    padding: 0.5em 2.5em;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

.card-text {
    font-size: 30px;
    font-weight: 700;
}

.card-btn:hover {
    color: #fff !important;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 991px) {
    .card-text {
        font-size: 30px;
    }
}

.left-triangle {
    top: 50%;
    z-index: 1;
    animation-delay: 500ms;
}

    .left-triangle img {
        height: 360px;
    }

.right-triangle {
    right: 0;
    top: 173px;
    z-index: 1;
    animation-delay: 500ms;
}

    .right-triangle.card-triangle {
        top: 430px !important;
    }

    .right-triangle img {
        height: 360px;
    }

@media only screen and (max-width: 768px) {
    .right-triangle img {
        height: 100px;
    }

    .left-triangle img {
        height: 100px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .right-triangle img {
        height: 200px;
    }

    .left-triangle img {
        height: 200px;
    }
}

/* cards css end */

/* subcontract-process section css start */

.subcontract-process {
    margin-top: 80px;
}

.subcontract-process-img-container {
    animation-delay: 800ms;
}

.subcontract-process-img-container img {
    transform: scale(0.9)
}

.subcontract-process-right-col {
    animation-delay: 1000ms;
}

.subcontract-process-container ul {
    list-style-type: none;
}

    .subcontract-process-container ul li {
        position: relative;
    }

        .subcontract-process-container ul li::before {
            content: "✓";
            font-size: 18px;
            width: 20px;
            height: 25px;
            position: absolute;
            z-index: 10;
            top: 0px;
            left: -20px;
            background-color: rgba(0, 0, 0, 0);
            color: #3147f3;
            font-weight: 900;
        }

/* subcontract-process section css end */

/* agency-process section css start */

.agency-process {
    background-image: url("../images/home/agency-work-background.webp");
    color: white;
    padding-block: 60px;
    margin-top: 60px;
    background-size: cover;
    position: relative;
}

.agency-process .container {
    position: relative;
    z-index: 2;
}

    .agency-process:before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: black;
        opacity: 0.4;
        z-index: 1;
    }

.agency-process-number {
    font-size: 64px;
}

.agency-process-text {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-block-end: 0;
    margin-inline: auto;
}

.work {
    border-radius: 1000px;
    padding-inline: 30px;
    padding-block: 15px;
    gap: 20px;
    margin-inline: auto;
}

.work-1 {
    background-color: rgb(1, 79, 215, 0.75);
}

.work-2 {
    background-color: rgb(4, 159, 57, 0.75);
    width: 90%;
}

.work-3 {
    background-color: rgb(227, 150, 3, 0.75);
    width: 80%;
}

.work-4 {
    background-color: rgb(0, 178, 188, 0.75);
    width: 70%;
}

.work-5 {
    background-color: rgb(134, 16, 156, 0.75);
    width: 60%;
}

@media only screen and (max-width: 425px) {
    .work {
        border-radius: 50px;
    }

    .work-1 {
        flex-direction: column-reverse;
    }

    .work-2 {
        flex-direction: column;
    }

    .work-3 {
        flex-direction: column-reverse;
    }

    .work-4 {
        flex-direction: column;
    }

    .work-5 {
        flex-direction: column-reverse;
    }

    .agency-process-text {
        font-size: 16px;
    }

    .agency-process-number {
        display: none;
    }
}

/* agency-process section css end */

/* apply-now section css start */

.apply-now {
    margin-block-start: 80px;
}

    .apply-now .container {
        position: relative;
        z-index: 2;
    }

    .apply-now p {
        margin-block-start: 20px;
    }

/* apply-now section css end */

/* features section css start */

.features {
    margin-block-start: 60px;
}

.feature-card {
    background-image: url("../images/home/silver-square-background.png");
    background-size: 100% 100%;
    height: 167px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.feature-icon {
    margin-inline: auto;
}

    .feature-icon img {
        width: 50px;
    }

.feature-text {
    text-align: center;
    width: 80%;
    margin-block-end: 0;
    line-height: 17px;
    font-size: 15px;
}

.left-triangle.features-triangle {
    z-index: 1;
    top: 458px !important;
}

    .left-triangle.features-triangle img {
        height: 220px !important;
    }

/* features section css end */

/* signup section css start */
.signup {
    background-image: url("../images/home/signup-background.webp");
    background-size: cover;
    margin-block-start: 100px;
    position: relative;
    z-index: 2;
}

    .signup:before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: black;
        opacity: 0.4;
    }

    .signup .container {
        padding-block: 60px;
    }

    .signup h1 {
        padding-block-end: 30px;
    }

@media only screen and (min-width: 992px) {
    .signup {
        background-position: 50% 25%;
    }

        .signup .container {
            padding: 100px 40px 40px 40px;
            padding-inline-start: 35%;
        }

        .signup h2 {
            padding-block-end: 40px;
        }
}

@media only screen and (min-width: 1900px) {
    .signup .container {
        padding-inline-start: 20%;
    }
}

/* signup section css end */

/* aboutus section css start */

.about-us {
    padding-block-start: 80px;
    padding-block-end: 80px;
}

.aboutus-card {
    background-image: url("../images/home/about-us-background.png");
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

    .aboutus-card p {
        padding: 10px 30px 50px 30px;
    }

    .about-us-two {
        animation-delay: 500ms;
    }

    .about-us-three {
        animation-delay: 1000ms;
    }

/* aboutus section css end */

/* footer section css start */
.links-section::before {
    background-color: #00008B;
    content: '';
    inset: 0;
    position: absolute;
    opacity: 0.6;
}
.links-section {
    background-image: url("../images/home/footer-background.png");
    width: 100%;
    padding-block: 70px;
}

.links-section {
    color: #fff;
}

    .links-section a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
    }

    .links-section p {
        font-size: 12px;
    }

    .links-section h5 {
        font-size: 16px;
    }

    .contact-details p {
        margin: 0;
    }

.investigator-footer-logo {
    display: flex;
}

@media only screen and (max-width: 991px) {
    .investigator-footer-logo {
        justify-content: center;
    }
}

.copyright span {
    color: #4888f7;
}

@media only screen and (max-width: 991px) {
    .order-lg {
        order: -1;
    }
}

/* footer section css end */

/* ============ home page css end =================== */

/* contact us page css start */
/*.input-field-solid, .input-field-solid:focus {
    background-color: #f0f4f7;
    border-radius: 0.5rem;
    transition: background-color 0.2s, border-color 0.4s;
    border-color: #e8eef3;
}*/

.contact-card {
    background-color: #fff;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    padding-block: 18px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    height: 100px;
}

.contact-text p {
    margin: 0;
}

.contact-text a {
    color: inherit;
}

.w-30 {
    width: 30%;
}

.contact-form-container {
    background-image: url('../images/contact-us/contact-form-background.jpg');
    background-size: 100% 100%;
}

/* 320 to 470 */

@media only screen and (max-width: 470px) {
    .mobile-form-field {
        flex-direction: column;
    }

    .mobile-form-field div:nth-child(1) {
        width: auto;
    }
}

@media only screen and (max-width: 992px) {
    .mobile-map {
        height: 590px;
    }

}

@media only screen and (min-width: 470px) {
    .dvcaptcha {
        margin-inline-start: 31% !important;
    }
}

.map-container {
    background-color: #fff;
}

@media only screen and (max-width: 426px) {
    .contact-text p:nth-child(1) {
        font-size: 14px;
    }

    .contact-text p:nth-child(2) {
        font-size: 12px;
    }
}




/* contact us page css end */

/* Blog page css start*/
/*.blog-container {
    position: relative;
    margin: 0;
    padding: 0;
    height: 300px;
    background-image: url('https://investigatorjobsportal.com/images/home/sign-contract.jpg');
    background-size: cover;
    background-position: center center;
    color: #fff;
    overflow: hidden;
}
    .blog-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
.blog-section {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40vh;
}
.blog-card-sec {
    transition: box-shadow 0.4s;
}
    .blog-card-sec:hover {
        box-shadow: 2px 3px 12px 5px rgb(0 0 0 / 36%);
        outline-style: outset;
        outline-color: #1d3748;
    }

.overlay-blog-img:hover {
    transform: scale(0.999);
}
.overlay-blog-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    background-image: linear-gradient(0deg,rgba(0,0,0,.78),transparent 60%);
    transition: opacity 0.3s;
    z-index: 1;
}
.blog-card-sec:hover + .overlay-blog-img {
    opacity: 1;
}
.blog-card-img {
    width: 100%;
    height: 270px;
    transition: transform 0.3s;
}*/
.blogs-container .blogs:first-child .blog:last-child {
    margin-block-end: 0 !important;
}

.blog-image-container {
    border: 2px solid #f6f6f6;
    min-width: 150px;
    min-height: 150px
}

.blog-details-container p {
    margin: 0;
}

.blog-title {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

    .blog-title a:hover {
        color: #757575;
    }

.blog-subtitle {
    font-size: 23px;
    letter-spacing: -1px;
    line-height: 35px;
    color: #000000;
}

.blog-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-date p {
    margin: 0 !important;
}

.text-black {
    color: #000;
}

.blog-date {
    background-image: url('../images/blogs/blog-date-background.png');
    background-position: top;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    bottom: 14px;
    left: 12px;
    border: 1px solid #fff;
}

.blog-email-date-container {
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 400;
}

.blog-email {
    color: #14368c;
}

.blog-eye-icon-container {
    background-color: #dddddd;
    padding: 1px 4px;
    border-radius: 3px;
    max-width: 60px;
}

.blog-eye-icon {
    width: 20px;
}

.blog-view-count {
    font-size: 13px;
}

.blog-desc {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}

.read-more-btn-container .card-btn {
    font-size: 18px;
}

.pagination-label {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}

.page-item.active .page-link {
    background-color: black;
    border-color: #fff;
}

.custom-page-item {
    color: black !important;
}

.custom-search-icon {
    background-color: black !important;
    color: white !important;
}


.color-caret {
    color: #0e467e;
}

.recent-posts-ul li:last-child {
    border-bottom: none !important;
    margin-block-end: 0 !important;
}

/* Blog page css end*/


/* Login Page CSS start */

.custom-input-group-text {
    background-color: #fff;
    border: 1px solid #9f9f9f;
    border-left: none;
}


/*.sender-message {
    display: flex;
    justify-content: flex-end;
}

.sender-message .d-flex {
    flex-direction: row-reverse;
}

.sender-message .box-chat-card {
    background-color: #cbe6ef
}*/

.receiver-message {
    display: flex;
    justify-content: flex-start;
}

    .receiver-message .d-flex {
        flex-direction: row;
    }

.bg-navy {
    background-color: #1d3748;
}
/* Login Page CSS End */
.dispute-chat-card {
    padding: 15px;
    border-radius: 12px;
    border-top-left-radius: 0px;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
#card-element {
    padding: 10px 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #9f9f9f;
    font-size: 13px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

#card-errors {
    color: #e53e3e; /* Red for error messages */
    margin-top: 8px;
    font-size: 14px;
}

.stripe-element {
    padding: 10px 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #9f9f9f;
    font-size: 13px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.pillSearchbar #btn-search {
    position: absolute;
    top: 7px;
    left: 15px;
    font-size: 20px;
    z-index: 9;
}

.pillSearchbar input {
    padding: .575rem .75rem;
}
.bg-grey {
    background: rgb(240,240,240);
}

.btn-icon:hover {
    background: rgb(231 222 222);
}

.greenActive {
    background-color: #d9ead9 !important;
}
.smalltext {
    font-size: 11px;
}
.ratings-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .ratings-summary h1 {
        font-size: 3rem;
        color: #333;
        margin: 0;
    }
#facebook-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4267B2; /* Facebook Blue */
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin: 20px auto;
    max-width: 800px;
}

    #facebook-banner a {
        color: #FFD700;
        text-decoration: underline;
    }

    #facebook-banner p {
        margin: 0;
        font-size: 16px;
        text-align: center;
    }
.qa-container {
    margin: 20px 0;
}

.qa-collapse {
    background-color: #e6e9ee;
    padding: 20px;
    margin: 10px 0;
}

.qa-question {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qa-answer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.collapse-icon {
    font-weight: bold;
    margin-left: 10px;
    font-size: 20px; /* Added specific size for the icon */
    line-height: 14px; /* Added to ensure proper vertical alignment */
    width: 14px; /* Added to maintain consistent spacing */
    text-align: center; /* Center the icon in its space */
    display: inline-block; /* Ensures width is respected */
}

.note-btn-qa {
    position: relative;
    display: inline-block;
    font-weight: normal;
    margin-right: 10px;
    padding: 5px 10px;
}

    .note-btn-qa i {
        font-style: normal;
    }
.faq-search-container {
    margin-bottom: 15px;
}

#faq-search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.zip-input-icon {
    position: relative;
}

    .zip-input-icon input {
        padding-left: 30px; /* Adjust padding to make space for the icon */
    }

.zip-input-icon-search {
    position: absolute;
    left: 10px; /* Position the icon */
    top: 50%;
    transform: translateY(-50%);
    width: 16px; /* Adjust size as needed */
    height: 16px; /* Adjust size as needed */
    background-image: url('../icons/auth/search.svg'); /* Replace with your icon path */
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; /* Prevent clicks on the icon */
}