body {
    font-family: 'Montserrat', sans-serif !important;
}


.bibhub_header {
    background-color: #3e4e6f;
    padding: 18px 60px;
}

.bibhub_header .navbar-brand img {
    height: 50px;
}

.bibhub_header .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400 !important;
}

.bibhub_pad_lr {
    padding: 0 60px;
}

.bibhub_pad_tb {
    padding-top: 45px;
    padding-bottom: 110px;
}

.bibhub_header .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 100%;
    /* Starts from the right */
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ffd041;
    transition: width 0.4s ease, left 0.4s ease;
}

.bibhub_header .navbar-nav .nav-link:hover {
    color: #ffd041;
}

.bibhub_header .navbar-nav .nav-link:hover::after {
    width: 100%;
    left: 0;
    /* Expands left */
}


/* Mobile Menu */
.bibhub_header .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    height: 100%;
    background: #3e4e6f;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: right 0.4s ease;
    z-index: 1050;
}

.bibhub_header .mobile-menu.active {
    right: 0;
}

.bibhub_header .mobile-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    text-align: center;
    position: relative;
    transition: color 0.3s ease;
}

.bibhub_header .mobile-menu a::after {
    content: "";
    position: absolute;
    left: 100%;
    /* Start from right */
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ffd041;
    transition: width 0.4s ease, left 0.4s ease;
}

.bibhub_header .mobile-menu a:hover {
    color: #ffd041;
}

.bibhub_header .mobile-menu a:hover::after {
    width: 100%;
    left: 0;
    /* Move left while expanding */
}


.bibhub_header .close-menu {
    font-size: 24px;
    cursor: pointer;
    align-self: flex-end;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 11px;
    border-radius: 5px;
}

/* Desktop Menu Icon */
.bibhub_header .menu-icon-desktop {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin-right: 15px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    position: absolute;
    right: -23px;
    gap: 25px;
}

.bibhub_header .menu-icon-desktop:hover {
    color: #0056b3;
}



.bibhub_header .navbar-nav {
    gap: 20px;
}

.bibhub_header .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: center !important;
    position: relative;
    padding-right: 200px;
}

.menu-icon-desktop a {
    background-color: #ffd041 !important;
    color: #000 !important;
    border: none;
    padding: 15px 28px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
}

.menu-icon-desktop img {
    width: 40px;
}


/* necessary_thing */
.necessary_thing_sec {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.necessary_thing_main_left .bivhub_jobs_title {
    text-align: left;
}

.necessary_thing_main_right {
    width: 100%;
}

.necessary_thing_main_right img {
    width: 100%;
}

.necessary_thing_left_list ul {
    list-style-type: none;
    padding: 0;
    padding-top: 30px;
}

.necessary_thing_left_list ul li span img {
    width: 30px;
}

.necessary_thing_left_list ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
}




/* necessary_thing */



/* banner-sec-start */
/* === Get Listed Section === */
.get-listed-section {
    background: #000;
    color: #fff;
    padding: 40px 60px;
    position: relative;
    text-align: center;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.business_listed {
    text-align: left;
}

.business_listed h2 {
    font-weight: 700 !important;
    font-size: 32px;
    padding-bottom: 5px;
}

.business_listed p {
    font-weight: 400 !important;
    font-size: 16px;
    padding-right: 70px;
}

/* Hidden State for Smooth Removal */
.hidden {
    opacity: 0;
    transform: translateY(-50px);
    pointer-events: none;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 60px;
    font-size: 17px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: none;
    line-height: 16px;
}

/* Form Styling */
.get-listed-form input {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    width: 100%;
}

/* Button Styling */
.btn-get-listed {
    background: #FFC107 !important;
    color: #000 !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    transition: 0.3s !important;
}

.btn-get-listed:hover {
    background: #e6a700;
}

/* === Contractor Section === */
/* .contractor-section {
    background-image: url(./assets/images/banner.png);
    color: #fff;
    text-align: left;
    border-top: 1px solid #fff;
    position: relative;
} */

.contractor-section {
    background-image: url('/assets/landings/ino/image/new_img/banner.png');
    color: #fff;
    text-align: left;
    border-top: 1px solid #fff;
    position: relative;
}


.contractor-heading {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 60px;
}

.contractor-text {
    font-size: 1.1rem;
    margin-top: 10px;
    padding-right: 215px;
}

.btn-contractor {
    background: #FFC107 !important;
    color: #000 !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    transition: 0.3s !important;
}

.btn-contractor:hover {
    background: #e6a700;
}

.business_listed_form {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 50px;
    align-items: center;
}

form.get-listed-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
}



.banner_inputall {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -45px;
    width: 85%;
}

.search-bar {
    align-items: center;
    padding: 25px 25px;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.search-bar input,
.search-bar select {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 8px;
    width: 100%;
    height: 45px;
    text-align: left;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.search-bar input:focus,
.search-bar select:focus {
    border-color: #007bff;
    outline: none;
}

.search-bar .search-btn {
    background-color: #ffcc40;
    color: black;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-bar .search-btn:hover {
    background-color: #ffb800;
}

/* job-card-sec css start */
.bivhub_jobs_sec {
    margin-top: 100px;
    margin-bottom: 30px;
    background-color: #f2f2f2;
    padding: 50px 0;
}

/* job-card-sec css end */


.bivhub_jobs_title {
    text-align: center;
}

.bivhub_jobs_title h4 {
    color: #3e4e6f;
    font-size: 20px;
    font-weight: 600;
}

.bivhub_jobs_title h2 {
    font-size: 35px;
    font-weight: 700;
    padding-top: 10px;
    margin: 0;
}

.slider_sec .bivhub_jobs_allcard {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border-radius: 10px;
    padding: 25px 3px;
    border: 4px solid transparent;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: left;
}

/* =========================================================================== */
.slider_sec {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-bottom: 30px;
    overflow-x: hidden;
}

.slider_sec .slider-container {
    width: 100%;
    /* overflow-x: hidden !important; */
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin-top: 25px;
}

.slider_sec .slider {
    display: flex;
    gap: 15px;
    width: max-content;
    white-space: nowrap;
    position: relative;
}

.slider_sec .card {
    min-width: 258px;
    max-width: 550px;
    height: 220px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 4px solid #fff;
}

.slider_sec .card:hover {
    border: 4px solid #ffcc40;
    /*box-shadow: 4px 4px 15px rgba(255, 223, 0, 0.5);*/
}

@keyframes scrollLTR {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20%);
    }
}

@keyframes scrollRTL {
    0% {
        transform: translateX(-20%);
    }

    100% {
        transform: translateX(0%);
    }
}

.left-to-right {
    animation: scrollLTR 100s linear infinite;
}

.right-to-left {
    animation: scrollRTL 100s linear infinite;
}

.slider-container:hover .slider {
    animation-play-state: paused;
}

.bivhub_jobs_card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    padding: 30px 0;
    row-gap: 30px;
}


.slider_sec .bivhub_jobs_allcard h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
}

.slider_sec .bivhub_jobs_allcard h6 {
    padding-right: 100px;
    margin: 0;
    padding-bottom: 10px;
}

.slider_sec .bivhub_jobs_allcard p {
    margin: 0;
    font-size: 15px;
}

.slider_sec .bivhub_jobs_allcard h6 {
    padding-right: 100px;
    margin: 0;
    padding-bottom: 10px;
    color: #ffb800;
}

a.btn.btn-primary.mt-3 {
    background-color: #FFC107 !important;
    color: #fff;
}

/* =========================================================================== */



.bivhub_jobs_btn {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 40px;
    display: none;
}

.bivhub_jobs_btn a {
    background: #FFC107 !important;
    color: #000 !important;
    border: none !important;
    padding: 16px 55px !important;
    border-radius: 5px !important;
    transition: 0.3s !important;
    text-decoration: none;
    font-weight: 300 !important;
}

.service_card_main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 25px;
}

.all_services {
    text-align: center;
    background-color: #fff;
    padding: 25px;
}

.all_services h4 {
    font-size: 18px;
    padding-top: 20px;
    margin: 0;
}

.service_card_sec {
    background-color: #172A51;
    padding: 20px 0;
}


/* CONTRACTOR DIRECTORY */

.find_directory_sec {
    padding-top: 50px;
}

.directory_cards {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding-top: 35px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 65px;
}

.find_directory_sec .card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.find_directory_sec .card {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.card-body h5 {
    padding-top: 8px;
    padding-bottom: 0;
    margin: 0;
}

.connect_phone {
    color: #FFC107;
    text-decoration: none;
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.card-body a span i {
    font-size: 25px;
}

.connect_location {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    display: flex;
    gap: 10px;
}

.directory_cards_switch {
    padding: 30px 0;
    text-align: center;
}

.directory_cards_switch button {
    background: #FFC107 !important;
    color: #000 !important;
    border: none !important;
    padding: 16px 55px !important;
    border-radius: 5px !important;
    transition: 0.3s !important;
    text-decoration: none;
    font-weight: 300 !important;
}

.card-body {
    padding: 20px 20px;
}


/* connect_contract_start */

.connect_contract_right .bivhub_jobs_title {
    text-align: left;
    padding-top: 18px;
}

.connect_contract_left_fig {
    width: 100%;
}

.connect_contract_left_fig img {
    width: 100%;
    filter: drop-shadow(0px 0px 0.4rem #3a3a3a);
}

.connect_contract_right_para {
    padding-top: 25px;
}

.connect_contract_right_para p {
    font-size: 16px;
    line-height: 30px;
}

.connect_contract_counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slide_images img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.slide_images {
    display: flex;
}

.slide_images img {
    transition: margin-left 0.3s ease-in-out;
    /* Smooth transition */
}

.slide_images img:nth-child(2) {
    margin-left: -10px;
}

.slide_images img:nth-child(3) {
    margin-left: -10px;
}

.slide_images img:nth-child(4) {
    margin-left: -10px;
}

.slide_images img:nth-child(2):hover,
.slide_images img:nth-child(3):hover,
.slide_images img:nth-child(4):hover {
    margin-left: 0px;
}


.counter-container {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

.count-number {
    font-size: 35px;
    font-weight: bold;
    /* color: #ffb800; */
}

.necessary_thing_main .row {
    display: flex;
    align-items: center;
}


/* message-us */
.message_us_main_left .bivhub_jobs_title {
    text-align: left;
}

.message_us_main_right .bivhub_jobs_title {
    text-align: left;
}

section.message_us_sec {
    padding: 50px 0;
}



.message_input {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
    /*padding: 0 12px;*/
}

.message_input input,
select,
select:focus-visible {
    box-shadow: #ffd041 0px 0px 2px 0px;
    border: none;
    width: 100%;
    height: 45px;
    /*padding: 0 12px;*/
    outline: none;
    border: 1px solid #3e4e6f;
}

.message_us_main_left {
    padding-right: 100px;
}

.message_text textarea,
.message_text textarea:focus-visible {
    width: 100%;
    box-shadow: #ffd041 0px 0px 2px 0px;
    border: none;
    height: 150px;
    padding: 12px 15px;
    outline: none;
    border: 1px solid #3e4e6f;

}

.message_text.directory_cards_switch {
    text-align: left;
    padding: 0;
}

.message_text.directory_cards_switch button {
    text-transform: uppercase;
    font-weight: bold !important;
    margin-top: 15px;
}

.testmonials_sec_fig {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testmonials_sec_fig img {
    width: 60px !important;
    border-radius: 100%;
}

.testmonials_sec {
    margin-top: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
    border-radius: 10px;
}

.testmonials_sec_content p {
    padding-right: 80px;
}


.testmonials_sec_content p {
    padding-right: 42px;
    line-height: 30px;
    font-size: 16px;
}

.testimonial_slider button.owl-dot {
    width: 15px;
    height: 15px;
    background-color: #d9d9d9 !important;
    border-radius: 100%;
}

.testimonial_slider button.owl-dot.active {
    width: 15px;
    height: 15px;
    background-color: #595959 !important;
    border-radius: 100%;
}

.testimonial_slider .owl-dots {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 5px;
    bottom: 45px;
}

/* message-us */
/* new-css */
.connect_slide img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.connect_slide {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px;
}

.connect_body {
    padding: 20px 20px;
}

.connect_contact .owl-stage-outer {
    height: 57vh !important;
}

.connect_body p {
    margin: 0;
}

.connect_contact-container {
    padding-top: 30px;
}

/* ========================= */
.slider_sec .card {
    min-width: 258px;
    max-width: 550px;
    height: auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 15px 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 4px solid #fff;
}

.job-card {
    width: 100%;
    /* background: #fff; */
    padding: 0;
    border-radius: 8px;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
    font-size: 14px;
    color: #333;
    text-align: left;
}

.timestamp {
    color: gray;
    font-size: 12px;
    font-weight: 100;
    margin: 0;
}

.job-title {
    font-size: 18px;
    font-weight: bold;
    color: #ffcc40;
    /* Green color */
    margin: 5px 0;
}

.job-meta {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
    padding: 10px 0;
}

.job-meta i {
    color: #000;
    margin-right: 8px;
}

.job-meta span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    display: inline-block;
    font-weight: 100;
}

.job-description {
    font-size: 13px;
    color: #000;
    margin: 0;
    font-weight: 100 !important;
}

.connect_contact-container button.owl-dot.active {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FFC107 !important;
}

.connect_contact-container button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fdeaea !important;
}

.connect_contact-container .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
}


/* ========================= */
/* new-css */


























/* footer */
.footer_sec {
    background-color: #3e4e6f;
    padding-top: 50px;
    color: #fff;
}

.footer_list {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer_list ul li {
    display: flex;
    gap: 15px;
}

.footer_main_second ul li span img {
    width: 20px;
}

.footer_main_second ul li a {
    color: #fff;
    text-decoration: none;
    /* padding-bottom: 10px; */
}

.copy_right p {
    margin: 0;
}

.footer_main_third .footer_list li span img {
    width: 45px;
}

.footer_main_third .footer_list li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer_main_third .footer_list li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.footer_list li {
    display: flex;
    gap: 15px;
}

.footer_main_four_input input {
    width: 100%;
    background-color: transparent;
    border: 1px solid yellow;
    height: 51px;
    padding: 0 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.footer_main_four_input input:focus-visible,
.footer_main_four_input input::placeholder {
    outline: none;
    color: #fff;
}

.footer_main_four_input button {
    width: 100%;
    background: #FFC107 !important;
    color: #000 !important;
    border: none !important;
    padding: 16px 55px !important;
    border-radius: 5px !important;
    transition: 0.3s !important;
    text-decoration: none;
    font-weight: 300 !important;
}

.copy_right {
    text-align: center;
    padding: 15px 0;
}

hr {
    margin: 0 !important;
    margin-top: 25px !important;
}

.copy_right a {
    position: relative;
    text-decoration: none;
    color: #FFC107 !important;
    transition: color 0.3s ease-in-out;
}

.copy_right a::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #FFC107 !important;
    transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
}

.copy_right a:hover::after {
    width: 100%;
    left: 0;
}


.copy_right a:hover {
    color: #fff;
}

.copy_right a:hover::after {
    width: 100%;
}

.social_media .footer_list {
    display: flex;
    gap: 15px;
    margin: 0;
    flex-direction: row;
}

.social_media .footer_list li {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.footer_list li a i {
    color: #3e4e6f;
    transition: color 0.3s ease;
}

.social_media .footer_list li:hover {
    background-color: #007bff;
    transform: scale(1.2);
}

.social_media .footer_list li:hover a i {
    color: #ffc107;
}


.footer_main_logo img {
    width: 130px;
}

.footer_main_content {
    padding: 20px 0;
}

.footer_main_content p {
    margin: 0;
    padding-right: 6px;
    font-size: 16px;
}

.social_media h6 {
    color: #FFC107;
    padding-bottom: 8px;
}

.footer_list li a i {
    color: #3e4e6f;
}

.footer_main h4 {
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.footer_main h4::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #FFC107 !important;
    width: 50px;
    left: 0;
    bottom: 13px;
}
/*.footer_main_third .footer_list li span {*/
/*    border: 1px solid #fff;*/
/*    border-radius: 100%;*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    text-align: center;*/
/*    align-content: center;*/
/*}*/

/* footer */ 

/* section#contact {
    display: none;
} */