@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* Font-face declarations removed - using from index.css to avoid duplication */

:root {
    --border-color: #e5e7eb;
    --background-color: #f3f4f6;
    --special-color: #059669;
    --special-dark-color: #022c22;
}
.special-text-color {
    color: var(--special-color);
}
/* font classes */
.inter-100 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
.inter-200 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.inter-300 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.inter-400 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.inter-500 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.inter-600 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.inter-700 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.inter-800 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.inter-900 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}
/* global styles */
/* .bg-gradient removed - using from index.css to avoid duplication */

/* search styles */

.search {
    height: 43px;
    border-radius: 8px;
    padding-left: 45px;
    border: 1px solid var(--border-color);
    font-size: 15px;
    background-color: var(--background-color);
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: gray !important;
    width: 350px;
    box-shadow: 0px 1px 2px 0px #0000000d;
}
@media (max-width: 992px) {
    .search {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .search-form {
        width: 100% !important;
    }
    .search-wrapper {
        width: 100%;
    }
}
.search::placeholder {
    color: gray;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.search:focus {
    box-shadow: none;
    border: 1px solid var(--border-color);
    background-color: var(--background-color);
}
.selected {
    background-color: #e0e0e0; /* Example background color */
}

/* search suggestion styles */
.suggestion-div {
    position: absolute;
    left: 0;
    background-color: white;
    top: 110%;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 1px solid rgba(128, 128, 128, 0.103);
    z-index: 3;
    width: 100%;
}
.search-title {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.search-list {
    margin: 0;
    padding: 0;
    word-wrap: break-word !important;
}

.search-list-item {
    list-style: none;
    transition: all 0.3s ease-in-out;
    padding: 0 7px;
}

.search-list-item:hover {
    background-color: #c6c8ca5d;
}

.search-list-item a {
    color: black;
    display: block;
    width: 100%;
    margin: 5px 0;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 5px;
    font-family: "Inter", sans-serif;
}
/* search icon styles */

.search-icon {
    left: 15px;
    transform: translateY(-50%);
}

/* header icon styles */
.header-icon-wrapper {
    margin: 0 10px;
    height: 40px;
    width: 40px;
    position: relative;
}
@media (max-width: 992px) {
    .header-icon-wrapper:is(:first-child) {
        margin-left: 0;
    }
}
.header-icon {
    border: 0;
    background-color: #f8fafc;
    padding: 7px 9px;
    border-radius: 5px;
    position: relative;
}
.header-icon-image {
    height: 22px;
    width: 22px;
    object-fit: cover;
}
.header-icon-badge {
    position: absolute;
    top: -7px;
    right: -8px;
    background-color: white;
    height: 20px;
    width: 20px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px 0px #0000000d;
    border: 1px solid var(--border-color, #e5e7eb);
}

.profile-action-icon {
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 8px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: center;
    height: 38px;
    position: relative;
}
@media (max-width: 992px) {
    .profile-action-icon {
        height: 40px;
        width: 40px;
    }
}
@media (max-width: 992px) {
    .header-links-wrapper {
        width: 100%;
    }
}
.header-link {
    display: flex;
    align-items: center;
    height: 40px;
}
.header-nav-button {
    background-color: transparent;
    border: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: black;
}
@media (max-width: 992px) {
    .header-link {
        width: 100%;
        margin: 5px 0;
        padding-left: 10px;
    }
    .header-link:hover {
        background-color: #eee;
        border-radius: 7px;
    }
    .header-nav-button {
        width: 100%;
    }
}

.header-content {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header-content.animate__zoomIn {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.entery-btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color, #e5e7eb);
    box-shadow: 0px 1px 2px 0px #0000000d;
    background: #fff;
    border-radius: 7px;
    transition: all 0.4s ease-in-out;
    padding-left: 15px;
    padding-right: 15px;
}
.entery-btn:hover {
    background: var(--background-color);
}
.entery-btn.register {
    background-color: var(--special-color);
    margin-left: 10px;
}
/* notifications styles */
.notifications {
    position: absolute;
    right: 0;
    background-color: white;
    top: 110%;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 1px solid rgba(128, 128, 128, 0.103);
    z-index: 1000;
    width: 350px;
    min-width: 300px;
    max-width: 400px;
}

@media (max-width: 768px) {
    .notifications {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        right: 0;
        left: 0;
    }
}
.notifications-wrapper {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

.notifications-wrapper::-webkit-scrollbar {
    width: 6px;
}

.notifications-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.notifications-wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.notifications-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.message:nth-child(odd) {
    background-color: var(--background-color);
    margin: 5px 0;
}
/* profileInfo styles */
.profileInfo {
    position: absolute;
    right: 0;
    background-color: white;
    top: 110%;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 1px solid rgba(128, 128, 128, 0.103);
    z-index: 1000;
    width: 280px;
    min-width: 280px;
    max-width: 280px;
}
.profile-header {
    background-color: var(--background-color);
    display: flex;
    align-items: center;
    gap: 10px;
}
.action-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}
.action-link:hover {
    background-color: var(--background-color);
    border-radius: 6px;
}
/* all categories dropdown styles */
.all-categories-dropdown {
    position: absolute;
    left: 0;
    background-color: white;
    top: 110%;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 1px solid rgba(128, 128, 128, 0.103);
    z-index: 1000;
    width: 70%;
    min-width: 600px;
    max-width: 900px;
}

.all-categories-btn {
    position: relative;
}

@media (max-width: 992px) {
    .all-categories-dropdown {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
    }
}
.alphabetical-column {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 15px;
}
@media (max-width: 992px) {
    .alphabetical-column {
        width: 50%;
    }
}
@media (max-width: 574px) {
    .alphabetical-column {
        width: 100%;
    }
}
.Alphabetic {
    width: 90%;
    height: 40px;
    border-radius: 7px;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Alphabetic:hover {
    background-color: #dae1eb44;
}
.primary-color {
    background-color: var(--special-color);
}
.primary-color:hover {
    background-color: var(--special-color);
}

.open-alphabetic-category {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
    padding: 7px;
    border-radius: 7px;
}
.open-alphabetic-category:hover {
    background-color: var(--background-color);
}
@media (max-width: 768px) {
    .open-alphabetic-category {
        margin: 10px 0;
        padding: 4px 3px;
    }
}
.open-alphabetic {
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.open-alphabetic-sub-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.open-alphabetic-category-name {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.category-content-wrapper {
    max-height: 480px;
    overflow: auto;
}
.category-content-wrapper::-webkit-scrollbar {
    width: 2px;
}
.category-content-wrapper::-webkit-scrollbar-thumb {
    background-color: gray;
}
/* offcanvas styles */
@media (max-width: 992px) {
    .menu-offcanva {
        overflow: auto !important;
    }
    .menu-offcanva::-webkit-scrollbar {
        width: 2px;
    }
    .menu-offcanva::-webkit-scrollbar-thumb {
        background-color: gray;
    }
}
@media (max-width: 500px) {
    .menu-offcanva {
        width: 80% !important;
    }
}

/* navbar styles - ensure dropdowns can show */
.navbar-nav {
    position: relative;
    overflow: visible !important;
    min-width: 270px;
    justify-content: end;
}

/* Ensure header and containers don't clip dropdowns */
header,
.navbar,
.container-fluid,
.container,
.navbar-nav,
.nav-item {
    overflow: visible !important;
    position: relative;
}
@media (max-width: 992px) {
    .navbar-nav {
        width: 100% !important;
        padding: 0 !important;
        min-width: unset;
        justify-content: start;
    }
}

/* gems-harbor carousel styles */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: black;
    border-radius: 50%;
    background-size: 50%;
    filter: invert(1);
}
.carousel-control-prev-icon {
    left: 15px;
}
.carousel-control-next-icon {
    right: 15px;
}
.carousel-indicators [data-bs-target] {
    height: 13px;
    width: 13px;
    border-radius: 50%;
}
/* categories column styles */
.categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    height: 200px;
    overflow: hidden;
}
.category-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.category-item {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 3px 0px #0000001a;
    background-color: var(--background-color);
    border: 1px solid var(--border-color, #e5e7eb);
    transition: all 0.3s ease-in-out;
}
.category-item:hover {
    box-shadow: 0px 6px 4px 3px #0000001a;
}
.category-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.category-item a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.no-category-image-found-added {
    height: 60px !important;
    width: 60px !important;
    border-radius: unset !important;
}

.category-showcase-image {
    position: relative;
}
.category-showcase-image img {
    width: 100%;
}
.category-showcase-image-link {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    text-decoration: none;
    color: white;
}
.category-showcase-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
}

.category-showcase-image:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.category-showcase-image:hover .category-showcase-image-link {
    opacity: 1;
    visibility: visible;
}

/* cards design */
.cta-button-group {
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-top-details {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s ease-in-out;
}
.gems-harbor-card-info {
    height: 130px;
}
.gems-harbor-card:hover .cta-button-group {
    height: 50px;
}
.gems-harbor-card:hover .card-top-details {
    top: 0;
}
.gems-harbor-card:hover .gems-harbor-card-info {
    height: auto;
}
.line-through {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.line-through::before,
.line-through::after {
    content: "\00a0\00a0";
}
.btn-success {
    background-color: var(--special-color) !important;
}
.cta-cart-button {
    border: 0;
    background-color: #f8fafc;
    padding: 7px 9px;
    border-radius: 5px;
    position: relative;
}
.cta-cart-button-img {
    height: 22px;
    width: 22px;
    object-fit: cover;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
}
.accordion-button:not(.collapsed) h6 {
    color: var(--special-color) !important;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    transition: all 0s ease-in-out;
    position: absolute;
    left: 20px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
}

/* footer styles */
footer {
    background-color: var(--special-dark-color);
}
.footer-link {
    opacity: 75%;
    transition: all 0.2s ease-in-out;
}
.footer-link:hover {
    opacity: 100%;
}
/* animate css styles */
.animate__animated.animate__zoomIn {
    animation-duration: 0.3s !important;
    animation-delay: 0s !important;
}

/* privacy and terms and coditions styles */
.page-header-img {
    height: 300px;
    object-position: bottom;
    object-fit: cover;
    padding: 0;
}
@media (max-width: 768px) {
    .page-header-img {
        height: 150px;
    }
}
.page-header-img-wrapper {
    position: relative;
    overflow: hidden; /* Ensure that the blur effect does not overflow */
}

.page-header-img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(2, 44, 34, 0.678);
    backdrop-filter: blur(3px); /* Use backdrop-filter for a smoother effect */
}
.info-steps li {
    list-style-type: upper-roman;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

/* ribbon tag styles */
.ribbon-left {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon-left span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(gray 0%, gray 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon-left span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid gray;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid gray;
}

.ribbon-left span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid gray;
    border-bottom: 3px solid transparent;
    border-top: 3px solid gray;
}
