.hero-h1 {
    font-family: Inter,sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    color: #141414
}

.hero-h1 span {
    font-family: Inter,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    max-width: 200px
}

@media (max-width: 480px) {
    .hero-h1 span {
        margin-top:8px;
        font-size: 10px!important;
        line-height: 33px
    }

    .hero-h1 {
        margin-top: 8px;
        font-size: 24px!important;
        line-height: 35px!important
    }
}

@media (max-width: 768px) {
    .hero-h1 {
        font-size:36px
    }

    .hero-h1 span {
        font-size: 16px;
        line-height: 14px
    }
}

@media (max-width: 480px) {
    .hero-h1 {
        font-size:28px
    }

    .hero-h1 span {
        font-size: 14px
    }
}

.navbar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1)
}

.navbar-brand {
    font-weight: 700;
    color: #000
}

.navbar-brand span {
    font-weight: 400;
    color: #666
}

.nav-link {
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

.btn-dark {
    text-transform: uppercase
}

.input-group-text {
    background-color: #f5f5f5;
    border: none
}

.form-control {
    background-color: #f5f5f5;
    border: none
}

footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
    font-family: Arial,sans-serif
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700
}

.footer-logo span {
    color: red
}

.footer-links h5 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px
}

.footer-links ul {
    list-style: none;
    padding: 0
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: .9rem
}

.footer-links a:hover {
    text-decoration: underline
}

.circular-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto
}

.circular-logo::before {
    content: "GUIDE TO THE BEST TOPSPOTLIST";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: .7rem;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase
}

.circular-logo .tr {
    font-size: 2rem;
    font-weight: 700;
    color: #000
}

.affiliate-disclaimer {
    font-size: .8rem;
    text-align: center;
    margin-top: 20px;
    opacity: .8
}

.my-container {
    margin-top: 40px;
    margin-bottom: 40px
}

.swiper {
    width: 100%;
    max-height: auto!important;
    position: relative
}

.single.swiper {
    width: 100%;
    max-height: 100%;
    position: relative
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0
}

.swiper-slide img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-pagination {
    position: absolute;
    top: 40%!important;
    left: auto!important;
    right: 0;
    margin-right: 10px;
    width: 20px!important
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px 0;
    background-color: #ccc;
    opacity: .5
}

.swiper-pagination-bullet-active {
    background-color: #000;
    opacity: 1
}

.category-buttons {
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0
}

.category-btn {
    background-color: #f8f9fa;
    color: #000;
    border-radius: 15px;
    padding: 10px 20px;
    border: none;
    font-weight: 500;
    transition: all .3s ease-in-out
}

.category-btn.active,.category-btn:hover {
    background-color: #000;
    color: #fff
}

.category-carousel {
    margin: 50px auto;
    text-align: center
}

.category-carousel .swiper-container {
    overflow: hidden;
    position: relative
}

.category-carousel .swiper-wrapper {
    display: flex;
    align-items: center
}

.category-carousel .swiper-slide {
    width: auto;
    flex-shrink: 0
}

.category-carousel .category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 5px;
    border-radius: 10px;
    background-color: #f5f5f5;
    transition: .3s;
    cursor: pointer;
    text-align: center
}

.category-carousel .category-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px
}

.category-carousel .category-item.active {
    background-color: #000;
    color: #fff
}

.category-carousel .custom-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    width: 100%
}

.category-carousel .nav-line {
    flex: 1;
    height: 1px;
    background-color: #ccc
}

.category-carousel .swiper-button-next,.category-carousel .swiper-button-prev {
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 10px;
    position: relative
}

.category-carousel .swiper-button-next::after,.category-carousel .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.category-carousel .swiper-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

margin .category-carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%
}

.category-carousel .swiper-pagination-bullet-active {
    background-color: #000
}

.category-carousel .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto!important;
    margin: 0 auto;
    margin-top: 15px
}

.category-carousel .swiper-button-next,.category-carousel .swiper-button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10
}

.category-carousel .swiper-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-top: 40px;
    gap: 10px
}

.category-carousel .swiper-navigation-wrapper::after,.category-carousel .swiper-navigation-wrapper::before {
    content: "";
    flex: 1;
    height: 1px;
    background: #ccc;
    margin: 0 10px
}

@media (max-width: 768px) {
    .category-carousel .swiper-navigation-wrapper {
        flex-direction:row
    }

    .category-carousel .swiper-button-next,.category-carousel .swiper-button-prev {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin: 5px 0
    }

    .category-carousel .swiper-pagination {
        margin-top: 10px
    }
}

.focus {
    background: #000!important;
    color: #fff!important
}

.focus img {
    filter: invert(1)
}

.feature-img-home {
    max-height: 171px;
    max-width: 346px!important;
    object-fit: contain
}

.fx-height {
    height: 50px!important;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 0;
    transform: translateX(-15%);
    white-space: nowrap;
    overflow: hidden
}

@media (max-width: 768px) {
    .category-carousel .swiper-pagination {
        position:relative;
        display: block;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: auto!important;
        margin: 0 auto;
        margin-top: 15px;
        overflow: hidden
    }

    .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        left: 0;
        transform: translateX(-1%);
        white-space: nowrap;
        overflow: hidden
    }
}

.hero-swiper img {
    height: 400px;
    width: auto;
    object-fit: contain
}

.post-tags {
    padding-bottom: 20px
}

.post-tags-titile {
    margin-bottom: 20px!important
}

.post-tags-item {
    padding: 8px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 10px;
    border-radius: 20px;
    background: #053a43
}

.fix-heihght {
    height: 45px;
    margin-bottom: 10px;
    overflow: hidden
}

@media(max-width: 480px) {
    .post-tags-item {
        padding:8px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 10px;
        border-radius: 20px;
        background: #053a43
    }
}

@media (max-width: 768px) {
    .search-box {
        display:none
    }

    .search-container {
        justify-content: flex-end
    }

    .search-toggle {
        background: 0 0;
        border: none;
        padding: 5px;
        cursor: pointer
    }
}

.featured-wrapper {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 8px
}

.featured-container {
    display: flex;
    align-items: center;
    background: gold;
    border-radius: 15px 15px 0 0;
    position: relative;
    z-index: 2;
    padding: 5px 40px 5px 20px
}

.featured-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.featured-text {
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.featured-line {
    height: 4px;
    background: gold;
    flex-grow: 1;
    margin-left: 10px;
    position: relative;
    bottom: 0
}

@media (max-width: 600px) {
    .featured-container {
        padding:8px 15px
    }

    .featured-text {
        font-size: 14px
    }

    .featured-icon {
        width: 16px;
        height: 16px
    }

    .featured-line {
        height: 3px;
        margin-left: 8px
    }
}

.hover-slide-bg {
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: color .3s ease,border .3s ease
}

.hover-slide-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fd5400;
    z-index: -1;
    transition: left .3s ease
}

.hover-slide-bg:hover::before {
    left: 0
}

.hover-slide-bg * {
    position: relative;
    z-index: 1
}

.ranked-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease
}

.ranked-button:hover {
    border: 2px solid #fd5400
}

.ranked-button img {
    height: 20px
}

@media (max-width: 600px) {
    .titile-arrow {
        width:40px margin-left: 15px
    }
}

@media (max-width: 400px) {
    .titile-arrow {
        width:50px
    }
}

.blog1-single-box {
    border: 1px solid #fff;
    border-radius: 9px;
    transition: all .4s
}

.blog1-single-box:hover {
    box-shadow: 0 5px 50px 0 rgba(0,0,0,.09);
    transition: all .4s;
    transform: translateY(-10px);
    background-color: #fff;
    border: 1px solid #fff
}

.mah-nav-arrow {
    color: #fd5400;
    border: none;
    border-radius: 50%;
    font-size: 40px;
    display: flex;
    align-items: center;
    background: 0 0;
    justify-content: center
}

.mah-nav-arrow:focus,.mah-nav-arrow:hover {
    background: 0 0;
    color: #000;
    border: none;
    border-radius: 50%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mah-dot {
    height: 13px;
    width: 13px;
    margin: 0 4px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block
}

.mah-dot.active {
    background-color: #000
}

.mah-current-page-box {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-top: 1rem;
    background-color: #fff
}

.mah-side-label {
    font-size: 14px;
    color: #666;
    white-space: nowrap
}

.mah-line {
    flex-grow: 1;
    height: 1px;
    background-color: #ddd
}

.mah-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap
}

.mah-nav-side {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex: 1 1 0
}

.mah-nav-center {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: row
}

@media (max-width: 576px) {
    .mah-nav-container {
        flex-direction:column;
        align-items: center
    }

    .mah-nav-center {
        flex-direction: row;
        justify-content: center
    }

    .mah-nav-arrows {
        display: flex;
        gap: 1rem;
        justify-content: center
    }

    .mah-arrow-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .3rem
    }

    .mah-line,.mah-nav-side {
        display: none
    }
}

.card-height {
    height: 260px;
    overflow: hidden
}

.loopcard:hover {
    box-shadow: 2px 1px 15px 0pxrgb(223 5 5 / 43%)
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: #e3e5e7;
    border-color: 1px solid #000;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(3 14 30 / 25%)
}

.form-control::placeholder {
    color: #b7babd
}

.search-box {
    background: #f5f5f5;
    border-radius: 50%;
    padding: 5px
}

.hero-h1,.hero-h1 span {
    font-family: Inter,sans-serif
}

.circular-logo,.swiper-slide {
    align-items: center;
    display: flex
}

.btn-dark,.circular-logo::before,.footer-links h5,.nav-link {
    text-transform: uppercase
}

.hero-h1 {
    font-size: 64px;
    font-weight: 700;
    color: #141414
}

.hero-h1 span {
    font-size: 22px;
    font-weight: 400;
    max-width: 200px
}

@media (max-width: 1024px) {
    .hero-h1 {
        font-size:48px
    }

    .hero-h1 span {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .hero-h1 {
        font-size:36px
    }

    .hero-h1 span {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .hero-h1 {
        font-size:28px
    }

    .hero-h1 span {
        font-size: 14px
    }
}

.navbar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1)
}

.navbar-brand {
    font-weight: 700;
    color: #000
}

.navbar-brand span {
    font-weight: 400;
    color: #666
}

.nav-link {
    font-weight: 700;
    color: #000
}

.form-control,.input-group-text {
    background-color: #f5f5f5;
    border: none
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
    font-family: Arial,sans-serif
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700
}

.footer-logo span {
    color: red
}

.footer-links h5 {
    font-weight: 700;
    margin-bottom: 15px
}

.footer-links ul {
    list-style: none;
    padding: 0
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: .9rem
}

.footer-links a:hover {
    text-decoration: underline
}

.circular-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    justify-content: center;
    position: relative;
    margin-left: auto
}

.circular-logo::before {
    content: "GUIDE TO THE BEST TOPSPOTLIST";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: .7rem;
    color: #fff;
    white-space: nowrap
}

.circular-logo .tr {
    font-size: 2rem;
    font-weight: 700;
    color: #000
}

.affiliate-disclaimer {
    font-size: .8rem;
    text-align: center;
    margin-top: 20px;
    opacity: .8
}

.my-container {
    margin-top: 40px;
    margin-bottom: 40px
}

.swiper {
    width: 100%;
    position: relative
}

.swiper-slide {
    justify-content: center;
    background: 0 0
}

.swiper-slide img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-pagination {
    position: absolute;
    top: 40%!important;
    left: auto!important;
    right: 0;
    margin-right: 10px;
    width: 20px!important
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px 0;
    background-color: #ccc;
    opacity: .5
}

.swiper-pagination-bullet-active {
    background-color: #000;
    opacity: 1
}

.category-buttons {
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0
}

.category-btn {
    background-color: #f8f9fa;
    color: #000;
    border-radius: 15px;
    padding: 10px 20px;
    border: none;
    font-weight: 500;
    transition: .3s ease-in-out
}

.category-btn.active,.category-btn:hover,.category-carousel .category-item.active {
    background-color: #000;
    color: #fff
}

.category-carousel {
    margin: 50px auto;
    text-align: center
}

.category-carousel .swiper-container {
    overflow: hidden;
    position: relative
}

.category-carousel .swiper-wrapper {
    display: flex;
    align-items: center
}

.category-carousel .swiper-slide {
    width: auto;
    flex-shrink: 0
}

.category-carousel .category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 5px;
    border-radius: 10px;
    background-color: #f5f5f5;
    transition: .3s;
    cursor: pointer;
    text-align: center
}

.category-carousel .category-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px
}

.category-carousel .custom-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    width: 100%
}

.category-carousel .nav-line {
    flex: 1;
    height: 1px;
    background-color: #ccc
}

.category-carousel .swiper-button-next,.category-carousel .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 10px
}

.category-carousel .swiper-button-next::after,.category-carousel .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.category-carousel .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto!important;
    margin: 15px auto 0
}

margin .category-carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%
}

.category-carousel .swiper-pagination-bullet-active,.mah-dot.active {
    background-color: #000
}

.category-carousel .swiper-button-next,.category-carousel .swiper-button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #fd5400;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10
}

.category-carousel .swiper-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-top: 40px;
    gap: 10px
}

.category-carousel .swiper-navigation-wrapper::after,.category-carousel .swiper-navigation-wrapper::before {
    content: "";
    flex: 1;
    height: 1px;
    background: #ccc;
    margin: 0 10px
}

.category-item::before,.custom-slide-button a::before {
    position: absolute;
    width: 100%
}

.category-item {
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 12px;
    background: 0 0;
    cursor: pointer;
    overflow: hidden;
    transition: color .3s,border-color .3s
}

.category-item::before {
    content: '';
    top: 0;
    left: -100%;
    height: 100%;
    background-color: #000;
    transition: left .3s;
    z-index: -1
}

.category-item:hover::before,.custom-slide-button a:hover::before,.hover-slide-bg:hover::before {
    left: 0
}

.category-item:hover {
    color: #fff
}

.category-item:hover img,.focus img {
    filter: invert(1)
}

.category-item,.category-item *,.custom-slide-button .elementor-button,.custom-slide-button .elementor-button *,.hover-slide-bg * {
    position: relative;
    z-index: 1
}

.custom-slide-button a::before,.hover-slide-bg::before {
    content: '';
    top: 0;
    left: -100%;
    height: 100%;
    background-color: #fd5400;
    z-index: -1;
    transition: left .3s
}

.custom-slide-button a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 0
}

.custom-slide-button .elementor-button:hover {
    color: #fff;
    border-color: #fd5400
}

.focus {
    background: #053a43!important;
    color: #fff!important
}

.feature-img-home {
    max-height: 171px;
    max-width: 346px!important;
    object-fit: contain
}

.fx-height {
    height: 50px!important;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 0;
    transform: translateX(-15%);
    white-space: nowrap;
    overflow: hidden
}

.hero-swiper img {
    height: 400px!important;
    width: auto;
    object-fit: contain
}

.post-tags {
    padding-bottom: 20px
}

.post-tags-titile {
    margin-bottom: 20px!important
}

.post-tags-item {
    padding: 8px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 10px;
    border-radius: 20px;
    background: #053a43
}

.fix-heihght {
    height: 45px;
    margin-bottom: 10px;
    overflow: hidden
}

@media(max-width: 480px) {
    .post-tags-item {
        padding:8px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 10px;
        border-radius: 20px;
        background: #053a43
    }
}

@media (max-width: 768px) {
    .category-carousel .swiper-button-next,.category-carousel .swiper-button-prev {
        width:35px;
        height: 35px;
        font-size: 14px;
        margin: 5px 0
    }

    .category-carousel .swiper-pagination {
        position: relative;
        display: block;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: auto!important;
        margin: 15px auto 0;
        overflow: hidden
    }

    .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        left: 0;
        transform: translateX(-1%);
        white-space: nowrap;
        overflow: hidden
    }

    .search-box {
        display: none
    }

    .search-container {
        justify-content: flex-end
    }

    .search-toggle {
        background: 0 0;
        border: none;
        padding: 5px;
        cursor: pointer
    }
}

.featured-wrapper {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 8px
}

.featured-container {
    display: flex;
    align-items: center;
    background: gold;
    border-radius: 15px 15px 0 0;
    position: relative;
    z-index: 2;
    padding: 5px 40px 5px 20px
}

.featured-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.featured-text {
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.featured-line {
    height: 4px;
    background: gold;
    flex-grow: 1;
    margin-left: 10px;
    position: relative;
    bottom: 0
}

.hover-slide-bg {
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: color .3s,border .3s
}

.hover-slide-bg::before {
    position: absolute;
    width: 100%
}

.ranked-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s
}

.ranked-button:hover {
    border: 2px solid #fd5400
}

.ranked-button img {
    height: 20px
}

@media (max-width: 600px) {
    .featured-container {
        padding:8px 15px
    }

    .featured-text {
        font-size: 14px
    }

    .featured-icon {
        width: 16px;
        height: 16px
    }

    .featured-line {
        height: 3px;
        margin-left: 8px
    }

    .titile-arrow {
        width: 40px margin-left: 15px
    }
}

@media (max-width: 400px) {
    .titile-arrow {
        width:50px
    }
}

.blog1-single-box {
    border: 1px solid #fff;
    border-radius: 9px;
    transition: .4s
}

.blog1-single-box:hover {
    box-shadow: 0 5px 50px 0 rgba(0,0,0,.09);
    transition: .4s;
    transform: translateY(-10px);
    background-color: #fff;
    border: 1px solid #fff
}

.card-height {
    height: 260px;
    overflow: hidden
}

.loopcard:hover {
    box-shadow: 2px 1px 15px 0pxrgb(223 5 5 / 43%)
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: #e3e5e7;
    border-color: 1px solid #000;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(3 14 30 / 25%)
}

.form-control::placeholder {
    color: #b7babd
}

.search-box {
    background: #f5f5f5;
    border-radius: 50%;
    padding: 5px
}

.wp-block-separator {
    margin: 20px 0!important;
    border-top: 1px solid!important
}

.post-container {
    transition: opacity .3s ease
}

.post-container.is-fading {
    opacity: .2;
    pointer-events: none
}

.titile-arrow {
    transition: filter .3s ease;
    filter: none
}

.titile-arrow:hover {
    filter: brightness(100%) contrast(200%) saturate(0) blur(0) hue-rotate(0)
}

.focus {
    background: #053a43!important;
    color: #fff!important
}

.category-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #053a43;
    transition: left .3s ease;
    z-index: -1
}

.category-btn.active,.category-btn:hover {
    background-color: #053a43!important;
    color: #fff
}

a.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}

.card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f4f4f4;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    transition: transform .3s ease,box-shadow .3s ease
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 10px rgb(0 0 0 / 5%);
}

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.image-box {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.image-box img {
    transition: transform .4s ease;
    width: 100%
}

.image-box:hover img {
    transform: scale(1.1)
}

.featured-badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffc107;
    color: #000;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 6px 6px 0 0;
    font-size: .9rem;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 -2px 6px rgba(0,0,0,.1)
}

.brand-name {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #141414;
    display: flex;
    align-items: center;
    gap: 6px
}

.rating {
    font-size: .95rem;
    font-weight: 500;
    color: #141414;
    display: flex;
    gap: 5px;
    justify-content: end
}

.rating i {
    color: #ffd415;
    margin-right: 4px
}

.section-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
    margin: .5rem 0 .5rem
}

.section-title::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #ddd;
    margin-left: 10px
}

.about {
    font-size: .9rem;
    color: #555;
    line-height: 1.5
}

.tag {
    background-color: #053a43;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: .9rem;
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block
}

.loop-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 120px;
    padding: 10px 10px 10px 10px;
    bottom: 0;
    border-style: none
}

.loop-logo img {
    width: 100%;
    height: 40px;
    object-fit: contain;
    object-position: center center
}

.number {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 40px;
    background: #053a43;
    border-radius: 0 19px 0 0;
    padding: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;
    align-items: center;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: #fff
}

.holographic-card h2 {
    color: #0ff;
    font-size: 2rem;
    position: relative;
    z-index: 2
}

.holographic-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg,transparent,transparent 30%,rgba(0,255,255,.3));
    transform: rotate(-45deg);
    transition: all .5s ease;
    opacity: 0
}

.holographic-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0,255,255,.5)
}

.holographic-card:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%)
}

.banner-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.banner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.banner-wrapper:hover::before {
    animation: shine .5s ease forwards;
    opacity: 1
}

@keyframes shine {
    0% {
        left: -75%
    }

    100% {
        left: 155%
    }
}

.filter-card a {
    color: #053a43!important
}

.card-height {
    height: 260px;
    overflow: hidden
}

.brand-rating-row .brand-name {
    flex: 0 0 70%;
    overflow: hidden
}

.brand-rating-row .brand-name svg {
    flex-shrink: 0;
    margin-left: 6px
}

.brand-rating-row .rating {
    flex: 0 0 30%;
    text-align: right;
    white-space: nowrap
}

@media (max-width: 576px) {
    .brand-rating-row {
        align-items:flex-start
    }

    .brand-rating-row .brand-name,.brand-rating-row .rating {
        width: 100%;
        text-align: left;
        margin-bottom: 4px
    }
}

.category-carousel .swiper-wrapper {
    display: flex;
    align-items: center
}

.my {
    border-radius: 15px 15px 15px 15px;
    border: 1px solid #d1d1d1
}

.my h2 {
    border-radius: 15px 15px 0 0;
    background: #053a43;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 10px;
    line-height: 25px;
    text-transform: uppercase
}

.my ul {
    list-style: none;
    padding-left: 0;
    padding: 15px
}

.my ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.pro ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url(https://rankedfavorites.com/wp-content/uploads/2025/04/Group-1410088867.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.con ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url(https://rankedfavorites.com/wp-content/uploads/2025/04/con.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.brandcontent h2 {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.2px;
    text-transform: uppercase
}

.brandcontent p {
    color: #737373;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px
}

.accordion-button {
    background-color: rgba(0,0,0,0);
    color: #000;
    backdrop-filter: blur(5px);
    border: none;
    width: 100%;
    padding: 14px
}

.accordion-item h2 {
    padding: 0;
    margin: 0
}

.accordion-button:not(.collapsed) {
    background-color: rgba(0,0,0,.8);
    color: #fff
}

.accordion-button::after {
    filter: invert(1)
}

.accordion-button:focus {
    box-shadow: none;
    outline: 0
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none
}

.cc-revoke {
    display: none
}

.glide_nav_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-top: 40px;
    gap: 10px
}

.glide__arrows::after,.glide__arrows::before {
    content: "";
    flex: 1;
    height: 1px;
    background: #ccc;
    margin: 0 10px;
    color: #fd5400
}

.glide__bullets {
    gap: 10px
}

.glide__bullet {
    width: 13px!important;
    height: 13px!important;
    background-color: #ccc;
    padding: 0;
    border: none;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%
}

.glide__bullet--active {
    background-color: #000
}

.glide__arrow:focus,.glide__arrow:hover {
    background: 0 0;
    color: #000
}

.glide__arrow {
    background: 0 0;
    border: none;
    font-size: 40px;
    color: #fd5400
}

.glide__bullets--vertical {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    gap: 10px
}

.glide__bullets--vertical .glide__bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d8d8d8;
    border: none;
    cursor: pointer;
    transition: background-color .3s ease;
    opacity: .6
}

.glide__bullets--vertical .glide__bullet:hover {
    opacity: 1
}

.glide__bullets--vertical .glide__bullet.glide__bullet--active {
    background-color: #000;
    opacity: 1
}

.engine-glide-widget .glide__slide img {
    height: 350px;
    width: 100%;
    object-fit: contain;
    display: block
}

.engine-glide-bullets {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    gap: 10px
}

.engine-glide-bullets .glide__bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d8d8d8;
    border: none;
    opacity: .6;
    cursor: pointer;
    transition: background-color .3s ease
}

.engine-glide-bullets .glide__bullet.glide__bullet--active {
    background-color: #000;
    opacity: 1
}

.brand-content h2 {
    text-transform: uppercase
}

.brand-background {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important
}

.brand-feature {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important
}
.bradcumb-section {
            position: relative;
            overflow: hidden;
            padding: 30px 0 30px 0;
            background-color: #f9f9f9;
        }

        /* Background Image Container */
        .bradcumb-bg {
            
        }

        .bradcumb-bg img {
          
        }

        /* Text Content */
        .bradcumb-content {
            position: relative;
            z-index: 2;
        }

        .last-updated {
            font-size: 14px;
            color: #666;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .last-updated i {
            color: #2ecc71;
            margin-right: 6px;
            font-size: 14px;
        }

        .last-updated strong {
            color: #007bff;
        }

        .page-title {
            font-size: 32px;
            font-weight: 700;
            color: #111;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .page-desc {
            font-size: 16px;
            color: #444;
            max-width: 700px;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .reviewed-by {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #555;
        }

        .reviewed-by img {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 10px;
        }

        .reviewed-by .name {
            color: #007bff;
            font-weight: 600;
        }

        .reviewed-by .small {
            display: block;
            color: #888;
            font-size: 13px;
        }

        @media (max-width: 991px) {
            .bradcumb-bg {
                
            }

            .page-title {
                font-size: 26px;
            }

            .bradcumb-section {
                padding: 40px 0;
            }
        }