


/* ===================  Breadcrumb Section starts ======================== */
.section_about_breadcrum{
    padding-top: 60px;
    background: url(../img/pageAbout/about_bdcr_dsn.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.about_breadcrumb_left{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
.button_main_about_page{
    display: flex;
    justify-content: center;
}
.about_breadcrumb_right{
   display: flex;
   align-items: center;
   justify-content: center;
}
.text_primary_color{
    color: #3a9948;
}
.text_primary_grey{
    color: #808285;
}
/* ===================  Breadcrumb Section ends ======================== */


/* ===================  Our Journey Section starts ======================== */
.section_our_journey{
    padding-top: 60px;
}
.our_journey_image{
    height: 360px;
    width: 100%;
}
.our_journey_image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}
.journey_left{
    display: flex;
    align-items: center;
}
.journey_right{
    display: flex;
    justify-content: flex-end;
}
.mission_vision_list li{
    margin-left: -10px;
    margin-bottom: 10px;
}
/* ===================  Our Journey Section ends ======================== */

/* =================  about container============================== */
.about-neem-container
{
    background-color: #E8F1E9;
}
.our_journey{
    padding-top: 60px;
}
.counter-section {
    padding: 20px 200px;
}

.counter-box {
    text-align: center;
    padding: 20px 0;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative; /* Add this */
    z-index: 10; /* Add this */
    margin-bottom: 20px;
}

.counter-number {
    font-size: 36px;
    color: #3a9948; /* Counter number color */
    margin: 0;
}

.counter-label {
    color: #666;
    margin: 10px 0 0;
}
.our_mission_margin{
    margin-top: -90px;
}
.ourmission_padding {
    padding:50px ;
}
.our-mission-img{
    border-radius: 10px;
}
.image-box {
    border-radius: 10px;
    text-align: center;
    /* padding: 20px 0; */
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease-in-out;
    background-color: #f8f8f8; /* Set initial background color */
}

.image-box img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
    opacity: 1;
    border-radius: 10px;
    transition: opacity 0.3s ease-in-out;
}

.team_niraj{
    background-color: #a5e0ae;
}
.team_janak
{
    background-color: #fbc244;
}
.team_manoj_budha_Ayer{
    background-color: #F6C586;
}
.team_rajendra_bhatt{
    background-color: #ECB6EA;
}
.team_ganesh_ojha{
    background-color: #B7A0EE;
}
.team_roshan_bist{
    background: #bcdbdf;
}
.team_niraj_pal{
    background: #a5e0ae;
}
.team_bikram_basnet{
    background: #e9a28a;
}
.image-box h4{
    margin-top: 12px;
}
.image-box h4,
.image-box p {
    font-size: 18px;
    line-height: 16px;
    color: #333;
    transition: opacity 0.5s ease-in-out;
}

.image-box:hover {
    background-color: #3a9948;
}

.image-box:hover img {
    opacity: 0;
}

.image-box:hover h4,
.image-box:hover p {
    opacity: 0;
}

.hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: white;
    opacity: 0;
    text-align: left;
    max-width: 100%;
    transition: opacity 0.3s ease-in-out;
}
.employee_name {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.image-box:hover .hover-text {
    opacity: 1;
}
.employee-social-icon{
    font-size: 20px;
    padding-top: 10px;
    padding-left: 150px !important;
}
.employee-social-icon i{
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}
.employee-social-icon a{
    color: #3a9948;
}
.btn-flext-start{
    display: flex;
    justify-content: flex-start;
}


/* ========Counter Responsive=========== */
@media (max-width: 992px) {
    .counter-section {
        padding: 30px 0;
    }
    .counter-box {
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .counter-number {
        font-size: 28px;
    }
    .counter-label {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .counter-section {
        padding: 20px 0;
    }
    .counter-number {
        font-size: 24px;
    }
    .counter-label {
        font-size: 12px;
    }
    .about_neem{
        text-align: center;
    }
    .btn-flext-start{
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .ourmission_padding {
        padding-left: 10px;
        padding-right: 10px;
    }
    .employee-social-icon{
        font-size: 18px;
        padding-top: 5px;
        padding-left: 100px !important;
    }
    .employee-social-icon i{
        background-color: white;
        padding: 5px;
        border-radius: 5px;
    }
}

/* experiences */
.sb h2 {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
  }
  .sb p {
    color: #383838;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 8px !important;
  }

.alsc {
    padding: 60px 0 20px;
  }
  .blk_span {
    display: block;
  }
  li {
    list-style: none;
  }
  ul,
  ol {
    padding: 0;
    margin: 0;
  }
  /* ----Tech stack section start------- */
  .tect_stack_section .tech_bxnw.tech_bxnw_nt {
    -webkit-mask-image: unset;
  }
  
  .tect_stack_section #techstack_tab::before,
  .tect_stack_section #techstack_tab::after {
    display: none;
  }
  
  .tech_bxnw .slick-track,
  .tech_bxnw .slick-list {
    width: 100%;
    min-width: 100%;
  }
  
  .tect_stack_section #techstack_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
    border-bottom: 1px solid #ABABAB;
  }
  
  .tect_stack_section .tech_sngl figure {
    width: 105px;
    height: 105px;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 14px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
  .tect_stack_section .tech_sngl h4 {
    text-align: center;
    margin-top: 5px;
  }
  
  .tect_stack_section .nav-pills .nav-link.active,
  .tect_stack_section .nav-pills .show>.nav-link {
    background-color: unset;
  
  }
  
  .tect_stack_section .nav-link p {
    color: #1d1d1d;
    font-size: 22px;
    font-weight: 900;
    margin: 0;
  }
  
  .tect_stack_section .tab-content>.tab-pane {
    display: block !important;
  }
  
  .tect_stack_section .tab-content .tab-pane {
    top: 0;
    opacity: 0;
    height: 0;
    transition: unset;
  }
  
  .tect_stack_section .tab-content .tab-pane.active {
    top: auto;
    opacity: 1;
    height: auto;
    transition: unset;
  }
  
  .tect_stack_section .nav-pills .nav-link {
    border: 2px solid transparent !important;
    background: unset !important;
    transition: unset !important;
  }
  
  .tect_stack_section .nav-pills .nav-link.active {
    border-bottom: 2px solid #00649E !important;
    border-radius: unset;
    transition: unset !important;
  }
  
  .tect_stack_section .tech_bxnw {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0px;
    padding: 10px;
    list-style-type: none;
    opacity: 1;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
  }
  
  .tect_stack_section .tab-content {
    padding-top: 40px;
  }
  
  .tect_stack_section .tech_us::after {
    content: unset;
  }
  
  .tect_stack_section .d_flx.tech_us {
    margin-top: 50px;
  }
  
  /* ------Tech stack section end------ */

