html, body {
    overflow-y: auto;
    overflow-x: hidden;
    cursor: url('../img/cursor.cur'), auto;
}

html[lang="ar"] .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
    padding-right: 0;
    margin-left: 6px;
}

html[lang="ar"] .breadcrumb-item+.breadcrumb-item {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: 0;
}

html[lang="ar"] .dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0;
}

html[lang="ar"] .accordion-button::after {
    margin-right: auto;
    margin-left: unset;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-item {
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.superFoodsTabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
    margin: auto;
    width: 50%;
    row-gap: 22px;
}

.superFoodsTabs .tab-content {
    width: 50%;
    margin: auto;
    background: #fff;
    color: var(--accent-color);
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.superFoodsTabs .nav-link {
    padding: 8px 29px;
    border: 1px solid var(--accent-color);
    background: transparent;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.superFoodsTabs .nav-link.active {
    background: #fff;
    color: var(--accent-color);
}

.glossaryTabs .nav-link {
    background: #fff;
    white-space: nowrap;
    color: var(--accent-color);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
    margin-bottom: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.glossaryTabs .nav-link.active, .glossaryTabs .nav-link:hover {
    background: var(--accent-color);
    color: #fff;
}

.articleTitle {
    font-size: 25px;
}

.article_img {
    height: 275px;
    width: 100%;
}

.article_img a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.article_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.article_desc {
    min-height: 105px;
    padding: 20px;
    text-align: center;
    background: var(--accent-color);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.article_desc a {
    font-size: 15px;
    color: #fff;
    line-height: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.article_box:hover .article_img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.article_box:hover .article_desc, .article_img a {
    box-shadow: 0px 1px 2px rgba(17, 101, 48, .4);
}

.article_box:hover .article_desc {
    background: #fff;
}

.article_box:hover .article_desc a {
    color: var(--accent-color);
}

.breadcrumb-item {
    font-size: 17px;
}

.topic_img {
    height: 330px;
    width: 100%;
    margin-bottom: 30px;
}

.topic_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.topic_title {
    font-size: 30px;
    margin-bottom: 25px;
}

.topic_content p {
    color: #333;
    font-size: 15px;
    line-height: 1.9;
}

.topic_social_share {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.topic_social_share .share_icns {
    color: #333;
    font-size: 17px;
}

.topic_social_share a i {
    font-size: 20px;
}

/* Drop Down Menu Style */
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ebdc2 !important;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196f3;
}

.navbar-toggler {
    outline: none !important;
}

.navmenu li.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    background: var(--accent-color);
}

.megamenu a {
    color: #fff;
}

.sm-menu h4 {
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: start;
}

.page-title h1 {
    color: #fff !important;
}

.sm-menu .category_links .link_topics:not(.articlesBtn), .brandDropDown .category_links a {
    padding: 0;
    margin-bottom: 18px;
    color: #fff;
    white-space: normal;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.sm-menu .category_links .link_topics:not(.articlesBtn):hover, .brandDropDown .category_links a:hover, .brandDropDown .category_links a.active {
    color: #0AFFF3;
}

.menu_content {
    padding: 0 15px;
    text-align: start;
}

.articlesBtn {
    border: 1px solid var(--accent-color);
    background: #fff !important;
    color: var(--accent-color) !important;
    padding: 6px 10px !important;
}

.recent_topics {
    margin-bottom: 18px;
}

.recent_topics_img {
    height: 203px;
    width: 80%;
}

.recent_topics_img a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 !important;
}

.recent_topics_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/* Pets Calculator */
.calculator {
    background: #fff;
    /* max-width: 450px; */
    margin: auto;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.calculator h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
}

.calculator label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #222;
}

.calculator select, .calculator input[type="number"] {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    background: white;
    font-size: 14px;
    outline: none;
}

.pet_weight {
    display: flex;
    gap: 8px
}

.pet_weight input {
    flex: 1
}

.pet_weight select {
    width: 110px
}

.calculator button {
    width: 100%;
    padding: 12px 18px;
    border-radius: 6px;
    border: 0;
    background: #218838;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 8px;
    transition: transform .06s ease;
}

.calculator button:disabled {
    background: #cfcfcf;
    cursor: not-allowed;
}

.calculator button:hover:not(:disabled) {
    background: #45a049;
}

.calculator .result {
    border: 2px solid #218838;
    border-radius: 200px;
    flex-direction: column;
    font-weight: 500;
    height: 200px;
    justify-content: center;
    margin: 1rem auto 0;
    text-align: center;
    width: 200px;
    color: #222;
    font-size: 1rem;
}

html[dir="rtl"] .cal_note {
    direction: ltr;
}

html[dir="rtl"] .header .logo {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.footer-about a {
    color: #fff;
}

.brandDropDown {
    left: 15px;
    right: unset;
    width: fit-content;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

html[dir="rtl"] .brandDropDown {
    left: unset;
    right: 15px;
}

.footer .social-links a {
    background: #fff;
    line-height: normal;
}

#navmenu.navmenu a:not(.category_links a) {
    font-size: 20px !important;
}

.our-product-content .product-btn-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.our-product-content .product-btn {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    font-size: .85rem;
    font-weight: bold;
    border-radius: 8px;
}

.our-product-content .product-social {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.our-product-content .product-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3b5998;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: 0;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 6px rgba(24, 119, 243, 0.08);
}

.our-product-content .product-social a:hover {
    background: #2d4985;
    color: #fff;
}

.our-product-content p,
.our-product-content ul,
.our-product-content li {
    font-size: .95rem;
}

.our-product-content strong {
    font-size: 1rem;
}

.our-product-img {
    width: 100%;
    max-width: 480px;
    max-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: unset;
}

@media (max-width: 1198.98px) {
    .navmenu li.megamenu-li {
        position: relative;
    }
}

@media (max-width: 1024.98px) {
    .superFoodsTabs ul, .superFoodsTabs .tab-content {
        width: 80%;
    }
}

@media (max-width: 768.98px) {
    .superFoodsTabs ul, .superFoodsTabs .tab-content {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 1rem;
    }

    .page-title h1 {
        font-size: 1.5rem;
    }

    .menu_content_mobile {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin: 10px 0;
    }
}
