.intro-container {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    direction: ltr;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative;
    min-height: 423px;
    aspect-ratio: unset;
}

.intro-cover-background {
    background: linear-gradient(35deg, rgb(6, 0, 151) 0%, rgb(130, 4, 255) 73%, rgb(193, 15, 255) 100%);
    opacity: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.intro {
    color: inherit;
    direction: rtl;
    position: relative;
    width: 100%;
}

.intro-inner {
    color: inherit;
    direction: rtl;
    position: relative;
    width: 100%;
}

.button {
    display: inline-block;
}

.button a {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

.sabeeka {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 10px;
    margin-bottom: 10px;
}

.tab-buttons {
    overflow: hidden;
}

.tab-link {
    background-color: #f1f1f1;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.3s;
    max-width: 200px;
    border-radius: 10px;
}

.tab-link:hover {
    background-color: #ddd;
}

.tab-link.active {
    background-color: #ccc;
}

.tab-content {
    display: none;
    padding: 10px 0px;
    border-top: none;
}

.accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 6px;
}

.accordion-header {
    background: #eee;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    display: flex;
}

.accordion-content {
    display: none;
    padding: 15px;
    background: #fff;
}

.accordion-item.active .accordion-content {
    display: block;
}

.arrow {
    transition: transform 0.3s ease;
    margin-right: -10px;
    margin-left: 10px;
}

.accordion-item.active .arrow {
    transform: rotate(180deg);
}

.price-tag {
    background-color: #ff4d4f;
    /* bright red for visibility */
    color: white;
    padding: 3px 6px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: 10;
}

.section {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.warning {
    color: #ff4d4f;
}

.bullion-comparison thead th {
    white-space: nowrap;
}

.header-bar .main {
    height: 102px;
}

.main-rate-box {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #f9f9f9;
    box-shadow: 0 0 5px #ccc;
    width: 200px;
    margin: 20px auto !important;
}

.main-rate-box .main-rate {
    font-size: 30px;
    font-weight: bolder;
    overflow: hidden;
    color: darkcyan;
}

.main-rate-box .currency-unit {
    font-size: 14px;
    font-weight: bolder;
    display: block;
    margin-bottom: 5px;
}

.highlighted {
    background-color: antiquewhite;
    font-weight: bold;
}
.disclaimer {
    font-size: 12px;
    color: red;
    margin-top: 15px;
}
.section{
    margin-bottom: 20px;
}

.bullion-company-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 5px #ccc;
margin-bottom: 10px;
}
.bullion-company-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: left;
    
}
.bullion-company-name {
    font-size: 18px;
    margin-bottom: 10px;
}
.sticky-col {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 1;
    padding-right: 0px !important;
    overflow: hidden;
}