#scroll_content h3 {
    color: #A5000B !important;
}
.nav-link, h4 {
	color: #2e2e2e !important;
}
.side_bar > li > .nav-link {
	padding: 0 1.25rem 1rem 0 !important;
	font-size: 16px;
}
.nav-item {
	font-size: 14px !important;
}
.nav-item-separate {
	border-bottom: 4px solid #A5000B;
	width: 50% !important;
	margin-top: 5px;
	display: none;
}
.nav-pills .nav-link.active {
	border-radius: 0;
	padding-bottom: 0px !important;
	color: #A5000B !important;
}
.nav-pills .nav-link.active .nav-item-separate {
	display: block;
}
#myScrollspy {
	position: sticky;
	top: 20px;
	z-index: 99;
}
.visa_banner_title {
    background-image: linear-gradient(to top, #c59244 0%, #ffe49e 26%, #fece75 54%, #ffe49e 84%, #c59244 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffe49e;
}
.visa_signture_card_img {
    background-image: url(../../banner_images/visa_signature_card/visa-signature-credit-card-only.png);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    height: 350px;
    background-position: center center;
}
.logo_flex_section {
    display: flex;
    flex-wrap: wrap;
    gap: 18px
}
.logo_flex_section > a  {
    flex: 0 0 16%; /* 5 per row */
    max-width: 16%;
    text-align: center;
}

.logo_flex_section a:hover {
    color: #000000 !important;
    text-decoration: none !important;
}
.logo_flex_section > a > div > p {
    text-align: center;
}
.logo_flex_section > a > div > img {
    border: 1px solid #a49e9e;
    margin: 20px 0px 10px 0;
    border-radius: 10px;
}
.logo_title {
    padding-right: 250px;
	font-size: 18px;
	font-weight: 600;
}
.secure_req_application_icon {
	float: right;
	margin-top: -5px;
}
/* .visa_signature_div {
    padding: 0px 100px 40px 100px;
} */
.visa_signature_div > .container {
    background-image: url(../../images/visa_signature_card/ayabank_visa_card_cta_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}
.visa_signature_col {
    padding-top: 100px;
    padding-left: 263px !important;
    padding-right: unset !important;
}
.visa_signature_text {
    font-size: 22px;
    margin-bottom: 15px;
    background-image: linear-gradient(to top, #c59244 0%, #ffe49e 26%, #fece75 54%, #ffe49e 84%, #c59244 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffe49e;
}
.more_detail_pin_btn {
    background-color: #ffe49e !important;
    border: 1px solid #ffe49e !important;
    color: #000000 !important;
    font-weight: 500;
    padding: 10px 20px !important;
    margin-bottom: 2rem !important;
}
@media only screen and (max-width: 576px) {
    .visa_signture_card_img {
        position: relative;
        top: 119px;
        height: 285px;
    }
    .logo_flex_section a {
        flex: 0 0 29.33%; /* Optional: 3 per row on mobile */
        max-width: 29.33%;
    }
    .logo_title {
        padding-right: unset;
    }
}