
.navbar-nav .nav-link {
    color: #000; 
}

.navbar-nav .nav-link.active {
    color: #000;
}

.theme-btn {
    background-color: #111;
    color: #fff !important; 
    border: none;
    border-radius: 160px; 
    padding: 14px 36px !important;  
    line-height: 1.5;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-align: center;
}

.theme-btn:hover {
    background-color: #333; 
    color: #fff !important;
}

.navbar-brand img {
    height: 80px;
}

.navbar-brand {
    padding: 0;
}

.navbar-collapse {
    align-items: center;
}

.navbar-nav .nav-item {
    margin-left: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header.fixed-header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.headerdo .nav-item .nav-link.active{
    color: #111;
}

.headerdo .nav-item .nav-link {
    color: #111;
    font-size: 15px;          
    font-weight: 500;         
    font-family: 'Montserrat', sans-serif; 
    text-transform: uppercase; 
    letter-spacing: 0.1px;    
    padding: 2px;    
}

.headerdo .nav-item .nav-link.active {
    color: #111;
    font-weight: 500;        
}

/* Introduction css start */
/* Introduction css start */

.welcome-content {
    padding-left: 60px;
    max-width: 700px;
}

/* Headings */
.welcome-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.welcome-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

/* Image */
.imageabout {
    width: 100%;
    height: 400px;
}

.imageabout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================= */
/* Responsive Adjustments */
/* ============================= */

@media (max-width: 991px) {
    .welcome-content {
        padding-left: 0;      /* remove left padding */
        max-width: 100%;
        text-align: center;
    }

    .imageabout {
        height: 300px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .welcome-content h1 {
        font-size: 28px;
    }

    .welcome-content p {
        font-size: 15px;
    }

    .imageabout {
        height: 240px;
    }
}

/* Introduction css end */

/* solution css */
.solutions{
    background-color: #f8f8f8;
}
/* solutions css end */
/* cta css start */
.cta-section {
    text-align: center;
    padding: 80px 0px;
    background: #cdc5bc;
}

.cta-text {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #111;
    font-family: 'Montserrat', sans-serif;
}

.cta-btn {
    display: inline-block;
    padding: 14px 36px;
    font-size: 16px;
}
/* cta css end */
/* footer icons */

.footer-widget-useful-links-list.with-icons li {
    position: relative;
    padding-left: 20px;
}

.footer-widget-useful-links-list.with-icons li::before {
    content: "\f105"; 
    font-family: "Font Awesome 5 Pro";
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.p-80{
padding: 80px 0px;
}

html {
  scroll-behavior: auto;
}

.service-box-link:hover .main-service-one-sec-content p {
  color: #111;
}

.pointsub ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pointsub ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}

.pointsub ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  color: #111; /* black */
  font-size: 14px;
}

/* breadcrumb */

.breadcrumbdub{
    background-color: #111;
    padding: 60px 0px;
}

.commonbreadcrumb{
    color: #fff;
    text-align: center;
}

.commonbreadcrumb p{
    font-size: 18px;
}

.commonbreadcrumb h4{
    font-size: 42px;
    color: #fff;
    text-transform: capitalize;
}

.innerpageall p{
    margin-bottom: 10px;
}

.parabelow{
    margin-top: 20px;
}

.parabelow h4{
    color: #111;
    margin-bottom: 16px;
}

.parabelow p{
    margin-bottom: 12px;
}


/* benefits */

.benefitsreps{
    margin-bottom: 20px;
}

.benefitsreps h4{
    line-height: 36px;
    font-size: 18px;
    height: 40px;
}

.benefitinsideall p{
    line-height: 24px;
    overflow: hidden;
}


.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.modal-backdrop {
    pointer-events: none;
}

.overlay {
    display: none;
}

.popup,
.modal,
.alert-box {
    z-index: 99999;
    position: fixed;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
}

.modal {
    opacity: 1 !important;
    pointer-events: auto !important;
}


.loader-wrap {
    pointer-events: none;
}


.accordion-button::after {
  display: none;
}

.custom-accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  position: relative;
  padding-right: 18px;
  background-color: #f1f1f1;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #111;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.custom-accordion::before {
  content: "+";
  position: absolute;
  right: 1rem;
  font-size: 24px;
  font-weight: bold;
}

.custom-accordion:not(.collapsed)::before {
  content: "−";
}

.accordion-item {
    margin-bottom: 10px;
    border: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}


.contact-boxes {
   display: flex;
   flex-direction: column;
   gap: 15px;
}

.info-box {
   border: 1px solid #ddd;
   padding: 20px;
   border-radius: 8px;
   background: #fff;
}

.info-box h4 {
   margin-bottom: 8px;
   font-weight: 600;
}

/* icon circle*/
.icon-circle {
   width: 60px;
   height: 60px;
   background: #111;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 10px;
}

.icon-circle img {
   max-width: 28px;
   max-height: 28px;
}


.job-card {
    border-left: 5px solid #000; /* black left border */
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    padding: 20px;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.job-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.job-type, .job-experience {
    font-size: 0.95rem;
    margin: 5px 0;
}

.card-footer {
    margin-top: 15px;
    text-align: right;
    background: transparent;
    border-top: none;
    padding: 0;
}

.apply-btn {
    padding: 8px 18px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: background 0.3s;
}

.apply-btn:hover {
    background: #0056b3;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
    background-color: #0f0f0f !important;
    color: #fff !important;
}


@media (max-width: 991px) {

    .navbar-collapse {
        align-items: stretch;
        overflow: visible !important; /* Make sure dropdown is not cut */
    }

    .navbar-nav .nav-item {
        position: relative; /* reference for absolute dropdown */
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
        top: 100%;   /* just below the menu item */
        left: 0;
        width: 100%;
        margin: 0;
        border-radius: 8px;
        box-shadow: none;
        z-index: 9999; /* make sure it’s on top of other content */
    }

    .navbar-nav .dropdown.show .dropdown-menu {
        display: block; /* ensure it opens */
    }
}

/* tabs color */
/* Tabs container */
.nav-tabs {
    display: flex;
    width: 100%;
    border-bottom: none;
}

.nav-tabs .nav-item {
    flex: 1;
    text-align: center;
}

.nav-tabs .nav-link {
    width: 100%;
    border: none;
    border-radius: 0;
    color: #111;
    background-color: #f2f2f2;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #111111;
    border: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    outline: none;
}

.theme-add{
    background-color: #cdc5bc !important;
    color: #111 !important;
}

.footer-widget-useful-links-list li a:hover{
    color: #fff;
}

.form-check-input:checked {
  background-color: #111;
  border-color: #111;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #111;
}
