header {
    display: flex;
    position: relative;
}

.nav-links a {
    text-decoration: none;
}

/* .outer-parent-card{
display: flex;
flex-direction: row;
justify-content: center;

} */
.marginp-btm {
    position: relative;
    bottom: 10px;
}

.verify-tickk {
    animation: shinyTick 0.8s ease-in-out infinite;
  }
  
  @keyframes shinyTick {
    0% {
      transform: scale(1.08);
      filter: drop-shadow(0 0 5px rgba(0, 255, 0, 0.7)); /* Initial subtle glow */
    }
    50% {
      transform: scale(1.1);
      filter: drop-shadow(0 0 10px rgba(0, 255, 0, 1)); /* Intense shiny glow */
    }
    100% {
      transform: scale(1);
      filter: drop-shadow(0 0 5px rgba(0, 255, 0, 0.7)); /* Back to subtle glow */
    }
  }
  

.parent-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
}

.waiting-time {
    position: relative;
    bottom: 20px;
}

.waiting-time .old-prices {
    color: red;
}

.waiting-time .price {
    font-weight: 500;
    color: red;
}

.parent-card a {
    text-decoration: none;
    color: black;
}

.parent-card a:hover {
    color: black;
    text-decoration: none;
}

.card {
    height: 222px;
    margin: 10px 10px;
    border-radius: 15px !important;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    width: 450px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    padding: 0px 20px;
    background-color: white;
}

.flex-username h5 {
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ribbon {
    width: 100px;
    background: black;
    color: #FFC700;
    text-align: center;
    font-size: 10px;
    /* transform: scale(1.5) !important; */
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: -25px;
    top: 16px;
    padding: 3px 0px;
    transform: rotate(-45deg);
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px 7px;
}

.red-btn {
    border: 2px solid red !important;
    z-index: 20;
}

.btn-outline-success {
    margin: 0;
    padding: 2px 13px !important;
    /* margin-top: 4px; */
    margin-right: 10px;
    border: 2px solid;
}

.offline-btn {
    color: #808080 !important;
    border: 2px solid #808080 !important;
}

.offline-line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 32px;
    gap: 2px;
}

.offline-line p {
    margin: 0;
}

.offline-line p {
    color: #808080 !important;
}

/* .btn-outline-success:hover {
    cursor: pointer !important;
    transform: translate(-1%, -1%);
    background-color: white !important;
    color: green !important;
} */
.btn-outline-success:hover {
    cursor: pointer;
}

.offline-for-btn .btn-outline-success:hover {
    cursor: pointer !important;
    transform: none;
    background-color: white !important;
    color: none !important;
    box-shadow: none !important;
}

.offline-for-btn .btn-outline-success:focus {
    box-shadow: none !important;
}

.stars {
    color: gold;
}

.price {
    color: #028C4C;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.margin-ppp {
    position: relative;
    bottom: 10px;
}

.old-price {
    text-decoration: line-through;
    color: #4E4B4B;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: strikethrough;
}

.verification-tick::after {
    content: '✔';
    /* Checkmark symbol */
    color: green;
    font-size: 16px;
}

.flex-username p {
    color: #4E4B4B;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.flex-username {
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.peragraph-section {
    padding: 5px 60px;
    margin-bottom: 20px;
}

.peragraph-section h1 {
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.12px;
}

.peragraph-section p {
    color: #747474;
    text-align: justify;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.margin-up-p {
    margin-bottom: 97px;
}

.flex-username svg {
    position: relative;
    left: 43px;
}

.firstcardp {
    margin-bottom: -13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-first-pera {
    margin-bottom: 0px;
}

header {
    box-shadow: none !important;
}

.flex-filter {
    display: flex;
    flex-direction: row;
}

.history-container {
    display: flex;
    flex-direction: row;
    height: 46px;
    padding: 10px 20px;
    background: #F58634;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}


.flex-stars {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.second-cls-pe {
    position: relative;
    bottom: 17px;
    align-self: center;
}

.margin-from-bottom {
    position: relative;
    top: 126px;
}

/* //tabs Css */
.tabs-con-container {
    z-index: 300;
    position: absolute;
    right: 280px;
    top: 80px;
    display: none;
    font-family: Arial, sans-serif;
    background-color: #f5f8ff;
    margin: 0;
    padding: 0;
    width: 630px;
    height: auto;
}

.hidden-vedio-con {
    display: block;
}

.tabs-con-header {
    background-color: #f7a266;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabs-con-header h2 {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tabs-con-icon-group {
    display: flex;
    gap: 10px;
}

.tabs-con-icon-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.tabs-con-icon-button.video {
    background-color: #ccc;
}

.tabs-con-icon-button.phone {
    background-color: #ccc;
}

.tabs-con-icon-button.message {
    background-color: #ccc;
}

.tabs-con-icon-button.active {
    background-color: #028C4C !important;
    border: 2px solid #fff;
}

.tabs-con-list {
    height: 500px;
    padding: 10px;
}

.tabs-con-item {
    display: flex;
    align-items: center;
    background-color: white;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tabs-con-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.tabs-con-details {
    flex-grow: 1;
    padding-left: 2px;
}

.tabs-con-details h4 {
    margin: 0;
    font-size: 16px;
}

.tabs-con-details p {
    margin: 0;
    color: #28a745;
}

.tabs-con-time {
    font-size: 14px;
    color: #999;
}

.tabs-con-hidden {
    display: none;
}

/* //Profile Css */
.profile-card {
    display: none;
    z-index: 300;
    position: fixed;
    right: 63px;
    margin: auto 10px;
    background-color: white;
    width: 300px;
    border-radius: 15px;
    padding: 20px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.profile-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #1a66ff;
}

.profile-name {
    margin: 15px 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.profile-phone {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.btn {
    background-color: #f99840;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
}

.profile-btn {
    display: inline-flex;
    padding: 8px 50px 9px 51px;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    background: #FF9B51;
    margin-bottom: 3px;
}

.profile-btn:hover {
    background: #FF9B51;
}

.btn:hover {
    background-color: #f98520;
}

.info-section-consultant {
    text-align: left;
}

.info-section-consultant a {
    text-decoration: none !important;
    color: black;
    text-align: start;
}

.info-section-consultant a:hover {
    color: white;
}

.info-section-consultant div {
    border-radius: 7px;
    padding: 15px 30px;
    font-size: 16px;
    color: #333;
}

.info-section-consultant div:hover {
    cursor: pointer;
    color: white;
    background-color: #e6691d;

}


.info-section-consultant div:last-child {
    border-bottom: none;
}

.balance {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balance span {
    font-size: 16px;
    font-weight: 600;
}

/* @media (min-width:600px) {
    .parent-card{
        justify-content: space-between;
        padding: 0px 60px;
    }
    .parent-card a{
        width: 32%;
        margin: 0px 5px;
    }
    .card{
        width: 100%;
    }
  
} */
@media (max-width:1420px) and (min-width:600px) {
    .card {
        width: 625px;
        height: auto;
        justify-content: space-evenly;

    }

    .card .btn {
        margin-top: 15px;
    }
}

@media (min-width:991px) and (max-width:1300px) {
    .card {
        width: 471px;
    }
}

/* @media (min-width:600px) and (max-width:991px) {
    
 } */
@media (max-width:600px) {
    .info-section-consultant div {
        padding: 10px;
    }

    /* #main-nav{
        gap: 3px;
    } */
    #navbar {
        width: 100% !important;
        display: flex;
        padding: 9px 16px !important;
        top: 73px !important;
    }

    .margin-from-bottom {
        top: 140px !important;
    }

    #main-nav {
        gap: 4px !important;
        width: fit-content !important;
    }

    #search-container {
        width: 220px !important;
        margin-right: 0px !important;
    }
}
@media (min-width:200px) and (max-width:380px)  {
    .profile-img{
      width: 70px !important;
      height: 70px !important;
    }
    .card{
      height: auto !important;
    }
    .flex-username h5{
      font-size: 18px;
    }
    .flex-username p{
      font-size: 13px;
    }
    .btn{
      margin-bottom: 6px;
    }
    .card div{
        font-size: 80%;
    }
  }
#navbar {
    position: fixed;
    width: 100%;
    top: 125px;
    z-index: 20;
    padding: 9px 60px;
    /* padding: 0px 60px; */
}

.margin-from-bottom {
    top: 188px;
}