body 
{
    font-family:'Inter', sans-serif;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

a:hover 
{
    text-decoration:none;
}

img.img-logo 
{
    width:80%;
}

.header 
{
    padding:10px 5vw;
    box-shadow:0px 0px 5px #ccc;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    background:#fff;
    z-index:3000;
}

a.navbar-brand 
{
    display:none;
}

.main-menu ul li a 
{
    color:#222;
    text-transform:uppercase;
    font-size:15px;
    margin-right:5px;
    transition:linear 0.1s color;
}

.main-menu ul li a:hover
{
    color:#2B51CC;
    text-transform:uppercase;
    margin-right:5px;
    transition:linear 0.2s color;
}

.dropdown-menu
{
    border-radius:0px;
    border:none;
    background:#EEF2FF;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    box-shadow:0px 3px 5px #ccc;
    margin-top:-10px;
    padding-top:25px 5px;
}

.dropdown-menu a 
{
    text-transform:capitalize !important;
    color:#434343;
}

.dropdown-menu a:hover 
{
    text-transform:capitalize !important;
    color:#2B51CC;
    background:none;
}


.dropdown-menu a::before {
    content: "\f105";  /* Unicode for Font Awesome right arrow */
    font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is loaded */
    font-weight: 900; /* Required for solid icons */
    margin-right: 8px; /* Add spacing between the arrow and text */
}

.lang-select 
{
    border:solid 1px #2B51CC;
    border-radius:20px;
    width:60%;
    margin-top:10px;
    color:#2B51CC;
    display:block;
    padding:5px 10px;
    float:right;
}

.slider 
{
    background:#EEF2FF;
    padding-top:30px;
    padding-bottom:60px;
    border-bottom-left-radius:90px;
    border-bottom-right-radius:90px;
    padding-top:100px;
}

.slider img 
{
    border-radius:25px;
}

.carousel-indicators
{
    top:10px;
    position:relative;
    margin-top:20px;
}

.carousel-indicators .active
{
    width:60px;
    background:#0054A0;
}

.carousel-indicators li
{
    height:15px;
    width:15px;
    border-radius:8px;
    background-color:#aaa;
    border:none;
}

.news-item {
    display: none;
}
.news-item.active {
    display: block;
    width:100%;
    padding-top:10px;
}

.news-item a
{
    color:#222;
}

.short-news-nav
{
    display: flex;
    justify-content: flex-end; /* Aligns buttons to the right */
    align-items: center; /* Centers buttons vertically */
    gap: 10px; /* Adds spacing between buttons */
}

.short-prev, .short-next {
    padding: 8px 15px;
    font-size: 16px;
    border: none;
    background-color: #ebebeb;
    color:#aaa;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius:50%;
}

.short-prev:hover, .short-next:hover {
    background-color: #0054A0;
    color:#fff;
}

.short-news 
{
    background:#fff;
    border:solid 1px #ddd;
    border-radius:30px;
    padding:5px 15px;
    margin-top:-35px;
}

.date-short-news
{
    color:#E40001;
    padding-left:15px;
}

.title-btn 
{
    background:#0054A0;
    padding:5px;
    border:none;
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;
    color:#fff;
    padding-left:20px;
    padding-right:20px;
    font-weight:700;
}

.dropdown-menu {
    display: none; /* Hide by default */
    flex-direction: row;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap; /* Prevents wrapping */
    min-width: auto;
}

.dropdown-item 
{
    font-size:15px !important;
}

/* Ensure the dropdown appears properly on hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: flex;
}

.section-div 
{
    padding:70px 0px;
}

h2.div-subtitle 
{
    color:#ED1C2A;
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:0px;
    font-weight:700;
}

h3.div-title 
{
    color:#0054A0;
    font-size:32px;
    font-weight:700;
    margin-top:0px;
}

p.div-para 
{
    color:#777;
    line-height:30px;
    font-size:16px;
    margin-top:15px;
}

a.more-link 
{
    background:#0054A0;
    padding:8px 25px;
    border-radius:30px;
    color:#fff;
    display:inline-block;
    margin-top:15px;
    transition:linear 0.1s background;
}

a.more-link:hover
{
    text-decoration:none;
    background:#ED1C2A;
    transition:linear 0.2s background;
}

.about-smalls 
{
    background:#fff;
    border:solid 2px #f5f5f5;
    margin-bottom:15px;
    padding:15px;
    border-radius:25px;
    transition:linear 0.1s transform;
}

.about-smalls:hover 
{
    transform:scale(1.05);
    transition:linear 0.2s transform;
}

.about-smalls img 
{
    width:40px;
    margin-right:10px;
}

.about-smalls a 
{
    color:#222;
    font-weight:500;
    text-decoration:none;
    display:inline-block;
    width:100%;
}

.center-title 
{
    position: relative;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.center-title::before,
.center-title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #0054A0;
    margin: 0 10px;
    display: block;
    width: 50px; /* Adjust line width */
}

.countries img 
{
    width:130px;
    height:130px;
    border-radius:50%;
    object-fit: cover;
    border:solid 1px #aaa;
    margin:0px auto;
    display:inline-block;
    margin-top:30px;
    margin-bottom:10px;
}

.countries h5 
{
    text-align:center;
    font-size:18px;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 10px 45px;
}

/* Marquee content wrapper */
.marquee-content {
    display: flex;
    width: 200%; /* Ensure smooth looping */
    animation: marquee 70s linear infinite;
    padding:0px 30px;
}

.marquee-content-partner {
    display: flex;
    width: 200%; /* Ensure smooth looping */
    animation: marquee 40s linear infinite;
    padding:0px 30px;
}

/* Each scrolling item */
.marquee-item {
    flex: 0 0 auto;
    width: 180px; /* Adjust size */
    margin: 0 10px;
    text-align: center;
}

.marquee-item img {
    width: 120px;
    height: 120px !important;
    border-radius:50%;
    height: auto;
    transition:linear 0.1s transform;
}

.marquee-item img:hover 
{
    transform:scale(1.1);
    transition:linear 0.2s transform;
}

/* Keyframes for infinite loop */
@keyframes marquee {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

.blue-calc-title 
{
    background:#0054A0;
    padding:30px;
    border-radius:25px;
    margin:-21px;
    margin-bottom:0px;
}

.blue-calc-title h3 
{
    color:#fff;
}

.blue-calc-title h4 
{
    font-size:18px;
    color:#fff;
}

.rate-single 
{
    border-bottom:solid 2px #f5f5f5;
    padding:10px 5px;
}

.calculator-left 
{
    border-radius:25px;
    border:solid 1px #BABABA;
    padding:20px;
    margin:-1px;
}

.calculator-right 
{
    padding-right:20px;
    padding-top:30px;
}

.rate-calcs 
{
    background:#EEF2FF;
}

.rates-calc 
{
    border-radius:25px;
    border:solid 1px #BABABA;
    background:#fff;
}

.calculator-right input 
{
    width:100%;
    border-radius:25px;
    padding:5px 15px;
    border:solid 1px #0054A0;
    margin-bottom:20px;
}

.calculator-right select 
{
    width:100%;
    border-radius:25px;
    padding:5px 15px;
    border:solid 1px #0054A0;
    margin-bottom:20px;
}

.calculator-right h3 
{
    color:#0054A0;
    font-weight:700;
}

.calculator-right h4 
{
    color:#ED1C2A;
    font-size:16px;
    font-style:italic;
    margin-bottom:35px;
    margin-top:-5px;
}

.submit-btn 
{
    background:#0054A0;
    width:50% !important;
    border-radius:25px;
    padding:5px 15px;
    color:#fff;
    display:inline-block;
}


.submit-btn:hover
{
    text-decoration:none;
    background:#ED1C2A;
    transition:linear 0.2s background;
}

.track-transaction 
{
    padding:30px;
    border-radius:25px;
    border:solid 1px #BABABA;
    background:#fff;
}

.track-transaction input 
{
    width:100%;
    border-radius:25px;
    padding:5px 15px;
    border:solid 1px #0054A0;
    margin-bottom:20px;
}

.track-transaction h3 
{
    margin-bottom:20px;
}

.process-single 
{
    margin-top:30px;
    padding:15px;
    transition:linear 0.1s transform;
}

.process-single:hover
{
    transform:scale(1.05);
    transition:linear 0.2s transform;
}

.process-single h2 
{
    color:#ED1C2A;
    font-weight:700;
    font-size:72px;
    margin-bottom:0px;
    padding-bottom:0px;
}

.process-single img 
{
    height:70px;
}

.process-desc 
{
    border:solid 2px #F5F5F5;
    padding:15px;
    margin-top:-17px;
    border-bottom-left-radius:25px;
    border-bottom-right-radius:25px;
}

.process-desc h3 
{
    color:#0054A0;
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
}

.process-desc p 
{
    color:#666;
    line-height:30px;
}

.news-single
{
    margin-top:30px;
    border:solid 1px #ebebeb;
    border-radius:25px;
}

.news-single 
{
    padding:20px;
    margin-top:30px;
    transition:linear 0.1s margin;
}

.news-single:hover 
{
    margin-top:20px;
    transition:linear 0.2s margin;
}

.news-single h5 
{
    color:#ED1C2A;
    font-style:italic;
    font-size:16px;
}

.news-single h2 
{
    color:#0054A0;
    font-weight:700;
    font-size:18px;
    margin-top:-5px;
    margin-bottom:20px;
}

.news-single a 
{
    text-decoration:none;
}

.news-single p 
{
    color:#777;
}

.news-title 
{
    position: relative;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.news-title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #0054A0;
    margin: 0 10px;
    display: block;
    width: 50px; /* Adjust line width */
}

.news-all 
{
    color:#ED1C2A;
    font-weight:700;
    padding-top:5px;
    display:inline-block;
}

.how-img 
{
    width:100%;
    border-radius:25px;
    border-top-left-radius:80px;
    border-bottom-right-radius:45px;
}

.qr-down 
{
    background:#0054A0;
    border-radius:30px;
    padding:30px 50px;
    margin-top:90px;
    z-index:300;
    position:relative;
}

.qr-down h2 
{
    color:#fff;
    font-weight:700;
    margin-bottom:15px;
    font-size:26px;
    margin-top:30px;
}

.qr-down img 
{
    width:125px;
}

.footer 
{
    background:#EEF2FF;
    padding:70px 0px;
    margin-top:-80px;
    z-index:2;
    position:relative;
    padding-bottom:120px;
}

.footer-heads a 
{
    font-size:20px;
    color:#0054A0;
    font-weight:700;
    margin:0px 25px;
}

.footer-heads 
{
    border-bottom:solid 1px #E0E0E0;
    padding:45px 0px 30px 0px;
}

img.foot-logo 
{
    width:70%;
    margin-bottom:20px;
}

a.soc-icon 
{
    color:#222;
    display:inline-block;
    margin-right:5px;
    font-size:18px;
    transition:linear 0.1s color;
}

a.soc-icon:hover 
{
    color:#ED1C2A;
    transition:linear 0.2s color;
}

.footer p 
{
    color:#434343;
    margin-top:10px;
}

.footer h3 
{
    font-size:20px;
    text-transform:uppercase;
}

.footer ul 
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.footer ul li a 
{
    color:#434343;
    display:inline-block;
    margin-top:20px;
    width:100%;
    transition:linear 0.1s padding;
    padding:0px;
}

.footer ul li a:hover 
{
    padding-left:10px;
    transition:linear 0.2s padding;
    color:#ED1C2A;
}

.hide-desktop 
{
    display:none;
}

.hide-phone
{
    display:block;
}

.content-page 
{
    padding-top:100px;
    font-family:'Inter', sans-serif !important;
    line-height:32px;
}

.content-page h1 
{
    color:#0054A0;
    text-transform:uppercase;
    border-left:solid 5px #ED1C2A;
    font-size:28px;
    font-weight:700;
    padding-left:15px;
    display:none;
}

.content-page h1, 
.content-page h2, 
.content-page h3, 
.content-page h4 {
    position: relative;
    font-weight: bold;
    display: flex;
    align-items: center;
    color:#0054A0;
}



 
.content-page h2::after, 
.content-page h3::after, 
.content-page h4::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #0054A0;
    margin: 0 10px;
    display: block;
    width: 50px; /* Adjust line width */
}

.content-page h1::after
{
    display:block;
}

.content-page h6 
{
    color:#ED1C2A;
    font-size:16px;
    font-weight:700;
    margin:0px;
    padding:0px;
}

.content-page h5 
{
    color:#0054A0;
    font-size:24px;
    font-weight:700;
    margin:0px;
    padding:0px;
}

.page-menu 
{
    border-right:solid 1px #DBE3FF;
    padding-right:20px;
}

.page-menu ul 
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.page-menu ul li a
{
    display:block;
    background:#F3F3F3;
    font-weight:700;
    color:#0054A0;
    padding:5px 25px;
    font-size:18px;
    border-radius:10px;
}

.page-menu ul ul li a
{
    display:block;
    background:#fff;
    font-weight:400;
    color:#373737;
    font-size:15px;
    border-bottom:solid 1px #DBE3FF;
    border-radius:0px;
    transition:linear 0.1s padding;
    padding:5px 25px;
}

.page-menu ul ul li a::before {
    content: "\f105";  /* Unicode for Font Awesome right arrow */
    font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is loaded */
    font-weight: 900; /* Required for solid icons */
    margin-right: 8px; /* Add spacing between the arrow and text */
}

.page-menu ul ul li:last-child a
{
    display:block;
    background:#fff;
    font-weight:400;
    color:#373737;
    font-size:15px;
    border-bottom:none;
    border-radius:0px;
    margin-bottom:15px;
}

.page-menu ul ul li a:hover 
{
    padding-left:30px;
    transition:linear 0.2s padding;
}

.feature-img
{
    width:100%;
    height:auto;
    border-radius:15px;
    margin-bottom:25px;
    margin-top:10px;
}

.head-table 
{
    background:#DBEEFF;
    padding:5px 15px;
    margin-top:20px;
    font-weight:700;
}

.fee-head 
{
    font-size:14px;
    line-height:23px;
    color:#0054A0;
}

.fee-img {
    width:22px;
    height:auto;
    margin-right:10px;
}

.white-table 
{
    background:#fff;
    padding:5px 15px;
    font-size:15px;
}

.gray-table
{
    background:#F3F6FD;
    padding:5px 15px;
    font-size:15px;
}

.icon-div 
{
    background:#0054A0;
    height:80px;
    width:80px;
    color:#fff;
    border-radius:50px;
    font-size:32px;
    padding:20px 25px;
}

.grey-div 
{
    background:#EEF2FF;
    padding:15px;
    width:100%;
    border-radius:15px;
}

p.gray-small
{
    font-size:14px;
    color:#7a7a7a;
}

.blue-btn 
{
    width:100%; 
    background:#2B51CC; 
    padding:10px; 
    border-radius:25px;
    color:#fff;
    display:inline-block;
    text-align:center;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.support-chat 
{
    color:#444;
    display:block;
    font-size:18px;
    margin-top:10px;
    transition:linear 0.1s padding;
    text-decoration:underline;
    color:#0051A0;
}

a.support-chat:hover
{
    padding-left:10px;
    transition:linear 0.2s padding;
    color:#2B51CC;
}

a.support-chat img 
{
    width:25px;
    height:auto;
    margin-right:10px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:300px;
    position:relative;
    height:0;
    margin-bottom:15px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.western-top 
{
    text-align:center;
    padding-bottom:90px;
}

.western-top h2 
{
    font-weight:700;
    margin-bottom:30px;
}

.western-top img 
{
    width:90%;
    height:auto;
    max-width:500px;
    margin-bottom:30px;
}

.city-slide img 
{
    height:auto;
    width:100%;
    object-fit:cover;
}

.city-about 
{
    padding-top:80px;
    margin-top:15px;
}

.city-about img 
{
    width:100%;
    transition:linear 0.1s rotate;
}

.city-about img:hover 
{
    rotate: -20deg;
    transition:linear 0.2s rotate;
}

h2.gold-head 
{
    color:#0054A0;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    margin-top:15px;
}

.city-about h2 
{
    margin-top:45px;
}

h3.gold-subhead 
{
    font-size:32px;
    color:#222;
    font-weight:700;
}

p.gold-para 
{
    margin-top:20px;
    line-height:30px;
    color:#222;
}

.city-about a 
{
    display:inline-block;
    float:right;
    font-weight:700;
}

.gold-process 
{
    text-align:center;
    padding-top:70px;
}

.gold-process-single 
{
    margin-top:30px;
}

.gold-process img 
{
    width:100%;
    height:230px;
    object-fit:cover;
    border-radius:45px;
    transform:scale(1);
    transition:linear 0.1s transform;
}

.gold-process img:hover 
{
    transform:scale(1.07);
    transition:linear 0.2s transform;
}

.gold-process h4 
{
    font-size:18px;
    font-weight:700;
    margin-top:25px;
}

.gold-process p 
{
    margin-top:10px;
}

.gold-use 
{
    margin-top:70px;
    text-align:center;
}

.gold-use-single 
{
    margin-top:30px;
    transition:linear 0.1s margin;
}

.gold-use-single:hover
{
    margin-top:10px;
    transition:linear 0.2s margin;
}

.gold-use-single img 
{
    width:80%;
}

.gold-use h4 
{
    font-size:16px;
    font-weight:700;
    margin-top:15px;
}

.gold-use p 
{
    font-size:15px;
}

.gold-send-register 
{
    margin-top:90px;
    text-align:center;
}

.gold-reg-single 
{
    margin-top:30px;
}

.gold-reg-single img
{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:50px;
    margin-top:30px;
    transform:scale(1);
    transition:linear 0.1s transform;
}

.gold-reg-single img:hover 
{
    transform:scale(1.03);
    transition:linear 0.2s transform;
}

.gold-charges 
{
    margin-top:90px;
}

.gold-footer 
{
    margin-top:120px;
}

.gold-footer img 
{
    width:80%;
	transition: linear 0.1s transform;
	transform: sacale(1);
}

.gold-footer img:hover
{
	transform:scale(1.1);
	transition: linear 0.2s transform;
}

a.gold-icon-link 
{
    background:#0154A0;
    color:#fff;
    padding:15px 35px;
    border-radius:25px;
    font-weight:700;
    margin-top:20px;
    display:inline-block;
    transition:linear 0.1s background;
}

a.gold-icon-link:hover 
{
    background:#EE2533;
    text-decoration:none;
    transition:linear 0.2s background;
}
.videoWrapper {
  position: relative;
  padding-bottom: 320px; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:20px;
  margin-top:30px;
}

.single-download a 
{
    color:#0054A0;
    font-size:16px;
}

.western-more
{
    background:#FFDE00;
    padding:10px 25px;
    border-radius:25px;
    color:#111;
    display:inline-block;
    margin-top:10px;
}

.western-page .grey-div
{
    background:#f1f1f1;
}

.western-page h6
{
    color:#444 !important;
}
.western-page h5
{
    color:#111 !important;
    margin-bottom:5px;
}

.western-page h3
{
    color:#111;
    display:inline-block;
}

.western-page h3::after
{
    display:none;
}

.western-page h6 
{
    font-size:17px;
}

.western-img
{
    width:35%;
    border-radius:10px;
    margin-top:10px;
    margin-bottom:15px;
}

.western-qr
{
    background:#FFDD00;
}

.pagination 
{
    margin-top:30px;
}

.team-div 
{
    margin-top:30px;
    transition:linear 0.1s transform;
}

.team-div:hover 
{
    transform:scale(1.03);
    transition:linear 0.2s transform;
}

.team-div p 
{
    color:#222;
    text-decoration:none;

}

.team-div img 
{
    width:100%;
    border-radius:15px;
    border:solid 1px #eee;
}

.team-div h5 
{
    font-size:20px;
}

.team-div h6 
{
    font-size:13px;
    color:#444;
    font-weight:500;
}

.team-div a 
{
    color:#ED1C2A;
    font-size:16px;
    margin-top:10px;
    display:inline-block;
    font-weight:700;
}

h5.city-head-title
{
    font-size:32px;
}
.flipper-container {
  position: relative;
  margin: 35px auto;
  perspective: 1000px;
  width: 100%; /* Make it responsive */
  max-width: 450px; /* Set max width if needed */
  height: 245px;
}

.flip {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  animation: rotateCard 5s infinite linear;
}

.face {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

.face img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image covers the whole div */
}

.face.back {
  display: block;
  transform: rotateY(180deg);
}

/* Animation for continuous rotation */
@keyframes rotateCard {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.exchange-text 
{
    background:#fff;
    border-radius:20px;
    padding:15px;
    display:inline-block;
    width:100%;
    margin-top:30px;
}

.if-table {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 520px; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 520px;
  border:none;
}

.inside-text h6 
{
    color: #0054A0;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    margin-top:5px;
}

.partner-slider-wrapper {
            width: 100%;
            margin: auto;
            overflow: hidden;
            position: relative;
            padding:20px;
        }

        .partner-slider-container {
            display: flex;
            align-items: center;
            overflow: hidden;
            position: relative;
        }

        .partner-slider-track {
            display: flex;
            gap: 20px;
            transition: transform 0.2s ease-in-out;
            will-change: transform;
        }

        .partner-logo-box {
            flex-shrink: 0;
        }

        .partner-logo-box img {
            width: 200px;
            height: auto;
            margin:0px 10px;
        }

@media (max-width: 600px) 
{
    .hide-phone 
    {
        display:none;
    }

    .hide-desktop
    {
        display:block;
    }
    
    .partner-slider-wrapper {
            width: 100%;
            margin: auto;
            overflow: hidden;
            position: relative;
            padding:20px;
        }

        .partner-slider-container {
            display: flex;
            align-items: center;
            overflow: hidden;
            position: relative;
        }

        .partner-slider-track {
            display: flex;
            gap: 20px;
            transition: transform 0.2s ease-in-out;
            will-change: transform;
        }

        .partner-logo-box {
            flex-shrink: 0;
        }

    
    .partner-logo-box img {
            width: 140px;
            height: auto;
            margin:0px -10px;
        }

    a.navbar-brand 
    {
        display:inline-block !important;
    }
    
    .fee-head 
    {
        font-size:11px;
        line-height:20px;
    }

    img.img-logo 
    {
        width:130px;
    }

    .navbar-toggler 
    {
        margin-left:-25px;
    }

    .lang-select 
    {
        padding:5px;
        font-size:12px;
        margin-top:15px;
        width:100%;
    }

    .main-menu ul
    {
        margin-left:-10px;
    }

    .main-menu ul li a 
    {
        font-size:14px;
    }

    .slider 
    {
        background:none;
        padding:10px 0px;
        border-radius:0px;
        padding-top:90px;
    }

    h2.div-subtitle 
    {
        font-size:15px;
    }

    h3.div-title 
    {
        font-size:24px;
    }

    p.div-para 
    {
        font-size:15px;
    }

    a.more-link 
    {
        font-size:15px;
    }
    
    .card-title-third
    {
        font-size:28px !important;
    }

    .about-smalls 
    {
        padding:5px;
        padding-left:10px;
        margin-top:30px;
        margin-bottom:0px;
    }

    .about-smalls img 
    {
        width:30px;
        margin-right:5px;
    }

    .about-smalls a 
    {
        font-size:13px;
    }

    .marquee-content {
        display: flex;
        width: 200%; /* Ensure smooth looping */
        animation: marquee 5s linear infinite;
        padding:0px 30px;
    }

    .calculator-right 
    {
        padding-left:15px;
        padding-bottom:30px;
        font-size:15px;
    }

    .blue-calc-title
    {
        padding:20px;
    }

    .blue-calc-title h3 
    {
        font-size:24px;
    }

    .rate-single 
    {
        font-size:14px;
        padding:5px;
    }

    .track-transaction
    {
        margin-top:30px;
    }

    .process-single 
    {
        margin-top:10px;
    }

    .process-single h2 
    {
        font-size:42px;
    }

    .process-single img 
    {
        height:42px;
    }

    .process-desc 
    {
        font-size:14px;
        padding:15px;
        margin-top:-10px;
    }

    .process-single h3 
    {
        font-size:17px;
    }

    img.how-img 
    {
        margin-top:20px;
    }

    .qr-down 
    {
        padding:20px;
    }

    .qr-down h2 
    {
        font-size:22px;
        margin-top:15px;
    }

    .qr-down img 
    {
        margin-top:10px;
    }

    img.the-qr 
    {
        width:100%;
        margin-top:30px;
    }

    .footer 
    {
        text-align:center;
    }

    .footer h3 
    {
        margin-top:30px;
        font-size:18px;
    }

    .header 
    {
        padding:0px;
    }

    .carousel-indicators
    {
        margin-top:10px;
    }

    .carousel-indicators li
    {
        width:10px;
        height:10px;
    }

    p 
    {
        font-size:15px;
    }

    .footer ul li a 
    {
        font-size:14px;
        margin-top:10px;
    }
    
    .content-page h1, 
    .content-page h2, 
    .content-page h3, 
    .content-page h4 {
        position: relative;
        font-weight: bold;
        display: flex;
        align-items: center;
        color:#0054A0;
        font-size:20px;
    }
    
    
    .content-page 
    {
        font-size:14.5px !important;
        line-height:27px;
    }
    
    .white-table
    {
        font-size:13px;
        line-height:26px;
    }
    
    .gray-table
    {
        font-size:13px;
        line-height:26px;
    }
    
    .dropdown-menu {
        display: none; /* Hide by default */
        flex-direction: column;
        position: absolute;
        left: 0;
        top: 100%;
        white-space: nowrap; /* Prevents wrapping */
        min-width: auto;
        box-shadow:none;
    }
    
    img.foot-logo 
    {
        width:50%;
        margin-bottom:20px;
    }
    
    .single-download h4
    {
        font-size:13px;
    }
    
    .gold-process img 
    {
        width:60%;
        height:130px;
        object-fit:cover;
    }
    
    .gold-use-single img 
    {
        width:70px;
    }
    
    .team-div h5 
    {
        font-size:16px;
    }
    
    .team-div a 
    {
        font-size:13px;
    }
    
    .if-table {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-top: 530px; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
      background:#fff;
    }
    
    /* Then style the iframe to fit in the container div with full height and width */
    .responsive-iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 530px;
      border:none;
    }
    
    /* Keyframes for infinite loop */
    @keyframes marquee {
        from {
            transform: translateX(0%);
        }
        to {
            transform: translateX(-50%);
        }
    }

/* Marquee content wrapper */
.marquee-content {
    display: flex;
    width: 2000px; /* Ensure smooth looping */
    animation: marquee 50s linear infinite;
    padding:0px 30px;
}

.short-news 
{
    border-radius:15px;
    margin-top:10px;
    padding:0px 15px;
}

.marquee-item 
{
    width:140px;
}
}