.other-option {
    margin-right: -90px;
    margin-top: 7px;
}
.right-menu{
    display:flex;
}
.signup-btn {
    color: #fff;
    font-family: catamaran, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 20px !important;
    background: #0d6efd !important;
    border-radius: 5px;
}
.signin-btn {
    background: transparent !important;
    border: 2px solid #0d6efd;
}
.navbar-nav .nav-item .nav-link.active {
    color: #0d6efd !important;
}
.book-demo{
    margin-right: 100px !important;
}
.for-candidate{
    margin-right: -90px !important;
}
#country{
    height: 60px;
    border-radius: 10px;
    padding: 5px 20px 10px;
    border: 1px solid #ced4da;
    width: 100%;
    font-family: inherit !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    background-color: #fff;
}
#state{
    height: 60px;
    border-radius: 10px;
    padding: 5px 20px 10px;
    border: 1px solid #ced4da;
    width: 100%;
    font-family: inherit !important;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    line-height: 40px;
}
.theme-dark #country{
    background-color: #000;
}
.theme-dark #state{
    background-color: #000;
}
.theme-dark #industry{
    background-color: #000;
}
.theme-dark .filter::after {
    color:#fff;
}
#industry{
    height: 60px;
    border-radius: 10px;
    padding: 5px 20px 10px;
    border: 1px solid #ced4da;
    width: 100%;
    font-family: inherit !important;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    line-height: 40px;
}
.top-btn.active {
    display: none;
}
.nav-candidate {
    width: 150px !important;
    margin-left: 90px !important;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .filter{
        margin-bottom: 15px;
    }

}

/* Ensure the dropdown arrow is visible */
select.form-control {
    -moz-appearance: auto; /* Firefox */
    -webkit-appearance: auto; /* Safari and Chrome */
}

/* Additional styling for better visibility */
select.form-control {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 16px;
    font-family: inherit;
}
.testimonial-slider-two .testimonial-items .testimonial-text {
    height: 400px;
}
.filter {
    position: relative;
}

.filter select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none; /* Remove default dropdown arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none; /* Remove background to hide the default arrow */
}

.filter::after {
    content: '\f078'; /* Unicode for Font Awesome chevron down */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; /* Font Awesome uses 900 for solid icons */
    position: absolute;
    top: 50%;
    right: 30px; /* Adjust to move the arrow left or right */
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 10px; /* Adjust the size as needed */
    color: #000;
}
.form-control {
    color: #000000;
}
@media (max-width: 767px) {
    .banner-style-five .find-form .form-group .form-control {
        height: 60px !important;
    }
}
.signin-btn:hover{
    color:#000 !important;
    background-color: #fff !important;
    border: 2px solid #fff;
}
.signup-btn:hover{
    color: #000 !important;
    background-color: #fff !important;
}
@media (max-width: 768px) {
    .testimonial-slider-two .testimonial-items .testimonial-text {
        height: 500px;
    }
    .right-menu{
        display:inline !;
    }
    .mob-log{
        margin-left: 130px;
    }
    .mob-sign {
        width: 25% !important;
    }
    .mob-signup {
        width: 18% !important;
    }
    .signup-btn {
        font-size:11px !important;
    }
    .signin-btn {
        font-size:11px !important;
    }
    /* .signin-btn {
        width: 30% !important;
    } */

}
input::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
@media (max-width: 480px) {
    /* .signin-btn {
        width: 112px !important;
    } */
    .mob {
        margin-left: 150px !important;
    }
}
/* .theme-dark body {
     color: #000;
} */
body.darkmode .buttonStyleDark {
    color: #fff !important;
    background-color: #0d6efd !important;
}
section.searchListingWrapper .jobListingWrapper .jobListsInnerWrapper {
    padding-bottom: 20px;
}

section.dropcontent_servicepage_keyfeatures .serviceCard {
    align-items: normal;
    }
    .navbar-area .main-nav .navbar .navbar-nav .nav-item {
        padding: 0px 0;
    }
    @media (min-width: 768px) {
        .mob {
          display: none;
        }
        .mob-log{
            display: none;
        }
      }
      section.searchBanner .contentWrapper {
        color: #001935;
    }
    .commonTitle {
        color: #001935;
        }
        section.dropcontent_servicepage_keyfeatures .serviceCard .service_card_content .service_card_content_title {
            font-size: 22px;
            color: #001935;
        }
        .section_title_subtitle {
            color: #001935;
        }

        body.darkmode .section_title_subtitle {
            color: #fff;
        }
        @media (max-width: 767px) {
            .navbar-area .mean-container .mean-bar nav .navbar-nav {
                height: 350px;
            }
        }
        @media (max-width: 768px) {
            section.whoWeAre .whoweTabWrapper .navTabsWrapper .nav-tabs-custom li.nav-item .nav-link {
                border-left: 2px solid #ababab;
            }
            body.darkmode section.whoWeAre .whoweTabWrapper .navTabsWrapper .nav-tabs-custom li.nav-item .nav-link {
                border-left: 2px solid #fff;
            }
        }
        body.darkmode section.subscriptionSection .singleSubCard .pointsWrapper ul li::before {
            filter:invert(1);
        }
        @media only screen and (max-width: 391px) and (min-width: 321px) {
            .banner-style-five .find-form {
                margin-top: 0px;
            }
            .banner-content{
                margin-top: -70px;
            }
            .banner-section .banner-content h1 {
                margin-bottom: 10px !important;
            }
        }

        @media only screen and (max-width: 426px) {
            .categories-section {
                padding-top: 180px;
            }
        }

        @media only screen and (max-width: 321px) {
            .categories-section {
                padding-top: 320px;
            }
        }
        .iti__flag.iti__in {
            height: 12px !important;
            background-position: -2413px 0;
        }
        html, body {
            overflow-x: hidden; /* Prevents horizontal scroll */
        }

        body {
            margin: 0; /* Ensures no default margin */
            padding: 0;
            width: 100%;
            box-sizing: border-box; /* Includes padding and borders within the element's width */
        }
        .buttonStyleDark, .buttonWithIcons {
            background-color: #0d6efd !important;
         }
         .loginPageBtnTab .nav-tabs .nav-item .nav-link.active {
            background-color: #001935;
         }
         .location-img::before {
            position: absolute;
            content: '';
            background: #001935;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: .8;
            border-radius: 10px;
        }
        body.darkmode .text-muted {
            color: #fff !important;
        }
        section.jobSingleWrapper .salaryCard .commonSmallTitle {
            font-size: 20px;
            }
.nav-link {
      color: #666;
      font-weight: 500;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .nav-link:hover {
      color: #000;
    }

    .btn-custom {
      border-radius: 30px;
      font-weight: 500;
    }

    .btn-outline {
      border: 1px solid #666;
      border-radius: 30px;
    }

    .signin-buttons button {
      height: 48px;
    }

    .signin-buttons img {
      margin-right: 8px;
    }

    .hero-image img {
      width: 100%;
    }

    @media (max-width: 768px) {
      .hero-image {
        display: none;
      }
    }

    .section-light {
      background-color: #f3f2ef;
    }
    .tag-btn {
      border: 1px solid #999;
      border-radius: 50px;
      padding: 6px 16px;
      margin: 6px;
      font-size: 18px;
      background-color: white;
    }
    .tag-btn:hover {
      background-color: #f0f0f0;
    }
	@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 1.75rem;
  }
  .hero-section {
    height: auto;
    padding: 60px 0;
    background-position: top;
  }
}
.linkedin-hero {
      background: url('../img/footer-banner.jpg') no-repeat center top;
      background-size: cover;
      color: #000;
      height: 100vh;
      position: relative;
    }

    @media (min-width: 768px) {
  .heading-h1 {
    margin-top: 30px;
  }
}

 /* Optional: For better mobile responsiveness */
@media (max-width: 768px) {
  .linkedin-hero {
    background-position: center center;
    height: auto; /* let height adjust based on content */
    background-size: 148% auto;
    background-position: center bottom;
 }
 .linkedin-overlay {
     padding-top: 0px;
}
.footer-heading h1 {
        font-size: 14px !important;
        margin-top: -35px;
         }
      .footer-button {
     padding: 3px 3px !important;
     font-size: 10px;
     margin-bottom: 10px;
}
.footer-heading {
    height: 225px;
}
.testimonial-img {
    max-width: 350px;
    width: 350px;
}

.linkedin-overlay {
    padding-top: 60px;
}
}
.carousel-control-prev {
    display:none;
}
.carousel-control-next {
    display:none;
}
    .linkedin-hero h1 {
      font-size: 3rem;
      font-weight: 600;
    }

    .linkedin-hero .btn-primary {
      background-color: #0d6efd;
      border-color: #0d6efd;
      border-radius: 999px;
      font-weight: 600;
      padding: 12px 24px;
    }

    @media (max-width: 768px) {
      .linkedin-hero h1 {
        font-size: 2rem;
      }
    }
.btn-color {
    background-color: #0d6efd;
}
.btn-link-color {
    color:#0d6efd !important;
    text-decoration: none;
}
.btn-border {
    border: 1px solid #0d6efd !important;
}
.btnhover:hover {
   background-color: #0d6efd;
   color:#fff !important;
}
.link-color{
   color:#0d6efd;
}
.anchor-color{
    color:#000;
}
.btn-custom {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  height: 52px;
  position: relative;
}

.btn-custom .icon {
  width: 24px;
  height: 24px;
}
