/* Generated and scoped from the supplied index.css. */
@font-face {
  font-family: 'Gold Loan Anek Latin';
  src: url('../fonts/AnekLatin-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 499;
  font-display: swap;
}
@font-face {
  font-family: 'Gold Loan Anek Latin';
  src: url('../fonts/AnekLatin-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Gold Loan Anek Latin';
  src: url('../fonts/AnekLatin-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Gold Loan Anek Latin';
  src: url('../fonts/AnekLatin-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

#gold-loan-static-page {
  padding-top: 0;
  padding-top: var(--gold-loan-header-offset, 0);
}

#gold-loan-static-page,
#gold-loan-static-page :where(*:not(svg):not(svg *)) {
  all: revert;
  box-sizing: border-box;
}

/* Required Swiper structure, scoped to this page. */

#gold-loan-static-page .swiper {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
#gold-loan-static-page .swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  z-index: 1;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}
#gold-loan-static-page .swiper-horizontal {
  touch-action: pan-y;
}
#gold-loan-static-page .swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}
#gold-loan-static-page .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
#gold-loan-static-page .swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 0.3s opacity;
}
#gold-loan-static-page .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
#gold-loan-static-page .swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, 8px);
  height: var(--swiper-pagination-bullet-height, 8px);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
#gold-loan-static-page button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  appearance: none;
}
#gold-loan-static-page .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
#gold-loan-static-page .swiper-horizontal > .swiper-pagination-bullets,
#gold-loan-static-page .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: var(--swiper-pagination-top, auto);
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  width: 100%;
}
#gold-loan-static-page .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#gold-loan-static-page .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

#gold-loan-static-page,#gold-loan-static-page *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

#gold-loan-static-page {
    font-family: 'Gold Loan Anek Latin', sans-serif;
    background:#fff;
    color:#222;
        padding: 0px 5px 0px 5px;
        width:100%;
    overflow-x:hidden;

}


#gold-loan-static-page img{
    width:100%;
    display:block;
}

#gold-loan-static-page a{
    text-decoration:none;
}

#gold-loan-static-page button{
    cursor:pointer;
    border:none;

}

#gold-loan-static-page input{
    outline:none;

}



/*
   HEADER
 */

#gold-loan-static-page .custom-header {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

#gold-loan-static-page .header-image {
    width: 100%;
    height: auto;
    display: block;
}


/*
   FOOTER
*/

#gold-loan-static-page .custom-footer {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

#gold-loan-static-page .footer-image {
    width: 100%;
    height: auto;
    display: block;
}


/*
   RESPONSIVE
 */

@media (max-width: 768px) {

    #gold-loan-static-page .header-image,
    #gold-loan-static-page .footer-image {
        width: 100%;
        height: auto;
    }

}

@media (max-width: 480px) {

    #gold-loan-static-page .header-image,
    #gold-loan-static-page .footer-image {
        width: 100%;
        height: auto;
    }

}

/* Apply For Gold Loan */


#gold-loan-static-page .hero-section{
    width:100%;
    padding:60px 0;
    background:#fff;
}

#gold-loan-static-page .hero-container{

    max-width:1400px;
    margin:auto;

    padding:0 60px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;

}

/*
LEFT SLIDEr*/

#gold-loan-static-page .hero-slider{

    flex:0 0 60%;
    max-width:60%;

}

#gold-loan-static-page .heroSwiper{

    border-radius:22px;
    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

}

#gold-loan-static-page .heroSwiper img{

    width:100%;
    display:block;

    border-radius:22px;

}



#gold-loan-static-page .swiper-pagination {
    position: absolute;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    padding-left: 20px;
}

#gold-loan-static-page .swiper-pagination-bullet{

    width:12px;
    height:12px;

    background: darkgray;

    opacity:1;

}

#gold-loan-static-page .swiper-pagination-bullet-active{

    background:#c52032;

}

/*
RIGHT FORM
*/

#gold-loan-static-page .hero-form{

    flex:0 0 40%;
    max-width:37%;

}

#gold-loan-static-page .form-card{

    background:#fff;

    border-radius:22px;

    padding:40px;

    box-shadow:0 15px 40px rgba(0,0,0,.10);

}

#gold-loan-static-page input#fullname {
    padding: 0 16px;
}
#gold-loan-static-page input#mobileNumber {
    padding: 0 16px;
}

#gold-loan-static-page input[type="text"] {
    padding: 0 16px !important;
}


#gold-loan-static-page .form-card h2{

    font-size:34px;

    font-weight:700;

    margin-bottom:30px;

}

/*
FORM GROUP
*/

#gold-loan-static-page .form-group{

    margin-bottom:20px;

}

#gold-loan-static-page .form-group label{

    display:block;

    margin-bottom:8px;

    font-size:14px;

    font-weight:600;

    color: #615F52;

    text-transform:uppercase;

}

#gold-loan-static-page .form-group input{

    width:100%;

    height:46px;

    border:1px solid #ddd;

    border-radius:12px;

    padding:0 1px;

    font-size:12px;

    transition:.3s;

}

#gold-loan-static-page .form-group input:focus{

    border-color:#c52032;

}

/*
MOBILE INPUT
*/

#gold-loan-static-page .mobile-wrapper{

    display:flex;

    gap:10px;

}

#gold-loan-static-page .mobile-wrapper input{

    flex:1;

}

#gold-loan-static-page .otp-btn{

    width:150px;

    background:#c52032;

    color:#fff;

    border-radius:12px;

    font-size:14px;

    font-weight:600;

    transition:.3s;

}

#gold-loan-static-page .otp-btn:hover{

    background:#a41725;

}

/*
CHECKBOX
*/

#gold-loan-static-page .checkbox-group{

    display:flex;

    gap:10px;

    align-items:flex-start;

    margin:20px 0;

}

#gold-loan-static-page .checkbox-group input{

    margin-top:4px;

}

#gold-loan-static-page .checkbox-group label{

    font-size:13px;

    color:#666;

    line-height:1.5;

}

#gold-loan-static-page .checkbox-group a{

    color:#c52032;

    font-weight:600;

}

/*
BUTTON
*/

#gold-loan-static-page .submit-btn{

    width:100%;

    height:56px;

    background:#c52032;

    color:#fff;

    border-radius:14px;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

#gold-loan-static-page .submit-btn:hover{

    background:#a41725;

}

/*
SECURE TEXT
*/

#gold-loan-static-page .secure-text{

    margin-top:18px;

    text-align:center;

    font-size:13px;

    color:#666;

}
/*
OTP MODAL
*/

#gold-loan-static-page .otp-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:.35s;
    z-index:9999;
    padding:20px;
}

#gold-loan-static-page .otp-modal.show{
    opacity:1;
    visibility:visible;
}

#gold-loan-static-page .otp-box{
    width:100%;
    max-width:430px;
    background:#fff;
    border-radius:20px;
    padding:35px;
    position:relative;
    transform:translateY(-30px);
    transition:.35s;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

#gold-loan-static-page .otp-modal.show .otp-box{
    transform:translateY(0);
}

#gold-loan-static-page .close-modal{
    position:absolute;
    top:15px;
    right:18px;
    width:35px;
    height:35px;
    border-radius:50%;
    background:#f3f3f3;
    font-size:22px;
    transition:.3s;
}

#gold-loan-static-page .close-modal:hover{
    background:#c52032;
    color:#fff;
}

#gold-loan-static-page .otp-box h3{
    font-size:28px;
    margin-bottom:10px;
}

#gold-loan-static-page .otp-box p{
    color:#666;
    margin-bottom:25px;
    line-height:1.6;
}

/*
OTP BOXES
*/

#gold-loan-static-page .otp-inputs{
    display:flex;
    justify-content:space-between;
    gap:10px;
    margin-bottom:25px;
}

#gold-loan-static-page .otp-inputs input{
    width:52px;
    height:55px;
    border:1px solid #ddd;
    border-radius:10px;
    text-align:center;
    font-size:22px;
    font-weight:600;
}

#gold-loan-static-page .otp-inputs input:focus{
    border-color:#c52032;
}




/*
VERIFY BUTTON
*/

#gold-loan-static-page .verify-btn{
    width:100%;
    height:55px;
    border-radius:12px;
    background:#c52032;
    color:#fff;
    font-size:16px;
    font-weight:600;
    margin-bottom:15px;
    transition:.3s;
}

#gold-loan-static-page .verify-btn:hover{
    background:#a41725;
}

#gold-loan-static-page .resend-btn{
    width:100%;
    background:none;
    color:#c52032;
    font-weight:600;
    font-size:15px;
}

#gold-loan-static-page .resend-btn:hover{
    text-decoration:underline;
}

/*
LARGE SCREEN
*/

@media(min-width:1500px){



#gold-loan-static-page .hero-container{
    width:100%;
}


#gold-loan-static-page .hero-container {
    max-width: 1500px;
    margin: auto;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

#gold-loan-static-page .form-card{
    padding:55px;
}

#gold-loan-static-page .form-card h2{
    font-size:50px;
}
#gold-loan-static-page .form-group {
    margin-bottom: 40px;
}

#gold-loan-static-page .glc-container {
    width: 100%;
    max-width: 1500px !important;
    margin: 0 auto;
    padding: 80px 4px 80px;
}

#gold-loan-static-page .form-group input {
    width: 100%;
    height: 65px;}

    #gold-loan-static-page .form-group label {
      margin-bottom: 10px;

    font-size: 18px;}

    #gold-loan-static-page .form-group input {

    font-size: 16px;}

    #gold-loan-static-page .submit-btn {
    width: 100%;
    height: 65px;}

    #gold-loan-static-page .secure-text {
    margin-top: 20px;

    font-size: 15px;}

    #gold-loan-static-page .checkbox-group label {
    font-size: 15px;

}

}

/*
LAPTOP
*/

@media(max-width:1200px){

#gold-loan-static-page .hero-container{
    gap:30px;
}

#gold-loan-static-page .form-card{
    padding:30px;
}



#gold-loan-static-page .form-card h2{
    font-size:30px;
}

#gold-loan-static-page .otp-btn{
    width:135px;
}

}

/*
TABLET
*/

@media(max-width:991px){

#gold-loan-static-page .hero-container{
    flex-direction:column;
}

#gold-loan-static-page .hero-slider,
#gold-loan-static-page .hero-form{
    flex:0 0 100%;
    max-width:100%;
}

#gold-loan-static-page .hero-slider{
    order:1;
}

#gold-loan-static-page .hero-form{
    order:2;
}

#gold-loan-static-page .form-card{
    margin-top:25px;
}

}

/*mobile*/

@media(max-width:576px){

#gold-loan-static-page .hero-section{
    padding:30px 0;
}

#gold-loan-static-page .hero-container{
    padding:0 15px;
}

#gold-loan-static-page .form-card{
    padding:22px;
    border-radius:16px;
}

#gold-loan-static-page .form-card h2{
    font-size:24px;
    margin-bottom:20px;
}

#gold-loan-static-page .mobile-wrapper{
    flex-direction:column;
}

#gold-loan-static-page .otp-btn{
    width:100%;
    height:50px;
}

#gold-loan-static-page .form-group input{
    height:46px;
}





#gold-loan-static-page .submit-btn{
    height:50px;
}

#gold-loan-static-page .checkbox-group label{
    font-size:12px;
}

#gold-loan-static-page .secure-text{
    font-size:12px;
}

#gold-loan-static-page .otp-box{
    padding:25px;
}

#gold-loan-static-page .otp-box h3{
    font-size:22px;
}

#gold-loan-static-page .otp-inputs input{
    width:42px;
    height:45px;
    font-size:18px;
}

#gold-loan-static-page .verify-btn{
    height:50px;
}

}


@media(max-width:420px){

#gold-loan-static-page .hero-container{
    padding:0 12px;
}

#gold-loan-static-page .form-card{
    padding:18px;
}

#gold-loan-static-page .form-card h2{
    font-size:22px;
}

#gold-loan-static-page .otp-inputs{
    gap:6px;
}

#gold-loan-static-page .otp-inputs input{
    width:38px;
    height:42px;
    font-size:16px;
}

}





/*
Sticky tab
*/


#gold-loan-static-page .header-container {
    width: 100%;
    background: #fff;
    z-index: 99999;
}

#gold-loan-static-page .header-container.is-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
#gold-loan-static-page .sticky-header{

    position:sticky;
    top:0;

    width:100%;

    background:#fff;

    z-index:9999;

    /* box-shadow:0 5px 20px rgba(0,0,0,.08); */

    margin-bottom: 15px;

}



#gold-loan-static-page .header-container {
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

#gold-loan-static-page .menu{

    display:flex;

    justify-content:space-between;

    align-items:center;

    list-style:none;

    height:60px;

}

#gold-loan-static-page .menu li{

    flex:1;

    text-align:center;

}

#gold-loan-static-page .nav-link{

    display:inline-block;

    color:#B8B8B8;

    font-size:16px;

    font-weight:600;

    transition:.3s;

    position:relative;

}

/* Hover */

#gold-loan-static-page .nav-link:hover{

    color:#000;

}

/* Active */

#gold-loan-static-page .nav-link.active{

    color:#000;

    font-weight:700;

}


/* Tablet */

@media(max-width:992px){

#gold-loan-static-page .menu{

    overflow-x:auto;

    justify-content:flex-start;

    gap:40px;

}

#gold-loan-static-page .menu li{

    flex:none;

}

#gold-loan-static-page .nav-link{

    white-space:nowrap;

    font-size:16px;

}

}

/* Mobile */

@media(max-width:576px){

#gold-loan-static-page .menu{

    height:70px;

    gap:25px;

}

#gold-loan-static-page .nav-link{

    font-size:12px;

}

}
@media(min-width:1500px){

    #gold-loan-static-page .nav-link {
    display: inline-block;
    color: #B8B8B8;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
    position: relative;
}}


/* new sticky header code */

#gold-loan-static-page .header-container {
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

/* Default: completely hidden, no space */
#gold-loan-static-page .header-container:not(.is-fixed) {
    display: none;
}

/* Existing fixed state */
#gold-loan-static-page .header-container.is-fixed {
    display: block;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

#gold-loan-static-page .sticky-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    margin-bottom: 15px;
}

#gold-loan-static-page .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    height: 60px;
}

#gold-loan-static-page .menu li {
    flex: 1;
    text-align: center;
}

#gold-loan-static-page .nav-link {
    display: inline-block;
    color: #B8B8B8;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    position: relative;
}

#gold-loan-static-page .nav-link:hover {
    color: #000;
}

#gold-loan-static-page .nav-link.active {
    color: #000;
    font-weight: 700;
}

/* Tablet */
@media (max-width: 992px) {
    #gold-loan-static-page .menu {
        overflow-x: auto;
        justify-content: flex-start;
        gap: 40px;
    }

    #gold-loan-static-page .menu li {
        flex: none;
    }

    #gold-loan-static-page .nav-link {
        white-space: nowrap;
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    #gold-loan-static-page .menu {
        height: 70px;
        gap: 25px;
    }

    #gold-loan-static-page .nav-link {
        font-size: 12px;
    }

    #gold-loan-static-page .nav-link.active {
    color: #000;
    font-weight: 700;
}

}

/* Large Screen */
@media (min-width: 1500px) {
    #gold-loan-static-page .nav-link {
        display: inline-block;
        color: #B8B8B8;
        font-size: 20px;
        font-weight: 600;
        transition: .3s;
        position: relative;
    }
}

/*
 Scroll Strip
*/

#gold-loan-static-page .interest-strip{

    width:100%;
    background:#111;
    overflow:hidden;
    padding:14px 0;

}

#gold-loan-static-page .marquee{

    overflow:hidden;
    white-space:nowrap;

}

#gold-loan-static-page .marquee-content{

    display:inline-flex;
    align-items:center;
    animation:marquee 15s linear infinite;

}

#gold-loan-static-page .marquee-content span{

    color:#fff;
    font-size:24px;
    font-weight:500;
    margin-right:120px;
    white-space:nowrap;

}

@keyframes marquee{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}

/* Pause on Hover */

#gold-loan-static-page .marquee:hover .marquee-content{

    animation-play-state:paused;

}

/* Tablet */

@media(max-width:768px){

#gold-loan-static-page .marquee-content span{

    font-size:22px;
    margin-right:70px;

}

#gold-loan-static-page .faq-section {
    width: 100%;

    background-color: #F5F6F8;
}

}

/* Mobile */

@media(max-width:576px){

#gold-loan-static-page .interest-strip{

    padding:12px 0;

}

#gold-loan-static-page .marquee-content span{

    font-size:14px;
    margin-right:45px;

}
#gold-loan-static-page #mobileNumber {
    height: 46px !important;
    min-height: 46px !important;
    box-sizing: border-box;
}

#gold-loan-static-page .checkbox-group input{

    margin-top:2px;

}

}



/*
ABC Rate Index
*/

#gold-loan-static-page .rate-index-section{
    width:100%;
    padding:40px 0 2 0px 0;
    background:#fff;
}

#gold-loan-static-page .rate-index-section .container{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:0 60px;
}


/*=========================================
HEADER
=========================================*/

#gold-loan-static-page .rate-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:30px;
}

#gold-loan-static-page .rate-left{
    max-width:650px;
}

#gold-loan-static-page .rate-left h2{
    font-size:36px;
    font-weight:700;
    color:#2f2f2f;
    margin:12px 0;
    line-height:1.2;
}

#gold-loan-static-page .rate-left p{
    font-size:20px;
    color:#44474E;
    line-height:1.5;
}


/*=========================================
LIVE STATUS
=========================================*/

#gold-loan-static-page .live-status{
    display:flex;
    align-items:center;
    gap:10px;
}

#gold-loan-static-page .live-dot{
    width:10px;
    height:10px;
    background:#d61c2a;
    border-radius:50%;
    position:relative;
}

#gold-loan-static-page .live-dot::after{
    content:"";
    position:absolute;
    width:10px;
    height:10px;
    border-radius:50%;
    background:rgba(214,28,42,.35);
    left:0;
    top:0;
    animation:livePulse 1.5s infinite;
}

@keyframes livePulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    100%{
        transform:scale(3.5);
        opacity:0;
    }

}

#gold-loan-static-page .live-text{
    font-size:12px;
    color:#A20017;
    font-weight:700;
    letter-spacing:1px;
}






/*=========================================
TABS
=========================================*/

#gold-loan-static-page .rate-tabs{
    background:#f3f3f5;
    padding:6px;
    border-radius:14px;
    display:flex;
    gap:5px;
}

#gold-loan-static-page .tab-btn{
    height:40px;
    padding:0 28px;
    border:none;
    background:transparent;
    border-radius:10px;
    font-size:15px;
    font-weight:600;
    color:#555;
    transition:.3s;
}

#gold-loan-static-page .tab-btn.active{
    background:#fff;
    color:#c91d2e;
    box-shadow:0 4px 10px rgba(0,0,0,.08);
}

#gold-loan-static-page .tab-btn:hover{
    background:#fff;
}


/*=========================================
DIVIDER
=========================================*/

#gold-loan-static-page .divider{
    width:100%;
    height:1px;
    background:#e6e6e6;
    margin:40px 0;
}


/*=========================================
RATE CARD SLIDER
=========================================*/

#gold-loan-static-page .rate-slider{
    width:100%;
    display:flex;
    align-items:center;
    gap:15px;
}

#gold-loan-static-page .rate-slider-viewport{
    width:100%;
    overflow:hidden;
}

#gold-loan-static-page .rate-cards{
    display:flex !important;
    gap:30px;
    width:100%;
    transition:transform .45s ease;
    will-change:transform;
}


#gold-loan-static-page .rate-slider {
  position: relative;
  width: 100%;
}

#gold-loan-static-page .rate-slider-viewport {
  overflow: hidden;
  width: 100%;
}

#gold-loan-static-page .rate-cards {
  display: flex;
  gap: 20px;
  width: 100%;
  will-change: transform;
}

/* Desktop: exactly 3 cards visible */
#gold-loan-static-page .rate-card {
  flex: 0 0 calc((100% - 40px) / 3); /* 100% - (2 gaps of 20px) / 3 cards */
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
}

/* Tablet: 2 cards visible */
@media (max-width: 991px) {
  #gold-loan-static-page .rate-card {
    flex: 0 0 calc((100% - 20px) / 2); /* 100% - (1 gap of 20px) / 2 cards */
  }
}

/* Mobile: exactly 1 card visible */
@media (max-width: 767px) {
  #gold-loan-static-page .rate-card {
    flex: 0 0 100%;
  }
}

/*=========================================
CARDS
=========================================*/

#gold-loan-static-page .rate-card{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:24px;
    padding:35px;
    transition:.35s;
    min-height:200px;

    /* Slider */
    flex:0 0 calc((100% - 30px) / 3) !important;
    width:calc((100% - 30px) / 3) !important;
    max-width:calc((100% - 30px) / 3) !important;
    min-width:0;
    box-sizing:border-box;
}

#gold-loan-static-page .rate-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

#gold-loan-static-page .karat{
    display:block;
    font-size:14px;
    font-weight:700;
    color:#44474E99;
    letter-spacing:1.4px;
    margin-bottom:20px;
}

#gold-loan-static-page .rate-card h3{
    font-size:36px;
    font-weight:900;
    color:#2C2C2C;
    margin-bottom:20px;
    line-height:1;
}

#gold-loan-static-page .trend{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    font-weight:700;
}

#gold-loan-static-page .bullish{
    color:#16A34A;
}


/*=========================================
SLIDER ARROWS
=========================================*/

#gold-loan-static-page .rate-slider-arrow{
    flex:0 0 44px;
    width:44px;
    height:44px;

    border:1px solid #e7e7e7;
    border-radius:50%;

    background:#fff;
    color:#2C2C2C;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;
    font-size:18px;
    line-height:1;

    transition:all .3s ease;
}

#gold-loan-static-page .rate-slider-arrow:hover{
    background:#C91D2E;
    border-color:#C91D2E;
    color:#fff;
}

#gold-loan-static-page .rate-slider-arrow:disabled{
    opacity:.35;
    cursor:not-allowed;
}


/*=========================================
LARGE DESKTOP (1500px+)
=========================================*/

@media (min-width:1500px){

    #gold-loan-static-page .rate-index-section{
        padding:100px 0;
    }

    #gold-loan-static-page .rate-index-section .container{
        max-width:1500px;
    }

    #gold-loan-static-page .rate-left h2{
        font-size:56px;
    }

    #gold-loan-static-page .rate-left p{
        font-size:22px;
    }

    #gold-loan-static-page .rate-card{
        padding:40px;
        min-height:280px;

        flex:0 0 calc((100% - 30px) / 3) !important;
        width:calc((100% - 30px) / 3) !important;
        max-width:calc((100% - 30px) / 3) !important;
    }

    #gold-loan-static-page .rate-card h3{
        font-size:58px;
    }

    #gold-loan-static-page .karat{
        font-size:15px;
    }

}


/*=========================================
LAPTOP
=========================================*/

@media (max-width:1200px){

    #gold-loan-static-page .rate-header{
        gap:25px;
    }

    #gold-loan-static-page .rate-left h2{
        font-size:40px;
    }

    #gold-loan-static-page .rate-left p{
        font-size:18px;
    }

    #gold-loan-static-page .rate-card{
        padding:30px;
    }

    #gold-loan-static-page .rate-card h3{
        font-size:42px;
        margin-bottom: 10px;
    }


#gold-loan-static-page .trend {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;}





#gold-loan-static-page .rate-card {
    min-height: 100px;
    margin-bottom: 24px;
    padding: 10px 10px 10px 10px !important;}

#gold-loan-static-page .karat {
    display: block;
    font-size: 10px;
    font-weight: 700;
  margin-bottom: 10px;}
}


/*=========================================
TABLET
=========================================*/

@media (max-width:991px){

  #gold-loan-static-page .rate-card {
    min-height: 100px;
    margin-bottom: 24px;
    padding: 10px 10px 10px 10px !important;}

    #gold-loan-static-page .rate-header{
        flex-direction: row;
        align-items:flex-start;
    }

    #gold-loan-static-page .rate-right{
        width:25%;
    }

    #gold-loan-static-page .rate-tabs{
        width:100%;
        justify-content:space-between;
    }

    #gold-loan-static-page .tab-btn{
        flex:1;
    }

    /* Slider stays 2 cards */
    #gold-loan-static-page .rate-cards{
        gap:20px;
    }

    #gold-loan-static-page .rate-card{
        flex:0 0 calc((100% - 20px) / 3) !important;
        width:calc((100% - 20px) / 3) !important;
        max-width:calc((100% - 20px) / 3) !important;
    }

    #gold-loan-static-page .rate-left h2{
        font-size:36px;
    }

    #gold-loan-static-page .rate-left p{
        font-size:10px;
    }

    #gold-loan-static-page .rate-card{
        min-height:100px;
    }

    #gold-loan-static-page .rate-card h3{
        font-size:20px;
    }

}


/*=========================================
MOBILE
=========================================*/

@media (max-width:768px){

    #gold-loan-static-page .rate-index-section{
        padding:60px 0;
    }

    #gold-loan-static-page .rate-index-section .container{
        padding:0 15px;
    }

    #gold-loan-static-page .live-text{
        font-size:11px;
        letter-spacing:2px;
    }

    #gold-loan-static-page .rate-left h2{
        font-size:30px;
    }

    #gold-loan-static-page .rate-left p{
        font-size:16px;
    }

    #gold-loan-static-page .divider{
        margin:30px 0;
    }


    /* Slider */

    #gold-loan-static-page .rate-slider{
        gap:8px;
    }

    #gold-loan-static-page .rate-cards{
        gap:20px;
    }

    /* Mobile = 1 card */
    #gold-loan-static-page .rate-card{
        flex:0 0 100% !important;
        width:100% !important;
        max-width:100% !important;

        padding:25px;
        border-radius:18px;
        min-height:auto;
    }


    /* Slider arrows */

    #gold-loan-static-page .rate-slider-arrow{
        flex:0 0 36px;
        width:36px;
        height:36px;
        font-size:16px;
    }

    #gold-loan-static-page .rate-card h3{
        font-size:34px;
    }

    #gold-loan-static-page .karat{
        font-size:13px;
        margin-bottom:15px;
    }

    #gold-loan-static-page .trend{
        font-size:15px;
    }

    #gold-loan-static-page .rate-tabs{
        padding:5px;
    }

    #gold-loan-static-page .tab-btn{
        font-size:10px;
        height:36px;
        padding:0 15px;
    }

}


/*=========================================
SMALL MOBILE
=========================================*/

@media (max-width:480px){

    #gold-loan-static-page .rate-index-section{
        padding:4px 0;
    }

    #gold-loan-static-page .rate-left h2{
        font-size:26px;
    }

    #gold-loan-static-page .rate-left p{
        font-size:14px;
    }

    #gold-loan-static-page .live-text{
        font-size:10px;
        letter-spacing:1.5px;
    }


    /* Slider */

    #gold-loan-static-page .rate-slider{
        gap:6px;
    }

    #gold-loan-static-page .rate-cards{
        gap:15px;
    }

    #gold-loan-static-page .rate-card{
        flex:0 0 100% !important;
        width:100% !important;
        max-width:100% !important;

        padding:20px;
    }

    #gold-loan-static-page .rate-slider-arrow{
        flex:0 0 34px;
        width:34px;
        height:34px;
    }

    #gold-loan-static-page .rate-card h3{
        font-size:30px;
    }

    #gold-loan-static-page .karat{
        font-size:12px;
        letter-spacing:1px;
    }

    #gold-loan-static-page .trend{
        font-size:14px;
    }

    #gold-loan-static-page .rate-tabs{
        /* flex-direction:column; */
        gap:8px;
        background:transparent;
        padding:0;
    }

    #gold-loan-static-page .tab-btn{
        width:100%;
        background:#f5f5f5;
        border-radius:10px;
    }

    #gold-loan-static-page .tab-btn.active{

    background: #fff;
    color: #c91d2e;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);

}
    #gold-loan-static-page .rate-right {
        width: 60%;
    }

#gold-loan-static-page .rate-tabs {
    background: #f3f3f5;
    padding: 6px;
    border-radius: 14px;
    display: flex;
    gap: 5px;
}
    }


/* Count timer */

#gold-loan-static-page .stats-section{

    background:#000;

    padding:2px 1px;

}

#gold-loan-static-page .stats-container{

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    padding:0 20px;

}

#gold-loan-static-page .stat-box{

    text-align:center;

}

#gold-loan-static-page .stat-box h2{

    color:#fff;

    font-size:36px;

    font-weight:700;

}

#gold-loan-static-page .stat-box p{

    color:#9f9f9f;

    font-size:12px;

    letter-spacing:1.4px;

    margin-top:10px;
    font-weight: 700;

}

@media(max-width:991px){

#gold-loan-static-page .stats-container{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

#gold-loan-static-page .stats-container{

    /* grid-template-columns:1fr; */

    grid-template-columns:repeat(4,1fr);

}

#gold-loan-static-page .stat-box h2{

    font- :34px;

}

}






/* Why Choose */

#gold-loan-static-page .why-choose-section{
    width:100%;
    padding: 60px 0;
    background: #FEFAF2;
}

#gold-loan-static-page .why-choose-section .container{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:0 60px;
}

/*=========================================
HEADING
=========================================*/

#gold-loan-static-page .section-heading{
    text-align:center;
    margin-bottom:60px;
}

#gold-loan-static-page .section-heading h2{
    font-size:48px;
    font-weight:700;
    color:#222;
    line-height:1.2;
}

/*=========================================
GRID
=========================================*/

#gold-loan-static-page .why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/*=========================================
CARD
=========================================*/

#gold-loan-static-page .feature-card{

    position:relative;

    background:#fff;

    border-radius:32px;

    padding:40px 30px;

    /* border:1px solid #ececec; */

    overflow:hidden;

    cursor:pointer;

    transition:all .45s ease;

}

/* Shine Effect */

#gold-loan-static-page .feature-card::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:70%;

    height:100%;

    background:rgba(255,255,255,.18);

    transform:skewX(-25deg);

    transition:.8s;

}

/*=========================================
ICON
=========================================*/

#gold-loan-static-page .feature-icon{

    width:70px;

    height:70px;

    background: #FCF0D9;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:35px;

    transition:.45s ease;

    perspective:400px;   /* NEW — gives the flip its 3D depth */

}

/* ---- FLIP WRAPPER (NEW) ---- */

#gold-loan-static-page .icon-flipper{

    position:relative;

    width:42px;

    height:42px;

    transform-style:preserve-3d;

    transition:transform .45s ease;

}

#gold-loan-static-page .icon-face{

    position:absolute;

    inset:0;

    display:flex;

    align-items:center;

    justify-content:center;

    backface-visibility:hidden;

}

#gold-loan-static-page .icon-face img{

    width:100%;

    height:100%;

    object-fit: scale-down;

    transition:.45s ease;

}

#gold-loan-static-page .icon-face.back{

    transform:rotateY(180deg);

}

/*=========================================
TEXT
=========================================*/

#gold-loan-static-page .feature-card h3{

    font-size:20px;

    color: #44474E;

    margin-bottom:18px;

    transition:.4s;

    line-height:1.3;
    font-weight: 700;

}

#gold-loan-static-page .feature-card p{

    font-size:14px;

    line-height:1.9;

    color:#666;

    transition:.4s;
    font-weight: 400;

}

/*=========================================
GRID HOVER
=========================================*/

#gold-loan-static-page .why-grid:hover .feature-card{

    opacity:.65;

    transform:scale(.96);

}

/*=========================================
ACTIVE CARD
=========================================*/




#gold-loan-static-page .why-grid .feature-card:hover{

    opacity:1;

    transform:translateY(-15px) scale(1.05);

    box-shadow:0 25px 50px rgba(0,0,0,.15);

    z-index:5;

    background:#fff;   /* Keep white */

}
/* Shine */

#gold-loan-static-page .why-grid .feature-card:hover::before{

    left:140%;

}

/* Icon box */

#gold-loan-static-page .why-grid .feature-card:hover .feature-icon{

    background:#fff;

    transform:rotate(-8deg) scale(1.12);

}

/* Icon content flip — NEW, continuous flip while hovered */

#gold-loan-static-page .why-grid .feature-card:hover .icon-flipper{

    animation:iconFlip 2.4s ease-in-out infinite;

}

@keyframes iconFlip{

    0%   { transform:rotateY(0deg); }

    45%  { transform:rotateY(180deg); }

    55%  { transform:rotateY(180deg); }

    100% { transform:rotateY(360deg); }

}

/* .why-grid .feature-card:hover .feature-icon img{

    transform:scale(1.1);

    filter:brightness(0) saturate(100%) invert(18%) sepia(88%) saturate(3683%) hue-rotate(340deg) brightness(88%) contrast(102%);

} */



/*=========================================
LARGE DESKTOP (1500px+)
=========================================*/

@media (min-width:1500px){

#gold-loan-static-page .why-choose-section{
    padding:120px 0;
}

#gold-loan-static-page .why-choose-section .container{
    max-width:1500px;
}

#gold-loan-static-page .section-heading{
    margin-bottom:70px;
}

#gold-loan-static-page .section-heading h2{
    font-size:58px;
}

#gold-loan-static-page .why-grid{
    gap:35px;
}

#gold-loan-static-page .feature-card{
    padding:45px 35px;
}

#gold-loan-static-page .feature-icon{
    width:90px;
    height:90px;
}

#gold-loan-static-page .icon-flipper{
    width:48px;
    height:48px;
}

#gold-loan-static-page .feature-card h3{
    font-size:22px;
}

#gold-loan-static-page .feature-card p{
    font-size:16px;
}

}

/*=========================================
DESKTOP
=========================================*/

@media (max-width:1400px){

#gold-loan-static-page .section-heading h2{
    font-size:44px;
}

#gold-loan-static-page .feature-card h3{
    font-size:20px;
}

#gold-loan-static-page .feature-card{
    padding:35px 28px;
}

}

/*=========================================
LAPTOP
=========================================*/

@media (max-width:1200px){

#gold-loan-static-page .why-grid{

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

#gold-loan-static-page .section-heading h2{

    font-size:40px;

}

#gold-loan-static-page .feature-card{

    padding:35px 25px;

}

#gold-loan-static-page .feature-card h3{

    font-size:24px;

}

#gold-loan-static-page .feature-card p{

    font-size:15px;

    line-height:1.7;

}

}

/*=========================================
TABLET
=========================================*/

@media (max-width:992px){

#gold-loan-static-page .why-choose-section{

    padding:80px 0;

}

#gold-loan-static-page .section-heading{

    margin-bottom:40px;

}

#gold-loan-static-page .section-heading h2{

    font-size:34px;

}

#gold-loan-static-page .feature-card{

    border-radius:20px;

}

#gold-loan-static-page .feature-icon{

    width:70px;

    height:70px;

    margin-bottom:25px;

}

#gold-loan-static-page .icon-flipper{

    width:36px;

    height:36px;

}

#gold-loan-static-page .feature-card h3{

    font-size:22px;

}

#gold-loan-static-page .feature-card:hover{

    transform:translateY(-10px) scale(1.03);

}

}

/*=========================================
MOBILE
=========================================*/

@media (max-width:768px){

#gold-loan-static-page .why-grid{

    grid-template-columns:1fr;

}

#gold-loan-static-page .section-heading h2{

    font-size:26px;

}

#gold-loan-static-page .feature-card{

    padding:30px 22px;

}

#gold-loan-static-page .feature-card h3{

    font-size:22px;

}

#gold-loan-static-page .feature-card p{

    font-size:15px;

}

#gold-loan-static-page .feature-icon{

    width:65px;

    height:65px;

}

#gold-loan-static-page .icon-flipper{

    width:32px;

    height:32px;

}

#gold-loan-static-page .feature-card:hover{

    transform:translateY(-8px) scale(1.02);

}

}

/*=========================================
SMALL MOBILE
=========================================*/

@media (max-width:480px){

#gold-loan-static-page .why-choose-section{

    padding:6px 0;

}

#gold-loan-static-page .why-choose-section .container{

    padding:0 15px;

}

#gold-loan-static-page .section-heading{

    /* margin-bottom:30px; */

}



#gold-loan-static-page .feature-card{

    padding:25px 20px;

    border-radius:18px;

}

#gold-loan-static-page .feature-icon{

    width:60px;

    height:60px;

    border-radius:14px;

}

#gold-loan-static-page .icon-flipper{

    width:28px;

    height:28px;

}

#gold-loan-static-page .feature-card h3{

    font-size:20px;

}

#gold-loan-static-page .feature-card p{

    font-size:14px;

    line-height:1.6;

}

}

/*=========================================
DISABLE DIM EFFECT ON MOBILE
=========================================*/

@media (max-width:992px){

#gold-loan-static-page .why-grid:hover .feature-card{

    opacity:1;

    transform:none;

}

#gold-loan-static-page .why-grid .feature-card:hover{

    transform:translateY(-8px);

    opacity:1;

}

}



/* How To Apply*/

#gold-loan-static-page .how-to-apply{
    width:100%;
    padding:4px 0 6px 0;
    background:  #FEFAF2;
}

#gold-loan-static-page .how-to-apply .container{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:0 60px;
}

#gold-loan-static-page .section-heading{
    text-align:center;
    /* margin-bottom:70px; */
}

#gold-loan-static-page .section-heading h2{
    font-size:36px;
    font-weight:700;
    color: #2C2C2C;
    margin:0 0 14px;
}

#gold-loan-static-page .section-heading p{
    font-size:17px;
    color:#6b6b6b;
    margin:0;
}

#gold-loan-static-page .steps-row{
    position:relative;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

#gold-loan-static-page .steps-row::before{
    content:"";
    position:absolute;
    top:38px;
    left:calc(10% + 20px);
    right:calc(10% + 20px);
    height:1px;
    background:#ddd2c4;
    z-index:0;
}

#gold-loan-static-page .step{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    cursor:pointer;
}

#gold-loan-static-page .step-icon{
    width:76px;
    height:76px;
    background:#fff;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
    transition: background .35s ease, transform .35s ease, box-shadow .35s ease;
}

#gold-loan-static-page .step-icon svg{
    width:30px;
    height:30px;
    stroke:#B4133C;
    fill:none;
    transition: stroke .35s ease, fill .35s ease;
}

#gold-loan-static-page .step-icon svg .fill-part{
    fill:#B4133C;
    stroke:none;
    transition: fill .35s ease;
}

/* HOVER: white icon, red background */
#gold-loan-static-page .step:hover .step-icon{
    background:#B4133C;
    transform:translateY(-6px) scale(1.06);
    box-shadow:0 14px 28px rgba(180,19,60,.3);
}

#gold-loan-static-page .step:hover .step-icon svg{
    stroke:#fff;
}

#gold-loan-static-page .step:hover .step-icon svg .fill-part{
    fill:#fff;
}

#gold-loan-static-page .step h3{
    font-size:18px;
    font-weight:700;
    color:#1c1c1c;
    margin:0 0 10px;
}

#gold-loan-static-page .step p{
    font-size:12px;
    line-height:1.6;
    color:#6b6b6b;
    margin:0;
    max-width:180px;
}

@media (max-width:992px){
    #gold-loan-static-page .steps-row{
        grid-template-columns:repeat(3,1fr);
        row-gap:50px;
    }
    #gold-loan-static-page .steps-row::before{ display:none; }
}

@media (max-width:600px){
    #gold-loan-static-page .steps-row{
        grid-template-columns:repeat(2,1fr);
    }
    #gold-loan-static-page .section-heading h2{ font-size:26px; }
}

/*Service Fees  */





#gold-loan-static-page .service-fees-section{
    width:100%;
    background:#faf9f8;
    padding:40px 60px;

}

#gold-loan-static-page .service-container{
    width:100%;
    max-width:1280px;
    margin:auto;
}

/*=============================
      TOP CONTENT
==============================*/

#gold-loan-static-page .section-top{
    max-width:620px;
    margin-bottom:55px;
}

#gold-loan-static-page .badge{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:8px 16px;
    border-radius: 6px;
    background:#fff;
    border:1px solid #B91C1C1A;
    color: #B91C1C;
    font-size:12px;
    font-weight:400;
    letter-spacing: px;
    text-transform:uppercase;
}

#gold-loan-static-page .section-top h2{
    margin-top:20px;
    font-size:56px;
    line-height:1.05;
    font-weight:700;
    color: #000000;
    letter-spacing: -1.4px;
}

#gold-loan-static-page .section-top p{
    margin-top:28px;
    font-size:12px;
    color: #B91C1C;
    line-height:1.8;
    font-weight: 400;
}

/*=============================
          TABLE
==============================*/

#gold-loan-static-page .fees-table{
    overflow:hidden;
    border-radius:22px;
    background:#fff;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

/* Header */

#gold-loan-static-page .table-header{
    display:grid;
    grid-template-columns:2fr 1fr;
    background: #BD1B29;
    color:#fff;
    font-size:16px;
    font-weight:400;
    letter-spacing:1.4px;
    text-transform:uppercase;
}

#gold-loan-static-page .table-header div{
    padding:26px 34px;
}

/*=============================
          ROWS
==============================*/

#gold-loan-static-page .table-row{
    display:grid;
    grid-template-columns:2fr 1fr;
    border-bottom:1px solid #efefef;
    transition:.35s;
    background-color: #fafafa;
}

#gold-loan-static-page .table-row:hover{
    background:#fafafa;
}

#gold-loan-static-page .table-row:nth-child(even){
    background: #FFFFFF;
}

#gold-loan-static-page .table-row>div{
    padding:24px 34px;
    color: #000000;
    font-size:16px;
    line-height:1.4;
    font-weight: 400;
    place-content: center;
}

#gold-loan-static-page .table-row strong{
    color:#111;
    font-weight:700;
}

#gold-loan-static-page .table-row small{
    display:block;
    margin-top:6px;
    font-size:12px;
    color:#8c8c8c;
    line-height:1.6;
}

#gold-loan-static-page .red-text{
    color: #BD1B29 !important;
    font-weight:700 !important;
    font-size: 16px !important;
}

/*=============================
      FOOTER
==============================*/

#gold-loan-static-page .table-footer{
    padding:22px 34px;
    font-size:12px;
    color:#8b8b8b;
    font-weight: 600;
    background-color: #fafafa;
}

/*=============================
      LARGE SCREENS
==============================*/

@media(min-width:1500px){

#gold-loan-static-page .service-container{
    max-width:1500px;
}

#gold-loan-static-page .section-top h2{
    font-size:68px;
}

#gold-loan-static-page .section-top p{
    font-size:19px;
}

#gold-loan-static-page .table-header div{
    padding:30px 42px;
}

#gold-loan-static-page .table-row>div{
    padding:28px 42px;
    font-size:16px;
}

#gold-loan-static-page .step p {
    font-size: 14px;
    line-height: 1.6;
    color: rgb(107, 107, 107);
    margin: 0px;
    max-width: 180px;
}
#gold-loan-static-page .how-to-apply .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
}

}

/*=============================
        LAPTOP
==============================*/

@media(max-width:1200px){

#gold-loan-static-page .section-top h2{
    font-size:52px;
}

#gold-loan-static-page .table-header div,
#gold-loan-static-page .table-row>div{
    padding:22px 26px;
}

}

/*=============================
        TABLET
==============================*/

@media(max-width:991px){

#gold-loan-static-page .service-fees-section{
    padding:70px 20px;
}

#gold-loan-static-page .section-top{
    max-width:100%;
}

#gold-loan-static-page .section-top h2{
    font-size:42px;
}

#gold-loan-static-page .section-top p{
    font-size:16px;
}

#gold-loan-static-page .table-header{
    grid-template-columns:1.5fr 1fr;
}

#gold-loan-static-page .table-row{
    grid-template-columns:1.5fr 1fr;
}

#gold-loan-static-page .table-row>div{
    font-size:14px;
    padding:20px;
}

}

/*=============================
        MOBILE
==============================*/

@media(max-width:767px){

#gold-loan-static-page .service-fees-section{
    display:none;
}

}


/* Strategic Insights*/



#gold-loan-static-page .insights-section{
    width:100%;
    background:#FFFFFF;
    padding:1px 60px 60px 60px;

}

#gold-loan-static-page .insights-container{
    max-width:1320px;
    margin:auto;
}

/*==============================
      HEADER
===============================*/

#gold-loan-static-page .insights-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:45px;
    gap:30px;
}

#gold-loan-static-page .heading-left h2{
    font-size:36px;
    line-height:1.1;
    color:#202020;
    font-weight:700;
    margin-top:10px;
}

#gold-loan-static-page .sub-title{
    display:block;
    font-size:16px;
    color: #44474E;
    font-weight: 400;
    margin-top: 10px;
}

/*==============================
      KNOWLEDGE LINK
===============================*/

#gold-loan-static-page .knowledge-btn{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color: #BD1B29;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:.35s;
    white-space:nowrap;
}

#gold-loan-static-page .knowledge-btn svg{
    width:18px;
    height:18px;
    transition:.35s;
}

#gold-loan-static-page .knowledge-btn:hover{
    color: #BD1B29;
}

#gold-loan-static-page .knowledge-btn:hover svg{
    transform:translateX(6px);
}

/*==============================
        GRID
===============================*/

#gold-loan-static-page .insights-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

/*==============================
        CARD
===============================*/

#gold-loan-static-page .insight-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
    border: 1px solid #E1E2E4;
}

#gold-loan-static-page .insight-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}



#gold-loan-static-page .card-image{
    height:200px;
    overflow:hidden;
}

#gold-loan-static-page .card-image img{
    /* width:100%;
    height:100%; */
    /* object-fit:cover; */
    transition:1s;
}

#gold-loan-static-page .insight-card:hover img{
    transform:scale(1.08);
}

#gold-loan-static-page .card-content{
    padding:32px;
}

#gold-loan-static-page .category{
    display:inline-block;
    margin-bottom:18px;
    color: #BD1B29;
    font-size:10px;
    font-weight:900;
    letter-spacing:1px;
    text-transform:uppercase;
}

#gold-loan-static-page .card-content h3{
    font-size:18px;
    line-height:1.3;
    color:#2C2C2C;
    margin-bottom:18px;
    font-weight:700;
}

#gold-loan-static-page .card-content p{
    color: #44474E;
    line-height:1.4;
    font-size:14px;
    font-weight: 400;
}



@media(min-width:1500px){

#gold-loan-static-page .insights-container{
    max-width:1500px;
}

#gold-loan-static-page .heading-left h2{
    font-size:60px;
}

#gold-loan-static-page .card-image{
    height:300px;
}

#gold-loan-static-page .card-content{
    padding:34px;
}

#gold-loan-static-page .card-content h3{
    font-size:20px;
}

}



@media(max-width:1200px){

#gold-loan-static-page .heading-left h2{
    font-size:46px;
}

#gold-loan-static-page .card-image{
    height:230px;
}

#gold-loan-static-page .card-content h3{
    font-size:24px;
}

}

/*==============================
      TABLET
===============================*/

@media(max-width:991px){

#gold-loan-static-page .insights-header{
    flex-direction:column;
    align-items:flex-start;
}

#gold-loan-static-page .insights-grid{
    grid-template-columns:repeat(3,1fr);
}
#gold-loan-static-page .card-content h3 {
        font-size: 15px;
    }

    #gold-loan-static-page .card-content p {

    font-size: 10px;
    font-weight: 400;}

    #gold-loan-static-page .card-content {
    padding: 10px;
}

#gold-loan-static-page .testimonials-section {
    width: 100%;
    /* padding: 20px 60px 20px!important; */
}

#gold-loan-static-page .heading-left h2{
    font-size:42px;
}

#gold-loan-static-page .card-image{
    height:100px;
}

}

/*==============================
      MOBILE
===============================*/

@media(max-width:767px){

#gold-loan-static-page .insights-section{
    padding: 10px 15px;
}

#gold-loan-static-page .insights-grid{
    grid-template-columns:1fr;
    gap:22px;
}

#gold-loan-static-page .heading-left h2{
    font-size:34px;
}

#gold-loan-static-page .sub-title{
    font-size:14px;
}



#gold-loan-static-page .card-image{
    height:220px;
}

#gold-loan-static-page .card-content{
    padding:22px;
}

#gold-loan-static-page .card-content h3{
    font-size:16px;
}

#gold-loan-static-page .card-content p{
    font-size:14px;
}

#gold-loan-static-page .knowledge-btn{
    font-size:12px;
}

}


/* Eligibility Criteria */






#gold-loan-static-page .eligibility-section {
  position: relative;
  width: 100%;
  padding: 40px 60px 60px;
  color: #17130F;
  background-color:  #FEFAF2;

  overflow: hidden;
}

#gold-loan-static-page .eligibility-section img,
#gold-loan-static-page .eligibility-section svg {
  display: block;
  max-width: 100%;
}

#gold-loan-static-page .eligibility-section button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

#gold-loan-static-page .eligibility-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gold-loan-static-page .eligibility-section h1,
#gold-loan-static-page .eligibility-section h2,
#gold-loan-static-page .eligibility-section h3,
#gold-loan-static-page .eligibility-section p {
  margin: 0;
}

/* Container */

#gold-loan-static-page .container {
  position: relative;
  width: 100%;
  max-width: 1400px !important;
  margin: 0 auto;
}

/* Header */

#gold-loan-static-page .section-header {
  max-width: 640px;
  margin-bottom: 48px;
}

#gold-loan-static-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:  #D32F2F;
  margin: 0 0 16px;
}

#gold-loan-static-page .eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color:  #BD1B29;
  flex-shrink: 0;
}

#gold-loan-static-page .section-title {

  font-weight: 700;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #17130F;
  margin-top: 20px !important;
  margin-bottom: 20px!important;

}

#gold-loan-static-page .section-subtitle {
  font-size: 20px;
  line-height: 1.4;
  color: #45464C;
  max-width: 800px;
}

/* Content grid */

#gold-loan-static-page .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

#gold-loan-static-page .card {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 40px;
}

#gold-loan-static-page .eligibility-card {
  /* border: 1px solid #E5E2E133; */
  box-shadow: 0 10px 30px rgba(23, 19, 15, 0.05);
}

#gold-loan-static-page .card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding: 14px 1px;
}

#gold-loan-static-page .card-heading h2 {

  font-size: 40px;
  font-weight: 700;
  color: #1B1B1C;
  letter-spacing: -0.01em;
}

#gold-loan-static-page .icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-shrink: 0;
}

#gold-loan-static-page .icon-badge svg {
  width: 22px;
  height: 22px;
}

#gold-loan-static-page .icon-badge--pink {
  background-color: #D32F2F0D;
  color:  #BD1B29;
}

#gold-loan-static-page .icon-badge--outline {
  background-color: #D32F2F0D;

  color: #BD1B29;
}

/* Accordion */

#gold-loan-static-page .accordion-item {
  border-bottom: 1px solid  #E5E2E1;
}

#gold-loan-static-page .accordion-item:last-child {
  border-bottom: none;
}

#gold-loan-static-page .accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 36px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #17130F;
}

#gold-loan-static-page doc-text {
    margin-top: 6px;
}

#gold-loan-static-page .chevron {
  width: 20px;
  height: 20px;
  color: #17130F;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

#gold-loan-static-page .accordion-trigger[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}

#gold-loan-static-page .accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.25s ease;
}

#gold-loan-static-page .accordion-panel > p {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
  color: #6B6660;
  min-height: 0;
}

#gold-loan-static-page .accordion-item.is-open .accordion-panel {
  grid-template-rows: 1fr;
}

#gold-loan-static-page .accordion-item.is-open .accordion-panel > p {
  padding-bottom: 20px;
}

/* Documents card */

#gold-loan-static-page .documents-card {
  /* border: 1px solid #E5E2E133; */
  background-color: #FFFFFF;
}

#gold-loan-static-page .documents-card .card-heading {
  background-color: #FFFFFF;

  border-radius: 14px;
  padding: 18px 1px;
  margin: -4px -4px 62px;
}

#gold-loan-static-page .documents-card .card-heading h2 {
  font-size: 40px;
  font-weight: 700;
}

#gold-loan-static-page .doc-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#gold-loan-static-page .doc-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

#gold-loan-static-page .doc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F2F2F0;
  color: #2B2B2B;
  flex-shrink: 0;
}

#gold-loan-static-page .doc-icon svg {
  width: 19px;
  height: 19px;
}


#gold-loan-static-page button.accordion-trigger {
    font-size: 18px;
    font-weight: 600;
}
#gold-loan-static-page .doc-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1B1B1C;
  margin-bottom: 4px;
}

#gold-loan-static-page .doc-text p {
  font-size: 16px;
  line-height: 1.55;
  color: #45464C;
  font-weight: 400;
}

/* Large screens */

@media (min-width: 1500px) {
  #gold-loan-static-page .eligibility-section {
    padding-top: 88px;
    padding-bottom: 112px;
  }
}

/* Tablet */

@media (max-width: 900px) {
  #gold-loan-static-page .content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #gold-loan-static-page .card {
    padding: 32px;
  }

  #gold-loan-static-page .section-header {
    max-width: 100%;
  }
}

/* Mobile */

@media (max-width: 560px) {
  #gold-loan-static-page .eligibility-section {
    padding: 4px 16px 4px;
  }

  #gold-loan-static-page .card {
    padding: 24px;
    border-radius: 16px;
  }

  #gold-loan-static-page .card-heading {
    gap: 12px;
    margin-bottom: 20px;
  }

  #gold-loan-static-page .icon-badge {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  #gold-loan-static-page .icon-badge svg {
    width: 19px;
    height: 19px;
  }

  #gold-loan-static-page .card-heading h2 {
    font-size: 20px;
  }

  /* .documents-card .card-heading {
    padding: 12px 14px;
  } */

  #gold-loan-static-page .accordion-trigger {
    font-size: 15px;
    padding: 16px 0;
  }

  #gold-loan-static-page .doc-list {
    gap: 20px;
  }

  #gold-loan-static-page .doc-icon {
    width: 36px;
    height: 36px;
  }

  #gold-loan-static-page .doc-text h3 {
    font-size: 14px;
  }

  #gold-loan-static-page .doc-text p {
    font-size: 12px;
  }

  #gold-loan-static-page .section-subtitle {
    font-size: 15.5px;
  }
}

@media (max-width: 380px) {
  #gold-loan-static-page .card {
    padding: 20px;
  }
}


/* Trusted by Thousands of Happy Customers */





#gold-loan-static-page .testimonials-section {
  width: 100%;
  padding: 20px 60px 96px;
  display: none;
}

#gold-loan-static-page .container {
  max-width: 800px;
  margin: 0 auto;
}

/* Header */

#gold-loan-static-page .section-header {
  max-width: 1200px;
  margin-bottom: 40px;
}

#gold-loan-static-page .section-title {

  font-weight: 700;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: -1.12px;
  color: #111111;
  margin: 0 0 14px;
}

#gold-loan-static-page .section-subtitle {
  font-size: 18px;
  line-height: 1.4;
  color: #45464C;
  margin: 0;
}

/* ---------------------------------------------------------
   Slider
   --------------------------------------------------------- */

#gold-loan-static-page .slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

#gold-loan-static-page .slider-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 12px;
  flex: 1;
  scrollbar-width: none;
}

#gold-loan-static-page .slider-track::-webkit-scrollbar {
  display: none;
}

#gold-loan-static-page .slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #E7E2D8;
  background-color: #FFFFFF;
  color: #17130F;
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

#gold-loan-static-page .slider-arrow:hover {
  background-color: #F5F1E9;
  border-color: #BD1B29;
  color:  #BD1B29;
}

#gold-loan-static-page .slider-arrow svg {
  width: 20px;
  height: 20px;
}

#gold-loan-static-page .slider-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* Review card */

#gold-loan-static-page .review-card {
  scroll-snap-align: start;
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 280px;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  overflow: hidden;
}

#gold-loan-static-page .stars {
  color: #BD1B29;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 10px 14px 0;
}

#gold-loan-static-page .review-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
  color: #1B1B1C;
  padding: 10px 10px 24px;
  margin: 0;
  font-weight: 400;
}

#gold-loan-static-page .review-person {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: #F6F3F280;
  margin: 10px;
    border-radius: 1px 1px 24px 24px;
}

#gold-loan-static-page .review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: #3A322A;
}

#gold-loan-static-page .review-name {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

#gold-loan-static-page .review-location {
  margin: 2px 0 0;
  font-size: 12px;
  color: #45464C;
  font-weight: 400;
}

/* Video card variant */

#gold-loan-static-page .review-card--video .stars {
  padding-top: 16px;
}

#gold-loan-static-page .review-card--video .review-person {
  margin-top: auto;
}

#gold-loan-static-page .video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: #111111;
  overflow: hidden;
}

#gold-loan-static-page .video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#gold-loan-static-page .video-thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

#gold-loan-static-page .video-thumb-icon {
  width: 56px;
  height: 56px;
  color: rgba(255, 255, 255, 0.35);
}

#gold-loan-static-page .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.92);
  color: #BD1B29;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

#gold-loan-static-page .video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.07);
  background-color: #FFFFFF;
}

#gold-loan-static-page .video-play-btn svg {
  width: 22px;
  height: 22px;
  margin-left: 3px;
}

#gold-loan-static-page .video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  background-color: #000;
}

#gold-loan-static-page .video-frame.is-playing .video-thumb,
#gold-loan-static-page .video-frame.is-playing .video-play-btn {
  display: none;
}

#gold-loan-static-page .video-frame.is-playing .video-el {
  display: block;
}

/* Dots */

#gold-loan-static-page .slider-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}

#gold-loan-static-page .slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E7E2D8;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#gold-loan-static-page .slider-dot.is-active {
  background-color: #BD1B29;
  transform: scale(1.2);
}

/* ---------------------------------------------------------
   CTA Banner
   --------------------------------------------------------- */

#gold-loan-static-page .cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #BD1B29;
  border-radius: 22px;
  padding: 48px 56px;
  margin-top: 24px;
}

#gold-loan-static-page .cta-content {
  max-width: 620px;
}

#gold-loan-static-page .cta-title {

  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 14px;
  letter-spacing: -0.4px!important;
}

#gold-loan-static-page .cta-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 28px;
  font-weight: 400;
}

#gold-loan-static-page .cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

#gold-loan-static-page .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 999px;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

#gold-loan-static-page .btn--primary {
  border: none;
  background-color: #FFFFFF;
  color: #000000;
}

#gold-loan-static-page .btn--primary:hover {
  opacity: 0.9;
}

#gold-loan-static-page .btn--secondary {
  background-color: transparent;
  border: 1px solid #FFFFFF4D;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}

#gold-loan-static-page .btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#gold-loan-static-page .cta-icon {
  width: 130px;
  height: 130px;
  color: #FFFFFF;
  flex-shrink: 0;
}

/* ---------------------------------------------------------
   Large screens
   --------------------------------------------------------- */

@media (min-width: 1500px) {
  #gold-loan-static-page .container {
    max-width: 1500px;
  }

  #gold-loan-static-page .doc-list {
    display: flex;
    flex-direction: column;
    gap: 57px;
}
}

/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (max-width: 1024px) {
  #gold-loan-static-page .review-card {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 460px) {
  #gold-loan-static-page .cta-banner {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 40px;
  }

  #gold-loan-static-page .cta-icon {
    width: 72px;
    height: 72px;
    align-self: left;
  }
}

/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 640px) {
  #gold-loan-static-page .testimonials-section {
    padding: 4px 16px 4px;
  }

  #gold-loan-static-page .slider-arrow {
    display: none;
  }

  #gold-loan-static-page .slider-dots {
    display: flex;
  }

  #gold-loan-static-page .review-card {
    flex-basis: 85%;
  }

  #gold-loan-static-page .review-text {
    font-size: 14.5px;
  }

  #gold-loan-static-page .cta-banner {
    padding: 12px 16px;
    border-radius: 18px;
  }
  #gold-loan-static-page .faq-section .faq-title {
    font-weight: 700;
    font-size: 26px!important;
    color: #2C2C2C;
    margin: 0 0 10px;
}

  #gold-loan-static-page .cta-title {
    font-size: 20px;
  }
  #gold-loan-static-page .cta-subtitle {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 28px;
    font-weight: 400;
}

  #gold-loan-static-page .btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}


/* Faqs */



#gold-loan-static-page .faq-section,
#gold-loan-static-page .faq-section * {
  box-sizing: border-box;
}

/* .faq-section {
  width: 100%;
  padding: 64px 250px 1px;
  background-color: #F5F6F8;
} */

#gold-loan-static-page .faq-section .faq-container {
  max-width: 760px;
  margin: 0 auto;
}

#gold-loan-static-page div#faqList {
    padding: 20px 250px 20px;
}
/* Header */

#gold-loan-static-page .faq-section .faq-header {
  text-align: center;
  margin-bottom: 36px;
}

#gold-loan-static-page .faq-section .faq-title {
  font-weight: 700;
  font-size: 36px;
  color: #2C2C2C;
  margin: 0 0 10px;
}

#gold-loan-static-page .faq-section .faq-subtitle {
  font-size: 16px;
  color: #44474E;
  font-weight: 400;
  margin: 0;
}

/* Accordion list */

#gold-loan-static-page .faq-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

#gold-loan-static-page .faq-section .faq-item {
  background-color: #FFFFFF;
  border: 1px solid #E1E2E4;
  border-radius: 16px;
  overflow: hidden;
}

#gold-loan-static-page .faq-section .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 22px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #17130F;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

#gold-loan-static-page .faq-section .faq-chevron {
  width: 18px;
  height: 18px;
  color: #BD1B29;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

#gold-loan-static-page .faq-section .faq-item.is-open .faq-chevron {
  transform: rotate(180deg);
}

#gold-loan-static-page .faq-section .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.25s ease;
}

#gold-loan-static-page .faq-section .faq-answer > p {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  padding: 0 22px;
  font-size: 14px;
  line-height: 1.4;
  color: #44474E;
  font-weight: 400;
}

#gold-loan-static-page .faq-section .faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

#gold-loan-static-page .faq-section .faq-item.is-open .faq-answer > p {
  padding-bottom: 18px;
}

#gold-loan-static-page .faq-toggle-icon {
    transition: transform 0.3s ease;
}

#gold-loan-static-page .faq-toggle-btn[aria-expanded="false"] .faq-toggle-icon {
    transform: rotate(90deg);
}

#gold-loan-static-page .faq-toggle-btn[aria-expanded="true"] .faq-toggle-icon {
    transform: rotate(-90deg); }

#gold-loan-static-page .faq-toggle-icon {
    transition: transform 0.3s ease;
}



#gold-loan-static-page .faq-toggle-btn[aria-expanded="true"] .faq-toggle-icon {
    transform: rotate(180deg);
}

/* Extra items (revealed on "View More") */

#gold-loan-static-page .faq-section .faq-item--extra {
  display: none;
}

#gold-loan-static-page .faq-section .faq-list.is-expanded .faq-item--extra {
  display: block;
  animation: faqFadeIn 0.3s ease both;
}

@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* View More / View Less CTA */

#gold-loan-static-page .faq-section .faq-cta-wrap {
  display: flex;
  justify-content: center;
}

#gold-loan-static-page .faq-section .faq-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #BD1B29;
  color: #FFFFFF;
  border: none;
  border-radius: 14px;
  padding: 18px 32px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.2s ease;
}

#gold-loan-static-page .faq-section .faq-toggle-btn:hover {
  background-color: #BD1B29;
}

#gold-loan-static-page .faq-section .faq-toggle-icon {
  width: 38px;
  height: 22px;
  transition: transform 0.25s ease;
  font-weight: bold;
}

#gold-loan-static-page .faq-section .faq-toggle-btn[aria-expanded="true"] .faq-toggle-icon {
  transform: rotate(90deg);
}

/* ---------------------------------------------------------
   Large screens
   --------------------------------------------------------- */

@media (min-width: 1500px) {
  #gold-loan-static-page .faq-section .faq-container {
    max-width: 760px;
  }
}

/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 560px) {
  #gold-loan-static-page .faq-section {
    padding: 4px 16px 4px;
  }

  #gold-loan-static-page .faq-section .faq-question {
    padding: 16px 18px;
    font-size: 14px;
  }

  #gold-loan-static-page .faq-section .faq-answer > p {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
  }
}



/* loan */



#gold-loan-static-page {
  --primary: #c91527;
  --primary-dark: #a90f1e;
  --primary-light: #fdeeef;

  --background: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f5f2f2;

  --white: #ffffff;
  --black: #111111;
  --text: #333333;
  --muted: #7d7d7d;

  --border: #e6e2e2;
  --line: #ececec;

  --radius: 16px;
}


#gold-loan-static-page button,
#gold-loan-static-page input,
#gold-loan-static-page select {
  font: inherit;
}

#gold-loan-static-page button {
  cursor: pointer;
}

#gold-loan-static-page [hidden] {
  display: none !important;
}

#gold-loan-static-page select#interestPurity {
    border: 1px ;

}

/* Layout shell */

#gold-loan-static-page .glc {
  width: 100%;
  background: var(--background);
}

#gold-loan-static-page .glc-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 24px 80px;
}

/* Header */

#gold-loan-static-page .glc-header {
  margin-bottom: 28px;
}

#gold-loan-static-page .glc-header h1 {
  color: var(--black);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

#gold-loan-static-page .glc-header p {
  max-width: 640px;
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 15px;
  line-height: 1.5;
}

/* Tabs */

#gold-loan-static-page .glc-tabs {
  display: flex;
  gap: 34px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

#gold-loan-static-page .glc-tab {
  position: relative;
  padding: 0 0 16px;
  border: 0;
  background: transparent;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 600;
}

#gold-loan-static-page .glc-tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
}

#gold-loan-static-page .glc-tab:hover {
  color: var(--black);
}

#gold-loan-static-page .glc-tab.active {
  color: var(--black);
  font-weight: 700;
}

#gold-loan-static-page .glc-tab.active::after {
  background: #000000!important;
}

/* Grid */

#gold-loan-static-page .glc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.6fr);
  gap: 28px;
  align-items: start;
}

#gold-loan-static-page .glc-form,
#gold-loan-static-page .glc-result {
  min-width: 0;
  padding: 28px;
  /* border: 1px solid var(--line); */
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

/* Panels */

#gold-loan-static-page .glc-panel {
  display: none;
}

#gold-loan-static-page .glc-panel.active {
  display: block;
}

#gold-loan-static-page .panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  color: #555555;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

#gold-loan-static-page .info-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc;
  border-radius: 50%;
  color: #888888;
  font-size: 12px;
  font-style: italic;
  cursor: help;
}

/* Form fields */

#gold-loan-static-page .form-group {
  margin-bottom: 24px;
}

#gold-loan-static-page .field-label {
  display: block;
  margin-bottom: 12px;
  color: #555555;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

/* Select */

#gold-loan-static-page .select-field {
  width: 100%;
  padding: 20px 18px;

  border-radius: 12px;
  background: var(--surface-soft);
  outline: none;
  color: var(--text);
  font-size: 15px;
}

#gold-loan-static-page select#goldTypeSelect {
    border: 1px;
}

#gold-loan-static-page .select-field:focus {
  /* border-color: var(--primary); */
  box-shadow: 0 0 0 3px rgba(201, 21, 39, 0.08);
}

/* Purity buttons */

#gold-loan-static-page .purity-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

#gold-loan-static-page .purity-row-compact {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

#gold-loan-static-page .purity-row-weight {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

#gold-loan-static-page .purity-btn {
  min-height: 52px;
  padding: 10px 6px;
  border: 1.5px solid #d6d0d0;
  border-radius: 12px;
  background: var(--white);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

#gold-loan-static-page .purity-btn:hover {
  border-color: var(--primary);
  background: var(--primary-light);
}

#gold-loan-static-page .purity-btn.active {
  border-color: var(--black);
  background: var(--white);
  color: var(--black);
}

/* Input box (big number) */

#gold-loan-static-page .input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;

  border-radius: 12px;
  background: #F6F3F2!important;
}

#gold-loan-static-page .input-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 26px;
  font-weight: 700;
}

#gold-loan-static-page .input-box .unit {
  flex: 0 0 auto;
  margin-left: 12px;
  color: #999999;
  font-size: 14px;
  font-weight: 600;
}

/* Range slider */

#gold-loan-static-page .range-slider {
  width: 100%;
  height: 4px;
  margin-top: 14px;
  accent-color: var(--primary);
  cursor: pointer;
}

#gold-loan-static-page .field-help {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

#gold-loan-static-page .help-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

/* Label + value box on one row, slider full width below (interest tab) */

#gold-loan-static-page .label-value-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

#gold-loan-static-page .label-value-row .field-label {
  margin-bottom: 0;
}

#gold-loan-static-page .label-value-row .mini-input {
  width: 76px;
}

/* Slider + mini input row (interest panel) */

#gold-loan-static-page .slider-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

#gold-loan-static-page .slider-row .range-slider {
  flex: 1;
  margin-top: 0;
}

#gold-loan-static-page .mini-input {
  width: 76px;
  flex: 0 0 auto;
  padding: 10px 8px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface-soft);
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

/* Note box */

#gold-loan-static-page .note-box {
  margin-bottom: 24px;
  padding: 14px 16px;
  border-left: 4px solid var(--primary);
  border-radius: 8px;
  background: var(--surface-soft);
  color: #666666;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
}

/* Gold rate card */

#gold-loan-static-page .rate-card {
  min-height: 120px;
  margin-bottom: 24px;
 padding:  40px 20px 40px 30px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: white;
}

#gold-loan-static-page .rate-label {
  display: block;
  margin-bottom: 8px;
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

#gold-loan-static-page .rate-card strong {
  margin-right: 6px;
  color: var(--primary);
  font-size: 22px;
}

#gold-loan-static-page .rate-card {
    min-height: 110px;
    margin-bottom: 24px;
    padding:  30px 20px 30px 30px !important;
    display: block!important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: white !important;
}



#gold-loan-static-page .rate-unit {
  color: #666666;
  font-size: 14px;
}

#gold-loan-static-page .rate-updated {
  display: block;
  margin-top: 8px;
  color: #999999;
  font-size: 12px;
}

#gold-loan-static-page .refresh-btn {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary);
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

#gold-loan-static-page .refresh-btn:hover {
  background: var(--primary-light);
}

/* Apply button */

#gold-loan-static-page .btn-apply {
  width: 100%;
  min-height: 65px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.15s ease, opacity 0.15s ease;
  margin-top: 20px;
}

#gold-loan-static-page .btn-apply:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

/* Result panel */

#gold-loan-static-page .result-ring {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1;
  margin: 0 auto 28px;
  padding: 30px;
  /* border: 16px solid var(--primary); */
  border-radius: 50%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#gold-loan-static-page .result-value {
  display: block;
  color: var(--black);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}

#gold-loan-static-page .result-label {
  display: block;
  margin-top: 10px;
  color: #777777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.4;
  text-transform: uppercase;
}

#gold-loan-static-page .breakdown-list {
  width: 100%;
}

#gold-loan-static-page .breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 14px;
}

#gold-loan-static-page .breakdown-row span {
  display: flex;
  align-items: center;
  color: #555555;
}

#gold-loan-static-page .breakdown-row strong {
  white-space: nowrap;
  font-weight: 700;
}

#gold-loan-static-page .breakdown-row.muted {
  background: var(--surface-soft);
}

#gold-loan-static-page .breakdown-row.muted strong {
  color: var(--black);
}

#gold-loan-static-page .breakdown-row.plain {
  background: transparent;
}

#gold-loan-static-page .breakdown-row.plain strong {
  color: var(--black);
}

#gold-loan-static-page .breakdown-row.highlight {
  background: var(--primary-light);
}

#gold-loan-static-page .breakdown-row.highlight strong {
  color: var(--primary);
}

#gold-loan-static-page .breakdown-row.solid {
  background: var(--primary);
}

#gold-loan-static-page .breakdown-row.solid span,
#gold-loan-static-page .breakdown-row.solid strong {
  color: var(--white);
}

#gold-loan-static-page .dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}

#gold-loan-static-page .dot-muted {
  background: #d8d3d3;
}

#gold-loan-static-page .dot-primary {
  background: var(--primary);
}

/* Promo card */

#gold-loan-static-page .promo-card {
  margin-top: 20px;
  padding: 26px 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white);
}

#gold-loan-static-page .promo-title {
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 800;
}

#gold-loan-static-page .promo-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
}

/* Gold Rate Card */
#gold-loan-static-page .rate-card-loan {
    width: 100%;
    min-height: 160px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
    overflow: hidden;

    padding: 20px 20px 20px 20px;

    background: #F6F3F2;
    border-radius: 12px;

    /* Left black border */
    border-left: 6px solid #000;
}

/* Content */
#gold-loan-static-page .rate-card-loan > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#gold-loan-static-page .rate-card-loan .gold-rate-value,
#gold-loan-static-page .rate-card-loan .rate-unit {
    display: inline-block !important;
    vertical-align: baseline;
}

#gold-loan-static-page .rate-card-loan .gold-rate-value {
    margin-right: 10px;
}

#gold-loan-static-page .rate-card-loan > div {
    display: block !important;
}






/* Current Gold Rate */
#gold-loan-static-page .rate-label {
    display: block;

    margin-bottom: 15px;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;

    color: #45464d;
}

/* Rate + Per gram in same line */
#gold-loan-static-page .gold-rate-value {
    display: inline-block;

    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -2px;

    color: #000;
}

/* Per gram */
#gold-loan-static-page .rate-unit {
    display: inline-block;

    /* margin-left: 10px; */

    font-size: 16px;
    line-height: 1;
    font-weight: 400;

    color: #45464d;
}

/* Updated text */
#gold-loan-static-page .rate-updated {
    display: block;

    margin-top: 18px;

    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;

    color: #6c6d73;
    text-transform: uppercase;
}

/* Refresh Button */
#gold-loan-static-page .refresh-btn {
    width: 50px;
    height: 50px;

    flex: 0 0 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 2px;

    border: none;
    border-radius: 50%;

    background: #fff;
    color: #000;

    font-size: 26px;
    line-height: 1;
    font-weight: 400;

    cursor: pointer;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover */
#gold-loan-static-page .refresh-btn:hover {
    transform: rotate(90deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}

/* Active */
#gold-loan-static-page .refresh-btn:active {
    transform: scale(0.94);
}


/* =========================
   Tablet
========================= */
@media (max-width: 767px) {



    #gold-loan-static-page .rate-label {
        font-size: 16px;
        margin-bottom: 14px;
    }

    #gold-loan-static-page .gold-rate-value {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    #gold-loan-static-page .rate-unit {
        font-size: 17px;
        margin-left: 7px;
    }

    #gold-loan-static-page .rate-updated {
        margin-top: 14px;
        font-size: 11px;
    }

    #gold-loan-static-page .refresh-btn {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 29px;
    }

    #gold-loan-static-page div#faqList {
    padding: 20px 20px 20px!important;
}

}


/* =========================
   Small Mobile
========================= */
@media (max-width: 480px) {

    #gold-loan-static-page .rate-card-loan {
        min-height: 100px;
        padding: 15px 18px 15px 22px;
        border-left-width: 4px;
        border-radius: 16px;
    }

    #gold-loan-static-page button.purity-btn{

        font-size: 10px!important;
        min-height: 40px;
    }

    #gold-loan-static-page .rate-label {
        font-size: 14px;
        margin-bottom: 12px;
    }

    #gold-loan-static-page .gold-rate-value {
        font-size: 28px;
        letter-spacing: -1px;
    }

    #gold-loan-static-page .rate-unit {
        font-size: 15px;
        margin-left: 5px;
    }

    #gold-loan-static-page .rate-updated {
        margin-top: 12px;
        font-size: 10px;
    }

    #gold-loan-static-page .refresh-btn {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 26px;
    }
    #gold-loan-static-page .btn-apply {
  width: 100%;
  min-height: 40px;

}
}

#gold-loan-static-page .promo-box span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#gold-loan-static-page .promo-box strong {
  font-size: 18px;
  font-weight: 800;
}

#gold-loan-static-page .promo-range {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
}

#gold-loan-static-page .promo-note {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.5;
}

/* Disclaimer */

#gold-loan-static-page .glc-disclaimer {
  margin-top: 24px;
  padding: 18px 20px;
  border-top: 1.5px solid #C6C6CC;
  /* border-radius: 14px; */
  background: var(--white);
  color: #45464C;
  font-size: 14px;
  line-height: 2;
}

#gold-loan-static-page .glc-disclaimer strong {
  color: var(--black);
}

/* Responsive */

@media (max-width: 980px) {
  #gold-loan-static-page .glc-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  #gold-loan-static-page .result-ring {
    max-width: 220px;
  }
}

@media (max-width: 700px) {
  #gold-loan-static-page .glc-container {
    padding: 28px 16px 28px;
  }

  #gold-loan-static-page .glc-header h1 {
    font-size: 26px;
  }

  #gold-loan-static-page .glc-tabs {
    gap: 18px;
    overflow-x: auto;
  }

  #gold-loan-static-page .glc-tab {
    flex: 0 0 auto;
    font-size: 10px;
    white-space: nowrap;
  }

  #gold-loan-static-page .glc-form,
  #gold-loan-static-page .glc-result {
    padding: 20px;
    border-radius: 18px;
  }

  #gold-loan-static-page .purity-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #gold-loan-static-page .purity-row-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #gold-loan-static-page .result-ring {
    max-width: 150px;
    border-width: 12px;
    padding: 20px;
  }

  #gold-loan-static-page .result-value {
    font-size: 18px;
  }
  #gold-loan-static-page .result-label {
    display: block;
    margin-top: 10px;
    color: #777777;
    font-size: 10px;

}
}

@media (max-width: 420px) {
  #gold-loan-static-page .purity-row,
  #gold-loan-static-page .purity-row-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #gold-loan-static-page .breakdown-row {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 6px;
  }
}



/* map locator */


#gold-loan-static-page{
    --red:#E11D2E;
    --red-dark:#C41522;
    --ink:#171A1F;
    --sub:#6B7280;
    --muted:#9CA3AF;
    --line:#E7E5E4;
    --green:#16A34A;
    --card:#ffffff;
    --map-bg:#EFEDE9;
    --map-road:#E2DFD9;
    --map-park:#DCEAE0;
    --orange:#F0602A;
    --radius-lg:20px;
    --radius-md:14px;
    --radius-sm:10px;
    --shadow: 0 10px 30px -8px rgba(20,20,30,0.12), 0 2px 8px -2px rgba(20,20,30,0.06);
  }
  #gold-loan-static-page,#gold-loan-static-page *{box-sizing:border-box;}
  #gold-loan-static-page{margin:0;padding:0;}
  #gold-loan-static-page{

    background:#fff;
    color:var(--ink);
    -webkit-font-smoothing:antialiased;
  }

  #gold-loan-static-page .locator{
    max-width:1180px;
    margin:0 auto;
    padding:80px 24px 80px;
  }
  #gold-loan-static-page .eyebrow{
    display:flex;
    align-items:center;
    gap:16px;
    color:  #BD1B29;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:10px;
  }
  #gold-loan-static-page .eyebrow svg{flex-shrink:0;}
  #gold-loan-static-page h1{
    font-size:36px;
    font-weight:700;
    letter-spacing:-0.02em;
    margin:0 0 28px;
    color: #2C2C2C;
  }
  #gold-loan-static-page .content{
    display:grid;
    grid-template-columns: 340px 1fr;
    gap:0;
    background:var(--card);
    border-radius: 40px;
    box-shadow: var(--shadow);
    overflow:hidden;
    border:1px solid #E1E2E4;
  }
  /* ---------- Sidebar ---------- */
  #gold-loan-static-page .sidebar{
    padding:20px;
    border-right:1px solid var(--line);
    display:flex;
    flex-direction:column;
    min-width:0;
  }
  #gold-loan-static-page .search-box{
    display:flex;
    align-items:center;
    gap:10px;
    background:#F7F6F4;
    border:1px solid var(--line);
    border-radius:999px;
    padding:11px 16px;
    margin-bottom:16px;
  }
  #gold-loan-static-page .search-box svg{flex-shrink:0;color:var(--muted);}
  #gold-loan-static-page .search-box input{
    border:none;
    outline:none;
    background:transparent;
    width:100%;
    font-size:14px;
    color:var(--ink);
  }
  #gold-loan-static-page .search-box input::placeholder{color:var(--muted);}
  #gold-loan-static-page .sidebar-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:14px;
  }
  #gold-loan-static-page .nearby-count{
    font-size:11px;
    font-weight:700;
    letter-spacing:0.8px;
    color:var(--sub);
  }
  #gold-loan-static-page .use-location{
    display:flex;
    align-items:center;
    gap:5px;
    background:none;
    border:none;
    color:var(--red);
    font-size:12.5px;
    font-weight:600;
    cursor:pointer;
    padding:0;
  }
  #gold-loan-static-page .use-location:hover{color:var(--red-dark);}
  #gold-loan-static-page .list{
    display:flex;
    flex-direction:column;
    gap:10px;
    overflow-y:auto;
    max-height:520px;
    padding-right:2px;
    margin-right:-2px;
  }
  #gold-loan-static-page .list::-webkit-scrollbar{width:6px;}
  #gold-loan-static-page .list::-webkit-scrollbar-thumb{background:#E2E0DB;border-radius:10px;}


  #gold-loan-static-page .card{
    /* border:1.5px solid var(--line); */
    border-radius:24px;
    padding:20px 30px 50px 40px;
    cursor:pointer;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
    background:#fff;
  }
  #gold-loan-static-page .card:hover{
    border-color:#D8D5CF;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
  }
  #gold-loan-static-page .card.active{
    border-color:var(--red);
    background:#FFF7F5;
    box-shadow:0 2px 12px rgba(225,29,46,0.12);
  }
  #gold-loan-static-page .card-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    margin-bottom:6px;
  }
  #gold-loan-static-page .card-name{
    font-size:14.5px;
    font-weight:700;
    color:var(--ink);
    line-height:1.3;
  }
  #gold-loan-static-page .badge{
    flex-shrink:0;
    font-size:12px;
    font-weight:400;
    padding:6px 10px;
    border-radius:6px;
    background: #B91C1C0D;
    color: #B91C1C;
    white-space:nowrap;
    border: 1px solid #B91C1C1A;
  }
  #gold-loan-static-page .badge.near{
    background:#FDE8E9;
    color:var(--red-dark);
  }
  #gold-loan-static-page .card-addr{
    font-size:12.5px;
    color:var(--sub);
    line-height:1.5;
    margin-bottom:8px;
  }
  #gold-loan-static-page .card-status{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:12px;
  }
  #gold-loan-static-page .dot{
    width:6px;height:6px;border-radius:50%;
    background:var(--green);
    flex-shrink:0;
  }
  #gold-loan-static-page .status-open{color:var(--green);font-weight:600;}
  #gold-loan-static-page .status-closes{color:var(--muted);}
  /* ---------- Map ---------- */
  #gold-loan-static-page .map-wrap{
    position:relative;
    min-height:560px;
    background:var(--map-bg);
    overflow:hidden;
  }
  #gold-loan-static-page .map-canvas{
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 8% 20%, var(--map-park) 0%, var(--map-park) 14%, transparent 15%),
      repeating-linear-gradient(100deg, transparent 0 60px, var(--map-road) 60px 63px),
      repeating-linear-gradient(10deg, transparent 0 80px, var(--map-road) 80px 83px),
      var(--map-bg);
  }
  #gold-loan-static-page .map-canvas svg.roads{
    position:absolute; inset:0; width:100%; height:100%;
  }
  #gold-loan-static-page .legend{
    position:absolute;
    top:16px; right:16px;
    background:#fff;
    border-radius:999px;
    box-shadow:var(--shadow);
    display:flex;
    align-items:center;
    gap:14px;
    padding:8px 16px;
    font-size:12.5px;
    font-weight:600;
    color:var(--ink);
    z-index:5;
  }
  #gold-loan-static-page .legend .item{display:flex;align-items:center;gap:6px;}
  #gold-loan-static-page .legend .swatch{width:9px;height:9px;border-radius:50%;}
  #gold-loan-static-page .swatch.flag{background:var(--red);}
  #gold-loan-static-page .swatch.partner{background:#3A3A3A;}
  #gold-loan-static-page .zoom-controls{
    position:absolute;
    bottom:18px; right:16px;
    display:flex;
    flex-direction:column;
    gap:8px;
    z-index:5;
  }
  #gold-loan-static-page .zoom-btn{
    width:38px;height:38px;
    border-radius:10px;
    background:#fff;
    border:none;
    box-shadow:var(--shadow);
    font-size:18px;
    font-weight:600;
    color:var(--ink);
    cursor:pointer;
    display:flex;align-items:center;justify-content:center;
  }
  #gold-loan-static-page .zoom-btn:hover{background:#FAFAFA;}
  #gold-loan-static-page .marker{
    position:absolute;
    transform:translate(-50%,-100%);
    cursor:pointer;
    z-index:4;
  }
  #gold-loan-static-page .marker.hidden{display:none;}
  #gold-loan-static-page .marker-pin{
    width:34px;height:34px;
    border-radius:50% 50% 50% 0;
    transform:rotate(-45deg);
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 4px 10px rgba(0,0,0,0.25);
    transition: transform .18s ease;
  }
  #gold-loan-static-page .marker.flagship .marker-pin{background:var(--red);}
  #gold-loan-static-page .marker.partner .marker-pin{
    width:22px;height:22px;
    border-radius:50%;
    transform:none;
    background:#3A3A3A;
    box-shadow:0 3px 8px rgba(0,0,0,0.3);
  }
  #gold-loan-static-page .marker.partner{transform:translate(-50%,-50%);}
  #gold-loan-static-page .marker-pin svg{transform:rotate(45deg);}
  #gold-loan-static-page .marker.selected .marker-pin{transform:rotate(-45deg) scale(1.12);}
  #gold-loan-static-page .marker.selected.partner .marker-pin{transform:scale(1.15);}
  #gold-loan-static-page .marker:hover .marker-pin{filter:brightness(1.05);}
  @keyframes pop{
    0%{transform:translate(-50%,-100%) scale(0.4);opacity:0;}
    100%{transform:translate(-50%,-100%) scale(1);opacity:1;}
  }
  #gold-loan-static-page .marker.flagship.animate{animation:pop .28s cubic-bezier(.2,1.4,.4,1);}
  /* Popup */
  #gold-loan-static-page .popup{
    position:absolute;
    width:270px;
    background:#fff;
    border-radius:14px;
    box-shadow:0 18px 40px -10px rgba(20,20,30,0.28);
    overflow:hidden;
    z-index:10;
    opacity:0;
    pointer-events:none;
    transform:translate(-50%,-8px) scale(0.96);
    transition:opacity .16s ease, transform .16s ease;
  }
  #gold-loan-static-page .popup.open{
    opacity:1;
    pointer-events:auto;
    transform:translate(-50%,-16px) scale(1);
  }
  #gold-loan-static-page .popup-bar{
    height:5px;
    background:linear-gradient(90deg, var(--orange), var(--red));
  }
  #gold-loan-static-page .popup-inner{padding:16px 16px 14px;}
  #gold-loan-static-page .popup-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:8px;
    margin-bottom:8px;
  }
  #gold-loan-static-page .popup-title{
    font-size:15px;
    font-weight:700;
    line-height:1.3;
    color:var(--ink);
  }
  #gold-loan-static-page .popup-close{
    border:none;background:none;color:var(--muted);cursor:pointer;
    font-size:16px;line-height:1;padding:2px;flex-shrink:0;
  }
  #gold-loan-static-page .popup-close:hover{color:var(--ink);}
  #gold-loan-static-page .popup-deals{
    font-size:12px;
    color:var(--red);
    font-weight:600;
    margin-bottom:3px;
  }
  #gold-loan-static-page .popup-deals span{color:var(--sub);font-weight:500;}
  #gold-loan-static-page .popup-branch{
    font-size:12px;
    color:var(--sub);
    margin-bottom:12px;
  }
  #gold-loan-static-page .popup-branch b{color:var(--ink);font-weight:600;}
  #gold-loan-static-page .popup-row{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:10px;
  }
  #gold-loan-static-page .popup-icon{
    width:26px;height:26px;
    border-radius:8px;
    background:#FDEEE6;
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;
    color:var(--orange);
  }
  #gold-loan-static-page .popup-row span{
    font-size:12.5px;
    color:var(--ink);
    line-height:1.5;
    padding-top:3px;
  }
  #gold-loan-static-page .popup-directions{
    display:flex;
    align-items:center;
    gap:10px;
    background:none;
    border:none;
    padding:0;
    cursor:pointer;
    text-decoration:none;
  }
  #gold-loan-static-page .popup-directions span{
    color:var(--red);
    font-weight:700;
    font-size:12.5px;
    padding-top:0;
  }
  #gold-loan-static-page .popup-directions:hover span{color:var(--red-dark);}
  /* Directions banner */
  #gold-loan-static-page .directions-banner{
    position:absolute;
    left:16px; right:16px; top:16px;
    background:#fff;
    border-radius:12px;
    box-shadow:var(--shadow);
    padding:12px 16px;
    display:none;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    z-index:6;
    font-size:13px;
  }
  #gold-loan-static-page .directions-banner.show{display:flex;}
  #gold-loan-static-page .directions-banner .db-text{color:var(--ink);}
  #gold-loan-static-page .directions-banner .db-text b{color:var(--red);}
  #gold-loan-static-page .directions-banner a{
    color:#fff;
    background:var(--red);
    padding:7px 14px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
    font-size:12.5px;
    white-space:nowrap;
  }
  #gold-loan-static-page .directions-banner button.dismiss{
    border:none;background:none;color:var(--muted);cursor:pointer;font-size:16px;
  }
  #gold-loan-static-page .route-line{
    position:absolute; inset:0; pointer-events:none; z-index:3;
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 900px){
    #gold-loan-static-page .content{
      grid-template-columns:1fr;
    }
    #gold-loan-static-page .sidebar{
      border-right:none;
      border-bottom:1px solid var(--line);
    }
    #gold-loan-static-page .list{max-height:340px;}
    #gold-loan-static-page .map-wrap{min-height:420px;}
  }
  @media (max-width: 520px){
    #gold-loan-static-page .locator{padding:24px 14px 40px;}
    #gold-loan-static-page h1{font-size:24px;}
    #gold-loan-static-page .map-wrap{min-height:360px;}
    #gold-loan-static-page .popup{width:230px;}
    #gold-loan-static-page .legend{gap:10px;padding:7px 12px;font-size:11.5px;}
  }


@media(min-width:1500px){

  #gold-loan-static-page .locator {
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px 24px 56px;
}
#gold-loan-static-page .stats-container {
  max-width: 1500px !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;   /* boxes center me rahenge */
  align-items: flex-start;
  gap: 290px !important;                 /* <-- yahan px value change karke spacing control karein */
  flex-wrap: nowrap;
}


}


/* extra css */

#gold-loan-static-page .container {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}

/* new code countdown */

#gold-loan-static-page .stats-section {
  width: 100%;
  /* padding: 10px 20px; */
  box-sizing: border-box;
}

#gold-loan-static-page .stats-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;   /* boxes center me rahenge */
  align-items: flex-start;
  gap: 150px;                 /* <-- yahan px value change karke spacing control karein */
  flex-wrap: nowrap;
}

#gold-loan-static-page .stat-box {
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  flex: 0 0 auto;   /* width sirf content jitni hi lega, isliye gap hamesha equal dikhega */
}

#gold-loan-static-page .stat-box h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #FFFFFF; /* apne brand color se replace kar lein */
}

#gold-loan-static-page .stat-box p {
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0;
  color: #FFFFFF99;
  text-transform: uppercase;
}

/* ---------- TABLET (wraps into 2 rows, still equal gap) ---------- */
@media (max-width: 900px) {
  #gold-loan-static-page .stats-container {
    flex-wrap: nowrap;
    gap: 60px;   /* row-gap 30px, column-gap 40px, dono equal apne row/column ke andar */
  }

  #gold-loan-static-page .stat-box {
    flex: 0 1 40%;    /* ~2 boxes per row */
  }

  #gold-loan-static-page .stat-box h2 {
    font-size: 20px;
  }
  #gold-loan-static-page .stat-box p {
    font-size: 8px;
}

}
/* ---------- MOBILE (2 boxes per row, smaller text) ---------- */
@media (max-width: 480px) {
  #gold-loan-static-page .stats-section {
    /* padding: 24px 12px; */
  }

  #gold-loan-static-page .input-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    border-radius: 12px;
    background: #F6F3F2 !important;
}

  #gold-loan-static-page .stats-container {
    flex-wrap: wrap;
    gap: 4px 20px;
  }

  #gold-loan-static-page .stat-box {
    flex: 0 1 42%;
  }

  #gold-loan-static-page .stat-box h2 {
    font-size: 16px;
  }

  #gold-loan-static-page .stat-box p {
    font-size: 9px;
  }
}

/* ---------- VERY SMALL SCREENS (stack in 1 column) ---------- */
@media (max-width: 340px) {
  #gold-loan-static-page .stats-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #gold-loan-static-page .stat-box {
    flex: 0 0 auto;
  }
}

/* why choose us slider in mobile */

/* ================================================
   Why Choose Section - Mobile Slider CSS
   Sirf mobile (<=768px) ke liye. Desktop grid untouched.
   Colors/fonts/icons kuch bhi change nahi kiya hai.
================================================ */

@media (max-width: 768px) {

  #gold-loan-static-page .why-choose-section .why-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 10px;

    /* scrollbar hide */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #gold-loan-static-page .why-choose-section .why-grid::-webkit-scrollbar {
    display: none;
  }

  #gold-loan-static-page .why-choose-section .feature-card {
    flex: 0 0 85%;       /* ek card ek time pe dikhega, thoda next card ka glimpse */
    max-width: 85%;
    scroll-snap-align: center;
  }

}

/* all slider code here in mobile  */

/* how to .btn-apply */


@media (max-width: 768px) {

  #gold-loan-static-page .how-to-apply .steps-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* scroll-snap-type: x mandatory; */
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 10px;

    /* scrollbar hide */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #gold-loan-static-page .how-to-apply .steps-row::-webkit-scrollbar {
    display: none;
  }

  #gold-loan-static-page .how-to-apply .step {
    flex: 0 0 85%;       /* ek step ek time pe dikhega, thoda next ka glimpse */
    max-width: 85%;
    scroll-snap-align: center;
  }
  #gold-loan-static-page .glc-disclaimer {
    margin-top: 24px;
    padding: 18px 20px;
    border-top: 1.5px solid #C6C6CC;
    /* border-radius: 14px; */
    background: var(--white);
    color: #45464C;
    font-size: 10px;
    line-height: 1.6;
}

}



/* blog section */


@media (max-width: 768px) {

  #gold-loan-static-page .insights-section .insights-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 10px;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #gold-loan-static-page .insights-section .insights-grid::-webkit-scrollbar {
    display: none;
  }

  /* Link wrapper ko flex item banao */
  #gold-loan-static-page .insight-card-link {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: center;
    display: block;
    text-decoration: none;
    color: inherit;
  }

  /* Card full width le */
  #gold-loan-static-page .insights-section .insight-card {
    width: 100%;
  }

}

#gold-loan-static-page .insight-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
    /* form */


@media (max-width: 768px) {

  #gold-loan-static-page .hero-form {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  #gold-loan-static-page .hero-form .form-card {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;      /* agar corners round hain aur full width mein odd lagte hain to hata diya - agar rakhna hai to ye line remove kar dena */
    box-sizing: border-box;
  }

  /* agar parent container se padding aa rahi hai (jaise .container class), use bhi 0 kar do */
  #gold-loan-static-page .hero-form,
  #gold-loan-static-page .hero-form * {
    box-sizing: border-box;
  }

}

/* Mobile */
@media (max-width: 767px) {

    #gold-loan-static-page .rate-header {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 15px;
    }


}

/* Mobile */
@media (max-width: 767px) {

    #gold-loan-static-page .section-title {
    font-weight: 700;
    font-size: 26px;

}


#gold-loan-static-page .nav-link.active {
    color: #000;
    font-weight: 700;
}
#gold-loan-static-page .section-subtitle {
    font-size: 14px;
    line-height: 1.4;}
    #gold-loan-static-page .glc-header p {
    max-width: 640px;

    font-size: 14px;}
    #gold-loan-static-page .section-heading p {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
}
#gold-loan-static-page button.accordion-trigger {
    font-size: 14px;
    font-weight: 600;
}
#gold-loan-static-page .accordion-panel > p {
    overflow: hidden;
    font-size: 12px;
    line-height: 1.6;
    color: #6B6660;
    min-height: 0;
}

#gold-loan-static-page .documents-card .card-heading h2 {
    font-size: 20px;
    font-weight: 700;
}

#gold-loan-static-page .documents-card .card-heading {

    margin: -4px -4px 40px;
}

#gold-loan-static-page .faq-section .faq-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #BD1B29;
    color: #FFFFFF;
    border: none;
    border-radius: 14px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;}

#gold-loan-static-page .faq-section .faq-subtitle {
  font-size: 14px!important;
  color: #44474E;
  font-weight: 400;
  margin: 0;
}

}


/* Large Screen - 1500px and above */
@media (min-width: 1500px) {


}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

    #gold-loan-static-page .why-choose-section .why-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 10px;

        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    #gold-loan-static-page .why-choose-section .why-grid::-webkit-scrollbar {
        display: none;
    }

    #gold-loan-static-page .why-choose-section .feature-card {
        flex: 0 0 85%;
        max-width: 85%;
        scroll-snap-align: center;
    }


    #gold-loan-static-page .how-to-apply .steps-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 10px;

        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    #gold-loan-static-page .how-to-apply .steps-row::-webkit-scrollbar {
        display: none;
    }

    #gold-loan-static-page .how-to-apply .step {
        flex: 0 0 85%;
        max-width: 85%;
        scroll-snap-align: center;
    }


    #gold-loan-static-page .glc-disclaimer {
        margin-top: 24px;
        padding: 18px 20px;
        border-top: 1.5px solid #C6C6CC;
        background: var(--white);
        color: #45464C;
        font-size: 10px;
        line-height: 1.6;
    }

}












/* tab */
@media (min-width: 768px) and (max-width: 991px) {

    /* Hero: slider + form same row me, size chhoti */
    #gold-loan-static-page .hero-container{
        flex-direction: row;
        gap: 20px;
    }
#gold-loan-static-page .faq-section {
    width: 100%;
    padding: 64px 150px 1px !important;
    background-color: #F5F6F8;
}
    #gold-loan-static-page .hero-slider,
    #gold-loan-static-page .hero-form{
        flex: 0 0 auto;
        max-width: none;
        order: 0;
    }

    #gold-loan-static-page .hero-slider{
        flex: 0 0 58%;
        max-width: 58%;
    }

    #gold-loan-static-page .hero-form{
        flex: 0 0 42%;
        max-width: 42%;
    }

    #gold-loan-static-page .form-card{
        margin-top: 0;
        padding: 22px;
    }

    #gold-loan-static-page .form-card h2{
        font-size: 20px;
        margin-bottom: 18px;
    }

    #gold-loan-static-page .form-group {
    margin-bottom: 10px;
}

    #gold-loan-static-page .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;}

    #gold-loan-static-page .form-group input {
    width: 100%;
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 12px;}

    /* Why Choose: slider hata ke grid wapas */
    #gold-loan-static-page .why-choose-section .why-grid{
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        overflow-x: visible;
        flex-wrap: unset;
        gap: 20px;
        padding-bottom: 0;
    }

    #gold-loan-static-page .why-choose-section .feature-card{
        flex: unset;
        max-width: 100%;
        scroll-snap-align: unset;
    }

    /* How To Apply: slider hata ke grid/row wapas */
    #gold-loan-static-page .how-to-apply .steps-row{
        display: grid !important;
        grid-template-columns: repeat(5, 1fr);
        overflow-x: visible;
        flex-wrap: unset;
        gap: 20px;
        row-gap: 40px;
        padding-bottom: 0;
    }

    #gold-loan-static-page .step-icon {
    width: 50px;
    height: 50px;}

    #gold-loan-static-page .step h3 {
    font-size: 14px;}

    #gold-loan-static-page .step p {
    font-size: 10px;}

    #gold-loan-static-page .submit-btn {
    width: 100%;
    height: 40px;}

    #gold-loan-static-page .form-group input {
    width: 100%;
    height: 46px;}

    #gold-loan-static-page .how-to-apply .step{
        flex: unset;
        max-width: 100%;
        scroll-snap-align: unset;
    }


    #gold-loan-static-page a.nav-link {
    font-size: 12px;
}
#gold-loan-static-page .menu {

    height: 40px;
}



}



#gold-loan-static-page .header-container.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.25s ease-in-out;
    background: #fff;
}

#gold-loan-static-page .header-container.is-fixed.show-header {
    transform: translateY(0);
}



 /* <!-- Charges and Documents --> */


#gold-loan-static-page .charges-section {
  width: 100%;
  padding: 56px 60px;
  border-top: 1px solid #e7e7e7;
}

#gold-loan-static-page .charges-container {
  max-width: 1200px;
  margin: 0 auto;
}

#gold-loan-static-page .charges-title {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
  color: #0d0d0d;
  margin-bottom: 14px;
}

#gold-loan-static-page .charges-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #6b6b6b;
  margin-bottom: 28px;
  max-width: 520px;
}

/* Box that holds dropdown + language links */
#gold-loan-static-page .charges-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1.5px solid #e0405a;
  border-radius: 10px;
  padding: 4px 8px;
  gap: 0;
  background: #ffffff;
}

#gold-loan-static-page .divider {
  width: 1px;
  height: 20px;
  background: #dcdcdc;
  flex-shrink: 0;
  margin: 0 14px;
}

/* Dropdown */
#gold-loan-static-page .doc-select-wrap {
  position: relative;
  flex-shrink: 0;
}

#gold-loan-static-page .doc-select {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  padding: 14px 6px;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

#gold-loan-static-page .doc-select .chevron {
  transition: transform 0.2s ease;
  color: #555;
}

#gold-loan-static-page .doc-select[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}

#gold-loan-static-page .doc-dropdown {
  list-style: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 6px;
  display: none;
  z-index: 20;
}

#gold-loan-static-page .doc-dropdown.open {
  display: block;
}

#gold-loan-static-page .doc-dropdown li {
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  color: #333;
}

#gold-loan-static-page .doc-dropdown li:hover {
  background: #f5f5f5;
}

#gold-loan-static-page .doc-dropdown li.active {
  background: #fdecef;
  color: #e0405a;
  font-weight: 600;
}

/* Language links */
#gold-loan-static-page .lang-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}

#gold-loan-static-page .lang-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  text-decoration: none;
  padding: 14px 6px;
  white-space: nowrap;
  transition: color 0.15s ease;
}

#gold-loan-static-page .lang-link:hover {
  color: #e0405a;
}

#gold-loan-static-page .lang-link .arrow {
  font-size: 14px;
  color: #888;
}

#gold-loan-static-page .lang-link:hover .arrow {
  color: #e0405a;
}

/* ===== Tablet ===== */
@media (max-width: 768px) {
  #gold-loan-static-page .charges-title {
    font-size: 28px;
  }

  #gold-loan-static-page .charges-box {
    padding: 6px 10px;
  }

  #gold-loan-static-page .divider {
    margin: 0 10px;
  }
}

/* ===== Mobile ===== */
@media (max-width: 560px) {
  #gold-loan-static-page .charges-section {
    padding: 40px 16px;
  }

  #gold-loan-static-page .charges-title {
    font-size: 24px;
  }

  #gold-loan-static-page .charges-subtitle {
    font-size: 14px;
  }

  #gold-loan-static-page .charges-box {
    flex-direction: column;
    align-items: stretch;
    padding: 6px;
    border-radius: 14px;
  }

  #gold-loan-static-page .doc-select-wrap {
    width: 100%;
  }

  #gold-loan-static-page .doc-select {
    width: 100%;
    justify-content: space-between;
    padding: 14px 10px;
  }

  #gold-loan-static-page .doc-dropdown {
    width: 100%;
    left: 0;
    right: 0;
    min-width: unset;
  }

  #gold-loan-static-page .charges-box > .divider {
    display: none;
  }

  #gold-loan-static-page .lang-links {
    flex-direction: column;
    align-items: stretch;
    border-top: 1px solid #eee;
    padding-top: 4px;
  }

  #gold-loan-static-page .lang-links .divider {
    display: none;
  }

  #gold-loan-static-page .lang-link {
    width: 100%;
    padding: 12px 10px;
    border-bottom: 1px solid #f2f2f2;
  }

  #gold-loan-static-page .lang-link:last-child {
    border-bottom: none;
  }

  #gold-loan-static-page input#weightInput {
    padding-left: 0px;
}
}

@media(min-width:1500px){


#gold-loan-static-page .charges-section {
  width: 100%;
  padding: 56px 60px;
  border-top: 1px solid #e7e7e7;
}

#gold-loan-static-page .charges-container {
  max-width: 1500px;
  margin: 0 auto;
}

#gold-loan-static-page .container {
    max-width: 1500px !important;
    padding: 0 20px!important;
}

}


#gold-loan-static-page .result-ring {
  --pct: 0;                       /* JS updates this (0 to 100) */

  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto 20px;

  /* red for the filled portion, gray for the rest */
  background: conic-gradient(
    #BA1A1A calc(var(--pct) * 1%),
    #e5e5e5 0
  );

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;

  transition: background 0.4s ease;
}

/* inner white circle creates the "ring" (donut) look */
#gold-loan-static-page .result-ring::before {
  content: "";
  position: absolute;
  inset: 16px;               /* controls ring thickness — bigger = thinner ring */
  border-radius: 50%;
  background: #fff;
}

#gold-loan-static-page .result-value,
#gold-loan-static-page .result-label {
  position: relative;
  z-index: 1;
}

#gold-loan-static-page .result-value {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #111;
}

#gold-loan-static-page .result-label {
  display: block;
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

@media (max-width: 480px) {
  #gold-loan-static-page .result-ring {
    width: 160px;
    height: auto;
  }

  #gold-loan-static-page .result-value {
    font-size: 20px;
  }

  #gold-loan-static-page .nav-link.active {
    color: #000 !important;
    font-weight: 600;
}
}




#gold-loan-static-page .select-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* apna custom arrow icon */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='3'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center; /* yahan se right margin/gap control hota hai */
  background-size: 14px;

  padding: 20px 40px 20px 16px; /* right side me extra padding taaki text arrow se na takraye */
  border-radius: 8px; /* aapke screenshot jaisa rounded look */
  border: 1px solid #ddd;
  width: 100%;
}
