<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
box-sizing: border-box;
}
.slick-slide{display: none;}
.aj_wapper {
    height: 500px;
    overflow: hidden;
}
body{
    margin: 0;
    font-family: "Poppins", sans-serif;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list ul, .slot-right ul {
    display: flex
;
}
img {
    max-width: 100%;
}
a{
    text-decoration: none;
    color: #000;
}

.aj_tag {
    margin-top: 7px;
}
.th_layout {
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.social-profile-link svg {
    color: #fff;
    height: 27px;
}

.main-banner img {
    height: 498px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.mega-search {
    max-width: 700px;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

.barnd-logo img, .footer_logo img {
    width: 205px;
    transition: 0.5s;
}
header.sticky .barnd-logo img {
    width: 160px;
    transition: 0.5s;
}
.aj_tag a {
    margin-right: 10px;
}
.th_flax {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

header {
    padding: 0px 0 0;
    box-shadow: 0 0 4px #cccccca1;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 12px #ccc;
    top: 0;

}

body {
    padding-top: 115px;
}
.top-header {
    background: #111239;
    color: #fff;
}
nav ul {
    align-items: center;
}
nav ul a {
    font-weight: 600;
    padding: 0 24px;
    color: #2c2b72;
    font-size: 20px;
}
nav ul a.aj_btn:hover {
    background: transparent linear-gradient(180deg, #F79560 0%, #DC3972 100%) 0% 0% no-repeat padding-box;
}
a.aj_btn {
    background: #DC3972;
    color: #fff;
    border-radius: 64px;
    padding: 7px 32px;
}

.social-profile-link a {
    padding: 7px 6px;
    display: inline-block;
}

.barnd-logo a {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 2px #ccc;
    padding: 10px 10px 0;
    top: 47px;
    border-radius: 0 0 20px 20px;
    transition: 0.5s;
}
.th_layout.main-nav {
    padding: 20px 1px;
}


nav ul {
    display: flex
;
}

.main-banner {
    position: relative;
}

.main-banner:after {
    background-color: rgb(17 18 57 / 59%);
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}


.main-meenu ul a {
    font-weight: 600;
    padding: 5px 28px;
    font-size: 17px;
    margin: 0 5px;
    border-radius: 30px;
}
.barnd-logo {
    width: 20%;
}
.main-meenu {
    display: none;
}

.main-meenu ul a:hover, .aj_language button:hover {
    background: #f2f2f2;
}
.aj_language button {
    background: transparent;
    border: none;
    padding: 5px 28px;
    font-size: 17px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
}
.aj_language button svg {
    margin-right: 5px;
    border-right: 1px solid #ccc;
    padding-right: 6px;
    width: 35px;
    height: 34px;
}
.btn {
    background: #000;
    color: #fff;
    padding: 9px 27px;
    display: inline-block;
    font-weight: bold;
    border-radius: 30px;
}
.btn.btn-w{
    background-color: #fff;
    color: #000;
}
.btn.btn-w:hover{
    opacity: 0.9;
    background-color: #fff;
}
.btn:hover {
    background:#686868;
}


footer {
    background: #f2f2f2;
    padding: 30px 0;
    margin-top: 50px;
}
footer ul a {
    font-weight: bold;
    padding: 0px 7px;
    text-decoration: underline;
}

footer p {
    margin: 0;
}
.aj_col.aj_col-3 {
    width: 29%;
}











/*
================================== */




section.top_tag ul {
    display: flex
;
    flex-wrap: wrap;
}

section.top_tag ul a {
    border: 1px solid #292d74;
    color: #292d74;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 26px;
    margin: 0 6px 10px 0;
    background: #fff;
}
section.top_tag ul a:hover {
    border: 1px solid #dc3972;
    color: #fff;
   background-color: #dc3972;
}

section.top_tag {
    background: #d2e3fc;
    padding: 30px 0;
    margin-bottom: 50px;
}


section.main-banner {
    padding: 136px 0;
}
.mega-search-nav {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mega-search-nav button {
    background: transparent;
    border: none;
    font-weight: bold;
    color: #1a1a1a;
    font-size: 18px;
    margin: 0 15px;
}

.search-input {
    border: 1px solid #e0e0e0;
    margin: 24px auto;
    position: relative;
    border-radius: 33px;
    background:#ffffffd6;
}
.search-input input {
    width: 100%;
    height: 49px;
    border: none;
    outline: none;
    padding: 0 31px;
    font-size: 17px;
    background-color: transparent;
    color: #000;
}
.search-input button {
    position: absolute;
    right: 0;
    background: #68ebb2;
    border: none;
    font-size: 17px;
    font-weight: bold;
    border-radius: 50px;
    padding: 12px 29px;
    margin: 6px 6px;
}
.mega-search-nav button {
    display: flex
;
    align-items: center;
}

.mega-search-nav button svg {
    height: 26px;
    margin-right: 5px;
}

.featured-item-inner {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
picture, picture img {
    display: block;
    width: 100% !important;
}
.featured-item-inner-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-content: end;
    padding: 0px 50px 30px;
    z-index: 9;

}
.featured-item-inner-overlay * {
    color: #fff;
}
.featured-item-inner:after {
    position: absolute;
    width: 100%;
    height: 39%;
    content: "";
    display: block;
    mix-blend-mode: multiply;
    bottom: 0;
    background: linear-gradient(180deg, #f9f9f9, #d4dad6, #afbbb6, #8b9d9b, #698083, #49636f, #2c475c, #000204);
}
.featured-item-inner-overlay h2 {
    font-size: 40px;
    margin: 0;
}
.featured-item-inner-overlay p {
    margin: 0;
    font-size: 18px;
}

.featured-item-inner-overlay a.btn.btn-w {
    margin-top: 20px;
}











/*
.slider-container {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.slider-item {
    flex: 1 0 25%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    background-color: #f0f0f0;
    margin: 5px;
}

@media (max-width: 768px) {
    .slider-item {
        flex: 1 0 100%;
    }
} */


 .slider-item {
    margin: 15px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.card-1 img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.card-1 .card-over {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.card-1 .card-over a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: end;
    padding: 15px 17px;
    color: #fff;
    position: relative;
    z-index: 22;

}
.card-1 .card-over:after {
    background: linear-gradient(to top, rgb(0 0 0 / 60%) 0, rgb(0 0 0 / 60%) calc(100% - 32px), rgb(0 0 0 / 0%) 100%);
    padding: var(--spacing-05) var(--spacing-03) var(--spacing-03);
    content: "";
    display: block;
    height: 34%;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;

}
.sec-header h3 {
    margin: 0;
    font-size: 23px;
}
p{margin: 0 0 20px;}

section.featured-categorys {
    margin: 50px 0;
}

.card-2 .card-over {
    padding: 7px 15px;
    background: #00088814;
}
.card-2 .card-over h2 {
    margin: 0;
    font-size: 18px;
}
.featured-Businesses {
    display: flex
;
    flex-wrap: wrap;
}

section.Business {
    background: #fff7e1;
    padding: 128px 0;
    margin: 50px 0;
}

.aj_left {
    width: 50%;
}
.aj_left h2 {
    font-size: 55px;
    margin: 0;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 16px;
}


section.Trending-lists ul {
    flex-wrap: wrap;
}
section.Trending-lists ul li {
    width: 25%;
}
section.Trending-lists ul li a {
    padding: 9px 0;
    display: block;
    border-bottom: 1px solid #01088838;
    margin-right: 57px;
}

.innder-page-nav {
    margin-top: 20px;
}


.innder-page-nav ul li a {
    font-weight: bold;
    font-size: 16px;
    padding: 4px 22px;
    display: inline-block;
    background: #ccc;
    border-radius: 20px;
    margin-right: 8px;
    opacity: 0.8;
}

.innder-page-nav ul li a:hover {
   opacity: 0.6;
}

.page-heder {
    padding: 80px 0 40px;
    background: #03a89f;
    box-shadow: 0px 0px 5px #ccc;
}
.page-heder h1 {
    font-size: 45px;
    margin: 0;
    color: #fff;
}
button.btn-icon {
    width: 39px;
    height: 39px;
    border: none;
    border-radius: 50%;
    padding: 0;
    margin-right: 14px;
    cursor: pointer;
}
button.btn-icon:hover{
    opacity: 0.8;
}
.rating-wapper {
    color: #000888;
    font-size: 32px;
}

.rating-wapper strong {
    font-weight: normal;
    text-decoration: underline;
    font-size: 16px;
    color: #000;
    margin-left: 10px;
}
.rating-wapper {
    display: flex
;
    align-items: center;
}


.page-meta ul {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
}
li.under-link a {
    color: #fff;
}
li.under-link a, .s-link {
    text-decoration: underline;
    margin-right: 20px;
}


li.dropdown ul {
    position: absolute;
    display: none;
}
li.dropdown button {
    text-transform: uppercase;
    font-weight: bold;
    background: transparent;
    border: none;
    font-size: 15px;
    padding: 0;
    text-decoration: underline;
}
ul.Open_day_popup li {
    padding: 12px 16px;
    display: flex
;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
li.dropdown ul {
    position: absolute;
    width: 300px;
    background: #fff;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 12px #cccccc91;
    top: 24px;
    display: none;
}
li.dropdown {
    cursor: pointer;
    padding: 2px;
}
li.dropdown:hover ul {
    display: block;
}
li.dropdown {
    position: relative;
    font-weight: bold;
}
ul.se_lin2 {
    margin-top: 15px;
}
li.s-link a {
    font-weight: bold;
}
button.Closed {
    color: red;
}
.contact-info a {
    color: #333;
    font-weight: bold;
    margin-right: 23px;
    display: inline-block;
}
.contact-info {
    margin-top: 17px;
}

.w3{ width:30%;}
.w2{ width:20%;}
.w4{ width:40%;}
.w5{ width:50%;}
.w6{ width:60%;}
.w7{ width:70%;}
.w8{ width:80%;}
.sado{
    box-shadow: 0 2px 49px rgba(0,0,0,.1);
    padding: 20px;
    border-radius: 15px;
}
h2{
    margin: 0;
}
section.page-data {
    margin: 50px 0;
}
.about-content p, .about-content {
    color: #333333eb;
    line-height: 25px;
}
.about-sec h2 {
    margin-bottom: 15px;
}
ul.icon-list {
    display: block;
}
ul.icon-list li {
    display: flex
;
    align-items: flex-start;
    margin-bottom: 11px;
    flex-wrap: wrap;
}
a.u-link {
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
}

ul.icon-list svg {
    width: 22px;
    margin-right: 10px;
}

.page-data .th_flax {
    align-items: flex-start;
}
.gallery-wapper {
    margin-left: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.gallery-for-item img {
    height: 425px;
    width: 100%;
    object-fit: contain;
    display: block;
    background: #cccccc4d;
}
.gallery-for-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.gallery-nav {
    margin-top: 10px;
}

.gallery-nav .gallery-for-item{
    margin: 0 5px;
}


.card-small-wapper {
    margin-top: 30px;
}

.card-small-wapper h3 {
    margin: 0 0 5px;
}
ul.card-small li a {
    display: flex
;
}
ul.card-small {
    display: block;
}
ul.card-small li a img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
}
ul.card-small li a h3 {
    margin: 0;
    font-size: 16px;
}
ul.card-small li a p {
    font-size: 13px;
}
ul.card-small li a:hover {
    opacity: 0.8;
}
.mr-10{
    margin-left: 10px;
}

.rating-wapper span {
    font-size: 16px;
    margin-top: -3px;
}
img.map-image {
    height: 384px;
    object-fit: cover;
    border-radius: 30px;
    margin-left: 26px;
    margin-top: 41px;
}

.rating-wapper.aj_a_o span, .rating-wapper span {
    opacity: 0.7;
    color: #fff;
}
.rating-wapper .aj_a{
    opacity: 1;
    color:#dc3972;
}

.breadcrumbs {
    background: #d5d5d533;
    padding: 8px 0;
    font-size: 12px;
    display: inline-block;
    border-radius: 10px;
}
.breadcrumbs a {
    text-decoration: underline;
    color: #fff;
}
.breadcrumbs span {
    font-weight: bold;
    color: #fff;
}


div#map {
    border-radius: 30px;
    margin-bottom: -41px;
    height: 397px;
}

section.Trending-lists {
    display: none;
}


.gallery-nav img {
    width: auto;
    height: 100px;
    object-fit: cover;
}


.posts-items {
    display: flex
;
    flex-wrap: wrap;
}
.posts-item {
    width: 31%;
    border: 1px solid #ccc;
    border-radius:20px;
    margin: 1%;
    box-shadow: 0 0 5px #cccccc3b;
    overflow: hidden;
}
.posts-item-img img {
    width: 100%;
    height: 276px;
    object-fit: contain;
    background: #000;
}

.posts-item-content {
    padding: 20px;
}
.posts-item-content h3 {
    margin: 0 0 0px;
}


.aj_tag a {
    text-decoration: underline;
}
.posts-item .aj_tag a {
    font-size: 14px;
    color: #292d74;
    line-height: 12px;
    display: inline-block;
    margin-bottom: 8px;
}




.search-result-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
 .search-result-item a {
    display: flex !important;
 }
 .search-result-item img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
 }

 .top-text, .bottom-text {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
 }




.full-content {
    margin-top: 50px;
}

.full-content p{
    color: #333333eb;
    line-height: 25px;
}
.mega-search h1 {
    text-align: center;
    font-size: 47px;
    color: #fff;
}

button.menu-btn {
    background: transparent;
    border: none;
    position: absolute;
    padding: 0;
    display: none;
}

button.menu-btn svg {
    width: 34px;
    height: 33px;
    fill: #000888;
    padding: 0;
}
.left-menu {
    position: fixed;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: 0 0 8px #cccccc94;
    z-index: 999;
    padding: 19px 15px;
    left: -100%;
    transition: 0.5s;
}

body:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007a;
    display: none;
    top: 0;
}
.menu-open:after {
    display: block;
}
.menu-open .left-menu {
    left: 0%;
    transition: 0.5s;
}
.left-menu-header {
    background: #68ebb2;
    padding: 15px;
    margin: -19px -15px 20px;
}

.left-menu-header img {
    width: 128px;
}
.left-menu ul {
    display: block;
}
.left-menu ul a {
    padding: 9px 0;
    display: block;
}


@media(max-width:800px){
    .slick-next {
        right: 0 !important;
    }
    .slick-prev {
        left: 0 !important;
    }

    .page-meta {
        margin-top: 10px;
    }

    .mega-search {
        padding: 60px 18px;
    }
    .page-meta ul {
        flex-wrap: wrap;
    }
    li.under-link a {
        background: #f79560;
        color: #fff;
        padding: 4px 15px;
        display: inline-block;
        border-radius: 18px;
        text-decoration: none;
        font-size: 13px;
        margin-right: 0;
    }


    li.under-link {
        margin: 0;
    }
    .category-list ul li {
        width: 100% !important;}
    .th_layout.main-nav {
        padding: 6px 1px;
    }
    ul.se_lin2 {
        margin-top: 0px;
    }
    header.sticky .barnd-logo img {
        width: 70px;
        transition: 0.5s;
    }
    header.sticky .barnd-logo a {
        padding: 4px 6px 0;
        top: 48px;
        border-radius: 0 0 9px 9px;
        transition: 0.5s;
    }
    section.page-data .th_flax {
        display: flex
;
        flex-wrap: wrap;
    }
    .gallery-wapper {
        margin-bottom: 30px;
    }
   .gallery-for .gallery-for-item img {
        height: 300px;}
    .left-slot.w3 {
        order: 2;
    }
    .barnd-logo a {
        top: 47px;
        margin-left: 20px;

    }
    body {
        padding-top: 85px;
    }
    .page-heder h1 {
        font-size: 35px;
        line-height: 36px;
        margin-top: 10px;
    }

    nav{
        display: none;
    }
    button.menu-btn {
        display: block;
    }

     .barnd-logo {
        width: 28px;
        overflow: hidden;
        margin-left: 38px;
    }
    .barnd-logo img {
        width: 120px;
        max-width: unset;
        transition: 0.5s;
    }
   .home .barnd-logo {

    }
    body:not(.home) header .main-meenu {
        display: none;
        width: 73%;
    }
     .search-input input {
        height: 37px;
        padding: 0 12px;
    }

       header .search-results {
            position: fixed;
            top: 87px;
            width: 96%;
            left: 0;
            right: 0;
            margin: 0 auto;
            height: 89vh;
            overflow: auto;
        }

    section.main-banner {
        padding: 31px 0;
        background: #68ebb2;
    }
    .search-input {
        border: 2px solid #000;
        margin: 0px auto;
    }
    .mega-search h1 {
        text-align: center;
        margin: 0 0 10px;
        line-height: 1;
    }

    .page-heder .slot-right ul {
        justify-content: flex-start !important;
    }

    .featured-item-inner-overlay h2 {
        font-size: 27px;
    }
    .featured-item-inner-overlay {
        padding: 15px;
    }
    .featured-item-inner img {
        height: 309px;
        object-fit: cover;
    }
    .posts-item {
        width: 48%;
        margin: 2% 1%;
    }
    .posts-item-img img {
        height: 130px;
    }
    .posts-item-content {
        padding: 9px;
    }
    .posts-item .rating-wapper {
        flex-wrap: wrap;
    }
    .posts-item .rating-wapper strong {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
    .posts-item-content .aj_tag a {
        font-size: 14px;
        line-height: 16px;
        display: block;
    }
    .sec-header {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    section.Business {
        padding: 40px 0;
        margin: 50px 0 0;
    }
    .featured-category {
        flex-wrap: wrap;
    }
    .slider-item {
        width: 250px !important;
        margin: 0 5px 20px;
    }
    .card-over {
        padding-bottom: 20px;
    }
    .aj_left {
        width: 100%;
    }
    .main-meenu {
        display: none;
    }
    .th_flax {
        display: block;}
        .slot-laft {
            margin-bottom: 19px;
        }

            ul.se_lin2 {
                display: flex
            ;
            }
            li.dropdown {
                margin-right: 21px;
            }
            .w3, .w5, .w4 {
                width: 100%;
            }
            .w7 {
                width: 100%;
            }

            .gallery-wapper {
                margin-left: 0;
            }

            .gallery-for-item img {
                object-fit: contain;
            }
            div#map {
                border-radius: 30px;
                margin-bottom: 0;
                margin-left: 0 !important;
                height: 397px !important;
                margin-top: 38px;
            }
            header .th_flax {
                display: flex
        ;
            }
            header .btn {
                padding: 6px 24px;
                font-weight: 600;
                width: 112px;
                text-transform: uppercase;
                text-align: center;
            }




}


nav.navigation.posts-navigation {
    overflow: hidden;
    width: 100%;
}


.page-meta li {
    margin-right: 11px;
}

section.Review {
    margin-top: 100px;
}
form#commentform label {
    display: block;
    margin-bottom: 7px;
}

form#commentform input, textarea#comment {
    box-shadow: 0 2px 49px rgba(0, 0, 0, .1);
    padding: 11px;
    border-radius: 7px;
    border: 1px solid #ccc;
    width: 100%;
}
input#submit {
    background: #dc3972;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    width: 184px !important;
    border-radius: 30px !important;
    font-size: 15px;
    letter-spacing: 1px;
    float: right;
}

p.comment-form-cookies-consent * {
    width: auto !important;
    display: inline-block;
}

nav.navigation.posts-navigation a {
    background:#000888;
    color: #fff;
    padding: 5px;
    display: inline-block;
    border-radius: 30px;
    padding: 11px 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 20px;
}


.nav-links {
    display: flex;
    justify-content: space-between;
}




nav.navigation.pagination {
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.nav-links {
    display: flex
;
    justify-content: center;
    margin-top: 22px;
}
.page-numbers {
    background: #000888;
    margin: 0 5px;
    padding: 5px 13px;
    color: #fff;
}
h2.screen-reader-text {
    display: none;
}
span.page-numbers.current {
    background: #000;
}

.right-slot.w12 {
    width: 100%;
    margin-top: 20px;
}


footer.comment-meta {
    /* display: flex
; */
    background: transparent;
    padding-left: 50px;
    position: relative;
}
.comment-author.vcard {
    position: absolute;
}
.comment-author.vcard img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.comment-author.vcard {
    position: absolute;
    left: 6px;
}
.comment-content {
    padding-left: 12px;
    margin-top: 26px;
    border-top: 1px solid #ccc;
    padding-top: 11px;
}
.reply {
    text-align: right;
    font-weight: bold;
    color: #000888;
    padding: 0 7px 11px;
}
.comment {
    box-shadow: 0 0 2px #ccc;
    border-radius: 5px;
}
footer.comment-meta {
    /* display: flex
; */
    background: transparent;
    padding-left: 50px;
    position: relative;
    margin: 0;
    padding: 12px 50px;
}

.comment-content p {
    margin-bottom: 5px;
    font-size: 15px;
    color: #4e4e4e;
}







/* Popup Background */
#login-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Popup Content */
#login-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    width:400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close Button */
#login-popup .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}

/* Form Styles */
#login-popup form, form#report-form {
    display: flex;
    flex-direction: column;
}

#login-popup input, form#report-form input, textarea#message{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
textarea#message {
    height: 60px;
    padding: 8px;
}

#login-popup button, form#report-form input[type="submit"] {
    padding: 8px 22px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 27px;
    cursor: pointer;
    width: auto;
    font-size: 17px;
}

#login-popup button:hover, input[type="submit"] {
    background: #005177;
}

div#login-popup-content h2 {
    margin-bottom: 20px;
}

a#show-forgot-form,a#back-to-login, a#show-signup-form, a#back-to-login-signup {
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
}

span.user_img {
    width: 36px;
    display: inline-block;
    height: 36px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}
ul.brap {
    position: absolute;
    width: 200px;
    display: block;
    background: #fff;
    box-shadow: 0 2px 54px rgba(0, 0, 0, .1);
    right: 0;
    border-radius: 10px;
    padding:15px 10px;
    top: 44px;
    display: none;
}

ul.brap li a:hover {
    background: #cccccc5c;
}

ul.brap li a {
    display: block;
    padding: 7px 9px;
    font-weight: bold;
    color: #232a35;
    border-radius: 7px;
}
.aj_user:hover ul.brap{
display: block;
}

.aj_user {
    position: relative;
}

.aj_user:after {
    border-width: 0 10px 8px;
    top: -8px;
}
.aj_user:after {
    border-color: #fff transparent;
    border-style: solid;
    content: "";
    position: absolute;
    right: 6px;
    bottom: -4px;
}
.custom-popup img {
    width: 300px;
    height: 200px;
    object-fit: contain;
}


button#report-issue-btn {
    font-weight: normal;
    border: none;
    font-size: 14px;
    text-align: center;
    margin-top: 11px;
    background: transparent;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    line-height: 21px;
    padding: 0;
}
button#report-issue-btn:hover{
    opacity: 0.8;
}
input[type="submit"] {
    margin-top: 20px;
}
.page-heder .slot-right ul {
    justify-content: end;
}



#report-issue-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.modal-content {
    background-color: white;
    padding: 20px;
    width: 400px;
    margin: 100px auto;
    border-radius: 10px;
}
#close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-next {
    right: -25px;
}
.slick-prev {
    left: -25px;
}

a.member-directions {
    display: block;
    text-align: right;
    text-decoration: underline;
    margin-bottom: 20px;
    font-weight: bold;
}


header .search-input {
    border: 2px solid #e0e0e0;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 33px;
}
header .main-meenu {
    width: 43%;
}
.search-results {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 2px #ccc;
    border-radius: 9px;
    top: 65px;
    z-index: 9999;
}


.category-item a:hover, .search-result-item a:hover {
    background: #cccccc2e;
}
.category-item a, .search-result-item a  {
    padding: 7px 10px;
    display: block;
}

.category-item h3, .search-result-item h3 {
    margin: 0;
}


 .home header .search-input{
    display: none;
}



.category-list&gt;.th_layout&gt;ul {
    box-shadow: 0 0 5px #ccc;
    border-radius: 18px;
    padding: 10px;
}
.category-list ul li ul {
    display: none;
}
.category-list ul {
    flex-wrap: wrap;
}
.category-list ul li {
    width: 25%;
    position: relative;
}
.category-list ul li a:hover {
    border-bottom: 1px dotted #000;
}
.category-list ul li a {
    padding: 6px 16px;
    display: block;
    font-size: 14px;
    border-bottom: 1px dotted transparent;
}
.category-list ul li ul ul {
    display: none !important;
}
.category-list ul li ul {
    position: absolute;
    background: #fff;
    border-top: 5px solid;
    box-shadow: 0 0 9px #ccc;
    width: 93%;
    z-index: 9;
    left: 0px;
    display: none;
}
.category-list&gt;.th_layout&gt;ul&gt;li&gt;a:after {
    content: "+";
    position: absolute;
    right: 28px;
    font-weight: bold;
    font-size: 20px;
}

.category-list&gt;.th_layout&gt;ul&gt;li:hover&gt;a:after {
    content: "-";
}

.category-list ul li:hover&gt;ul{
    display: block;
}
.category-list ul li ul li {
    width: 100%;
}

.comment {
    margin: 23px 0;
}
.comment-metadata {
    font-size: 12px;
}



.gallery-nav-item img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

.full-content.sado ul li {
    margin-bottom: 15px;
}
.full-content.sado ul {
    display: block;
}
button.slick-next.slick-arrow:after, button.slick-prev.slick-arrow:after {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    color: red;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: -5px;
}
button.slick-prev.slick-arrow:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 5px;
  }
  .slick-arrow {
    background: #68ebb2;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    z-index: 9;
}
.slick-arrow:hover{
    background-color: #000;
    }

    .slick-arrow:hover:after{
        border: solid #fff !important;
        border-width: 0 2px 2px 0 !important;
        }



        .right-menu {
            position: fixed;
            right: -100%;
            top: 0;
            height: 100%;
            background: #fff;
            box-shadow: 0 0 5px #ccccccd4;
            padding: 0 15px;
            width: 300px;
            z-index: 999;
        }
        .right-menu   ul.card-small li {
            width: 100%;
        }

        button.watchlist-btn {
            border: none;
            background: #dc362985;
            border-radius: 15px;
            font-size: 12px;
            cursor: pointer;
        }
        .right-menu  button.watchlist-btn {
            border: none;
            background: #dc362985;
            border-radius: 15px;
            font-size: 12px;
            float: right;
            margin-top: 5px;
            margin-right: 11px;
            margin-bottom: 15px;
        }
        .Watchlist-open  .right-menu { right: 0; transition: 0.5s;}
        .Watchlist-open:after{
            display: block;
        }

        @media(min-width:800px){
          .featured-category .card-1 {
                width: 300px;
            }
            body {
                padding-top: 126px;
            }
        }



        .sec-footer {
            text-align: right;
            margin-top: 25px;
        }


        .left-menu-header h3 span {
            background: #fff;
            width: 30px;
            display: inline-block;
            height: 30px;
            border-radius: 50%;
            font-size: 15px;
            text-align: center;
            padding: 7px;
            cursor: pointer;
            float: right;
        }
        .left-menu-header h3 span:hover{
            opacity: 0.8;
        }
        button.watchlist-btn.btn {
            background: #dc3972;
            font-size: 14px;
        }

        .page-heder .rating-wapper strong {
            color: #fff;
            font-size: 14px;
        }
        .page-heder li.dropdown span * {
            color: #fff;
        }

        .page-heder .rating-wapper span {
            font-size: 22px;
        }


        button#google-login img {
            width: 207px;
            margin: 0 auto;
            display: block;
        }
        button#google-login {
            background: transparent !important;
            width: 100%;
        }</pre></body></html>