.has-before-color>div {
    position: relative;
    z-index: 5;
}

.has-before-color::before {
    content: "";
    inset: 0px;
    z-index: 0;
    position: absolute;
    opacity: 0.6;
    background: var(--blue1) !important;
}

.fixed.has-before-color::before {
    opacity: 1
}

.dropdown-mega .dropdown-menu {
    width: 100%;
    border-radius: 0px;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--blue1);
    transform: scale(.75);
}

@media only screen and (min-width: 768px) {
    .navbar-expand-lg {
        position: unset !important;
    }
}

.navbar-brand {
    width: 160px;
}

.banner-container::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(73, 73, 73, 0.54);
    z-index: 0;
}

.banner-container>* {
    position: relative;
    z-index: 1;
}

.bannercontent-container {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
}

.newItemCard {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 12px;
    height: 100%;
}

.newItemCard .nic-title {
    font-weight: 600;
    font-size: 95%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newItemCard .nic-price {
    color: var(--blue1);
    font-weight: 600;
    margin-block: 8px 6px;
}

.newItemCard .nic-vertified>span {
    color: var(--blue1);
    font-weight: 600;
}

.nic-vertified {
    margin-block: auto 0;
    font-size: 74%;
    margin: 0;
}

.newBgColor1 {
    background-color: var(--sea);
}

.newBgColor2 {
    background-color: var(--newGray);
}



.section-title .s-title>span {
    color: #444
}

.blue-title {
    color: #444
}

.blue-title>span {
    color: var(--blue1) !important
}

.view-all-container {
    margin-top: 35px;
}

.view-all-container>a {
    color: #bee0ff;
    font-size: 115%;
    font-weight: 600;
}

.newBgImage {
    background-image: var(--blue1);
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 0;
}

.newBgImage .blue-title {
    color: #fff
}

.newBgImage:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(39 39 39 / 54%);
    z-index: -1;
}

.bgImg-1 {
    background-image: url(../imgsv02/a3.jpg);
}

.menu-row-1 {
    margin-block: 13px 22px;
}

.qqqq h5 {
    font-size: 110%;
    color: var(--blue1);
    margin-bottom: 15px
}

.qqqq {
    font-size: 90%
}

.blue-text {
    color: var(--blue1)
}

.object-fit {
    height: 60px;
    width: 60px;
    border-radius: 500px;
    overflow: hidden;
}

.object-fit img {
    object-fit: cover;
    inset: 0;
    height: 100%;
    width: 100%;
    object-position: 50%;
}

.newCard1 {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
}

.newCard1:first-child {
    margin-bottom: 30px
}

.borderSep1 {
    border-bottom: 1px solid #e6e6e6;
}

.newCard1-row-1 {}

.iconed {
    font-size: 95%
}

.swiper.cards1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.type {
    border-radius: 22px;
    background-color: var(--blue1);
    color: #fff;
    padding: 10px 25px;
    margin-inline: auto 0;
}

.smallText {
    font-size: 90%;
}

.catLink {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    height: 300px;
}

.catLink img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    color: #701c85
}

.catLink:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(#ffffff1c, #ffffff3d);
}

.catLink>span {
    position: absolute;
    z-index: 1;
    top: 10px;
    inset-inline: 15px
}

.half-gray {
    position: relative;
}

.half-gray:before {
    content: "";
    position: absolute;
    height: 35%;
    inset-inline: 0;
    bottom: 0;
    background: #f3f3f3;
}

.sub-page-padd-top {
    padding-top: 128px;
}

.sub-page header {
    height: unset;
}

.details-col h1 {
    font-size: 150%
}

.company-owner button {
    border-radius: 500px;
    background-color: var(--sea);
    border: 1px solid var(--blue1);
    font-size: 90%;
    padding: 5px 13px;
    line-height: unset;
}

.lineared {
    background: linear-gradient(360deg, transparent 60%, var(--sea));
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #1111111c;
    font-size: 88%;
}

.outlined-btn {
    border: 1px solid var(--blue1);
    display: inline-flex;
    border-radius: 100px;
    padding: 4px 12px;
    background-color: var(--sea);
}

.outlined-btn:hover,
.outlined-btn:focus {
    border: 1px solid var(--sea);
    background-color: var(--blue1);
    color: #fff;
}

.btn-filled-new {
    border: 1px solid var(--blue1);
    display: inline-flex;
    border-radius: 100px;
    padding: 5px 12px;
    color: #fff;
    background-color: var(--blue1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-filled-new:hover,
.btn-filled-new:focus {
    border: 1px solid var(--sea);
    background-color: var(--sea);
}

.btn-filled-new i {
    margin-inline-end: 5px
}

.small-font-1 {
    font-size: 70%;
}

.small-font-2 {
    font-size: 80%;
}

.small-font-3 {
    font-size: 90%;
}

/*********** navCont *******/

.navCont {
    position: absolute;
    top: calc(50% - 20px);
    inset-inline: -30px;
    z-index: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.navCont>* {
    width: 40px;
    height: 40px;
    border-radius: 500px;
    border: 2px solid var(--blue1);
    position: relative;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--blue1);
}

.two-levels .swiper-slide a:first-child {
    margin-bottom: 24px
}

/* tabs-new-style */

.tabs-new-style .nav-link {
    border: 0;
    box-shadow: none;
    border-bottom: 4px solid #e2e2e2;
    flex: 1;
    padding-inline: 0 !important;
    margin-inline: 0;
    color: #333;
    font-size: 120% !important;
}

.tabs-new-style .nav-link.active {
    border-color: var(--blue1);
    color: var(--blue1);
}

.tabs-new-style>* {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tabs-new-style.tab-content {
    padding-top: 10px !important
}

.miniLinks {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.miniLinks>* {
    border: 1px solid #cacaca;
    padding: 10px 20px;
    flex: 1;
    min-width: 22%;
    display: flex;
    justify-content: center;
}

.miniLinks>*:hover {
    border-color: var(--blue1);
    color: var(--blue1);
    background: #daf3fd45;
}

.expandable-container {
    max-width: 490px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
}

.expandable-content-container {
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-radius: 15px;
    border: 1px solid #dadada;
}

.expandable-container button {
    display: inline-flex;
    width: 120px;
    margin-inline: auto 20px;
    justify-content: center;
    margin-top: -16px;
    font-size: 90%;
}

.collapsed {
    max-height: 277px;
}

.expanded {
    max-height: 1000px;
}

.ecc {
    display: flex;
}

.ecc>* {
    padding: 10px 20px;
    min-width: 154px;
    border: 1px solid #ececec;
}

.ecc>*:first-child {
    background-color: var(--blue3);
    color: #fff;
    transform: translate(-1px, 0px);
}

.ecc>*:last-child {
    flex: 2
}

.btn.more,
.btn.more:hover,
.btn.more:focus {
    border: 1px solid #cacaca;
    background-color: #fff;
    color: var(--blue1);
}

.nic-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f6f6f6;
    border-radius: 4px;
    padding: 1px;
}

.nic-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
