
.item-order {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #e8e8e8;
    color: #020202;
    font-weight: 500;
    padding: 0 6px;
    font-size: 1.125rem;
}

.font-3 {
    font-size: 3.5rem !important;
}

.item-order.orange {
    background-color: orange;
}

.description {
    overflow: hidden;
    text-overflow: ellipsis;
}

.expanded {
    max-height: none;
}

h1 {
    font-size: 50px !important;
    font-weight: 800 !important;
}

h1 span {
    color: #0d6efd;
}

.description svg,
.list-unstyled svg {
    color: #0d6efd;
}

h2 a,
h2 a:hover {
    color: #000;
}

.list-group-item {
    background-color: transparent !important;
}

.card:hover,
.list-group-item:hover {
    background-color: #f8f9fa !important;
}

footer {
    background-color: #cfe2ff;
}

footer a {
    color: #000 !important;
}

footer p {
    font-size: 12px;
}

.nav {
    --bs-nav-link-padding-x: 0.5rem !important;
}


    /* Popup CSS Start */
#trstModal {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 99999;
}

.modalContent {
    width: 640px;
    height: auto;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.clm-6 {
    width: 50%;
}

.popImg {
    vertical-align: middle;
    display: inline-block;
    width: 320px;
    height: auto;
}

.cnt-Clm {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 10px;
    color: #000000;
}

.img-Clm .tpMain-Head {
    display: none;
}

.tpMain-Head {
    font-size: 33px;
    font-weight: bold;
    line-height: 28px;
    width: 100%;
    margin-bottom: 20px;
}

.tpSub-Head {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    margin-bottom: 20px;
}

.acptLnk-Btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1EAD3F;
    box-shadow: 0px 5px 0px 0px #107F2A;
    padding: 12px 30px 12px 30px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    text-align: center;
    transition: all .3s;
    outline: none;
    margin-bottom: 20px;
}

.acptLnk-Btn:hover,
.acptLnk-Btn:focus {
    color: #fff;
}

.rjctLnk-Btn {
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
    outline: none;
    line-height: 1.5;
    color: #205fff;
}

.rjctLnk-Btn:hover,
.rjctLnk-Btn:focus {
    color: #000;
}

@media screen and (max-width: 767px) {
    .modalContent {
        width: 100%;
        text-align: center;
    }

    .clm-6 {
        width: 100%;
    }

    .img-Clm .tpMain-Head {
        display: block;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .cnt-Clm .tpMain-Head {
        display: none;
    }

    .cnt-Clm {
        justify-content: center;
    }

    .popImg {
        width: 82%;
    }

    .tpSub-Head,
    .rjctLnk-Btn {
        margin-bottom: 10px;
    }
}

    /* Popup CSS End */

.author-card {
      border-radius: 1rem;
      padding: 2rem;
      margin: 2rem auto;
    }
    .author-img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      border-radius: 60%;
    }
    .star-rating {
      color: #fbbc04;
      font-size: 1.3rem;
    }
    .author-title {
      font-weight: 700;
    }
    p{font-size: 18px !important;}
    footer p{
        font-size: 12px !important;
    }
    .head {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
}

.head::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Gray overlay */
    z-index: 1; /* Ensure overlay is above background but below text */
}

.container {
    position: relative;
    z-index: 2; /* Ensure text is above the overlay */
}