

/* Profile Banner Section */
.profile-banner-section {
    background:#e9f5ff7a;
    padding: 50px 0 80px;
}

.profile-breadcrumb-box {
    margin-bottom: 20px;
}

.profile-breadcrumb {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #13036E;
    margin-bottom: 15px;
}

.profile-main-title {
    /* font-size: 48px; */
    font-size: 42px;
    font-weight: 700;
    color: #020043;
    margin-bottom: 0;
}

/* Profile Hero Card */
.profile-card {
    background: #FFFFFF;
    border: 0;
    /* box-shadow: 0px 20px 60px rgba(19, 143, 255, 0.1); */
    box-shadow: 0px 0px 24px 0px #0000001A;

    border-radius: 15px;
    padding: 50px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.profile-card-box {
    padding-bottom: 0 !important;
}

.profile-info-main {
    gap: 30px;
}

.profile-avatar {
    width: 200px;
    height: 200px;
    background: #F0F2FD;
    color: #1B1B1B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    font-weight: 600;
}

.profile-name-box h2 {
      /* font-size: 42px; */
      font-size: 32px;
    font-weight: 600;
    color: #020043;
   
    text-transform: capitalize;
    line-height: 42px;
    margin-bottom: 30px;
}



.profile-contact-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-left: 1px solid;
    border-image-source: linear-gradient(360deg, rgba(19, 3, 110, 0) 0%, rgba(19, 3, 110, 0.8) 50%, rgba(19, 3, 110, 0) 100%);
    border-image-slice: 5;
    padding-left: 80px;


}

.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}
.contact-item p{color: #1B1B1B;font-weight: 500;margin-bottom: 0;}
.contact-item.adress p{text-align: left;text-wrap-style: pretty;max-width: 400px;}

.contact-item.email-sec{border-top: 1px solid; border-bottom: 1px solid; padding-block: 25px; border-color: #EAECEE;}

.contact-item .icon-circle {
    width: 80px;
    height: 80px;
    background: #E9F5FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    
}



.contact-item .icon-circle img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(98%) saturate(2871%) hue-rotate(198deg) brightness(102%) contrast(103%);
}

.profile-stats-row {
    margin-top: 50px;
}

.profile-card-box .profile-card  .row .col-lg-7{padding-right: 70px;}

.mian-stat-box-inline-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    /* width: 95%;   */
    margin-top: 0;
}
.stat-box {
    display: flex;
    align-items: center;
    flex-direction: column ;
    gap: 12px;
    padding:30px;
    background: #FFFFFF;
    border: 1px solid #EAECEE   ;
    border-radius: 24px;
    transition: all 0.3s ease;
    height: 100%;
}

.stat-box:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px);
}



/* .stat-icon {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #F3F4F6;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
} */

/* .stat-icon img {
    width: 32px;
    height: auto;
} */

/* .stat-info p {
    font-size: 18px;
    color: #1B1B1B;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: left;
} */


.stat-info p ,
.stat-info h3 {
    font-size: 24px;
    font-size: 24px;
    font-weight: 600;
    color: #1B1B1B;
    text-align: center;
    margin-bottom: 0px;
}

.stat-info p{ font-size: 16px; font-weight: 500;margin-bottom: 10px;}
/* Sidebar Boxes */
.sidebar-box {
    background: #FFFFFF;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 40px;
}

.sidebar-box h4 {
    /* font-size: 30px; */
    font-size: 20px;
    font-weight: 600;
    color: #020043;
    margin-bottom: 20px;
}

.about-seller-box {
    background: #3722B1;
    border: none;
    box-shadow: 0px 0px 34px 0px #0000001A;

}

.about-seller-box h4 {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.seller-details {
    display: flex;
    flex-direction: column;
    /* gap: 25px; */
    gap: 18px;
}

.seller-details li {
    display: flex;
    justify-content: space-between;
    /* font-size: 20px; */
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 0;
    border-bottom: 1px solid #7963FA;
        align-items: baseline;
}

.seller-details li:last-of-type{padding-bottom: 0;border-bottom: none;}
.seller-details li strong {
    color: #FFFFFF;
    font-weight: 600;
}

.seller-details li span {
    text-align: right;
    /* max-width: 65%; */
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
}


/* Buttons */
.btn-contact-primary {
    background: linear-gradient(90deg, #138FFF 0%, #13036E 100%);
    color: #FFFFFF !important;
    font-weight: 600;
    /* font-size: 18px; */
    font-size: 16px;
    padding: 16px;
    border-radius: 12px;
    width: 100%;
    display: block;
    text-align: center;
    border: none;
    transition: all 0.3s ease;
}

.btn-contact-primary:hover {
    /* transform: translateY(-3px); */
    box-shadow: 0px 10px 20px rgba(19, 143, 255, 0.3);
}

.btn-contact-secondary {
    /* background: #FFFFFF; */
    color: #13036E ;
    font-weight: 600;
    /* font-size: 18px; */
    font-size: 16px;
    padding: 16px;
    border-radius: 12px;
    width: 100%;
    display: block;
    text-align: center;
    /* border: 1px solid #F3F4F6; */
    /* transition: all 0.3s ease; */
     background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(90deg, #138FFF, #13036E) border-box;
  border: 1.5px solid transparent;
  border-radius: 12px;


}

.btn-contact-secondary:hover {
    background: linear-gradient(90deg, #138FFF 0%, #13036E 100%);;
    color: #fff ;
}

/* Reviews Box */
.stars {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}

.stars img {

    filter: brightness(0) saturate(100%) invert(65%) sepia(79%) saturate(1730%) hue-rotate(2deg) brightness(103%) contrast(101%);
}

.no-reviews-text {
    font-size: 16px;
    color: #6B7280;
    text-align: left;
    margin-bottom: 30px;
}

/* Products Main Area */
.products-main-area {
    background: #FFFFFF;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 30px;
}

.products-header h3 {
    font-size: 30px;
    font-weight: 700;
    color: #020043;
    display: flex;
    align-items: center;
    gap: 20px;
}

.products-header h3 .badge {
    background: #3722B1;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 10px;
    margin-left: 0 !important;
    vertical-align: middle;
}

.products-filter-tabs .nav-tabs {
    gap: 40px;
}

.products-filter-tabs .nav-tabs  li.nav-item{min-width: 10%;}
.nav-tabs .nav-link {
    color: #6B7280;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s ease;
    width: 100%;
}

.nav-tabs .nav-link.active {
    color: #13036E !important;
    border-bottom: 3px solid #13036E !important;
    background: none !important;
}

/* Search Bar */
.search-bar-wrapper {
    position: relative;
}

.search-bar-wrapper .form-control:focus,
.search-bar-wrapper .form-control:active,
.search-bar-wrapper .form-control:visited{
    box-shadow: none;
    outline: none;
    border: none;
}

.search-bar-wrapper .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 5px;
    width: 50px;
    background:      linear-gradient(90deg, #138FFF 0%, #13036E 100%);;
    color: #FFFFFF;
    border-radius: 0 12px 12px 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


/* =========================================================
   PROFILE PAGE RESPONSIVE CSS
========================================================= */


/* -----------------------------
   1401px - 1800px
------------------------------*/
@media (min-width: 1401px) and (max-width: 1800px) {

    .profile-banner-section {
        padding: 45px 0 70px;
    }

    .profile-card {
        padding: 45px;
    }

    .profile-avatar {
        width: 150px;
        height: 150px;
        font-size: 55px;
    }

    .profile-name-box h2 {
        line-height: 40px;
        margin-bottom: 25px;
    }

    .profile-contact-list {
        padding-left: 60px;
        gap: 22px;
    }
    .profile-card-box .profile-card .row .col-lg-7 {
    padding-right: 50px;
}

    .contact-item .icon-circle {
        width: 70px;
        height: 70px;
    }

    .mian-stat-box-inline-sec {
        gap: 30px;
    }

    .stat-box {
        padding: 25px;
    }

    .seller-details li {
        padding-bottom: 20px;
    }
    .seller-details{gap: 20px;}

    .products-main-area .product-section .product-img-wrapper{
        height: 200px   ;
    }
    .products-main-area .product-section .product-img-wrapper img{
    height: 100%;
}


    .sidebar-box {
        padding: 30px;
    }

}


/* -----------------------------
   1200px - 1399px
------------------------------*/
@media (min-width: 1200px) and (max-width: 1399.99px) {

    .profile-banner-section {
        padding: 40px 0 60px;
    }

    .profile-card {
        padding: 40px;
    }

    .profile-avatar {
        width: 120px;
        height: 120px;
        font-size: 42px;
    }

    .profile-name-box h2 {
        line-height: 38px;
        margin-bottom: 22px;
    }
    .profile-name-box .subheading-badge {
        padding: 7px 14px;
        border-radius: 5px; 
    }

    .profile-contact-list {
        padding-left: 50px;
        gap: 20px;
    }

    .profile-card-box .profile-card .row .col-lg-7 {
    padding-right: 40px;
}
    .contact-item .icon-circle {
        width: 65px;
        height: 65px;
    }
    .contact-item.email-sec{padding-block: 20px;}
    .contact-item .icon-circle img {
    width: 25px;
    height: auto;}

    .contact-item.adress p {
        max-width: 320px;
    }

    .mian-stat-box-inline-sec {
        gap: 25px;
    }

    .stat-box {
        padding: 20px 12px;
    }

    .sidebar-box {
        padding: 28px;
    }

    .seller-details li{padding-bottom: 15px;}
    .seller-details{gap: 15px;}


    .products-main-area {
  
    border-radius: 15px;
    padding: 25px;}

.products-main-area .product-section .product-img-wrapper{
    height: 160px;
}

.products-main-area .product-section .product-img-wrapper img{
    height: 100%;
}

.products-header h3 .badge{
        padding: 7px 12px;
}
.products-header h3{gap: 15px;}


}


/* -----------------------------
   992px - 1199px
------------------------------*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    .profile-banner-section {
        padding: 35px 0 55px;
    }

    .profile-card {
        padding: 30px;
    }

    .profile-info-main {
        gap: 20px;
        flex-wrap: wrap;
    }

    .profile-avatar {
        width: 140px;
        height: 140px;
        font-size: 50px;
    }

    .profile-name-box h2 {
        line-height: 34px;
        margin-bottom: 18px;
    }

    .profile-contact-list {
        padding-left: 35px;
        gap: 18px;
    }

    .contact-item {
        gap: 15px;
    }

    .contact-item .icon-circle {
        width: 55px;
        height: 55px;
    }

    .mian-stat-box-inline-sec {
        gap: 20px;
        /* grid-template-columns: 1fr 1fr; */
    }

    .stat-box {
        padding: 20px 10px;
    }

    .sidebar-box {
        padding: 25px;
    }

    .products-main-area .tab-content .tab-pane  .row .col-md-4{width: 50%;}

    .seller-details li{padding-bottom: 15px;}
    .seller-details{gap: 15px;}


    .products-main-area {
  
    border-radius: 15px;
    padding: 25px;}

.products-main-area .product-section .product-img-wrapper{
    height: 160px;
}

.products-main-area .product-section .product-img-wrapper img{
    height: 100%;
}

.stat-box img.img-fluid {
    width: 30px;
    height: auto;
}
section.profile-content-section .row .col-lg-4{width: 38%;}
section.profile-content-section .row .col-lg-8{width: 62%;}


.profile-card-box .profile-card .row .col-lg-7 {
    padding-right: 20px;
    width: 55%;
}
.profile-card-box .profile-card .row .col-lg-5 {
    width: 45%;
}
.contact-item .icon-circle img{width: 25px;height: auto;}
.contact-item.email-sec{padding-block: 18px;}



.products-header h3 .badge{
    padding: 5px 10px;
}
.products-header h3{gap: 15px;}

}


/* -----------------------------
   768px - 991px
------------------------------*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .profile-banner-section {
        padding: 30px 0 50px;
    }

    .profile-card {
        padding: 25px;
        margin-top: 30px;
    }

    .profile-info-main {
        
        /* align-items: flex-start; */
        gap: 25px;
    }

    .profile-avatar {
        width: 120px;
        height: 120px;
        font-size: 42px;
    }

    .profile-name-box h2 {
        line-height: 30px;
        margin-bottom: 15px;
        text-align: left;
    }
    .profile-name-box .subheading-badge {
        padding: 5px 12px;
        border-radius: 5px;
        text-align: left;
    }

    .profile-contact-list {
        padding-left: 0;
        border-left: none;
                padding-left: 0;
        border-left: none;
        border-top: 1px solid;
        border-image-source: linear-gradient(92deg, rgba(19, 3, 110, 0) 0%, rgba(19, 3, 110, 0.8) 50%, rgba(19, 3, 110, 0) 100%);   
    }

    .contact-item .icon-circle {
        width: 50px;
        height: 50px;
    }

    .mian-stat-box-inline-sec {
        
        gap: 18px;
    }

    .stat-box {
        padding: 18px;
    }

    .sidebar-box {
        padding: 22px;
    }

    .products-main-area {
        padding: 20px;
        border-radius: 20px;
    }

    .products-filter-tabs .nav-tabs {
        gap: 30px;
        flex-wrap: wrap;
    }
    .profile-card-box .profile-card .row .col-lg-7{padding: 0 12px;margin-bottom: 50px;}

.profile-card-box .profile-card .row .col-lg-5 .profile-contact-list{padding-top: 50px;}



.contact-item .icon-circle img{width: 22px;height: auto;}





  .products-main-area .tab-content .tab-pane  .row .col-md-4{width: 50%;}

    .seller-details li{padding-bottom: 15px;}
    .seller-details{gap: 15px;}


    .products-main-area {
  
    border-radius: 15px;
    padding: 25px;}

.products-main-area .product-section .product-img-wrapper{
    height: 160px;
}

.products-main-area .product-section .product-img-wrapper img{
    height: 100%;
}

.stat-box img.img-fluid {
    width: 30px;
    height: auto;
}




.profile-content-section .col-lg-4 .profile-sidebar{        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;}
.sidebar-box{width: 48%;}

.sidebar-box.about-seller-box{width: 100%;}




.profile-content-section .col-lg-4 .profile-sidebar .btn-contact-primary,
.profile-content-section .col-lg-4 .profile-sidebar .btn-contact-secondary{
    height: 45px;
        padding: 12px;
    border-radius: 5px;
}



.products-header h3 .badge{
    padding: 6px 10px;
}
.products-header h3{gap: 12px;}





}


/* -----------------------------
   Below 767px
------------------------------*/
@media (max-width: 767.98px) {

    .profile-banner-section {
        padding: 25px 0 40px;
    }

    .profile-card {
        padding: 20px;
        margin-top: 25px;
        border-radius: 12px;
    }

    .profile-info-main {
        
        gap: 10px;
    }

    .profile-avatar {
       width: 80px;
        height: 80px;
        font-size: 30px;
    }

    .profile-name-box h2 {
        line-height: 26px;
        margin-bottom: 12px;
    }

    .profile-contact-list {
        padding-left: 0;
        border-left: none;
        gap: 15px;
    }

    .contact-item {
        gap: 12px;
        flex-direction: row;
                align-items: center;
    }

    .contact-item .icon-circle {
        width: 45px;
        height: 45px;
    }

    .mian-stat-box-inline-sec {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stat-box {
        padding: 15px;
        border-radius: 16px;
    }

    .sidebar-box {
               padding: 20px;
        border-radius: 12px;
    }

    .sidebar-box h4 {
        font-size: 22px;
    }

    /* .profile-content-section{} */

    .seller-details{gap: 15px;}
    .seller-details li {
        font-size: 18px;
        flex-direction: column;
        gap: 5px;
        padding-bottom: 15px;
    }

    .seller-details li span {
        max-width: 100%;
        text-align: left;
        font-size: 16px;
        color: #ffffffdb;
    }

    .products-main-area {
        /* padding: 20px;
        border-radius: 16px; */
                padding: 0 10px;
        border-radius: 16px;
        background: unset;
        box-shadow: unset;
        border: 0;
        
    }

    .products-header h3 {
        font-size: 20px;
    }

    .nav-tabs .nav-link {
        font-size: 15px;
    }


.about-seller-box h4{margin-bottom: 25px;}
.profile-card-box .profile-card .row .col-lg-7{padding: 0 12px;        margin-bottom: 50px;}
.contact-item.adress p{        max-width: calc(100% - 50%);}
.contact-item p{font-size: 15px;}
.contact-item .icon-circle img{width: 20px;height: auto;}


.products-filter-tabs .nav-tabs{gap: 0;flex-wrap: nowrap;overflow-x: auto;justify-content: space-between;}
.profile-content-section .col-lg-4 .profile-sidebar .btn-contact-primary,
.profile-content-section .col-lg-4 .profile-sidebar .btn-contact-secondary{
    height: 45px;
    font-size: 15px;
        padding: 12px;
    border-radius: 5px;
}

.products-header h3 .badge{
    font-size: 15px;
    padding: 6px 10px;
}
.products-header h3{gap: 12px;}

}


