body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #1a191f;
    overflow-x: hidden
}

a {
    color: inherit
}

.noPadding {
    padding: 0
}

.noMargin {
    margin: 0
}

.paddingTop10 {
    padding-top: 10px
}

.paddingBottom10 {
    padding-bottom: 10px
}

.paddingLeft10 {
    padding-left: 10px
}

.paddingRight10 {
    padding-right: 10px
}

.paddingTop15 {
    padding-top: 15px
}

.paddingBottom15 {
    padding-bottom: 15px
}

.paddingRight15 {
    padding-right: 15px
}

.paddingLeft15 {
    padding-left: 15px
}

.paddingTopBottom15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.marginTop10 {
    margin-top: 10px
}

.marginBottom10 {
    margin-bottom: 10px
}

.marginLeft10 {
    margin-left: 10px
}

.marginRight10 {
    margin-right: 10px
}

.marginTop15 {
    margin-top: 15px
}

.marginBottom15 {
    margin-bottom: 15px
}

.marginLeft15 {
    margin-left: 15px
}

.marginRight15 {
    margin-right: 15px
}

.marginTopBottom15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.floatNone {
    float: none
}

li,
ul {
    padding: 0;
    margin: 0
}

.listItems li {
    line-height: 2
}

.designedBy {
    text-align: right
}

.footerLinks li {
    list-style: none
}

.hamburger {
    border: none !important;
    background: transparent !important;
    padding: 6px 8px;
    position: relative;
    width: 44px;
    height: 40px;
    cursor: pointer
}

.ham-bar {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #364153;
    border-radius: 2px;
    position: absolute;
    left: 9px;
    transition: all .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.ham-bar--top {
    top: 10px
}

.ham-bar--mid {
    top: 19px;
    opacity: 1
}

.ham-bar--bot {
    top: 28px
}

.hamburger.active .ham-bar--top {
    transform: translateY(9px) rotate(45deg);
    background-color: #fff
}

.hamburger.active .ham-bar--mid {
    opacity: 0;
    transform: scaleX(0)
}

.hamburger.active .ham-bar--bot {
    transform: translateY(-9px) rotate(-45deg);
    background-color: #fff
}

.mobile-nav-wrapper {
    background: #fff;
    box-shadow: 0 2px 10px #0000001a;
    position: sticky;
    top: 0;
    z-index: 1040
}

.mobile-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px
}

.mobile-logo img {
    height: 45px;
    width: auto
}

.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
    z-index: 1041;
    opacity: 0;
    transition: opacity .35s ease
}

.mobile-overlay.active {
    display: block;
    opacity: 1
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -280px;
    width: 270px;
    height: 100%;
    background: #fff;
    z-index: 1042;
    box-shadow: -5px 0 20px #00000026;
    transition: right .38s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.mobile-sidebar.active {
    left: 0
}

.mobile-sidebar-header {
    background: #f6f6f6;
    padding: 18px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sidebar-logo {
    height: 40px;
    width: auto
}

.sidebar-close {
    background: none;
    border: none;
    cursor: pointer;
    width: 34px;
    height: 34px;
    position: relative;
    padding: 0
}

.sidebar-close span {
    display: block;
    width: 22px;
    height: 2px;
    background: #9c2525;
    border-radius: 2px;
    position: absolute;
    left: 6px;
    transition: transform .3s ease
}

.sidebar-close span:first-child {
    top: 16px;
    transform: rotate(45deg)
}

.sidebar-close span:last-child {
    top: 16px;
    transform: rotate(-45deg)
}

.mobile-nav-links {
    list-style: none;
    padding: 15px 0;
    margin: 0;
    flex: 1
}

.mobile-nav-links li {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity .35s ease, transform .35s ease
}

.mobile-sidebar.active .mobile-nav-links li {
    opacity: 1;
    transform: translateX(0)
}

.mobile-sidebar.active .mobile-nav-links li:nth-child(1) {
    transition-delay: .08s
}

.mobile-sidebar.active .mobile-nav-links li:nth-child(2) {
    transition-delay: .14s
}

.mobile-sidebar.active .mobile-nav-links li:nth-child(3) {
    transition-delay: .2s
}

.mobile-sidebar.active .mobile-nav-links li:nth-child(4) {
    transition-delay: .26s
}

.mobile-sidebar.active .mobile-nav-links li:nth-child(5) {
    transition-delay: .32s
}

.mobile-nav-links li a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    color: #1E2939;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s, color .2s
}

.mobile-nav-links li a:hover {
    background: #f9f0f0;
    color: #8B0000
}

.mobile-nav-links li a i {
    width: 18px;
    text-align: center;
    color: #8B0000;
    font-size: 16px
}

.navbar-nav .dropdown-toggle::after {
    content: '\25BC';
    font-size: 10px;
    margin-left: 8px
}

.navbar-nav .dropdown:hover .dropdown-toggle::after {
    content: '\25B2'
}

.navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    list-style: none;
    background-color: #094b7f;
    border-radius: 0;
    min-width: 100%;
    padding: 0;
    margin: 0
}

.navbar-nav .dropdown-menu li {
    background-color: #d8b573;
    height: auto
}

.navbar-nav .dropdown-menu li a {
    padding: 10px 20px;
    color: #fff;
    line-height: 20px;
    font-size: small;
    text-align: left;
    background-color: #211f20
}

.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li a:focus {
    background-color: #d8b573;
    color: #fff !important;
    background-image: none
}

.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block
}

.navbar-nav .dropdown:hover .dropdown-menu:hover {
    display: block
}

.navbar-nav .dropdown:hover:not(:hover)>.dropdown-menu {
    display: none
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a {
    background: #eacc90 !important;
    color: #64081f !important;
    text-shadow: none;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #64081f
}

.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a:hover {
    background: #eacc90 !important;
    color: #64081f !important
}

a:hover {
    color: inherit
}

hr {
    border-color: #6b6b6b
}

.logo img {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%
}

.logoContainertop {
    background-image: linear-gradient(to right, #b78732, #c29740, #cda74f, #d8b75e, #e3c76e, #e3c76e, #e3c86f, #e3c86f, #d9b95f, #cea950, #c49a42, #b98b33)
}

.logoContainer {
    background: #f5f5f5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.menu {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100px;
}

.menu li {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.menu a {
    display: flex;
    align-items: center;
    padding: 0 13px;
    color: #435266;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    position: relative;
    height: 100%;
    transition: color 0.3s ease;
}

.menu li.active a,
.menu a:hover,
.menu a:focus {
    color: #a21c1d !important;
}

.menu li.active a::after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 16px;
    right: 16px;
    height: 3px;
    background: #a21c1d;
    border-radius: 2px;
}

.menu .dropdown>a::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px
}

.menu .dropdown:hover>a::after {
    content: '\f0d8'
}

.menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    z-index: 1000
}

.menu .dropdown-menu li {
    float: none
}

.menu .dropdown-menu a {
    padding: 10px 20px;
    background: linear-gradient(0deg, #e5ca85ff 0%, #fdf9c9ff 45%, #fee179ff 100%);
    color: #1a191f;
    text-align: left
}

.menu .dropdown-menu a:hover {
    background: #1a191f;
    color: #FFF !important
}

.menu .dropdown:hover .dropdown-menu {
    display: block
}

.android {
    float: left
}

.ios {
    float: left
}

.ios img {
    margin-left: 0
}

.flog {
    margin-top: 0;
    padding: 20px;
    background: #f3da73;
    color: #90171c;
    border-radius: 10px;
    text-align: center;
    font-weight: 700
}

.phone_top {
    text-align: left;
    font-size: 20px;
    color: #fff;
    margin-top: -10px
}

.phone_top img {
    display: initial
}

.phone_top a {
    color: #004c8a;
    font-weight: 700
}

.flog1 {
    margin-top: 8px
}

.phone_top h3 {
    font-size: 20px
}

.newyork,
.newyork1 {
    color: #a21c1d;
    margin-left: 5px;
    float: left
}

.london,
.london1 {
    color: #a21c1d;
    margin-left: 5px;
    float: left
}

.india {
    color: #a21c1d;
    margin-left: 7px;
    float: left
}

.newyork img,
.newyork1 img {
    margin-top: 0;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px
}

.london img,
.london1 img {
    margin-top: 0;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px
}

.india img,
.india1 img {
    margin-top: 0;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px
}

.india_time,
.london_time,
.newyork_time {
    margin-left: 5px;
    color: #fff;
    position: relative;
    top: 5px
}

.marquee_top {
    margin-top: 10px;
    margin-bottom: 20px
}

.latestUpdatesContainer p {
    margin-top: 5px;
    margin-bottom: 5px
}

.marquee {
    font-weight: 700;
    font-size: 17px;
    background: #510404;
    color: #fff;
    margin-top: 0 !important
}

.mobile {
    margin-top: 23px;
    color: #fff;
    justify-content: flex-end
}

.app_head h4 {
    color: #014d8b;
    font-weight: 700
}

.mobile p {
    font-size: 12px;
    margin-left: 10px
}

.headertable1 {
    background: #094b7f;
    color: #fff;
    border-radius: 10px
}

.headertable1 th {
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 10px
}

.headertable2 th {
    background: #F3DBDB;
    color: #510404;
    text-align: center;
    font-size: 14px;
    line-height: 2 !important
}

.headertable2 th:first-child {
    border-top-left-radius: 5px;
    text-align: center
}

.headertable2 th:last-child {
    border-top-right-radius: 5px
}

.table2 {
    background: #f3da73
}

.table3 {
    background: #070707
}

.table4 {
    background: #070707
}

.table1 td {
    font-size: 16px;
    font-weight: 700;
    border-top: #ddd;
    text-align: center;
    color: #000
}

.table1 td:first-child {
    text-align: center;
    color: #510404
}

.commodity {
    box-shadow: #63636333 0 2px 8px 0
}

.table2 td {
    font-size: 19px;
    font-weight: 700;
    color: #9f1c21;
    border-top: none !important
}

.table3 td {
    font-size: 19px;
    font-weight: 700;
    color: #fff
}

.table4 td {
    font-size: 19px;
    font-weight: 700;
    border-top: none !important;
    color: #521540;
    border-bottom: none;
    border-top: none !important
}

.table3 img {
    width: 35px
}

.ratevalue2 {
    font-size: 16px !important
}

.ratevalue3 {
    font-size: 20px !important
}

.ratevalue4 {
    font-size: 12px !important
}

.table>thead>tr>th {
    border-bottom: none
}

.table-responsivetop2 {
    margin-top: 14px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle
}

.booking_contacttop {
    margin-top: 35px;
    margin-bottom: 35px
}

.booking_contact {
    background: #fff;
    border-radius: 15px;
    box-shadow: #0000001a 0 4px 12px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 25px 7px 15px;
    border-left: 2px solid #8B0000;
    min-height: 180px
}

.booking_contact h4 {
    color: #510404;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 20px;
    text-align: center;
    margin-top: 5px
}

.booking_contact1 {
    border: none;
    text-align: center;
    line-height: 3.3;
}

.booking_contact1 a {
    color: #1E2939;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 2px
}

.booking_contact1 a:hover {
    color: #510404
}

.icon_box {
    background: transparent;
    color: #1E2939;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #1E2939;
    font-size: 15px;
    flex-shrink: 0
}

.booking_center_link {
    display: inline-flex !important
}

.booking_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0
}

.booking_item {
    flex: 0 0 50%;
    padding: 5px 10px
}

.booking_item.full {
    flex: 0 0 100%;
    text-align: center
}

.booking_item.full a {
    justify-content: center
}

.news_msg {
    color: #364153;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.4
}

.booking_contact p {
    font-size: 17px;
    position: relative;
    top: 8px;
    color: #000;
    margin-bottom: 10px
}

.booking_contact img {
    display: inline
}

.graph_img img {
    width: 100%;
    margin-top: 13px
}

.booking_contact i {
    font-size: 14px
}

.news_event {
    text-align: center
}

.news_event marquee {
    height: 145px !important;
    margin-top: 37px
}

.news_event h4 {
    font-weight: 700
}

.news_event hr {
    width: 22%;
    margin-top: 0;
    margin-bottom: 10px;
    border-color: #fff
}

.disclaimer strong {
    color: #610922;
    font-size: 18px
}

.disclaimer p {
    line-height: 2;
    color: #000;
    margin-top: 10px
}

.footer_bottom {
    background: #fbb929;
    color: #ddc561
}

.copyright {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff
}

.terms {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    text-align: center
}

.powerdby {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    text-align: right
}

.disclaimer {
    margin-top: 20px;
    margin-bottom: 20px
}

.footer {
    background: #64081f;
    color: #fff
}

.liverate_flag {
    width: 20%;
    margin-left: 19px
}

.liverate_flag1 {
    width: 10%;
    margin-left: 19px
}

.table-responsivetop1 {
    margin-top: 5px
}

.contact_liverate_top {
    color: #fff;
    background: #014d8b;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 10px
}

.contact_liverate1 {
    text-align: center
}

.contact_liverate1 h3 {
    line-height: 1.5
}

.address_home {
    color: #fff;
    background: #d8b573;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px
}

.address_live {
    text-align: center
}

.address_live h3 {
    line-height: 1.5
}

.banner img {
    width: 100%
}

.body_contant {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #e4dee2
}

textarea,
textarea:hover,
textarea:active {
    border-radius: 0 5px 5px 0;
    border: 1px solid #eee;
    margin: 0;
    width: 80%;
    height: 130px;
    float: left;
    padding: 8px 15px;
    margin-bottom: 13px
}

.form-groupinput {
    border: 1px solid #ddd;
    color: #000
}

input {
    border-radius: 0 5px 5px 0;
    border: 1px solid #eee;
    margin-bottom: 15px;
    width: 80%;
    height: 45px;
    float: left;
    padding: 0 15px
}

input:hover,
input:active {
    border-radius: 0 5px 5px 0;
    border: 1px solid #eee
}

.captcha {
    width: 57%
}

.icon-case {
    width: 10%;
    float: left;
    border-radius: 5px 0 0 5px;
    background: #311d3c;
    position: relative;
    text-align: center;
    line-height: 40px;
    color: #fff
}

.form-group {
    overflow: hidden;
    clear: both
}

.bouton-contact {
    background-color: #521d6d;
    color: #fff;
    text-align: center;
    width: 25%;
    border: 0;
    padding: 7px;
    cursor: pointer;
    font-size: 18px
}

form {
    border-radius: 5px;
    width: 100%;
    overflow: hidden
}

.contact_us {
    margin-top: 0;
    margin-bottom: 10px
}

.getintouchTitle {
    font-size: 20px;
    text-align: center;
    background: #311d3c;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 29px
}

.contact1,
.email,
.location {
    font-weight: 700;
    border: #250b01 1px solid;
    padding-top: 5px;
    padding-right: 10px;
    margin-bottom: 3px;
    color: #000;
    font-size: 16px;
    line-height: 1.8
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 #0003;
    padding: 12px 16px;
    z-index: 1
}

.dropdown:hover .dropdown-content {
    display: block
}

.right_side {
    margin-top: 5px
}

.gold_live {
    float: left
}

.gold_live1 {
    float: left
}

.table_title {
    margin-left: 10px;
    position: relative;
    top: 11px
}

.liverate_bottom {
    margin-top: 10px
}

.contact_liverate h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}

.contact_liverate h4 {
    font-size: 24px
}

.contact_liverate h4::after {
    content: "";
    position: absolute;
    left: 63px;
    width: 22%;
    border-top: 2px solid #fff;
    top: 74px
}

.contact_liverate h4::before {
    content: "";
    position: absolute;
    right: 63px;
    width: 22%;
    border-top: 2px solid #fff;
    top: 74px
}

.goldRate {
    background: #014d8b;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 5px;
    border-radius: 10px
}

.goldRateData {
    background: #014d8b;
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 10px
}

.text-large1 span {
    font-size: 24px
}

.text-large1 {
    font-size: 30px
}

.goldRateData th {
    text-align: center
}

.address_live h4::after {
    content: "";
    position: absolute;
    left: 50px;
    width: 22%;
    border-top: 2px solid #fff;
    top: 42px
}

.address_live h4::before {
    content: "";
    position: absolute;
    right: 45px;
    width: 22%;
    border-top: 2px solid #fff;
    top: 42px
}

.address_live1 h3 {
    font-size: 22px;
    text-align: center;
    line-height: 1.7
}

.disclaimer_top {
    background: #d8b573;
    padding: 15px;
    margin-top: 10px
}

.rate_fontsize {
    font-size: 40px;
    border-top: none !important
}

.flag1 {
    position: relative;
    top: 7px
}

.online {
    text-align: center
}

.booking_contact1 .lbma {
    width: 100%;
    line-height: 1.3
}

.lbma-rate {
    font-size: 20px
}

.lbma th {
    text-align: center;
    top: 6px;
    position: relative
}

.lbma tr span {
    font-size: 12px
}

.lbma1 {
    height: auto
}

.gallery {
    margin-top: 20px;
    margin-bottom: 20px
}

.footer_top {
    background-image: linear-gradient(to right, #b78732, #c29740, #cda74f, #d8b75e, #e3c76e, #e3c76e, #e3c86f, #e3c86f, #d9b95f, #cea950, #c49a42, #b98b33);
    color: #000
}

.widget {
    margin-bottom: 10px
}

.policies {
    color: #000
}

.contact_footer {
    color: #000
}

.terms_footer {
    margin-left: 85px
}

.contact_fot img {
    display: inline
}

.widget-address address {
    line-height: 2
}

.policies1 a {
    color: #000
}

.more1 {
    color: #1a191f !important;
    background: #fdf8c8;
    padding: 4px 20px;
    border-radius: 5px;
    float: right
}

.policies1 {
    list-style-type: none;
    margin-left: 100px !important;
    line-height: 3
}

.contact_footer1 {
    margin-left: 33px
}

ul li::marker {
    content: none
}

.table_5 {
    background: #094b7f
}

.table_5 td {
    text-align: left;
    color: #fff;
    font-size: 14px;
    vertical-align: middle !important;
    font-weight: 700;
    line-height: 3;
    padding-left: 10px
}

.table_6 {
    background: #616264
}

.table_6 td {
    text-align: left;
    color: #fff;
    font-size: 14px;
    vertical-align: middle !important;
    font-weight: 700;
    line-height: 3;
    padding-left: 10px
}

.bankdetail_body1 {
    margin-top: 30px;
    margin-bottom: 30px
}

.bank_logo {
    margin-top: 4%
}

.banner_info img {
    width: 100%
}

.bankdetail_body {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

.top-div {
    width: 50%;
    margin-left: auto;
    margin-right: auto
}

.form-group {
    overflow: hidden;
    clear: both
}

.form-group {
    color: #000
}

.form-group {
    margin-bottom: 15px
}

.icon-case {
    width: 10%;
    float: left;
    border-radius: 5px 0 0 5px;
    background: #64081f;
    position: relative;
    text-align: center;
    line-height: 44px;
    color: #fff
}

i {
    color: #121111
}

.bouton-contact {
    background-color: #64081f;
    color: #FFF;
    text-align: center;
    width: 25%;
    border: 0;
    padding: 7px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px
}

.contentform i {
    color: #fff
}

.getintouchTitle {
    height: 35px;
    background-color: #64081f;
    color: #fff;
    line-height: 35px;
    font-weight: 700;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center
}

.getintouchTitle span {
    margin-left: 13px
}

.getintouchTitle1 {
    margin-top: -1px;
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #0b4d89;
    border-image: initial;
    border-radius: 3px
}

.getintouchTitle1 span {
    margin-left: 35px;
    line-height: 1.6
}

#captchaimg {
    padding-left: 10px;
    margin-top: -4px
}

.location,
.contact,
.email,
.contact1 {
    border: #0e0e0e 1px solid;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px
}

.location p,
.contact p,
.email p,
.contact1 p {
    margin-left: 10%;
    font-size: 14px;
    line-height: 1.9
}

.contactus {
    padding-top: 22%
}

.contact_us {
    margin-bottom: 10px
}

.aboutus_adv {
    margin-top: 20px;
    margin-bottom: 20px
}

.aboutus_adv img {
    width: 100%
}

.readhome {
    text-align: right
}

.readhome button {
    background: #0e0e0e;
    padding: 5px 24px;
    border-radius: 5px;
    border: 1px solid #0e0e0e;
    color: #fff;
    font-size: 16px
}

.readhome button:hover {
    background: #322727;
    border: 1px solid #0e0e0e
}

.booking_contact1 marquee {
    margin-top: 25px
}

.table_responstive1 {
    color: #fff
}

.contactus h3 {
    margin-bottom: 38px
}

.body_contant1 p {
    line-height: 2
}

.apply-box {
    max-width: 100%;
    padding: 20px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 4px 3px 5px #0101011a
}

.title_small {
    font-size: 20px;
    color: #ff4500
}

.form_container {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px
}

.form_control {
    display: flex;
    flex-direction: column
}

.textarea_control {
    grid-column: 1 / span 2
}

.textarea_control textarea {
    width: 100%
}

.apply-box label {
    font-size: 15px;
    margin-bottom: 5px
}

.apply-box input,
.apply-box select,
.apply-box textarea {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    width: 95%;
    height: auto;
    margin-bottom: 0
}

.apply-box input:focus,
.apply-box textarea:focus,
.apply-box select:focus {
    outline-color: #ddd
}

.button_container {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.button_container button {
    background: #0e0e0e;
    border: transparent solid 2px;
    padding: 6px 50px;
    color: #fff;
    border-radius: 5px;
    transition: .3s ease-in;
    cursor: pointer
}

.apply-box h1 {
    margin-top: 0;
    text-align: center;
    font-size: 22px
}

.apply-box h1:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #211f20;
    margin: 15px auto 0;
    border-radius: 3px
}

.bank_logo img {
    width: 100%
}

@media screen and (max-width: 550px) {
    .textarea_control {
        grid-column: 1 / span 1
    }
}

section {
    display: flex;
    flex-direction: column;
    width: 100%
}

.disclosure {
    margin-bottom: 16px;
    background: #27272a;
    border-radius: 4px;
    box-shadow: #00000026 0 3px 3px 0;
    line-height: 2;
    letter-spacing: 1px
}

.disclosure-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    color: #f4f4f5;
    padding: 5px 18px 4px
}

.disclosure-button:hover {
    color: #fafafa
}

.disclosure-icon {
    width: 16px;
    height: 16px;
    transition: transform .3s ease
}

.disclosure-panel {
    display: none;
    margin-top: 8px;
    font-size: 13px;
    color: #a1a1aa;
    padding: 0 18px 4px;
    border-top: 4px solid #fce1b2
}

.disclosure.open .disclosure-panel {
    display: block
}

.disclosure.open .disclosure-icon {
    transform: rotate(180deg)
}

.account_head h1 {
    margin-top: 0;
    text-align: center;
    font-size: 24px;
    color: #683534;
    font-weight: 700
}

.account_head h1:after {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    background: #211f20;
    margin: 15px auto 0;
    border-radius: 3px
}

.account_head h5 {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px
}

.account_head {
    margin-top: 40px
}

.registration-list {
    color: #fff;
    line-height: 2.5;
    font-size: 14px
}

.career {
    margin-top: 12%
}

.hover-effect::before {
    right: 0;
    opacity: .7;
    top: 0
}

.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0
}

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important
}

.hover-effect:hover::after,
.hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%
}

.nameproduct {
    text-align: center;
    background: #0e0e0e;
    padding: 10px;
    color: #fff
}

.disclosure-panel p {
    color: #fff;
    font-size: 14px
}

.market_liverate1 p {
    font-size: 15px;
    position: relative;
    top: 10px;
    left: 0;
    color: #fff
}

.market_liverate1 {
    border-top: 0;
    margin-top: -10px;
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 150px;
    background: #52153f
}

.liverate_product img {
    border-radius: 10px;
    width: 100%
}

.top-banner img {
    width: 100%;
    margin-bottom: 20px
}

.gallery img {
    border-radius: 10px
}

.policiesmbl {
    line-height: 2
}

.tablefirst {
    border-radius: 10px;
    margin-left: 2%;
    margin-top: 32px;
    margin-bottom: 30px;
    border: 1px solid #dbbd6e
}

.mainprotit1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 2
}

.mainprogold1 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding-top: 10px;
    line-height: 1.7;
    padding-bottom: 10px
}

.mainprogold2 {
    font-size: 17px;
    font-weight: 700;
    color: #64081F;
    text-align: center;
    padding-top: 10px;
    line-height: 1.7;
    padding-bottom: 10px
}

.mainprogold1 td:nth-child(2) {
    border-right: 1px solid #dbbd6e
}

.mainprogold1 td {
    white-space: nowrap
}

.highlow {
    font-size: 16px
}

.rate {
    font-size: 34px;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    font-feature-settings: tnum;
    text-align: center
}

.tabw2 {
    width: 50%;
    vertical-align: middle
}

.mainprotit {
    background: #fff;
    font-size: 20px;
    margin: 15px 0 7px;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 550;
    color: #1d1d1b
}

.mainprogold {
    color: #1d1d1b;
    font-size: 24px;
    margin-bottom: 15px;
    padding: 6px 10px;
    text-transform: uppercase;
    border-radius: 20px;
    vertical-align: middle
}

.mainprotit1 td {
    background: #64081f;
    color: #364153;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.bank_gst_pan {
    padding: 11px;
    background: #153846;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 17px;
    float: right
}

.table5 {
    background: #64081f
}

.table5 td {
    text-align: left;
    color: #fff;
    font-size: 14px;
    vertical-align: middle !important;
    font-weight: 700;
    line-height: 2.5;
    padding: 8px
}

.table6 {
    background: #e2e2ed
}

.table6 td {
    text-align: left;
    color: #0b1f51;
    font-size: 14px;
    vertical-align: middle !important;
    font-weight: 700;
    line-height: 2.5;
    padding: 8px
}

.gst {
    margin-top: 10px;
    margin-bottom: 20px
}

.bank_img {
    text-align: center
}

.bank_img img {
    width: 100%;
    margin-top: 20%
}

.bankdetail_body1 {
    margin-bottom: 30px
}

.aboutus {
    line-height: 2
}

.for_booking {
    margin-top: -10px
}

.livetitle {
    color: #1E2939;
    font-size: 21px;
    font-weight: 600
}

.banner img {
    width: 100%
}

.animate {
    opacity: 0;
    visibility: hidden;
    animation-fill-mode: forwards
}

.animate.is-visible {
    visibility: visible
}

.animate.fade-up.is-visible {
    animation-name: genericFadeInUp;
    animation-duration: .8s;
    animation-timing-function: ease-out
}

.animate.fade-in.is-visible {
    animation-name: genericFadeIn;
    animation-duration: .8s;
    animation-timing-function: ease-out
}

.animate.slide-left.is-visible {
    animation-name: genericSlideInLeft;
    animation-duration: .6s;
    animation-timing-function: ease-out
}

.animate.slide-right.is-visible {
    animation-name: genericSlideInRight;
    animation-duration: .6s;
    animation-timing-function: ease-out
}

.animate.zoom-in.is-visible {
    animation-name: genericZoomIn;
    animation-duration: .6s;
    animation-timing-function: ease-out
}

.delay-1.is-visible {
    animation-delay: .1s
}

.delay-2.is-visible {
    animation-delay: .2s
}

.delay-3.is-visible {
    animation-delay: .3s
}

.delay-4.is-visible {
    animation-delay: .4s
}

.delay-5.is-visible {
    animation-delay: .5s
}

.delay-6.is-visible {
    animation-delay: .6s
}

@keyframes genericFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes genericFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes genericSlideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes genericSlideInRight {
    from {
        opacity: 0;
        transform: translateX(30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes genericZoomIn {
    from {
        opacity: 0;
        transform: scale(0.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes iconPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #1e293966
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 10px 10px #1e293900
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #1e293900
    }
}

.icon_box {
    animation: iconPulse 2s infinite;
    border-radius: 50%
}

.discliamrlive {
    margin-top: 40px;
}

.liverate-contact {
    padding-left: 5px;
    padding-right: 5px;
}

/* =============================================================
   HOME PAGE - FIGMA DESIGN STYLES
   ============================================================= */



/* --- Our Motto Section --- */

.home-motto-section {
    background-color: #980000;
    padding: 65px 0;
    color: #fff;
}

.motto-content {
    max-width: 800px;
    margin: 0 auto;
}

.section-tag-gold {
    color: #dba344 !important;
}

.section-tag-gold::before {
    display: none !important;
}

.motto-heading {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 16px 0;
}

.motto-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0;
}



/* --- Admin Content Section --- */
.home-admin-content {
    background: #fff;
}

.home-admin-content .aboutus {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

/* About Us Page Styling (Desktop) */
.aboutus {
    font-family: 'Inter', sans-serif;
    color: #333;
    line-height: 1.6;
    padding-bottom: 40px;
}

.aboutus h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: white;
    margin-bottom: 15px;
    margin-top: 0;
}

.aboutus h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0px;
    margin-top: 0;
}

.aboutus .accent-text {
    color: #8B0000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

/* Hero Section */
.aboutus .about-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/silver-bars.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 40px;
    color: white;
    margin-bottom: 60px;
}

.aboutus .about-hero h1 {
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 700;
}

.aboutus .about-hero p {
    max-width: 600px;
    font-size: 16px;
    margin: 0;
}

/* Section Flex/Grid */
.aboutus .about-section {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.aboutus .about-content {
    padding: 0 30px;
}

.aboutus .about-image {
    position: relative;
    padding: 0 15px;
}

.aboutus .about-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: block;
}

.aboutus .img-overlay {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    color: white;
    padding: 30px 20px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 14px;
    line-height: 1.4;
}

.aboutus .img-overlay strong {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

/* Features Grid */
.aboutus .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}

.aboutus .feature-item {
    border: 1px solid #eaeaea;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.aboutus .feature-item i {
    color: #8B0000;
    font-size: 18px;
}

/* Red Commitment Footer */
.aboutus .commitment-footer {
    background: #8B0000;
    color: white;
    padding: 60px 40px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.aboutus .commitment-list {
    flex: 1.5;
    min-width: 300px;
}

.aboutus .commitment-list ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.aboutus .commitment-list li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
}

.aboutus .commitment-list li i {
    margin-top: 2px;
}

.aboutus .quote-card-container {
    flex: 1;
    min-width: 300px;
    display: flex;
}

.aboutus .quote-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 40px;
    border-radius: 15px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.aboutus .quote-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}

.aboutus .quote-text {
    margin-bottom: 20px;
    border-left: 3px solid #D4AF37;
    padding-left: 15px;
}

.aboutus .quote-text p {
    margin-bottom: 15px;
    font-size: 16px;
}

.aboutus .quote-text p:last-child {
    margin-bottom: 0;
}

.aboutus .quote-footer-text {
    font-size: 12px;
    opacity: 0.8;
    text-align: center;
    margin: 0;
}

/* --- Process Page --- */
.process-page {
    font-family: 'Roboto', sans-serif;
}

.process-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('../images/trading-charts.jpg') center/cover no-repeat;
    padding: 100px 0;
    color: white;
}

.process-hero h1 {
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    margin: 15px 0;
}

.process-hero p {
    font-size: 18px;
    color: #e0e0e0;
}

.process-purchase-section {
    padding: 80px 0;
    background: #fff;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #1a191f;
    margin-bottom: 40px;
    font-weight: 700;
}

.purchase-timeline {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}

.purchase-timeline::before {
    content: '';
    position: absolute;
    left: 39px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: #e0e0e0;
    z-index: 1;
}

.timeline-item {
    position: relative;
    display: flex;
    margin-bottom: 40px;
    z-index: 2;
}

.timeline-circle {
    width: 40px;
    height: 40px;
    background: #8B0000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
    margin-right: 20px;
    box-shadow: 0 0 0 10px #fff;
    position: relative;
}

.timeline-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 5px;
    color: #333;
}

.timeline-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.purchase-note {
    background: #fcfcfc;
    border-radius: 8px;
    padding: 15px 20px;
    margin-left: 20px;
    border: 1px solid #eee;
}

.purchase-note strong {
    color: #8B0000;
    font-size: 14px;
}

.purchase-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
    flex: 1;
}

.purchase-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.purchase-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    padding: 40px 30px 20px;
    color: white;
}

.purchase-image-overlay strong {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.purchase-image-overlay p {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

.process-sell-section {
    padding: 20px 0;
    background: #f8f9fa;
}

.sell-badge {
    display: inline-block;
    background: #2a3342;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.sell-badge i {
    margin-left: 5px;
}

.sell-cards-row {
    display: flex;
    flex-wrap: wrap;
}

.sell-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    height: calc(100% - 30px);
    border: 1px solid #eaeaea;
    transition: transform 0.3s ease;
}

.sell-card:hover {
    transform: translateY(-5px);
}

.card-circle {
    width: 35px;
    height: 35px;
    background: #2a3342;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sell-card h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px;
}

.sell-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.process-footer-banner {
    background: #8B0000;
    padding: 40px 0;
    color: white;
}

.process-footer-banner h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* ============================================================
   CONTACT US PAGE STYLES
   ============================================================ */

/* --- Hero Section --- */
.contact-page-wrapper {
    background: #f5f6f8;
    overflow: hidden;
}

.contact-hero-section {
    background: #8b0000;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
}

.contact-hero-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -80px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.contact-hero-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #cca449;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}

.hero-subtitle::before {
    display: none;
}

.hero-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 18px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    max-width: 520px;
    line-height: 1.7;
    margin: 0;
}

/* --- Contact Info Cards --- */
.contact-cards-container {
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
    padding-bottom: 10px;
}

.contact-card-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 28px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #eaeaea;
    border-top: 3px solid #8b0000;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-card-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.card-icon-box {
    width: 40px;
    height: 40px;
    background: #fce8e8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
    box-shadow: none;
}

.card-icon-box i {
    font-size: 20px;
    color: #8B0000;
}

/* Horizontal card layout for address/office cards */
.contact-card-box.contact-card-horizontal {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 22px;
}

.contact-card-box.contact-card-horizontal .card-icon-box {
    margin-bottom: 0;
    margin-top: 2px;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.contact-card-box.contact-card-horizontal .card-icon-box i {
    font-size: 18px;
}

.card-horizontal-content {
    flex: 1;
    min-width: 0;
}

.card-horizontal-content .card-title {
    margin-bottom: 8px;
}

.card-horizontal-content .card-info-list {
    margin-top: 0;
    flex: unset;
}

/* Trading hours two-column row */
.hours-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.hours-day {
    color: #747d8c;
    margin-right: 10px;
}

.hours-time {
    font-weight: 600;
    color: #1a1a2e;
    text-align: right;
    white-space: nowrap;
}

/* Address row */
.addr-row {
    color: #555;
    line-height: 1.7;
}

.card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
    line-height: 1.3;
}

.card-subtitle {
    font-size: 12px;
    color: #9b9b9b;
    margin: 0 0 14px;
    line-height: 1.4;
}

.badge-subtitle {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    background: #fff0f0;
    color: #8B0000;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 6px;
    vertical-align: middle;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.card-info-list {
    margin-top: 10px;
    width: 100%;
    flex: 1;
}

.info-row {
    font-size: 13px;
    color: #555;
    padding: 4px 0;
    border-bottom: none;
    line-height: 1.6;
}

.info-row:last-child {
    border-bottom: none;
}

.info-row a {
    color: #8B0000;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.info-row a:hover {
    color: #510404;
    text-decoration: underline;
}

.highlight-link {
    color: #8B0000 !important;
    font-weight: 600;
}

.enquiry-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 48px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #eaeaea;
}

.enquiry-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 24px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 0;
}

.enquiry-card h3::after {
    display: none;
}

.enquiry-form-row {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.enquiry-form-row .form-group {
    margin-bottom: 24px;
}

/* Labels */
.enquiry-form-new .form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 8px;
    display: block;
    letter-spacing: 0;
    text-align: left;
}

/* Enquiry Type label in brand colour */
.enquiry-form-new .label-accent {
    color: #8B0000;
}

/* Form controls */
.enquiry-form-new .form-control {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    color: #1f2937;
    background: #ffffff;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
    height: auto;
    box-shadow: none;
    width: 100%;
}

.enquiry-form-new .form-control:focus {
    border-color: #8B0000 !important;
    background: #ffffff !important;
    outline: none !important;
    -webkit-box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.05) !important;
}

.enquiry-form-new .form-control::placeholder {
    color: #adb5bd;
    font-size: 14px;
}

.enquiry-form-new select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-color: #ffffff;
    padding-right: 36px;
}

.enquiry-form-new textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

/* Captcha row */
.captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.captcha-input {
    max-width: 50% !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
}

.captcha-img {
    border-radius: 8px;
    border: 1.5px solid #e8eaed;
    height: 42px;
    width: auto;
}

.captcha-refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f3f4f6;
    color: #8B0000;
    font-size: 15px;
    transition: background 0.2s ease;
    text-decoration: none;
}

.captcha-refresh:hover {
    background: #fce8e8;
    color: #8B0000;
}

/* Submit button */
.btn-submit-enquiry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #8B0000;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: none;
    margin-top: 5px;
}

.btn-submit-enquiry:hover {
    background: #6b0000;
    transform: none;
    box-shadow: none;
    color: #ffffff;
}

.btn-submit-enquiry:active {
    transform: none;
    box-shadow: none;
}

/* Alert error */
.enquiry-form-new .alert-danger {
    background: #fff2f2;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    color: #8B0000;
    font-size: 14px;
    padding: 12px 16px;
    margin-bottom: 18px;
}

/* =====================================================
   HOME HERO SECTION 
   ===================================================== */
.home-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    height: 480px;
}

.hero-slider-wrap {
    position: relative;
    width: 100%;
}

.hero-slider-wrap img,
.nivo-main-image {
    width: 100% !important;
    height: 480px !important;
    object-fit: cover;
    display: block;
}

.nivoSliderheaderContainer {
    width: 100%;
    height: 480px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
}

.hero-text-block {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 20;
    max-width: 650px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.hero-slide-text {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hero-slide-text.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hero-text-block.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(20px);
}

/* --- Hero Slider Nav Arrows --- */
.nivo-directionNav a {
    display: block;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.45);
    color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 35;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 1 !important;
}

.nivo-directionNav a::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.nivo-prevNav {
    left: 15px;
}

.nivo-prevNav::before {
    transform: translate(-30%, -50%) rotate(-135deg);
}

.nivo-nextNav {
    right: 15px;
}

.nivo-nextNav::before {
    transform: translate(-70%, -50%) rotate(45deg);
}

.nivo-directionNav a:hover {
    background: #dba344;
    border-color: #dba344;
}

.hero-eyebrow {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.hero-eyebrow-line {
    width: 40px;
    height: 2px;
    background: #eacc90;
    margin-right: 15px;
}

.hero-eyebrow-label {
    color: #eacc90;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-title {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-subtitle {
    color: #f3da73;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hero-desc {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.hero-btns {
    display: flex;
    gap: 20px;
}

.hero-btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-btn-primary {
    background: #9f1c21;
    color: #ffffff !important;
    border: 2px solid #9f1c21;
}

.hero-btn-primary:hover {
    background: #8b0000;
    color: #ffffff !important;
    border-color: #8b0000;
}

.hero-btn-outline {
    background: transparent;
    color: #dba344 !important;
    border: 2px solid #dba344;
}

.hero-btn-outline:hover {
    background: #dba344;
    color: #ffffff !important;
}

/* Override the global .active a colors to fix bug where button inherits dark red text */
.hero-text-block.active a.hero-btn-primary {
    color: #ffffff !important;
}

.hero-text-block.active a.hero-btn-outline {
    color: #dba344 !important;
}

.hero-text-block.active a.hero-btn-outline:hover {
    color: #ffffff !important;
}

.theme-default .nivo-controlNav {
    z-index: 30;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
    background: #808080 !important;
    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    margin: 0 6px !important;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.8;
}

.theme-default .nivo-controlNav a.active {
    background: #dba344 !important;
    border-color: #dba344 !important;
    opacity: 1;
}

/* =====================================================
   SECTIONS GENERAL
   ===================================================== */
.section-tag {
    display: inline-block;
    padding: 0;
    background: transparent;
    color: #a21c1d;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section-tag.section-tag-gold {
    color: #dba344;
}

.section-main-heading {
    color: #1a191f;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.section-sub-heading {
    color: #666;
    font-size: 18px;
    margin-bottom: 0;
}

.section-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* OUR MOTTO */
.home-motto-section {
    padding: 80px 0;
    background: #9f1c21;
    position: relative;
    border-bottom: none;
    text-align: center;
}

.motto-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.home-motto-section .section-tag {
    display: block;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.motto-heading {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

.motto-desc {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
}

/* OUR VISION */
.home-vision-section {
    padding: 100px 0;
    background: #fcfbfa;
}

.home-vision-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.home-vision-left {
    flex: 1;
    min-width: 300px;
}

.home-vision-section .section-tag {
    position: relative;
    padding-left: 45px;
    letter-spacing: 2px;
}

.home-vision-section .section-tag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 1.5px;
    background: #a21c1d;
}

.vision-heading {
    font-size: 42px;
    font-weight: 800;
    color: #1a191f;
    margin-bottom: 25px;
    line-height: 1.25;
    font-family: 'Playfair Display', Georgia, serif;
    letter-spacing: -0.5px;
}

.vision-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.vision-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.vision-pill {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f2f3f7;
    padding: 18px 22px;
    border-radius: 8px;
    width: calc(50% - 15px);
    font-weight: 500;
    font-size: 15.5px;
    color: #1a2a40;
    transition: background 0.25s ease;
    border: none;
}

.vision-pill:hover {
    background: #f2f3f7;
}

.vision-pill-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #a21c1d;
    width: 20px;
    height: 20px;
}

.vision-pill-icon svg {
    width: 100%;
    height: 100%;
}

.home-vision-right {
    flex: 1;
    min-width: 300px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.vision-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: block;
    object-fit: cover;
    height: 400px;
}

.vision-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 70px 25px 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
    pointer-events: none;
    box-sizing: border-box;
}

/* OUR SERVICES / PILLARS */
.home-pillars-section {
    padding: 100px 0;
    background: #f4f5f7;
}

.home-pillars-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.home-pillars-left {
    flex: 1;
    min-width: 300px;
}

.pillar-card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    border-left: 4px solid #9f1c21;
}

.pillar-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateX(5px);
}

.pillar-card:last-child {
    margin-bottom: 0;
}

.pillar-num {
    font-size: 16px;
    font-weight: 700;
    color: #9f1c21;
    background: #fff4f4;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    flex-shrink: 0;
}

.pillar-card:hover .pillar-num {
    background: #9f1c21;
    color: #ffffff;
}

.pillar-body h5 {
    font-size: 16px;
    font-weight: 800;
    color: #1a191f;
    margin-bottom: 5px;
    margin-top: 0;
}

.pillar-body p {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.home-pillars-right {
    flex: 1;
    min-width: 300px;
    text-align: right;
}

.pillars-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

/* WHY CHOOSE US */
.home-choose-section {
    padding: 100px 0;
    background: #fff;
    border-top: none;
}

.choose-cards-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.choose-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    border-bottom: 3px solid transparent;
}

.choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-bottom-color: #9f1c21;
}

.choose-card-num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #9f1c21;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-align: center;
}

.choose-card h5 {
    font-size: 16px;
    font-weight: 800;
    color: #1a191f;
    margin-bottom: 10px;
    line-height: 1.4;
}

.choose-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* CTA SECTION */
.home-cta-section {
    position: relative;
    padding: 100px 0;
    background: #000;
    text-align: center;
    overflow: hidden;
}

.home-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bullion-coins.jpg') center center/cover no-repeat;
    opacity: 0.6;
}

.home-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85));
}

.home-cta-content {
    position: relative;
    z-index: 10;
}

.cta-eyebrow {
    color: #eacc90;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cta-heading {
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 40px;
}

.cta-btn {
    display: inline-block;
    padding: 18px 45px;
    background: #eacc90;
    color: #510404;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-btn:hover {
    background: #fff;
    color: #8B0000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Careers Hero Section */
.careers-hero {
    position: relative;
    background: url('../images/team.jpg') center/cover no-repeat;
    padding: 85px 0 14px;
    color: #fff;
}

.careers-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 10, 0.65);
    z-index: 1;
}

.careers-hero .container {
    position: relative;
    z-index: 2;
}

.careers-hero .subtitle {
    color: #d69d27;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.careers-hero .title {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
    color: #fff;
}

.careers-hero .description {
    font-size: 15px;
    line-height: 1.6;
    color: #ededed;
    max-width: 610px;
}

/* Current Openings Section */
.current-openings {
    padding: 80px 0;
    background-color: #fafbfa;
}

.section-subtitle {
    color: #A71919;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #1a2b3c;
    margin-bottom: 50px;
}

.job-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.job-icon-box {
    width: 50px;
    height: 50px;
    background: #fdf5f5;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #A71919;
    font-size: 20px;
    float: left;
}

.job-header-info {
    float: left;
    width: calc(100% - 65px);
    padding-top: 3px;
}

.job-title {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a2b3c;
}

.job-type {
    background: #f0f2f5;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #555;
    font-weight: 500;
}

.job-desc {
    clear: both;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0;
    min-height: 66px;
}

.job-apply {
    color: #A71919;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.job-apply i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.job-apply:hover {
    color: #8a1313;
    text-decoration: none;
}

.job-apply:hover i {
    transform: translateX(5px);
}

/* Why Join Us Section */
.why-join-us {
    padding: 80px 0;
    background-color: #f7f9f8;
}

.why-join-us .section-title {
    margin-bottom: 40px;
    font-size: 32px;
}

.feature-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.feature-dot {
    background-color: #A71919;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin-bottom: 12px;
}

.feature-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    color: #1a2b3c;
}

.feature-desc {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.join-us-image-box {
    background: url('../images/bullion-coins.jpg') center/cover no-repeat;
    border-radius: 20px;
    height: 100%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.join-us-image-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
    z-index: 1;
}

.join-us-image-text {
    position: relative;
    z-index: 2;
    text-align: center;
}

.join-us-image-text h4 {
    color: #eac67a;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-bottom: 10px;
}

.join-us-image-text p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

/* CTA Section */
.careers-cta {
    background-color: #1b222d;
    padding: 80px 0;
    text-align: center;
}

.careers-cta-title {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.careers-cta-desc {
    color: #aeb5c0;
    font-size: 16px;
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.btn-submit-cta {
    background-color: #A71919;
    color: #fff;
    padding: 13px 35px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    letter-spacing: 1px;
    display: inline-block;
    transition: background-color 0.3s;
}

.btn-submit-cta:hover {
    background-color: #8a1313;
    color: #fff;
    text-decoration: none;
}

/* ===================== COIN PRICE LIST PAGE ===================== */
.coin-hero-section {
    background: linear-gradient(135deg, #1f0b0b 0%, #3d2b21 100%);
    color: #fff;
    padding: 60px 0 40px;
}

.coin-brand-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.coin-brand-sep {
    display: inline-block;
    height: 1px;
    width: 60px;
    background: #d4af37;
}

.coin-brand-text {
    font-family: 'Inter', sans-serif;
    color: #d4af37;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 600;
}

.coin-main-title {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
}

.coin-subtitle {
    font-size: 20px;
    color: #d4af37;
    font-style: italic;
    margin: 0 0 12px;
}

.coin-update-note {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #999;
    margin: 0;
}

/* Contact Strip */
.coin-contact-strip {
    background: #a60000;
    padding: 15px 0;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.coin-strip-label {
    font-size: 18px;
    font-weight: 700;
    color: #f7b733;
    font-family: 'Playfair Display', serif;
    margin-right: 25px;
    display: inline-block;
    vertical-align: middle;
}

.coin-strip-item {
    font-size: 15px;
    margin: 0 12px;
    vertical-align: middle;
    display: inline-block;
}

/* Price Table */
.coin-table-wrap {
    padding: 50px 0;
    background-color: #fafaf8;
}

.coin-table-box {
    border: 2px solid #a60000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
    background: #fff;
}

.coin-price-table {
    margin-bottom: 0;
}

.coin-price-table thead th {
    background: #a60000;
    color: #d4af37;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 16px 24px;
    border-bottom: 2px solid #840000;
    border-top: none;
}

.coin-price-table tbody td {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #333;
    padding: 14px 24px;
    vertical-align: middle;
    border-top: 1px solid #eee;
}

.coin-price-table tbody tr:nth-child(even) td {
    background-color: #fdf8f0;
}

.coin-price-table tbody tr:hover td {
    background-color: #fff3e0;
    transition: background 0.2s;
}

/* Info Section */
.coin-info-section {
    padding: 45px 0 30px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

.coin-info-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #a60000;
    font-weight: 700;
    margin-bottom: 18px;
}

.coin-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #555;
}

.coin-bullet-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.coin-bullet-list li::before {
    content: "\2022";
    color: #d4af37;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: -5px;
}

.coin-steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #555;
}

.coin-steps-list li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.coin-step-num {
    background: #a60000;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}

.coin-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #555;
}

.coin-icon-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    line-height: 1.6;
}

.coin-icon-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #d4af37;
    font-size: 17px;
}

/* CTA Section */
.coin-cta-section {
    background: #2a1010;
    padding: 55px 0;
    color: #fff;
}

.coin-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
}

.coin-cta-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #bbb;
    margin-bottom: 28px;
}

.coin-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.coin-btn-enquire {
    background: #d4af37;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 32px;
    border-radius: 5px;
    border: none;
    transition: background 0.3s;
}

.coin-btn-enquire:hover,
.coin-btn-enquire:focus {
    background: #b8942c;
    color: #fff;
    text-decoration: none;
}

.coin-btn-call {
    background: transparent;
    color: #d4af37;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 32px;
    border-radius: 5px;
    border: 2px solid #d4af37;
    transition: all 0.3s;
}

.coin-btn-call:hover,
.coin-btn-call:focus {
    background: #3d1a1a;
    color: #d4af37;
    text-decoration: none;
}

.livemarket {
    margin-top: 19px;
}

/* ================================================================
   MJDTA Rate Table
================================================================ */
.mjdta-rate-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e0c9c9;
}

.mjdta-rate-table {
    margin-bottom: 0 !important;
    width: 100%;
    border-collapse: collapse;
}

.mjdta-rate-table thead tr.mjdta-header {}

.mjdta-rate-table thead tr.mjdta-header th {
    color: #510404;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 12px 10px;
    border-bottom: 1px solid #d4b0b0;
    vertical-align: middle;
    line-height: 1.6;
}

.mjdta-rate-table thead tr.mjdta-header th:first-child {}

.mjdta-rate-table tbody tr.mjdta-row td {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    padding: 14px 10px;
    vertical-align: middle;
    border-top: none !important;
}

.mjdta-rate-table tbody tr.mjdta-row td:first-child {
    border-right: 1px solid #e8e8e8;
}

.mjdta-value {
    color: #510404;
    font-weight: 800;
    display: inline;
}

#mjdtaTime {
    font-weight: 600;
    color: #510404;
}

/* Responsive: stack on small screens */
@media (max-width: 767px) {
    .mjdta-rate-card {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mjdta-rate-table thead tr.mjdta-header th {
        font-size: 12px;
        padding: 10px 6px;
    }

    .mjdta-rate-table tbody tr.mjdta-row td {
        font-size: 13px;
        padding: 10px 6px;
    }
}

.coin-strip-item i {
    color: #fff
}

.coin-update-note i {
    color: #fff
}

#coinUnavailableWrapper .btn-primary {
    background: #510404;
    border-color: #510404;
}