@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* Header */
/* Header */
.navbar-bg {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    gap: 10px;
    padding: 10px 0;
    z-index: 99;
}
/* Logo Section */
.logo-container {
    flex: 0 0 auto;
    margin-bottom: 5px;
    margin-right: 15px;
}

.custom-logo {
    max-height: 35px; /* Adjust logo size */
    width: auto; /* Maintain aspect ratio */
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: bold;
}

/* Navigation Section */
.custom-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-nav-link {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

    .custom-nav-link:hover {
        color: #007bff;
    }

.btn-primary {
    color: #fff;
    background-color: #FF5000;
   /*border-color: #1861ac;*/
}

.fa-phone {
    color: #ff5000;
}

.btn-primary:hover {
    background-color: #0082cb;
    border-color: #0082cb;
    color: #fff;
}

.btn-info {
    background-color: #0082cb;
    border-color: #0082cb;
    color: #fff;
}

    .btn-info:hover {
        background-color: #ff5000;
        border-color: #ff5000;
        color: #fff;
    }
/* Hero Section */
.hero-section {
    height: 875px;
    color: white;
/*    width:1700px;*/
}

    .hero-section .text-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hero-section .hero-title {
        background-color: #f4f4f4;
        color: #0082cb;
        padding: 10px 25px;
        border-radius: 4px;
    }

        .hero-section .hero-title h1 {
            font-size: 18px;
            color: #0082cb;
            margin-bottom: 0;
            font-weight:600;
        }

    .hero-section .hero-subtitle {
        font-size: 35px;
        margin-top: 1rem;
        font-weight: 600;
    }

/* Content Section */
.content-section {
    background-color: #f9f9f9;
}

    .content-section .content-title {
        font-size: 1.8rem;
        color: #0082cb;
    }

    .content-section .content-highlight {
        font-size: 1.2rem;
        color: #0082cb;
        font-weight: 900;
    }

    .content-section .content-text {
        margin-bottom: 1rem;
        color: #333;
        font-weight:400;
        font-size:20px;
    }

.custom-btn-primary {
    display: inline-block;
    font-size: 20px;
    color: #007bff;
    border: none;
    font-weight:400;
}

.carouselCaptions img {
    height: 613px;
    border-radius: 10px;
}

.carouselCaptions .carousel-item .carousel-caption {
    border-radius: 5px;
    background-color: rgb(0, 130, 203, 40%);
    text-align: left;
    padding: 15px;
    margin: 0;
}

    .carouselCaptions .carousel-item .carousel-caption h5 {
        font-size: 14px;
    }

.carouselCaptions .carousel-indicators {
    position: relative;
}

.carouselCaptions .carousel-indicators-icon {
    width: 10px;
    height: 10px;
    background-color: #ebebeb;
    border-radius: 100px;
    border: 0;
    margin-top: 15px;
}

.carouselCaptions .active {
    background-color: #0082cb;
}
/* Thumbnail Image */
.custom-thumbnail {
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-caption {
    color: #555;
    font-size: 0.9rem;
}

/* footer ui */
.footer-section {
    background-color: #f4f4f4;
}

    .footer-section .footer-logo {
        max-width: 200px;
    }

    .footer-section p {
        color: #000;
        font-size: 14px;
        font-weight:500;
    }

    .footer-section h5 {
        font-weight: 600;
        font-size: 24px;
        color: #0082cb;
        margin-bottom: 10px;
        position: relative;
        padding-bottom: 10px;
    }

        .footer-section h5:before {
            content: '';
            position: absolute;
            bottom: 0; /* Position it at the bottom of the heading */
            left: 0;
            width: 100px; /* Adjust the width of the line */
            height: 3px; /* Adjust the thickness of the line */
            background-color: #000; /* Adjust the color of the line */
        }

    .footer-section .list-unstyled li {
        margin-bottom: 10px;
    }

        .footer-section .list-unstyled li a {
            color: #000;
            font-size: 18px;
            text-decoration: none;
            font-weight:400;
        }

            .footer-section .list-unstyled li a:hover {
                color: #0082cb;
            }

.footer-bootom {
    background-color: #ebebeb;
    padding: 15px 0;
    text-align: center;
}

    .footer-bootom p {
        font-size: 18px;
        font-weight: 400;
    }

.LogoSlider .carousel-control-prev,
.LogoSlider .carousel-control-next {
    background-color: #555555;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    padding: 8px;
    top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgSlider .carousel-control-prev,
.bgSlider .carousel-control-next {
    background-color: #555555;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    top: 45%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgSlider .carousel-control-prev {
    left: 10px;
}

.bgSlider .carousel-control-next {
    right: 10px;
}

.bgSlider .carousel-item img {
    width: 100%;
    border-radius: 10px;
}

.bgSlider .carousel-item .carousel-caption {
    border-radius: 5px;
    background-color: rgb(0, 130, 203, 40%);
    text-align: left;
    padding: 15px;
    margin: 0;
    width:587px;
    margin-left:144px;
}

    .bgSlider .carousel-item .carousel-caption h5 {
        font-size: 16px;
        color: #fff;
    }

    .bgSlider .carousel-item .carousel-caption p {
        font-size: 14px;
        color: #f4f4f4;
    }

.bgSlider h6 {
    font-size: 18px;
    color: #555555;
    font-weight: 500;
}

.left-sideimg {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    position: relative;
}

    .left-sideimg .img-content h5 {
        text-align: left;
        font-size: 14px;
        color: #fff;
    }

.img-content {
    border-radius: 5px;
    background-color: rgb(0, 130, 203, 40%);
    text-align: left;
    padding: 15px;
    margin: 0;
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 2%;
    width: 95%;
}

.icon-bg-cricle {
    width: 35px;
    height: 35px;
    background-color: #f4f4f4;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
}

.Businessto {
    background-color: #fff8ed;
}

    .Businessto h5 {
        color: #0082cb;
        font-size: 25px;
        font-weight:500;
    }

.content-ui {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight:400;
    font-size:18px;
}

.Business-Signup-section {
    background-size: cover;
    background-position: center;
    height: 645px;
    color: #fff;
}

.Business-Signup-section-bg {
    background-image: url('../Images/bg-1.png');
}

.JobSeeker-Signup-section-bg {
    background-image: url('../Images/bg-2.png');
}

.About-Us-section-bg {
    background-image: url('../Images/bg-3.png');
}

.Terms-and-Conditions-section-bg {
    background-image: url('../Images/bg-4.png');
}

.Contact-Us-section {
    background-image: url('../Images/bg-5.png');
}

.Signup-section {
    background-image: url('../Images/bg-6.png');
}

.Business-Signup-section .hero-title {
    background-color: #f4f4f4;
    color: #0082cb;
    padding: 10px 25px;
    border-radius: 4px;
    margin: auto;
    margin-top: 18rem;
}

    .Business-Signup-section .hero-title h1 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

.Business-section h5 {
    color: #0082cb;
    text-align: left;
    margin-bottom: 10px;
    font-weight:500;
    font-size:25px;
    font-family:'Poppins';
}

.Business-section p {
    color: #555555;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
}

.Business-section .card {
    background-color: #f4f4f4;
    border: 0;
    height: 100%;
}

    .Business-section .card .card-body .icon-card-bg {
        background-color: #0082cb;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        border-radius: 100px;
        color: #fff;
        margin: auto;
    }

    .Business-section .card .card-body h5 {
        font-size: 16px;
        margin-top: 15px;
        font-weight: 100;
        color: #000;
        text-align: center;
    }

.Business-section .text-color-2 {
    color: #0082cb;
    text-align: left;
    margin-bottom: 10px;
}

.Business-section ul li {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 100;
    color: #555555;
}

.Request-Code-section {
    background-image: url(../Images/Request-Code-section.png);
    background-size: cover;
    background-position: center;
    height: 400px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 4rem;
}

    .Request-Code-section .card {
        border: 0;
    }

        .Request-Code-section .card .card-body {
            padding: 20px;
        }

            .Request-Code-section .card .card-body h5 {
                font-size: 25px;
                margin-top: 10px;
                color: #000000;
            }

            .Request-Code-section .card .card-body p {
                font-size: 14px;
                margin-bottom: 0px;
                color: #555555;
            }

            .Request-Code-section .card .card-body label {
                font-size: 14px;
                color: #555555;
                margin-bottom: 10px;
            }

            .Request-Code-section .card .card-body .form-control {
                border-color: #bababa;
                background-color: #f4f4f4;
                border-radius: 6px;
            }

                .Request-Code-section .card .card-body .form-control::placeholder {
                    color: #555555;
                    font-size: 14px;
                }

.logo-color-orager {
    color: #ff5000;
    margin: -6px;
    font-weight: 600;
}

.logo-color-blue {
    color: #0082cb;
    font-weight: 600;
}

.Geoff-Quinn {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    position: relative;
}

    .Geoff-Quinn .img-content h5 {
        text-align: center;
        font-size: 18px;
        color: #fff;
    }

.img-content {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: left;
    padding: 15px;
    margin: 0;
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 2%;
    width: 95%;
}

.accordion-ui .accordion-button:not(.collapsed) {
    background-color: #0082cb;
    color: #fff;
    box-shadow: none;
}

.accordion-item {
    border: 1px solid #555555 !important;
    border-radius: 5px !important;
}

.accordion-button {
    background: transparent;
}

.ContactUs {
    background-color: #f4f4f4;
    border-radius: 15px;
    padding: 20px;
}

    .ContactUs .card .card-body h5 {
        font-size: 25px;
    }

    .ContactUs .card {
        border: 0;
        background-color: #000000;
        color: #fff;
        padding-bottom: 4rem;
        position: relative;
    }

        .ContactUs .card .card-body {
            padding: 30px;
        }

            .ContactUs .card .card-body p {
                color: #ebebeb;
            }

            .ContactUs .card .card-body .Contactinfo h6 {
                margin-bottom: 10px;
                color: #fff;
                font-size: 18px;
            }

            .ContactUs .card .card-body .Contactinfo p {
                font-size: 16px;
            }

            .ContactUs .card .card-body .Contactinfo i {
                color: #fe8551;
                margin-right: 10px;
            }

            .ContactUs .card .card-body .bgcontect {
                position: absolute;
                right: 0;
                bottom: 0;
            }

    .ContactUs .ContactUs-form h5 {
        font-size: 44px;
        letter-spacing: 5px;
        font-weight:400;
    }

    .ContactUs .ContactUs-form label {
        color: #000;
        font-size: 14px;
        margin-bottom: 5px;
        font-weight:400;
    }

    .ContactUs .ContactUs-form .form-control {
        background-color: #f4f4f4;
        border: 1px solid #555555;
        border-radius: 5px;
        box-shadow: none;
    }

.login-register {
    padding-top: 7rem;
    background: #f9f9f9;
}

    .login-register .hero-wrap {
        position: relative;
        overflow: hidden;
    }

        .login-register .hero-wrap .hero-mask {
            z-index: 1;
        }

        .login-register .hero-wrap .hero-mask,
        .login-register .hero-wrap .hero-bg,
        .login-register .hero-wrap .hero-bg-slideshow {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

    .login-register .opacity-8 {
        opacity: 0.8;
    }

    .login-register .hero-wrap .hero-bg.hero-bg-scroll {
        background-attachment: scroll;
    }

    .login-register .hero-wrap .hero-bg {
        z-index: 0;
        background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        transition: background-image 300ms ease-in 200ms;
    }

    .login-register .hero-wrap .hero-mask,
    .login-register .hero-wrap .hero-bg,
    .login-register .hero-wrap .hero-bg-slideshow {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .login-register .hero-wrap .hero-content {
        position: relative;
        z-index: 2;
    }

.link-primary {
    text-decoration: none;
}

.d-grid {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
    .d-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.pricing-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s;
    background-color: #f4f4f4;
    border: 0;
    height: 100%;
}

    .pricing-card:hover {
        transform: scale(1.05);
    }

    .pricing-card .card-header {
        font-size: 1.25rem;
        font-weight: bold;
        border: 0;
        background-color: transparent;
    }

    .pricing-card .card-body {
        font-family: Arial, sans-serif;
    }

    .pricing-card .price {
        font-size: 2rem;
        font-weight: bold;
        color: #0082cb;
    }

    .pricing-card .duration {
        font-size: 1.2rem;
        color: #6c757d;
    }

    .pricing-card .btn {
        background-color: #0082cb;
        color: #fff;
        border-radius: 20px;
        padding: 5px 20px;
    }

    .pricing-card.featured {
        background-color: #0082cb;
        color: #fff;
    }

        .pricing-card.featured .price {
            color: #fff;
        }

        .pricing-card.featured .duration {
            color: #fff;
        }

        .pricing-card.featured .btn {
            background-color: #fff;
            color: #0082cb;
        }

.Account-Type h2 {
    font-size: 44px;
    font-weight: 500;
    color: #52585d;
    margin: 50px 0;
}

.Account-Type .nav-pills {
    justify-content: center;
}

    .Account-Type .nav-pills .nav-item {
        border-radius: 10px;
        /* background-color: #F8F9FA; */
        color: #52585d;
        font-size: 15px;
        font-weight: 500;
        border: none;
        width: 20%;
        margin: 0 20px;
    }

        .Account-Type .nav-pills .nav-item .nav-link {
            background-color: #f4f4f4;
            color: #555555;
            height: 100%;
            text-align: left;
        }

    .Account-Type .nav-pills .nav-link.active,
    .Account-Type .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0082cb;
        text-align: left;
    }

    .Account-Type .nav-pills .nav-link {
        text-align: left;
    }

    .Account-Type .nav-pills .nav-item .nav-link h5 {
        font-size: 17px;
        font-weight: 600;
    }

    .Account-Type .nav-pills .nav-item .nav-link p {
        font-size: 14px;
    }

    .Account-Type .nav-pills .nav-item .nav-link .icon-signup {
        width: 45px;
        height: 45px;
        background-color: #fff;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px;
        margin: 10px 0;
    }

.Account-Type .Account-Type-body {
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 10px 40px;
}

    .Account-Type .Account-Type-body .Account-Type-Form {
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
    }

    .Account-Type .Account-Type-body h2 {
        font-size: 44px;
        font-weight: 500;
        color: #16193c;
        margin: 20px 0;
    }

    .Account-Type .Account-Type-body .Account-Type-Form .progress-step {
        font-size: 15px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Account-Type .Account-Type-body .Account-Type-Form .progress {
        height: 15px;
    }

        .Account-Type .Account-Type-body .Account-Type-Form .progress .progress-bar {
            background-color: #0082cb;
            border-radius: 100px;
        }

    .Account-Type .Account-Type-body .Account-Type-Form .nav-pills .nav-link {
        text-align: left;
        color: #555555;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 100;
        border-radius: 4px;
    }

        .Account-Type
        .Account-Type-body
        .Account-Type-Form
        .nav-pills
        .nav-link.active {
            text-align: left;
            color: #fff;
            font-weight: 600;
        }

    .Account-Type .Account-Type-body .Account-Type-Form .Account-Type-content h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .Account-Type .Account-Type-body .Account-Type-Form .Account-Type-content .form-label {
        font-size: 14px;
        font-weight: 500;
    }

    .Account-Type .Account-Type-body .Account-Type-Form .Account-Type-content .form-check-label {
        font-size: 14px;
        font-weight: 100;
        margin-right: 10px;
    }

    .Account-Type .Account-Type-body .Account-Type-Form .Account-Type-content .form-control {
        border-color: #555;
        border-radius: 5px;
    }

    .Account-Type .Account-Type-body .Account-Type-Form .Account-Type-content .form-select {
        border-color: #555;
    }

.Photographs {
    border: 1px solid #555;
    border-radius: 5px;
    padding: 24px 10px;
    text-align: center;
}

    .Photographs span {
        color: #555;
        font-size: 14px;
    }

.icon-Photographs {
    width: 45px;
    height: 45px;
    background-color: #DADADA;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    margin: auto;
    margin-bottom: 15px;
    cursor: pointer;
}

.img-upload-preview {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid #555;
}

.img-upload-preview-2 {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid #555;
}

.btn-secondary {
    background-color: #555555;
    border-color: #555555;
    color: #fff;
}

.Account-Type .card {
    border: 0;
    background-color: #0082CB;
    border-radius: 10px;
    color: #fff;
}

    .Account-Type .card .icon-signup {
        width: 45px;
        height: 45px;
        background-color: #fff;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px;
        margin: 10px 0;
    }

    .Account-Type .card h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .Account-Type .card p {
        margin-bottom: 0px;
        font-weight: 100;
        font-size: 14px;
    }
