/* .hero {
    background: url(/assets/img/banner/free_credit.jpg);
    background-repeat: no-repeat;
    width: 100%;
} */
body {
    padding-top: 90px;
    overflow-x: hidden
        /* Adjust based on navbar height */
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

h2 {
    font-size: 3rem;
}

.gold {
    background-image: linear-gradient(180deg, #fff5c3 30%, #b17315 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-dark-gold {
    background-color: rgb(110, 77, 36);
    /* background-image: linear-gradient(120deg, rgb(30, 23, 14), rgb(156, 115, 49)); */
}

.text-light-grey {
    color: rgb(133, 126, 116);
}

.text-gold {
    color: #fdd08c;
}

.btn.text-gold:hover {
    color: #cb9b51
}

.section-top-margin {
    margin-top: 100px;
}

.section-padding {
    padding: 100px 0;
}

.rounded-4 {
    border-radius: .8rem;
}

.hero {
    position: relative;
    width: 100%;
    height: 100%;
    /* Dynamic height */
    overflow: hidden;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Ensures the whole image is visible without cropping */
}

.navbar-brand {
    padding: 0;
    /* Remove extra padding */
}

.navbar-brand .logo {
    max-height: 70px;
    /* Adjust based on your navbar's height */
    width: auto;
    /* Ensure the aspect ratio of the logo is preserved */
}

#feature.background {
    background: url(/assets/img/banner/feature.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

/* Gold Button */
.gold-button {
    color: #000000;
    background-image: linear-gradient(180deg, #f6e27a 20%, #cb9b51 80%);
    padding: 8px 30px;
    font-weight: 700;
    border-radius: 8px;
    margin: 5px;
    border-width: 0;
    display: inline-flex;
    align-items: center;

    box-shadow: 0 8px 18px 0 #8d6c20;
    transition: all 0.5s ease;

    justify-content: center;
    text-align: center;
    text-decoration: none;

    position: relative;
    overflow: hidden;

    flex: 1;
}

.gold-button:hover,
.gold-button:active {
    color: rgb(133, 107, 41);
}

/* Shine */

.shine-button {
    position: relative;
    overflow: hidden;
}

.shine-button:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    z-index: 1;
    animation: slide 2s infinite;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(248, 231, 176, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(248, 231, 176, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(248, 231, 176, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(248, 231, 176, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(248, 231, 176, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(248, 231, 176, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Gradient */
.product-card {
    margin-top: 150px;
}

.gradient-frame {
    position: relative;
    padding: 2px;
    z-index: 1;
    background-color: black;
    background-image: linear-gradient(0deg, #2c2b28 0%, #6c6856 46%, #c3803d64 100%);
    filter: brightness(120%);
    border-radius: 8px;
    text-align: center;
    height: 100%;
}

.gradient-frame:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    left: 10px;
    top: 0;
    background-image: linear-gradient(0deg, #2c2b28 0%, #6b6757 46%, #c3803d64 100%);
    filter: blur(20px);
}

.gradient {
    background-color: #1e1d1c;
    background-image: radial-gradient(#493827 20%, #1e1d1c 80%);
    padding: 150px 30px 30px;
    /* Added extra padding at the top to accommodate floating image */
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.floating-img {
    position: absolute;
    top: -33%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    max-width: 300px;
    height: auto;
}

.bg-warning-subtle {
    background-color: #291f00;
}

/* Accordion */
.accordion-button:not(.collapsed) {
    color: #c5c0ac !important;
    background-color: #332701 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.142);
}

.accordion-button:focus {
    border-color: #fecc86;
    box-shadow: 0 0 0 .25rem rgba(255, 225, 181, 0);
}

.accordion-button {
    background-color: #291f00;
    color: #cb9b51;
}

.accordion-item {
    background-color: #000000;
    border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-body {
    color: #c5c0ac;
    background-image: linear-gradient(#35291c, #121211);
    font-size: small;
}

.bx-border-circle {
    border: .07em solid rgba(253, 236, 210, 0.273);
}

@keyframes float {
    0% {
        transform: translatey(0px);
        rotate: -5deg;
    }

    50% {
        transform: translatey(-38px);
        rotate: 2deg;
    }

    100% {
        transform: translatey(0px);
        rotate: -5deg;
    }
}

.float {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.footer {
    background: #111;
    color: white;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.floating-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-image: linear-gradient(180deg, #f6e27a 20%, #cb9b51 80%);
    color: black;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(255, 188, 55, 0.625);
    z-index: 1000;
}

.floating-icon:hover {
    background-image: linear-gradient(180deg, #f6e27a 20%, #bc8533 80%);
    color: rgb(63, 43, 21);
}

@media screen and (max-width: 992px) {
    .floating-img {
        top: -43%;
    }
}

@media screen and (max-width: 576px) {
    .floating-img {
        top: -35%;
    }
}