.top-social-box {
    background-color: #FFF;
    width: 80%;
    margin: 2rem auto;
    padding: 10px;
    border-radius: 20px;
    padding-right: 0;
}
.top-social-box .col-md-4.col-8 {
    background-color: #e1b327;
    padding: 45px;
    border-radius: 10px;
}
/* .info-about p a {
    color: #FFF !important;
}
.info-about p strong {
    color: #FFF !important;
}
.info-about p span {
    color: #FFF !important;
} */
.info-about {
    background-color: #FFF;
    border-radius: 15px ;
    height: 100%;
}
.tab-box {
    padding: 0;
    background-color: #f3f3f3;
    border-radius: 10px;
    width: 98%;
    margin: auto;
}
.tab-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden; 
    white-space: nowrap;
  }
  
  .tab-scroll-wrapper .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  
  .tab-scroll-wrapper .nav-item {
    white-space: nowrap;
  }
  .tab-scroll-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar for cleaner UI */
  }
    
  @media (max-width: 1440px) {
    .tab-box{
        width: 95%;
    }
  }
@media (max-width: 1024px) {
    .top-social-box {
        width: 100%;
        margin-top: 0rem;
    }
    .tab-box {
        width: 96%;
        margin: auto;
    }
    .top-social-box .col-md-4.col-8 {
        padding: 35px;
    }
}
@media (max-width: 768px){
    .top-social-box{
        padding: 0px;
        margin-top: 4rem;
    }
    .tab-box {
        width: 95%;
        margin: auto;
    }
    .top-social-box .col-md-4.col-8 {
        padding: 30px;
        height: 100%;
    }
    .top-social-box {
        padding: 0px;
        margin-top: 2rem;
    }
}
@media (max-width: 480px){
    .info-about {
        padding: 25px 0 !important;
    }
    .top-social-box {
        margin-top: 2rem;
    }
    .tab-box{
        width: 93%;
    }
    .tab-content {
        padding: 0 10px;
    }
    .top-social-box .col-md-8.col-sm-12.col-12{
        padding: 0 !important;
    }
    .top-social-box .col-md-4.col-8 {
        margin-bottom: 30px;
    }
    .section-title-left {
        padding: 13px;
    }
    .col-md-8.col-sm-12.col-12 .info-about p {
        padding-left: 14px;
        padding-right: 14px;
    }
    .top-social-box .col-md-4.col-8 {
        padding: 24px;
        height: 100%;
    }
    .info-about .section-title-left {
        padding: 16px !important;
    }
    .top-social-box .col-md-4.col-8 {
        padding: 15px;
        height: 100%;
        margin-top: 20px;
    }  

    .about-img img {
        margin-left: 35px !important;
    }
    .list li:before {
        content: '\25B6' !important;
        position: absolute;
        left: -25px;
        font-family: 'Arial', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif;
    }

}


.section-title-left {
    background-color: #FFF;
    padding: 6px;
    width: fit-content;
    border-radius: 8px;
    margin-bottom: 10px;
}


/* previous css */

.about-img {
    display: inline-block;
    position: relative;
    margin-right: 35px;
    margin-bottom: 50px;
    margin-top: -30%;
}

.about-img::before {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 90%;
    height: 80%;
    z-index: 1;
    content: '';
    background: #9f2d29;
}

.box-img {
    position: relative;
}

.box-img::before {
    position: absolute;
    background-image: url(images/dots.png);
    bottom: -80px;
    right: -40px;
    z-index: 0;
    content: '';
    height: 110px;
    width: 110px;
}

.about-img img {
    margin-left: 40px;
    z-index: 2;
    position: relative;
}

.info-about {
    padding: 15px;
    border: 1px solid #e1b327;
}
.tab-pane .info-about {
    border: 0;
    border-radius: 8px;
    background-color: #f3f3f3;
}
.info-about h3 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: .5px;
    margin-top: 10px;
    font-weight: 600;
    color: #000;
}

.section-title-left h2 {
    color: #000;
    display: block;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
	line-height: 16px;
    margin-bottom: 13px;
    /* line-height: 18px; */
    /* margin-bottom: 20px; */
    position: relative;
    /*padding-left: 60px;*/
    padding-left: 30px;
}



.section-title-left h2::before {
    content: " ";
    display: block;
    background: #e1b327;
    /*width: 50px;*/
    width: 20px;
    height: 2px;
    top: 8px;
    left: 0;
    position: absolute;
}

.info-about,
.info-about a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.modal-social {
    margin: 20px 0;
}

.modal-social a {
    margin-right: 10px;
}

.modal-social a img {
    width: 40px;
    height: 40px;
}

.nav-tabs>li.nav-item {
    padding: 0;
}
.team-style-01{
    cursor: pointer;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: var(--base-color);
    color: var(--base-color);
    font-weight: 800;
}

.nav-tabs .nav-link {
    border: 1.5px solid #FFF;
    color: #ffffff;
    font-weight: 600;
}

.nav-tabs {
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--base-color);
    background: #9f2d29;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    padding: 6px;
    gap: 5px;
}

.list li:before {
    content: '\23F5';
    position: absolute;
    left: -25px;
    font-family: 'Arial', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif;
}


.list li {
    position: relative;
}

.info-about .sub-title {
    margin-bottom: 0;
    font-weight: 800;
}

.hover-box {
    filter: grayscale(1);
}

.hover-box:hover {
    filter: grayscale(0);
}

.hover-box p {
    line-height: 1.5;
}

.social-icon i {
    font-size: 22px;
}
