.accordion,
.complaint:hover,
.tab-btn {
    cursor: pointer;
}
.gold-card2 img,
.middle_portion1,
.rightimg {
    object-fit: contain;
    object-fit: contain;
}
body,
html {
    overflow-x: hidden;
    max-width: 100%;
}
* {
    box-sizing: border-box;
}
.newBtn {
    border-radius: 32px;
    background: #ff9f00;
    color: #fff;
    font-size: 15px;
}
.custom-arrow {
    font-weight: 400;
    display: inline-block;
    transform: rotate(45deg);
    transition: transform 0.3s;
}
#navbarSupportedContent ul li a {
    font-weight: 700;
    font-size: 13px;
}
.blink-icon {
    animation: 1s linear infinite blinker;
}
@keyframes blinker {
    50% {
        opacity: 0.2;
        text-shadow: 0 0 5px #0f0, 0 0 10px #0f0;
    }
}
.goldh1 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 114%;
    letter-spacing: 0.28px;
}
.gold-rate-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
}
.gold-card2 {
    background-color: #fdfdfd;
    border-radius: 10px;
    padding: 10px 15px;
    width: 230px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
}
.gold-card2 h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: #333;
}
.gold-card2 .price2 {
    font-size: 20px;
    font-weight: 700;
    margin: 8px 0;
    color: #000;
}
.gold-card2 img {
    width: 110px;
    height: 110px;
}
.gold-card2 .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.gold-rate-header,
.price-row {
    display: flex;
    justify-content: space-between;
}
.gold-card2 .label2 {
    font-size: 14px;
    color: #daab29;
    font-weight: 700;
}
@media (max-width: 768px) {
    .goldh1 {
        font-size: 22px;
    }
    .gold-card2 {
        width: 45%;
    }
}
@media (max-width: 500px) {
    .gold-card2 {
        width: 100%;
    }
}
.selfdsgn {
    width: 20%;
    border: 5px solid #fff;
}
.selfdsgn ul li {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    padding: 5px 30px;
    text-align: center;
}
.karat-badge {
    background-color: #ff9f00;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.price-row {
    align-items: center;
    text-align: left;
    line-height: 10px;
}
.price-row .label {
    flex: 1;
    text-align: left;
    padding: 0 3px;
}
.price-row .value {
    flex: 1;
    text-align: right;
}
.price-row small {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
}
@media (max-width: 768px) {
    .selfdsgn {
        width: 100%;
    }
}
.gold-rate-container {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    max-width: 1100px;
    margin: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}
.accordion,
.panel {
    margin-bottom: 5px;
}
.gold-rate-header {
    align-items: center;
    flex-wrap: wrap;
}
.gold-rate-header h3 {
    color: #1d4ed8;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}
.last-updated {
    font-size: 12px;
    color: gray;
}
.live-indicator {
    background: red;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 10px;
}
.gold-description {
    margin-top: -5px;
    font-size: 13px;
}
.currency-tabs {
    margin-top: 5px;
    border-bottom: 2px solid #2c4cd3;
}
.tab-btn {
    padding: 1px 20px;
    border-bottom: none;
    font-weight: 700;
    font-size: 14px;
    background: #e5e7eb;
    margin-right: 0;
}
.banner-img-design,
.header-desgn {
    background-image: url(assets/images/banner/bg.webp);
    background-size: cover;
}
.tab-btn.active {
    background-color: #1d4ed8;
    color: #fff;
}
.accordion,
.accordion.active,
.accordion:hover,
.panel {
    background-color: #e7f0ff66;
}
.complaint:hover,
.footerli li a:hover,
.texthover:hover {
    color: #ff9f00;
    text-decoration: underline;
}
.tab-content {
    display: none;
    margin-top: 5px;
}
.banner-section,
.footer_p {
    margin-top: -50px;
}
.showdesktop,
.tab-content.active {
    display: block;
}
.accordion {
    color: #000;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}
.panel,
.showmbl {
    display: none;
}
.complaint,
.footerli li a,
.middle_portion3 p,
.pad p {
    font-style: normal;
    font-weight: 400;
}
.panel {
    padding: 0 18px;
    overflow: hidden;
}
.panel p {
    color: #000;
}
.arrow {
    transition: transform 0.3s;
}
.complaint,
.footerli li a {
    color: #000;
    font-size: 20px;
}
.additional-content {
    display: none;
    color: #000;
    font-size: 14px;
}
.downloadtradedesg {
    background-color: #e7f0ff;
    padding: 50px;
    border-radius: 7px;
}
.coldesignpad {
    padding: 0 110px;
}
.metadegn {
    background-color: #2c4cd3;
    height: 340px;
}
.metadegn-pad {
    padding: 0 60px;
}
.metadegn-pad p {
    color: #fff;
    text-align: justify;
    margin-top: 10px;
    font-size: 20px;
}
.lidesgn li img {
    height: 30px;
}
.footerpic {
    height: 340px;
    float: right;
}
.tradepar {
    padding: 50px;
}
.tradepar p {
    border-left: 2px solid #2c4cd3;
    text-align: justify;
    padding: 0 10px;
    color: #525252;
    font-size: 20px;
    line-height: 34px;
}
.footer_p,
.pad p {
    font-size: 20px;
    text-align: center;
}
.texthover {
    color: #2c4cd3;
    text-decoration: underline;
}
.footer_p {
    color: gray;
}
.footer_lia {
    color: #111b21;
    font-size: 22px;
}
.pad {
    padding: 0 100px;
}
.pad p {
    color: #000;
}
.header-desgn {
    padding: 30px 30px 0;
}
.banner-img-design {
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-position: center;
}
.content-item-banner-box-1 {
    display: inline-flex;
    padding: 35px 42px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 31px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
}
.content-item-banner-box-2 {
    margin-top: -130px;
}
.content-item-banner-box-3 {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    z-index: 1;
    height: 150px;
    width: 300px;
}
.middle_portion2,
.middle_portion3 {
    display: flex;
    gap: 8px;
    border-radius: 12px;
}
.content-boxs-img5 {
    height: 90px;
    margin-top: -80px;
}
.middle_portion1 {
    height: 230px;
    width: 100%;
    margin-bottom: -150px;
}
.middle_portion2 {
    width: 500px;
    height: 280px;
    padding: 45px;
    flex-direction: column;
    flex-shrink: 0;
    background: #e7f0ff;
}
.middle_portion2 ul {
    text-align: left;
    line-height: 33px;
}
.middle_portion2 ul li,
.ulstyle ul li p {
    font-size: 18px;
}
.middle_portion2 ul li i {
    font-size: 12px;
}
.middle_portion3 {
    width: 458px;
    height: 222px;
    padding: 72px 64px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #2c4cd3;
    margin-top: 170px;
}
.middle_portion3 p {
    color: #fff;
    text-align: justify;
    font-size: 18px;
    line-height: 141%;
    letter-spacing: 0.12px;
}
.middle_portion4 {
    height: 120px;
    width: 420px;
    margin-top: -135px;
}
.rightimg {
    width: 100%;
    height: 500px;
}
@media only screen and (max-width: 767px) {
    .banner-section,
    .footer_p {
        margin-top: 0;
    }
    .middle_portion3 p,
    .pad p {
        font-style: normal;
        font-weight: 400;
    }
    .middle_portion1,
    .rightimg {
        object-fit: contain;
    }
    .downloadtradedesg {
        background-color: #e7f0ff;
        padding: 1px;
        border-radius: 7px;
    }
    .coldesignpad {
        padding: 0 50px;
    }
    .metadegn-pad,
    .pad,
    .tradepar p {
        padding: 0 10px;
    }
    .metadegn {
        background-color: #2c4cd3;
        height: auto;
    }
    .metadegn-pad p {
        color: #fff;
        text-align: justify;
        margin-top: 10px;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .lidesgn li img {
        height: 10px;
    }
    .lidesgn li {
        font-size: 9px;
    }
    .showmbl {
        display: block;
    }
    .showdesktop {
        display: none;
    }
    .footerpic {
        height: 160px;
        float: right;
    }
    .tradepar {
        padding: 10px;
    }
    .tradepar p {
        border-left: 2px solid #2c4cd3;
        text-align: justify;
        color: #525252;
        font-size: 13px;
        line-height: 26px;
    }
    .footer_p,
    .pad p {
        text-align: center;
    }
    .footer_p {
        color: gray;
        font-size: 13px;
    }
    .footer_lia,
    .middle_portion2 ul li i {
        font-size: 10px;
    }
    .footer_lia {
        color: #111b21;
    }
    .footer_lia:hover,
    .mobile-menu .navigation li > a:hover {
        color: #ff9f00;
        text-decoration: underline;
    }
    .additional-content {
        font-size: 11px;
    }
    .footerli li a,
    .footerli li span {
        font-size: 12px;
    }
    .pad p {
        font-size: 15px;
        color: #000;
    }
    .header-desgn {
        padding: 30px 0 0;
    }
    .banner-img-design {
        height: auto;
    }
    .content-item-banner-box-1 {
        margin-top: -150px;
        padding: 35px 22px;
        backdrop-filter: blur(0);
    }
    .content-boxs-img1 {
        margin-top: 10px;
        height: 140px;
    }
    .content-boxs-img2 {
        height: 120px;
    }
    .content-boxs-img3 {
        height: 180px;
        margin-top: -120px;
    }
    .content-boxs-img4 {
        height: 80px;
        margin-top: -100px;
    }
    .content-boxs-img5 {
        height: 80px;
        margin-top: -90px;
    }
    .content-item-banner-box-2 {
        margin-top: -70px;
        margin-bottom: 40px;
    }
    .content-item-banner-box-3 {
        background: rgba(255, 255, 255, 0.12);
        border-radius: 10px;
        z-index: 1;
        height: 110px;
        width: auto;
    }
    .middle_portion1 {
        height: 230px;
        width: 100%;
        margin-bottom: -110px;
    }
    .middle_portion2,
    .middle_portion3 {
        display: flex;
        width: auto;
        height: auto;
        gap: 8px;
        border-radius: 12px;
    }
    .middle_portion2 {
        padding: 25px;
        flex-direction: column;
        flex-shrink: 0;
        background: #e7f0ff;
    }
    .middle_portion2 ul {
        text-align: left;
        line-height: 33px;
    }
    .middle_portion2 ul li {
        font-size: 13px;
    }
    .middle_portion3 {
        padding: 32px 34px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background: #2c4cd3;
        margin-top: 119px;
    }
    .middle_portion3 p {
        color: #fff;
        text-align: justify;
        font-size: 12px;
        line-height: 141%;
        letter-spacing: 0.12px;
    }
    .middle_portion4 {
        height: 120px;
        width: 300px;
        margin-top: -410px;
    }
    .ulstyle ul li p {
        font-size: 16px;
        padding: 0 10px;
    }
}
