* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}



body{
  font-family: 'Inter', sans-serif;
  line-height: 1.42857143;
  color: #333;
}


:root {
    --primary: #9f1f63;
    /* --secondary: #f5f5f5; */
    --secondary: #f8f4f9;
}

section {
    width: 100%;
    padding: 80px 0;
    overflow-x: hidden;
    position: relative;
}
.mainTitle {
    color: #000;
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 58px;
    font-weight: 600;
    margin-bottom: 12px;
}
.mainDesc {
    font-size: 17px;
    line-height: 27px;
}

/* Chrome, Edge, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Header Starts  */

.hdrMenu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.navbar.hide-logo{
    display:none;
}
.navbar-logo{
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
}

.navbar-logo img{
  width: auto;
  height: 100%;
}
.nav-toll{
  width: 100%;
  display: flex;
  justify-content: end;
  padding-right: 10px;
}

.nav-cntct{
  font-size: 24px;
  line-height: 44px;
}

.nav-cntct a{
  color: #000;
  text-decoration: none;
}

.nav-cntctIcon{
  float: left;
  margin: 5px 6px 0;
}
.nav-cntctIcon img{
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.nav-box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hdrMenu.header-shadow{
    -webkit-box-shadow: 0px 2px 10px #676767;
}

/* .top-navbar{
  background: #9f1f63 url(../images/pattern/pattern-line.png) repeat scroll 0 0;
} */

.top-navbar{
  background: var(--primary);
}

.topnav-list{
  display: flex;
  align-items: center;
  justify-content: left;
  /* gap: 20px; */
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.topnav-list-item a{
  display: block;
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #BB357C;
  text-decoration: none;
  padding: 18px 64px;
}

.topnav-list-item.active a{
  background: linear-gradient(to bottom, #c9c9c7 0%, #f2f2f0 50%, #c9c9c7 100%);
  font-weight: 500;
  color: #A01F62;
}

.navbar{
  background-color: #fff;
  padding: 15px 0;
}

/* MOBILE TOGGLE */
.mobile-toggle-btn{
    display:none;
    background:none;
    border:none;
    font-size:32px;
    color:#fff;
    cursor:pointer;
    line-height:1;
    padding:10px 0;
    
}

.mobile-toggle-btn img{
  width: 40px;
  height: 25px;
  object-fit: contain;
}

.topnav-header{
    display:none;
}



/* Header Ends  */

/* Banner Section Starts */

.banner-section{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
    padding: 0 !important;
}

.heroSlde-section{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.banner-content{
    position: relative;
    width: 100%;
    height: 100vh;
}

.bnr-cnt-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bnr-cnt-image::before{
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-90deg, rgba(0, 19, 33, 1) 0%, rgba(0, 19, 33, 0.10) 75%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.bnr-cnt-image::after{
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(90deg, rgba(0, 19, 33, 1) 0%, rgba(0, 19, 33, 0.10) 75%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.bnr-cnt-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnr-cntxt-wrapper{
    width: 100%;
    height: 100%;
    z-index: 99;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 85px;
}

.bnr-cntxt-wrapper.herocntWrap{
  justify-content: center;
  padding-bottom: 0;
}

.bnr-txt-lbl{
   display: block;
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
}

.bnr-txt-subtitle{
    display: block;
    font-size: 65px;
    line-height: 85px;
    color: #fff;
}

.bnr-txt-title{
    display: block;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #fff;
}

.bnr-txt-desc{
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ededed;
    margin-top: 12px;
    margin-bottom: 40px;
}
.bottom-banner{
    width: 100%;
    padding: 25px 0;
    background: var(--primary);
}

.note-description{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0 !important;
}

.bnr-cnt-text{
  position: relative;
  width: 100%;
  padding-left: 35px;
}

.bnr-cnt-text::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  border-radius: 20px;
  background-color: var(--primary);
}



/* Swiper starts */
.swiper {
      width: 100%;
      height: 100%;
      overflow: unset;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .heroSlide-btnsec{
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100px;
      z-index: 99;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after{
        display: none;
    }

    .swiper-button-prev svg,
    .swiper-button-next svg{
      display: none;
    }

    .swiper-button-next,
    .swiper-button-prev{
        width: 50px;
        height: 50px;
        border: 1px solid #828990;
        margin-left: 20px !important;
        margin-right: 20px;
        background-size: 26px;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.3s ease;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover{
      background-color: var(--primary);
      border: 1px solid var(--primary);
      transition: 0.3s ease;
    }

    /* Next Button */
    .swiper-button-next{
        background-image: url('../images/icons/right-arrow.png');
    }

    /* Prev Button */
    .swiper-button-prev{
        background-image: url('../images/icons/left-arrow.png');
    }
  /* Swiper ends */

  .rating-wrapper{
    /* background-color: rgba(0, 0, 0, 0.7); */
    background: url('../images/banner/banner-rate-bg.png');
    float: left;
    position: absolute;
    width: 100%;
    height: 63px;
    z-index: 9;
    bottom: 70px;
  }

  .ratingSwiper{
    width: 100%;
    height: 100%;
}

.ratingSwiper .swiper-wrapper{
    align-items: center;
}

.ratingSwiper .swiper-slide{
    width: auto !important;
}

.rating-content-item{
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    color: #fff;
}

.ratingSwiper .swiper-wrapper{
    transition-timing-function: linear !important;
}

.ratingSwiper .swiper-slide{
    width: auto !important;
}
  .purple-color{
    color: #e612ff;
  }

  .green-color{
    color: #01ff66;
  }

  .red-color{
    color: #f71000;
  }

  #scroller{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 63px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

#scroller li{
    color: #fff;
    padding: 15px 30px;
    margin-right: 20px;
    border-radius: 6px;
    white-space: nowrap;
}
.simply-scroll .simply-scroll-list li {
    float: left;
    height: auto;
    width: auto;
}
.rating-content li:first-child, .rating-content li:last-child {
    border-right: 0;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll {
    height: 50px;
    margin-bottom: 1em;
    width: 100%;
}

.simply-scroll .simply-scroll-clip {
    float: right;
    height: 63px;
    width: 100%;
}

.rating-content-img{
  width: 42px;
  height: 42px;
  border-radius: 50px;
  border: 2px solid #fff;
  overflow: hidden;
}
.rtecnt-txt {
    width: calc(100% - 60px);
}
.rating-content-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.triangle-up,
.triangle-down{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
}

.triangle-up{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #00c853;
}

.triangle-down{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #ff1744;
}
/* Banner Section Ends */


/* About Section Starts */
.section-title{
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.secdrySec-title{
    background-color: var(--secondary);
}

.title-txt{
    font-family: 'Inter', sans-serif;
    color: var(--primary);
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.title-line::after {
    content: "";
    border-bottom: 1px solid #A12667;
    width: 400px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    bottom: 35px;
    z-index: 0;
}

.title-wrap{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.secdrytitle-wrap{
    background-color: var(--secondary);
}

.title-img{
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}


.title-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-desc{
        color: #000;
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    margin-bottom: 0;
}

.aboutUs-list{
    margin: 45px 0;
}

.aboutUs-item{
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: var(--secondary);
    box-shadow: 0px 1px 9px #b7b7b7;
    padding: 30px 16px;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.aboutUs-item:hover{
    transform: translateY(-4px) scale(1.01);
    box-shadow:
        0 20px 45px rgba(0,0,0,0.18),
        0 8px 20px rgba(0,0,0,0.12);
}

.aboutUs-overlay{
    position: absolute;
    bottom: -88px;
    right: 0;
    background: radial-gradient(70% 85% at 60% 80%, rgba(160, 30, 100, 0.19) 0%, rgba(160, 30, 100, 0.082) 40%, transparent 70%);
    transform: rotate(-20deg);
    width: 150%;
    height: 60%;
}

.aboutUs-icon{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfb;
    color: var(--primary);
    box-shadow: 0px 2px 9px #979696;
    transition: all 0.3s ease-in-out;
}



.aboutUs-item:hover .aboutUs-icon{
    background: #9F1F63 url(../images/pattern/pattern-line.png) repeat scroll 0 0;
    color: #fff;
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 20px 45px rgba(0,0,0,0.18),
        0 8px 20px rgba(0,0,0,0.12);
    transition: all 0.3s ease-in-out;
}

.aboutUs-icon svg{
    width: 30px;
    height: 30px;
}

.aboutUs-title{
    text-transform: uppercase;
    margin: 20px 0;
    min-height: 68px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.aboutUs-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-height: 1.6;
    max-height: calc(1.6em * 6);
    min-height: calc(1.6em * 6);
}

.abtserv-card {
    width: 100%;
    background: rgba(230, 246, 246, 0.6);
    position: relative;
    border-radius: 24px;
    padding: 25px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: rgb(99 99 99 / 19%) 0px 1px 2px 0px;
}

.abtservDesc {
    color: #262626;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0;
    min-height: 135px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

h3.abtserTitle {
    color: rgb(0, 167, 162);
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.abtservPtrn {
    position: absolute;
    top: -10px;
    right: 0;
    overflow: hidden;
    width: 76%;
    height: 58%;
    opacity: 0.8;
}

.abtservPtrn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abtservIcon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: linear-gradient(
        135deg,
        #FEFEFE 14.73%,
        #FBFBFB 46.14%,
        #F1F1F1 69.88%,
        #E7E7E7 84.53%
    );
}

.abtservIcon img {
    width: 50px;
    height: 50px;
    position: relative;
    left: -0;
    color: #9f1f63;
}
.abtserv-cnt {
    position: relative;
    z-index: 9;
}

.abtserv-card:hover{
    cursor: pointer;
    transform: scale(1.03);
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.10),
        0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

/* About Section Ends */

/* Service Section Starts */
.service-section{
    background-color: var(--secondary);
}

.srvcsec-list{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 25px 0;
}

.srvcsec-item{
    display: block;
    width: 100%;
    /* max-width: 1200px; */
    background: #fff;
    padding: 20px;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 1px 9px #b7b7b775;
    transition: all 0.4s ease;
    position: relative;
}

.srvcItem-logohvr{
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: 0;
    transition: 0.2s all linear;
}

.srvcItem-logohvr.lft{
    left: unset;
    right: 20px;
}

.srvcItem-logohvr img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.srvcsec-item:hover .srvcItem-logohvr{
    opacity: 0.25;
    transition: 0.2s all linear;
}



.srvcsecItem-left{
    height: 250px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}


.srvcsecItem-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    /* clip-path: polygon(
        0% 12%,
        100% 0%,
        100% 88%,
        0% 100%
    ); */
}

.srvcsecItem-left::before{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.205);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 3;
}

.srvcsec-item:hover .srvcsecItem-left::before{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.srvcsecItem-right{
    padding: 10px 0;
}

.srvcsecItem-right .srvcsecItem-title{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 15px;
}

.srvcsecItem-right p{
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    color: #666;
}

.srvcsec-item:hover{
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Zoom Image */
.srvcsec-item:hover .srvcsecItem-left img{
    transform: scale(1.08);
    transition: all 0.4s ease;
}

.srvcsec-item:hover .srvcsecItem-title{
    color: var(--primary);
}

/* Service Section Ends */


/* Home Page Ends  */

/* about page Start */

.abtrrit-txt{
    
    font-size: 40px;
    margin-bottom: 30px;
}

.abtrrit-txt span{
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: var(--primary);
}

.desc-text{
    font-size: 16px;
    margin-bottom: 20px
}
.custbnrCnt .bnr-txt-desc {
    width: 65%;
    margin-bottom: 12px;
}
.scndBnr-section .banner-content {
    height: 55vh;
}
.scndBnr-section .bnr-cntxt-wrapper {
    padding-top: 115px;
}
#abtwhyChoose {
    background: #f8f4f9;
}
.maintitle-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.maintitle-lbl {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 24px;
    margin-bottom: 9px;
    color: var(--primary);
}

.secmain-title {
    color: #000;
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    margin-bottom: 0;
}
.abtserv-card {
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-radius: 26px;
    position: relative;
    padding: 20px 25px;
    border: 0.625rem solid rgba(255, 255, 255, 0.7);
    box-shadow: rgba(10, 13, 18, 0.08) 0px 0.75rem 1rem -0.25rem, rgba(10, 13, 18, 0.03) 0px 0.25rem 0.375rem -0.125rem, rgba(10, 13, 18, 0.04) 0px 0.125rem 0.125rem -0.0625rem;
}

.abtserv-Bg{
    width: 31.189rem;
    height: 11.702rem;
    transform: rotate(-26.052deg);
    right: -8.159rem;
    bottom: -42px;
    border-radius: 31.189rem;
    opacity: 0.2;
    background: #00a7a2;
    filter: blur(3.425rem);
    position: absolute;
}

.abtserv-pattern{
    position: absolute;
    bottom: 0;
    left: 0;
}

.abtserv-pattern img{
    object-fit: cover;
    object-position: center bottom;
}

.abtpgeservIcon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;        
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.abtpgeservDesc {
    font-weight: 500;
    color: #646768;
}
.abtservCnt {
    width: 100%;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}
.abtservTitle {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: 0.2s all linear;
    min-height: 35px;
}
.abtpgeservIcon-img {
    position: relative;
    z-index: 9;
    width: 55px;
    height: 55px;
}
.abtserv-card:hover {
    cursor: pointer;
}
.abtpgeservIcon::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 8px solid transparent;
    border-radius: 50%;
    background: linear-gradient(#f2f6f8, #f2f6f8) padding-box,
                linear-gradient(176deg, #f2f6f8 0%, #9f1f634f 100%) border-box;

    animation-play-state: paused;
}

.abtExcgIcon::after{
    background: linear-gradient(#f2f6f8, #f2f6f8) padding-box,
                linear-gradient(176deg, #f2f6f8 0%, #a01e647a 100%) border-box;
}

.abtSprtIcon::after{
    background: linear-gradient(#f2f6f8, #f2f6f8) padding-box,
                linear-gradient(176deg, #f2f6f8 0%, #00a7a299 100%) border-box;
}

.abtCstmrIcon::after{
    background: linear-gradient(#f2f6f8, #f2f6f8) padding-box,
                linear-gradient(176deg, #f2f6f8 0%, #814a9885 100%) border-box;
}

.abtserv-card:hover .abtservTitle{
    transition: 0.1s all linear;
    color: var(--primary);
}
/* Start rotating on hover */
.abtserv-card:hover .abtpgeservIcon::after {
    animation: rotateBorder 2s linear infinite;
    animation-play-state: running;
    background: linear-gradient(#f2f6f8, #f2f6f8) padding-box,
                linear-gradient(176deg, #f2f6f8 0%, #9f1f633a 100%) border-box;
}

.abtserv-card:hover .abtExcgIcon::after{
    background: linear-gradient(#f2f6f8, #f2f6f8) padding-box,
                linear-gradient(176deg, #f2f6f8 0%, #a01e633d 100%) border-box;
}

.abtserv-card:hover .abtSprtIcon::after{
    background: linear-gradient(#f2f6f8, #f2f6f8) padding-box,
                linear-gradient(176deg, #f2f6f8 0%, #00a7a149 100%) border-box;
}

.abtserv-card:hover .abtCstmrIcon::after{
    background: linear-gradient(#f2f6f8, #f2f6f8) padding-box,
                linear-gradient(176deg, #f2f6f8 0%, #814a9856 100%) border-box;
}

/* Pause smoothly on hover out */
.abtserv-card .abtpgeservIcon::after {
    animation: rotateBorder 2s linear infinite;
    animation-play-state: paused;
}
.whyptrnbgtp {
    width: 450px;
    height: 450px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/bg-back.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.servcntLogo {
    width: 65px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
}
.abtserv-card:hover .servcntLogo {
    opacity: 0.12;
    transition: 0.2s all linear;
}
.servcntLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@keyframes rotateBorder {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.aboutCust-Bg{
    position: absolute;
    opacity: 0.3;
    height: 427px;
    object-fit: cover;
    bottom: -43px;
    right: -95px;
    left: unset;
    width: 60%;
    z-index: 1;
    background-image: url(../images/pattern/wave-graphic.svg);
    background-repeat: no-repeat;
}

.abtimage-sec {
    max-width: 514px;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.abtimage-lrg {
    position: relative;
    /* max-width: 461px; */
    max-width: 500px;
    height: 585px;
    width: 100%;
    line-height: 0;
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #9b9898;
}
.abtimage-lrginsd {
    position: relative;
    max-width: 500px;
    height: 575px;
    width: 100%;
    line-height: 0;
}
.abtLargeSwiper{
    overflow: hidden;
}

.abtimage-lrginsd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abtimage-sml {
    width: 225px;
    height: 204px;
    line-height: 0;
    border-radius: 1px;
    position: absolute;
    right: -15px;
    bottom: -30px;
    outline: 7px solid #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 10px 10px 8px;
}

.abtimage-sml::before {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 156px;
    height: 120px;
    background-color: #9f1f63;
    content: "";
    z-index: 0;
}

section#abtSec {
    padding-bottom: 115px;
    overflow: hidden;
}

/* .abtimage-sml::after{
    position: absolute;
    left: -20px;
    top: -15px;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #fff;
    z-index: -1;
} */

.abtimage-sml img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .abtimage-lrg::after{
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    left: 0;
    background: transparent;
    bottom: 208px;
    border-bottom-left-radius: 21px;
    box-shadow: -10px 10px 0 10px #fff;
}
.abtimage-lrg::before{
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    content: '';
    bottom: 0px;
    right: 194px;
    border-bottom-left-radius: 21px;
    box-shadow: -10px 10px 0 10px #fff;
} */
.abtrit-sec {
    width: 98%;
}

.register-bg{
    background: url(../images/register-bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 250px;
    border-radius: 25px;
    overflow: hidden;
    padding: 12px;
}

.register-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(159 31 99 / 80%) 0%, rgb(0 0 0 / 55%) 50%, rgb(159 31 99 / 85%) 100%);
}

.register-video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.register-video .bg-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.overlay-shade {
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.register-contnent-wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    border: 1px solid #fff;
    border-radius: 20px;
}

.register-content{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.register-contnent-wrap h3{
    color: #ffffff;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 28px;
    margin-bottom: 28px;
}

.register-contnent-wrap{
    text-align: center;
}

.abt-btn-txt{
    line-height: 25px;
    float: left;
}

.abt-excl-btn{
    border-color: #A01F62 !important;
    color: #A01F62;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    display: inline-block;
}


.btn-abt-default{
        display: inline-flex;
        width: 200px;
        height: 50px;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 17px;
        font-weight: 500;
}

.abt-excl-btn:hover{
      background: var(--primary);
      color: #fff !important;
}
.HmeRegcard .register-contnent-wrap {
    text-align: start;
    align-items: center;
    padding: 0 30px;
    justify-content: flex-end;
    padding-bottom: 35px;
}

.rbCntn-wrap{
    justify-content: center !important;
    padding-bottom: 0 !important;
}

.HmeRegcard .register-contnent-wrap h3 {
    width: 100%;
    text-align: center;
    line-height: 42px;
}

/* footer start */
.ftr-head{
    border-top: 1px solid #e5e5e5;
    background-color: #f8f4f9;
    width: 100%;
    padding: 50px 0;
}

.ftrLink {
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 4px 0;
    color: #337ab7;
    font-size: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
    transition: all 0.3s ease;
}

.ftrLink:hover{
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all 0.3s ease;
}

.ftritmCntnt{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.ftrLink-icon{
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: 1px solid #9f1f63;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ftrLink-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ftritm-social {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.ftrLink-sclicon{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #9f1f63;
    color: unset;
    padding: 12px;
    transition: all 0.3s ease; 
    outline: none; 
}

.ftrLink-sclicon:focus,
.ftrLink-sclicon:focus-visible,
.ftrLink-sclicon:active{
    outline: none;
    box-shadow: none;
}

.ftritm-txt{
    color: #ABABAB;
    font-size: 18px;
}

.ftrLink-sclicon:hover{
  border: 1px solid #9f1f63;
  background: #fff;
  transition: all 0.3s ease;
  outline: none;
}

.ftrLink-sclicon svg{
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #ffffff;
}

.ftrLink-sclicon:hover  svg{
  color: #9f1f63;
}

.ftrItem {
       list-style: none;
}

.ftr-title-txt {
    color: #A01F62;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    position: relative;
}

.ftr-title-txt::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: linear-gradient(90deg, #9f1f6394 0%, rgb(159 31 99 / 0%) 100%);
}


.ftritmLink-list{
  display: flex;
  gap: 80px;
}

.ftritm-list{
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
    padding-left: unset;
}

.ftrLink-mid{
    border: 1px solid #b19ca7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ftrLink-mid img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    transition: all 0.3s ease;
}

/* Hover Effect */
.ftrLink-mid:hover{
    background-color: #e99ec3;
    transform: translateY(-4px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.ftrLink-mid:hover img{
    transform: scale(1.1);
}

.ftr-icon{
    padding-left: 6px;
    color: #5d5d5d;
}
.ftr-icon:hover{
  text-decoration: none !important;
}

.ftrItem-media{
        display: flex;
    align-items: center;
    gap: 7px;
}

.colFooter{
    padding: 15px 0;
    background-color: #010508;
}

.ftr-sub-left{
    color: #ABABAB;
    font-size: 15px;
    text-align: left;
}

.ftr-sub-right{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 23px;
    color: #ABABAB;
    font-size: 15px;
}
.ftr-sub-txt{
        color: #ABABAB;
    text-decoration: none; 
}
.ftr-sub-left p{
    margin-top: 0;
    margin-bottom: unset;
}
.ftr-sub-right p{
    margin-bottom: unset

}

.ftritmCntnt-txt{
    color: #5d5d5d;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    display: flex;
    flex-wrap: nowrap;
}

.ftr-para {
    margin-top: 25px;
}

.ftr-para-txt{
    line-height: 26px;
    font-size: 15px;
    color: #5D5D5D;
}


.text-ftr-sub a, .ftr-para-txt a{
    color: #337ab7;
    /* text-decoration: none; */
}

.text-ftr-sub a:hover, .ftr-para-txt a:hover{
  color: var(--primary);
}

.sub-fter-hed{
    color: #71254d;
    font-size: 20px;
    font-weight: 600;
}

.ftrLink-list{
    list-style: none;
    padding: 0;
}

.ftrLink-list .ftrLink-trm{
    position: relative;
    font-size: 15px;
    line-height: 32px;
    color: #337ab7;
    text-underline-offset: 3px;
}


.ftrLink-trm:hover::before{
    right: unset;
    left: 0;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ftrLink-list a:hover{
    color: var(--primary);
}


/* footer end */

/* about page End */


/* Contact Page Starts */
.contct-cntxt-wrapper{
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 85px;
}

.rate-cntxt-wrapper{
  padding-bottom: 90px;
}

.cntc-list{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cntctList-item{
    display: flex;
}

.cntct-item{
    display: flex;
    gap: 15px;
}

.contactlft-title{
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 70px;
}

.contactlft-desc{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 45px;
    color: #646768;
}

.gradient-title{
    display: inline-block;
    background: linear-gradient(90deg, rgb(159 31 99) 22% 22%, rgb(124 32 148) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contactryt-title{
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(90deg, rgb(159 31 99) 22% 22%, rgb(124 32 148) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}

.cntctItem-icon{
    width: 55px;
    height: 55px;
    background: var(--primary);
    border-radius: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cntctItem-icon svg{
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.cntctItem-label{
    font-size: 16px;
    color: #646768;
    line-height: 20px;
    margin-bottom: 6px;
}

.cntctItem-info{
  display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

.cntctItem-info:hover{
  transform: scale(1.006);
  transition: all 0.3s ease;
}


/* .cntctList-item:hover .cntctItem-icon svg, .cntctList-item:hover .cntctItem-info svg{
    transform: scale(1.06);
    transition: all 0.3s ease;
} */

.contactryt-cnt{
    border: 1px solid #eeee;
    padding: 20px 35px;
    min-height: 500px;
    border-radius: 20px;
    height: 100%;
    margin-bottom: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}

.cntctForm-group{
    position: relative;
}

.cntctForm-input{
    font-weight: 500;
    width: 100%;
    height: 50px;
    padding: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #9f1f6324;
    outline: none;
    color: #000;
    line-height: 2.4285714286;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
}

.cntctForm-label{
    position: absolute;
    left: 0;
    top: 16px;
    font-size: 14px;
    background: #fff;
    padding: 0 5px;
    color: #464646;
    transition: 0.3s;
    pointer-events: none;
}

.cntctcaptcha-label{
    font-size: 14px;
    padding: 0 5px;
    color: #464646;
    margin-bottom: 10px;
}

.cntctForm-textarea{
    height: 80px;
    resize: none;
    padding-top: 25px;
}

.captcha-box{
  display: flex;
}

.captcha-bg{
    background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 10px;
    float: left;
    width: 100%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.captcha-refresh{
  padding: 10px;
  background: #ac2567;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.captcha-refresh img{
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.cntct-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cntctSubmit-btn{
    width: 200px;
    background-color: var(--primary);
    border-radius: 50px;
    color: #fff;
    padding: 12px 0;
    margin-top: 20px;
}

/* Move label to top */
.cntctForm-input:focus + .cntctForm-label,
.cntctForm-input:valid + .cntctForm-label{
    top: -5px;
    font-size: 14px;
    color: #646768;
}
.contact-section .bgLayerImg {
    position: absolute;
    opacity: 0.2;
    height: 427px;
    object-fit: cover;
    bottom: -55px;
    width: 100%;
    z-index: -1;
    background-image: url(../images/banner/malaibg.png);
    background-repeat: repeat-x;
}
.contact-section  {
    width: 100%;
    overflow: hidden;
}
/* Contact Page Ends */

/* Rate Graph Page Starts */

/* ─── Outer wrapper ─── */
.mmm-rg-wrapper {
  background: #faf8fc;
  color: #1a1033;
  min-height: 100vh;
  padding: 80px 0;
}

/* ════════════════════
   SECTION HEADER
════════════════════ */
.mmm-rg-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}

.mmm-rg-section-title {
  
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1a1033;
  margin-bottom: 25px;
}

.mmm-rg-section-title-accent {
  color: #9b1c5a;
}

.mmm-rg-live-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #ffffff;
  border: 1px solid #e8dff2;
  padding: 10px 14px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 500;
  color: #5a4e72;
  box-shadow: 0 1px 4px rgba(26,16,51,0.06);
}

.mmm-rg-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12b76a;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(18,183,106,0.2);
  animation: mmm-rg-pulse 1.8s infinite;
}

@keyframes mmm-rg-pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(18,183,106,0.2); }
  50%      { box-shadow: 0 0 0 6px rgba(18,183,106,0.0); }
}

/* ════════════════════
   LAYOUT GRID
════════════════════ */
.mmm-rg-main-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 900px) {
  .mmm-rg-main-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── Shared card shell ─── */
.mmm-rg-card {
  background: #ffffff;
  border: 1px solid #e8dff2;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(26,16,51,0.06);
  overflow: hidden;
}

/* ════════════════════
   LEFT PANEL
════════════════════ */
.mmm-rg-card.lft-rgCard{
    position: sticky;
    top: 180px;
}
.mmm-rg-panel-head {
  display: grid;
  grid-template-columns: 1fr 72px 72px;
  gap: 8px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
  color: #ffffff;
}

.mmm-rg-panel-head-label {
  
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
  text-align: right;
}

.mmm-rg-panel-head-label--left {
  text-align: left;
}

.mmm-rg-currency-list {
  padding: 8px 0;
}

.mmm-rg-currency-item {
  display: grid;
  grid-template-columns: 1fr 72px 72px;
  gap: 8px;
  align-items: center;
  padding: 12px 20px;
  cursor: pointer;
  transition: background 0.15s;
  border-left: 3px solid transparent;
}

.mmm-rg-currency-item:hover {
  /* background: #f2eef8; */
  background: linear-gradient(90deg, rgb(159 31 99 / 35%) 0%, #00000000 100%);
  border-left-color: #9b1c5a;
}

/* .mmm-rg-currency-item:hover .mmm-rg-currency-unit, .mmm-rg-currency-item:hover .mmm-rg-currency-code{
    color: #fff;
} */

.mmm-rg-currency-item--active {
  /* background: linear-gradient(90deg, rgba(155,28,90,0.06) 0%, transparent 100%); */
  background: linear-gradient(90deg, rgb(159 31 99 / 35%) 0%, #00000000 100%);
  border-left-color: #9b1c5a;
}

/* .mmm-rg-currency-item--active .mmm-rg-currency-unit, .mmm-rg-currency-item--active .mmm-rg-currency-code{
    color: #fff;
} */

.mmm-rg-currency-item--active .mmm-rg-currency-unit, .mmm-rg-currency-item:hover .mmm-rg-currency-unit{
  color: #000;
}

.mmm-rg-currency-code {
  
  font-size: 16px;
  font-weight: 700;
  color: #1a1033;
}

.mmm-rg-currency-unit {
  font-size: 14px;
  color: #9487a8;
  margin-top: 2px;
}

.mmm-rg-rate-cell {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #5a4e72;
  font-variant-numeric: tabular-nums;
}

.mmm-rg-rate-cell--buy {
  color: #9b1c5a;
  font-weight: 600;
}

.mmm-rg-rate-cell--sell {
  color: #251847;
  font-weight: 600;
}

.mmm-rg-item-divider {
  height: 1px;
  background: #e8dff2;
  margin: 0 20px;
}

/* ─── Date picker ─── */
.mmm-rg-date-section {
  padding: 16px 20px;
  border-top: 1px solid #e8dff2;
  background: #f2eef8;
}

.mmm-rg-date-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9487a8;
  margin-bottom: 10px;
}

.mmm-rg-date-row {
  display: flex;
  gap: 8px;
}

.mmm-rg-date-input {
  flex: 1;
  border: 1px solid #e8dff2;
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 13px;
  color: #1a1033;
  background: #ffffff;
  outline: none;
  transition: border-color 0.15s;
}

.mmm-rg-date-input:focus {
  border-color: #9b1c5a;
}

.mmm-rg-go-btn {
  background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 9px 18px;
  
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.1s;
}

.mmm-rg-go-btn:hover  { opacity: 0.88; transform: translateY(-1px); }
.mmm-rg-go-btn:active { transform: translateY(0); }

/* ════════════════════
   RIGHT PANEL
════════════════════ */
.mmm-rg-right-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ─── Info bar ─── */
.mmm-rg-info-bar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 18px 24px;
}

.mmm-rg-info-rate{
  display: flex;
  align-items: center;
  gap: 20px;
}


.mmm-rg-flag-name {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mmm-rg-flag-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: #f2eef8;
    border: 2px solid #ffffff;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 14%) 0px -1px 10px 2px;
}

.mmm-rg-currency-fullname {
  
  font-size: 18px;
  font-weight: 700;
  color: #1a1033;
}

.mmm-rg-currency-subunit {
  font-size: 14px;
  font-weight: 600;
  color: #9487a8;
  margin-top: 2px;
}

.mmm-rg-info-spacer { flex: 1; }

.mmm-rg-metric-chip {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 15px;
}

.mmm-rg-metric-label {
  font-size: 13px;
  color: #9487a8;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mmm-rg-metric-value {
  
  font-size: 25px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.mmm-rg-metric-value--buy  { color: #9b1c5a; }
.mmm-rg-metric-value--sell { color: #251847; }

.mmm-rg-variation-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  background: rgba(18,183,106,0.10);
  color: #12b76a;
  border-radius: 99px;
  padding: 2px 8px;
  margin-top: 2px;
}

.mmm-rg-variation-badge--neg {
  background: rgba(240,68,56,0.10);
  color: #f04438;
}

/* ─── Chart card ─── */
.mmm-rg-chart-body {
  padding: 24px;
}

.mmm-rg-chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.mmm-rg-chart-title {
  
  font-size: 16px;
  font-weight: 700;
  color: #1a1033;
}

.mmm-rg-chart-title-sub {
  color: #9487a8;
  font-weight: 400;
}

/* ─── Period tabs ─── */
.mmm-rg-period-tabs {
  display: flex;
  gap: 4px;
  background: #f2eef8;
  border-radius: 10px;
  padding: 4px;
}

.mmm-rg-period-tab {
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #9487a8;
  
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}

.mmm-rg-period-tab--active {
  background: #ffffff;
  color: #9b1c5a;
  box-shadow: 0 1px 6px rgba(26,16,51,0.10);
}

.mmm-rg-period-tab:hover:not(.mmm-rg-period-tab--active) {
  color: #5a4e72;
}

.mmm-rg-chart-canvas-wrap {
  position: relative;
  height: 240px;
}

/* ─── Today rates table ─── */
.mmm-rg-table-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px 14px;
  border-bottom: 1px solid #e8dff2;
}

.mmm-rg-table-heading {
  
  font-size: 16px;
  font-weight: 700;
  color: #1a1033;
}

.mmm-rg-table-date-text {
  font-size: 15px;
  color: #9487a8;
}

.mmm-rg-table-scroll {
  overflow-x: auto;
}

.mmm-rg-rates-table {
  width: 100%;
  border-collapse: collapse;
}

.mmm-rg-rates-table thead tr {
  background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
}

.mmm-rg-rates-table th {

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 11px 14px;
  text-align: right;
  white-space: nowrap;
}

.mmm-rg-rates-table th:first-child {
  text-align: left;
}

.mmm-rg-rates-table tbody tr {
  border-bottom: 1px solid #e8dff2;
  transition: background 0.12s;
}

.mmm-rg-rates-table tbody tr:hover {
  background: #f2eef8;
}

.mmm-rg-rates-table tbody tr:last-child {
  border-bottom: none;
}

.mmm-rg-rates-table td {
  padding: 11px;
  font-size: 14px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #5a4e72;
  text-align: right;
  white-space: nowrap;
}

.mmm-rg-rates-table td:first-child {
  text-align: left;
}

.mmm-rg-td-dash {
  color: #9487a8;
}

.mmm-rg-ccy-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.mmm-rg-ccy-label-flag { font-size: 18px; }

.mmm-rg-ccy-label-name {
  font-size: 15px;
  color: #5a4e72;
  font-weight: 600;
}

.ratesTable-img{
    display: flex;
    width: 23px;
    height: 18px;
    margin-right: 5px;
    border: 1px #fff solid;
}

.ratesTable-head{
    display: flex;
    align-items: center;
}

.ratesTable-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mmm-rg-ccy-label-flag img{
    width: 23px;
    height: 18px;
    object-fit: cover;
    border: 1px solid #9f1f6357;
}

.exgRte-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.exgRte-bck {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9b1c5a;
    color: #9b1c5a;
    text-decoration: none;
    width: 100px;
    height: 35px;
    border-radius: 10px;
}

.exgRte-icon{
        margin-right: 10px;
}

.exgRte-icon svg{
    width: 15px;
    height: 16px;
    position: relative;
    top: -1px;
}


/* Rate Graph Page Ends  */

/* Full Rate Board Page Starts */


/* ════════════════════════════════
   WRAPPER & PAGE
════════════════════════════════ */
.mmm-frb-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  background: #faf8fc;
  color: #1a1033;
  min-height: 100vh;
}

/* ════════════════════════════════
   TOP STATUS BAR
════════════════════════════════ */
.mmm-frb-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.mmm-frb-live-pill {
  min-width: 230px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffffff;
  border: 1px solid #e8dff2;
  border-radius: 99px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1033;
  box-shadow: 0 1px 4px rgba(26,16,51,0.06);
  white-space: nowrap;
}

.frbPill-sec{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.mmm-frb-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12b76a;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(18,183,106,0.2);
  animation: mmm-frb-pulse 1.8s infinite;
}

#mmmFrbClock {
    min-width: 100px;
}

@keyframes mmm-frb-pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(18,183,106,0.2); }
  50%      { box-shadow: 0 0 0 6px rgba(18,183,106,0.0); }
}

.mmm-frb-notice-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgb(159 31 99 / 7%);
    border: 1px solid rgb(159 31 99 / 31%);
    border-radius: 99px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #9f1f63;
    white-space: nowrap;
}

.mmm-frb-notice-icon {
  font-size: 13px;
  flex-shrink: 0;
}

.mmm-frb-search-wrap {
  flex: 1;
  min-width: 200px;
  max-width: 360px;
  position: relative;
}

.mmm-frb-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9487a8;
  font-size: 15px;
  pointer-events: none;
}

.mmm-frb-search-icon svg{
    width: 18px;
    height: 18px;
}

.mmm-frb-search-input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e8dff2;
  border-radius: 10px;
  padding: 9px 12px 9px 36px;
  font-size: 13px;
  
  color: #1a1033;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-shadow: 0 1px 4px rgba(26,16,51,0.05);
}

.mmm-frb-search-input::placeholder { color: #9487a8; }
.mmm-frb-search-input:focus {
  border-color: #9b1c5a;
  box-shadow: 0 0 0 3px rgba(155,28,90,0.08);
}

/* ════════════════════════════════
   SECTION HEADER
════════════════════════════════ */
.mmm-frb-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.mmm-frb-section-title {
  
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1a1033;
}

.mmm-frb-section-title-accent { color: #9b1c5a; }

/* ─── Date history row ─── */
.mmm-frb-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mmm-frb-toolbar-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9487a8;
  white-space: nowrap;
}

.mmm-frb-date-input {
  border: 1px solid #e8dff2;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
  
  color: #1a1033;
  background: #ffffff;
  outline: none;
  transition: border-color 0.15s;
  box-shadow: 0 1px 4px rgba(26,16,51,0.05);
}

.mmm-frb-date-input:focus { border-color: #9b1c5a; }

.mmm-frb-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s, transform 0.1s;
}

.mmm-frb-btn:hover  { opacity: 0.88; transform: translateY(-1px); }
.mmm-frb-btn:active { transform: translateY(0); }

.mmm-frb-btn--primary {
  background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
  color: #ffffff;
}

.mmm-frb-btn--ghost, .mmm-frb-btn--secondary {
  background: #ffffff;
  color: #5a4e72;
  border: 1px solid #e8dff2;
  box-shadow: 0 1px 4px rgba(26,16,51,0.06);
}

button.mmm-frb-btn.mmm-frb-btn--ghost {
    min-width: 110px;
    height: 35px;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    gap: 12px;
    background: #ffffff;
}

button.mmm-frb-btn.mmm-frb-btn--ghost:hover, .mmm-frb-btn--secondary:hover{
  border: 1px solid var(--primary);
  color: var(--primary);
}

button.mmm-frb-btn.mmm-frb-btn--ghost:hover svg{
  color: var(--primary);
}

button.mmm-frb-btn.mmm-frb-btn--ghost svg{
    width: 18px;
    height: 18px;
    color: #9487a8;
}

/* ════════════════════════════════
   STATS CHIPS ROW
════════════════════════════════ */
.mmm-frb-stats-row {
  margin-bottom: 25px;
}

.mmm-frb-stat-chip {
  background: #ffffff;
  border: 1px solid #e8dff2;
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0 1px 4px rgba(26,16,51,0.05);
  min-width: 110px;
  min-height: 90px;
}

.mmm-frb-stat-chip-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #9487a8;
}

.mmm-frb-stat-chip-value {
  
  font-size: 28px;
  font-weight: 700;
  color: #1a1033;
  line-height: 1.2;
}

.mmm-frb-stat-chip-value--magenta { color: #9b1c5a; }
.mmm-frb-stat-chip-value--green   { color: #12b76a; }
.mmm-frb-stat-chip-value--red     { color: #f04438; }

/* ════════════════════════════════
   FILTER TABS
════════════════════════════════ */
.mmm-frb-filter-tabs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.frb-fltrPrnt{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.frb-lft, .frb-right{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}



.mmm-frb-filter-tab {
  min-width: 135px;
  height: 35px;
  padding: 7px 16px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #e8dff2;
  background: #ffffff;
  color: #5a4e72;
  transition: all 0.15s;
  letter-spacing: 0.02em;
}

.mmm-frb-filter-tab:hover {
    background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 2px 8px rgba(155, 28, 90, 0.25);
}

.mmm-frb-filter-tab--active {
  background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 2px 8px rgba(155,28,90,0.25);
}

/* ════════════════════════════════
   TABLE CARD
════════════════════════════════ */
.mmm-frb-table-card {
  background: #ffffff;
  border: 1px solid #e8dff2;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(26,16,51,0.06);
  overflow: hidden;
}

.desk-frb-table-card{
    display: block;
}

.mob-frb-table-card{
  display: none;
}

/* ─── Table ─── */
.mmm-frb-table-scroll { overflow-x: auto; }

.mmm-frb-table {
  width: 100%;
  border-collapse: collapse;
}

/* ─── Header ─── */
.mmm-frb-table thead tr {
  background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
}

.mmm-frb-table th {
  
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 16px;
  text-align: left;
  white-space: nowrap;
}

.mmm-frb-table th.mmm-frb-th-right { text-align: right; }
.mmm-frb-table th.mmm-frb-th-center { text-align: center; }

/* ─── Rows ─── */
.mmm-frb-table tbody tr {
  border-bottom: 1px solid #f2eef8;
  transition: background 0.12s;
}

.mmm-frb-table tbody tr:nth-child(even){
    background-color: #faf8fc;
}

.mmm-frb-table tbody tr:last-child { border-bottom: none; }

.mmm-frb-table tbody tr:hover {
  background: #faf8fc;
}

.mmm-frb-table tbody tr.mmm-frb-tr-hidden {
  display: none;
}

/* ─── Cells ─── */
.mmm-frb-table td {
  padding: 13px 16px;
  font-size: 14px;
  color: #5a4e72;
  vertical-align: middle;
  white-space: nowrap;
}

.mmm-frb-td-right  { text-align: right; }
.mmm-frb-td-center { text-align: center; }

/* ─── Currency cell ─── */
.mmm-frb-ccy-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mmm-frb-sec{
  display: flex;
  align-items: center;
  gap: 10px;
}

.mmm-frb-txt{
  width: calc(100% - 50px);
}

.mmm-frb-flag-img, .mmm-rb-feat-flag {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #9f1f6357;
  background: #f2eef8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 14%) 0px -1px 10px 2px;
}

.mmm-frb-flag-img img, .mmm-rb-feat-flag img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.mmm-frb-ccy-name {
  
  font-size: 16px;
  font-weight: 700;
  color: #1a1033;
  line-height: 1.2;
}

.mmm-frb-ccy-unit {
  font-size: 13px;
  color: #9487a8;
  margin-top: 8px;
  font-weight: 400;
}

/* ─── Rate cells ─── */
.mmm-frb-rate-buy {
    font-size: 16px;
    font-weight: 700;
    color: #9b1c5a;
    font-variant-numeric: tabular-nums;
    width: 50px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.mmm-frb-rate-sell {
  
  font-size: 16px;
  font-weight: 700;
  color: #251847;
  font-variant-numeric: tabular-nums;
}

/* ─── Change indicator ─── */
.mmm-frb-change-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 99px;
  padding: 2px 7px;
}

.mmm-frb-change-badge--neutral {
  background: #f2eef8;
  color: #9487a8;
}

/* ─── Last updated ─── */
.mmm-frb-last-updated {
  font-size: 15px;
  color: #9487a8;
  font-variant-numeric: tabular-nums;
}

/* ─── No stock badge ─── */

/* ─── More info button ─── */
.mmm-frb-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--primary);
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  transition: opacity 0.15s;
  text-decoration: none;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.mmm-frb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
  height: 41px;
  object-fit: contain;
  transition: opacity 0.2s ease;
}

.mmm-frb-icon-static {
  opacity: 1;
}

.mmm-frb-icon-animated {
  opacity: 0;
  width: 28px;
  height: 28px;
}

.mmm-frb-more-btn:hover {
  opacity: 0.85;
}

.mmm-frb-more-btn:hover .mmm-frb-icon-static {
  opacity: 0;
}

.mmm-frb-more-btn:hover .mmm-frb-icon-animated {
  opacity: 1;
}

/* ─── Empty state ─── */
.mmm-frb-empty-state {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  color: #9487a8;
  gap: 10px;
}

.mmm-frb-empty-state-icon { font-size: 36px; }

.mmm-frb-empty-state-icon svg{
    width: 80px;
    height: 80px;
}

.mmm-frb-empty-state-text {
  font-size: 14px;
  font-weight: 500;
}

/* ─── Row count footer ─── */
.mmm-frb-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-top: 1px solid #f2eef8;
  background: #faf8fc;
  flex-wrap: wrap;
  gap: 8px;
}

.mmm-frb-row-count {
  font-size: 12px;
  color: #9487a8;
  font-weight: 500;
}

.mmm-frb-row-count-num {
  font-weight: 700;
  color: #9b1c5a;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 768px) {
  .mmm-frb-stats-row { display: none; }
  .mmm-frb-search-wrap { max-width: 100%; margin-left: 0; }
  .mmm-frb-status-bar { flex-direction: column; align-items: center; }
}

@media (max-width: 540px) {
  .mmm-frb-table th.mmm-frb-th-hide-sm,
  .mmm-frb-table td.mmm-frb-td-hide-sm { display: none; }
}


/* Full Rate Board Page Ends */


/* Rate Board Page Starts */




/* ── Wrapper ── */
.mmm-rb-wrapper {
	background: #faf8fc;
	color: #1a1033;
	min-height: 100vh;
	padding: 80px 0;
}

.mmmRbClock{
    min-width: 155px;
}

/* ════════════════════════════
   HEADER ROW
════════════════════════════ */
.mmm-rb-section-title {

	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 800;
	letter-spacing: -0.5px;
	color: #1a1033;
	margin-bottom: 0;
}

.mmm-rb-section-title-accent {
	color: #9b1c5a;
}

.mmm-rb-live-badge {
  min-width: 250px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #ffffff;
	border: 1px solid #e8dff2;
	border-radius: 99px;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 600;
	color: #5a4e72;
	box-shadow: 0 1px 4px rgba(26, 16, 51, 0.06);
	white-space: nowrap;
}

.mmm-rb-live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #12b76a;
	flex-shrink: 0;
	animation: mmm-rb-pulse 1.8s infinite;
}

@keyframes mmm-rb-pulse {

	0%,
	100% {
		box-shadow: 0 0 0 3px rgba(18, 183, 106, 0.2);
	}

	50% {
		box-shadow: 0 0 0 6px rgba(18, 183, 106, 0.00);
	}
}

/* ── View All button ── */
.mmm-rb-view-all-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
	color: #ffffff;
	border: none;
	border-radius: 10px;
	padding: 9px 20px;

	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.15s, transform 0.1s;
	box-shadow: 0 4px 14px rgba(155, 28, 90, 0.25);
	white-space: nowrap;
}

.mmm-rb-view-all-btn:hover {
	opacity: 0.88;
	transform: translateY(-1px);
	color: #fff;
}

.mmm-rb-view-all-btn:active {
	transform: translateY(0);
}

.mmm-rb-view-all-btn-arrow {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
	font-size: 16px;
	transition: transform 0.2s;
}

.mmm-rb-view-all-btn-arrow img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mmm-rb-view-all-btn:hover .mmm-rb-view-all-btn-arrow {
	transform: translateX(3px);
}

/* ════════════════════════════
   FEATURED TABLE CARD
════════════════════════════ */
.mmm-rb-featured-card {
	background: #ffffff;
	border: 1px solid #e8dff2;
	border-radius: 16px;
	box-shadow: 0 1px 6px rgba(26, 16, 51, 0.07);
	overflow: hidden;
}

.mmm-rb-viewmore-wrap{
    padding: 18px 20px;
    text-align: center;
    border-top: 1px solid #f2eef8;
    background: #fff;
}

.mmm-rb-viewmore-btn{
    display: inline-block;
    text-decoration: none;
    border: none;
    background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
    color: #fff;
    padding: 12px 26px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.mmm-rb-viewmore-btn:hover{
    opacity: 0.88;
    transform: translateY(-2px);
    color: #fff;
}

.mmm-rb-featured-head {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
	padding: 12px 20px;
}

.mmm-rb-featured-head-label {

	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
}

.mmm-rb-featured-head-label:not(:first-child) {
	text-align: center;
}

.mmm-rb-feat-row {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	align-items: center;
	padding: 13px 20px;
	border-bottom: 1px solid #f2eef8;
	cursor: pointer;
	transition: background 0.12s;
	border-left: 3px solid transparent;
}

.mmm-rb-feat-row:last-child {
	border-bottom: none;
}

.mmm-rb-feat-row:hover {
	background: #faf8fc;
}

.mmm-rb-feat-row--active {
	background: linear-gradient(90deg, rgba(155, 28, 90, 0.05) 0%, transparent 100%);
	border-left-color: #9b1c5a;
}

.mmm-rb-feat-ccy {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mmm-rb-feat-name {

	font-size: 16px;
	font-weight: 700;
	color: #1a1033;
}

.mmm-rb-mobile-wrap{
    display:none;
}

.desktop-wrap{
    display:flex;
    flex-direction:column;
}

.mmm-rb-feat-code {
	font-size: 13px;
	color: #9487a8;
	margin-top: 1px;
}

.mmm-rb-feat-rate {
	text-align: center;
}

.mmm-rb-feat-rate-label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #9487a8;
	font-weight: 600;
}

.mmm-rb-feat-rate-val {
	font-size: 16px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.mmm-rb-feat-rate-val--buy {
	color: #9b1c5a;
}

.mmm-rb-feat-rate-val--sell {
	color: #251847;
}

.mmm-rb-feat-time {
	text-align: center;
	font-size: 15px;
	color: #9487a8;
}

/* .mmm-rb-no-stock-badge {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	background: rgba(240, 68, 56, 0.08);
	color: #f04438;
	border-radius: 99px;
	padding: 2px 8px;
	font-size: 10px;
	font-weight: 700;
  
} */

/* .mmm-frb-sell-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    flex-direction: column;
}

.mmm-frb-limited{
    display: inline-block;
    padding: 5px 12px;
    margin-top: 6px;
    background: #e7e7fc;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #ff2d55;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
} */

.mmm-frb-sell-wrap{
  position: relative;
}

.mmm-frb-limited{
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #ff2d55;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -21px;
}

.mmm-frb-lmtd-stock{
    display: inline-block;
    padding: 1px 14px;
    margin-top: 6px;
    background: #fef5cf;
    border: 1px solid #e8c661;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.mmm-frb-lmtd-stock span{
    display: inline-block;
    animation: mmmNoStockPulse 1.4s ease-in-out infinite;
    color: #FF9800;
}


.mmm-frb-no-stock{
    display: inline-block;
    padding: 4px 15px;
    margin-top: 6px;
    background: #ffe5ea;
    border-radius: 8px;
    border: 1px solid #e57269;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.mmm-frb-no-stock span{
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4px;
    color: #ff3b30;
    display: inline-block;
    animation: mmmNoStockPulse 1.4s ease-in-out infinite;
    position: relative;
    top: -2px;
}

@keyframes mmmNoStockPulse {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.08); }
}



/* ════════════════════════════
   SLIDER CARD  (mmm-rb-selected)
════════════════════════════ */
.mmm-rb-slider-card {
	background: #ffffff;
	border: 1px solid #e8dff2;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(155, 28, 90, 0.08);
	overflow: hidden;
}

/* ── Slide header (gradient top) ── */
.mmm-rb-slide-head {
	background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.mmm-rb-slide-ccy-info {
	display: flex;
	align-items: center;
	gap: 12px;
}

.mmm-rb-slide-flag-big {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	border: 2px solid rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	flex-shrink: 0;
	transition: transform 0.3s;
	overflow: hidden;
}

.mmm-rb-slide-ccy-name {

	font-size: 17px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: -0.3px;
}

.mmm-rb-slide-ccy-unit {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 2px;
}

/* ── Nav arrows ── */
.mmm-rb-slide-nav {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.mmm-rb-slide-arrow {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	font-size: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s, transform 0.1s;
	flex-shrink: 0;
}

.mmm-rb-slide-arrow:hover {
	background: rgba(255, 255, 255, 0.32);
	transform: scale(1.08);
}

.mmm-rb-slide-arrow:active {
	transform: scale(0.95);
}

.mmm-rb-slide-counter {

	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.75);
	min-width: 32px;
	text-align: center;
}

/* ── Rate blocks inside slider ── */
.mmm-rb-slide-body {
	padding: 20px;
}

.mmm-rb-rate-split {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 12px;
	align-items: center;
}

.mmm-rb-rate-block {
	text-align: center;
	background: #faf8fc;
	border: 1px solid #e8dff2;
	border-radius: 12px;
	padding: 16px 10px;
}

.mmm-rb-rate-block-label {

	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.mmm-rb-rate-block-label--buy {
	color: #9b1c5a;
}

.mmm-rb-rate-block-label--sell {
	color: #251847;
}

.mmm-rb-rate-block-val {

	font-size: 26px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.mmm-rb-rate-block-val--buy {
	color: #9b1c5a;
}

.mmm-rb-rate-block-val--sell {
	color: #251847;
}

.mmm-rb-rate-block-var {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	font-size: 11px;
	font-weight: 600;
	border-radius: 99px;
	padding: 2px 8px;
	margin-top: 6px;
}

.mmm-rb-rate-block-var--up {
	background: rgba(18, 183, 106, 0.10);
	color: #12b76a;
}

.mmm-rb-rate-block-var--down {
	background: rgba(240, 68, 56, 0.10);
	color: #f04438;
}

.mmm-rb-unit-chip {
	width: 100px;
	height: 72px;
	justify-content: center;
	background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
	color: #ffffff;
	border-radius: 10px;
	padding: 10px 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.mmm-rb-unit-chip-num {
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

/* ── Dot indicators ── */
.mmm-rb-slide-dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	padding: 12px 0 4px;
}

.mmm-rb-slide-dot {
	width: 7px;
	height: 7px;
	border-radius: 99px;
	background: #e8dff2;
	transition: width 0.25s, background 0.25s;
	cursor: pointer;
}

.mmm-rb-slide-dot--active {
	width: 20px;
    height: 5px;
	background: #9b1c5a;
}

/* ── Slide animation ── */
.mmm-rb-slide-body {
	transition: opacity 0.25s;
}

.mmm-rb-slide-body.mmm-rb-fade-out {
	opacity: 0;
}

/* ════════════════════════════
   CONVERTER CARD
════════════════════════════ */
.mmm-rb-converter-card {
	background: #ffffff;
	border: 1px solid #e8dff2;
	border-radius: 16px;
	box-shadow: 0 1px 6px rgba(26, 16, 51, 0.07);
	overflow: hidden;
}

.mmm-rb-converter-head {
	background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
	padding: 15px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

.mmm-rb-converter-head-title {

	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ffffff;
}

.mmm-rb-converter-clock {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 500;
	font-variant-numeric: tabular-nums;
}

.mmm-rb-converter-body {
	padding: 24px;
}

/* ── Form elements ── */
.mmm-rb-form-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #9487a8;
	margin-bottom: 6px;
	display: block;
}

.mmm-rb-form-control {
	width: 100%;
	border: 1px solid #e8dff2;
	border-radius: 10px;
	padding: 10px 14px;
  padding-left: 80px;
	font-size: 14px;
	color: #1a1033;
	background: #ffffff;
	outline: none;
  overflow: hidden !important;
	transition: border-color 0.15s, box-shadow 0.15s;
	appearance: none;
	-webkit-appearance: none;
}

.mmm-rb-form-control:focus {
	border-color: #9b1c5a;
	box-shadow: 0 0 0 3px rgba(155, 28, 90, 0.08);
}

.mmm-rb-form-control::placeholder {
	color: #9487a8;
}

.mmm-rb-input-wrapper{
  position: relative;
  border-radius: 10px;
  transition: box-shadow 0.15s, border-color 0.15s;
}
.mmm-rb-currency-badge {
    position: absolute;
    top: 50%;
    left: 1px;
    height: calc(100% - 2px);
    width: 70px;
    transform: translateY(-50%);
    background: #f2eef3;
    color: #645b73;
    padding: 12px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    pointer-events: none;
    user-select: none;
}

/* ── Swap button ── */
.mmm-rb-swap-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
	border: none;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.35s, opacity 0.15s;
	box-shadow: 0 4px 12px rgba(155, 28, 90, 0.3);
	flex-shrink: 0;
	align-self: flex-end;
	margin-bottom: 0;
}

.mmm-rb-swap-btn img{
  width: 18px;
  height: 18px;
  object-fit: cover;
}

.mmm-rb-swap-btn:hover {
	opacity: 0.88;
	transform: rotate(180deg);
}

.mmm-rb-swap-btn:active {
	opacity: 1;
}

/* ── Action buttons ── */
.mmm-rb-convert-btn {
	flex: 1;
	background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
	color: #ffffff;
	border: none;
	border-radius: 10px;
	padding: 11px 20px;

	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: opacity 0.15s, transform 0.1s;
	letter-spacing: 0.03em;
}

.mmm-rb-convert-btn:hover {
	opacity: 0.88;
	transform: translateY(-1px);
}

.mmm-rb-convert-btn:active {
	transform: translateY(0);
}

.mmm-rb-reset-btn {
	background: #ffffff;
	color: #9b1c5a;
	border: 1.5px solid #9b1c5a;
	border-radius: 10px;
	padding: 11px 20px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, transform 0.1s;
	white-space: nowrap;
    display: flex;
    gap: 2px;
}

.RbReset-img{
    width: 16px;
    height: 16px;
}

.RbReset-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mmm-rb-reset-btn:hover {
	background: #f2eef8;
	transform: translateY(-1px);
}

.mmm-rb-reset-btn:active {
	transform: translateY(0);
}

/* ── Result panel ── */
.mmm-rb-result-panel {
	background: #faf8fc;
	border: 1px solid #e8dff2;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
  position: relative;
  height: 180px;
}

.rbResult-badge {
    position: absolute;
    bottom: 35px;
    right: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgb(159 31 99 / 7%);
    border: 1px solid rgb(159 31 99 / 31%);
    border-radius: 99px;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #9f1f63;
    white-space: nowrap;
}

.rbResult-badge p{
  margin-bottom: 0;
}

.rbResult-badge.myr-badge{
   top: 20px;
   bottom: unset;
}

.mmm-rb-result-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #9487a8;
}

.mmm-rb-result-value {

	font-size: 18px;
	font-weight: 800;
	color: #9b1c5a;
	font-variant-numeric: tabular-nums;
	line-height: 1.2;
	margin-top: 3px;
}

.mmm-rb-result-value--accent {
  color: #1a1033;
}

.mmm-rb-result-divider {
	height: 1px;
	background: #e8dff2;
}

.mmm-rb-acceptable-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(18, 183, 106, 0.08);
	border: 1px solid rgba(18, 183, 106, 0.2);
	color: #059669;
	border-radius: 99px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 600;
}

.mmm-rb-acceptable-badge--empty {
	background: #f2eef8;
	border-color: #e8dff2;
	color: #9487a8;
}

.mmm-rb-acceptable-badge--error {
	background: rgba(240, 68, 56, 0.08);
	border-color: rgba(240, 68, 56, 0.2);
	color: #f04438;
}

/* ── Converter row helpers ── */
.mmm-rb-conv-selects-row {
	display: flex;
	align-items: flex-end;
	gap: 10px;
  margin-bottom: 35px;
}

.mmm-rb-conv-selects-row>.mmm-rb-conv-select-col {
	flex: 1;
	min-width: 0;
}

.mmm-rb-conv-actions-row {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.mmm-rb-conv-amount-col {
	flex: 1;
	min-width: 0;
}

/* Select2  */
.select2-container .select2-selection--single{
    height: 38px;
    border: 1px solid #e8dff2;
    font-size: 14px;
    color: #1a1033;
    background: #ffffff;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-width: 6px 6px 0 6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
      border-width: 0 6px 6px 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  width: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: var(--primary);
}

/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media (max-width: 991px) {

	.mmm-rb-featured-head,
	.mmm-rb-feat-row {
		grid-template-columns: 1fr 1fr 1fr;
    padding: 13px 15px
	}

	.mmm-rb-feat-time {
		display: none;
	}
 .mmm-rb-featured-head-label:last-child{
  display: none;
 }
 .nav-cntctIcon img{
  width: 32px;
  height: 32px;
}
}

@media (max-width: 576px) {
	.mmm-rb-conv-selects-row {
		flex-wrap: wrap;
	}

	.mmm-rb-conv-selects-row>.mmm-rb-conv-select-col {
		flex: 1 1 100%;
	}

	.mmm-rb-swap-btn {
		align-self: center;
		width: 36px;
		height: 36px;
		font-size: 15px;
	}
  .ftr-sub-left{
    text-align: center;
  }

}

/* Rate Board Page Ends  */

/* Travel Page Starts */


.mmmTrInfoFlag img, .mmmTrEstCountryLabel{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid #9f1f6357;
    background: #f2eef8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: rgb(0 0 0 / 14%) 0px -1px 10px 2px;
}

.mmmTrEstCountryLabel{
  width: 25px;
    height: 25px;
}

.mmmTrEstCountryLabel img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ════════════
   WRAPPER
════════════ */
.mmm-tr-wrapper {
  background: #ffffff;
  color: #1a1033;
  padding: 50px 0;
}

/* ════════════
   HEADER
════════════ */
.mmm-tr-section-title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1a1033;
  margin-bottom: 0;
}
.mmm-tr-section-title-accent {
  color: #9b1c5a;
}

.mmm-tr-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid #e8dff2;
  border-radius: 99px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #5a4e72;
  box-shadow: 0 1px 4px rgba(26, 16, 51, 0.06);
  white-space: nowrap;
}
.mmm-tr-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12b76a;
  flex-shrink: 0;
  animation: mmm-tr-pulse 1.8s infinite;
}
@keyframes mmm-tr-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 3px rgba(18, 183, 106, 0.2);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(18, 183, 106, 0);
  }
}

/* ════════════
   CARD BASE
════════════ */
.mmm-tr-card {
  background: #fff;
  border: 1px solid #e8dff2;
  border-radius: 16px;
  box-shadow: 0 1px 6px rgba(26, 16, 51, 0.07);
  overflow: hidden;
}

.mmm-tr-card-head {
  background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mmm-tr-card-head-title {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
}

.mmm-tr-card-head-title span{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.mmm-tr-card-head-title img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* ════════════
   MAP CARD
════════════ */
.mmm-tr-map-card {
  position: relative;
}

.mmm-tr-map-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #fff;
  border-bottom: 1px solid #e8dff2;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mmm-tr-map-region-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* background: #f2eef8;
  border: 1px solid #e8dff2; */
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #5a4e72;
}

.mmm-tr-mapImg{
    display: inline-flex;
    width: 20px;
    height: 20px;
}

.mmm-tr-mapImg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mmm-tr-map-select-wrap {
  position: relative;
  flex: 1;
  min-width: 160px;
  max-width: 260px;
}
.mmm-tr-map-select {
  width: 100%;
  border: 1px solid #e8dff2;
  border-radius: 10px;
  padding: 8px 32px 8px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1033;
  background: #fff;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.15s;
}
.mmm-tr-map-select:focus {
  border-color: #9b1c5a;
}

.mmm-tr-map-hint {
  padding: 10px 16px 0;
  font-size: 12px;
  color: #9487a8;
  font-style: italic;
}

/* ── SVG map container ── */
.mmm-tr-map-wrap{
    position: relative;
    background: #d9d9d9;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    padding: 0;
}

.mmm-tr-svg-map{
    width: 100%;
    height: 450px;
    display: block;
}

/* Countries */


.mmm-tr-country:hover{
    fill: #9f1f63;
}

/* Selected */
.mmm-tr-country--selected{
    fill: #9f1f63 !important;
}

/* ── Map tooltip ── */
.mmm-tr-map-tooltip {
  position: absolute;
  pointer-events: none;
  background: #1a1033;
  color: #fff;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.15s;
  box-shadow: 0 4px 12px rgba(26, 16, 51, 0.25);
  z-index: 10;
}
.mmm-tr-map-tooltip::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 14px;
  width: 10px;
  height: 6px;
  background: #1a1033;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ── Zoom buttons ── */
.mmm-tr-map-zoom {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 5;
}
.mmm-tr-zoom-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e8dff2;
  color: #5a4e72;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(26, 16, 51, 0.08);
  transition: background 0.15s, color 0.15s;
}
.mmm-tr-zoom-btn:hover {
  background: #9b1c5a;
  color: #fff;
  border-color: #9b1c5a;
}
#world-map{
    width:100%;
    height:500px;
}

/* ════════════════════════
   PLAN YOUR TRAVEL INFO
════════════════════════ */
.mmm-tr-info-table {
  width: 100%;
  border-collapse: collapse;
}
.mmm-tr-info-table tr {
  border-bottom: 1px solid #f2eef8;
}
.mmm-tr-info-table tr:last-child {
  border-bottom: none;
}
.mmm-tr-info-table td {
  padding: 17px;
  font-size: 14px;
  vertical-align: top;
}
.mmm-tr-info-table td:first-child {
  width: 42%;
  color: #5a4e72;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #f5e8ef;
}
.mmm-tr-info-table td:last-child {
  color: #1a1033;
  font-weight: 500;
}

.mmm-tr-flag-img {
  width: 36px;
  height: 24px;
  border-radius: 4px;
  object-fit: cover;
  border: 1px solid #e8dff2;
}

.mmm-tr-info-link {
  color: #9b1c5a;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  transition: opacity 0.15s;
}
.mmm-tr-info-link:hover {
  opacity: 0.75;
}

/* ── Click Here button ── */
.mmm-tr-click-here{
  color: #ffe67f;
  text-decoration: none;
}

.mmm-tr-click-here:hover{
  text-decoration: underline;
}

.mmm-tr-click-here-btn {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #9b1c5a 0%, #d63e89 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.1s;
  letter-spacing: 0.03em;
}
/* .mmm-tr-click-here-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
  color: #fff;
}
.mmm-tr-click-here-btn:active {
  transform: translateY(0);
} */

/* ═══════════════════════════
   TRAVEL ESTIMATION CARD
═══════════════════════════ */
.mmm-tr-est-body {
  padding: 0;
}

.mmm-tr-est-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  border-bottom: 1px solid #f2eef8;
  gap: 10px;
}
.mmm-tr-est-row:last-child {
  border-bottom: none;
}
.mmm-tr-est-row.mmm-tr-est-total {
  background: linear-gradient(
    90deg,
    rgba(155, 28, 90, 0.05) 0%,
    transparent 100%
  );
  border-top: 2px solid #e8dff2;
}

.mmm-tr-est-label {
  font-size: 16px;
  color: #5a4e72;
  font-weight: 500;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}
.mmm-tr-est-icon img {
  width: 20px;
  height: 20px;
}

.mmm-tr-est-input {
  border: 1px solid #e8dff2;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  color: #1a1033;
  background: #fff;
  outline: none;
  width: 140px;
  text-align: right;
  transition: border-color 0.15s;
}
.mmm-tr-est-input:focus {
  border-color: #9b1c5a;
  box-shadow: 0 0 0 3px rgba(155, 28, 90, 0.08);
}
.mmm-tr-est-input:read-only {
  background: #faf8fc;
  color: #9b1c5a;
  font-weight: 700;
  font-size: 14px;
}

.mmm-tr-est-label--total {
  font-size: 14px;
  font-weight: 700;
  color: #1a1033;
}

/* ═══════════════════════════
   CURRENCY CONVERTER CARD
═══════════════════════════ */
.mmm-tr-conv-body {
  padding: 20px;
}

.mmm-tr-conv-ccy-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #faf8fc;
  border: 1px solid #e8dff2;
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 14px;
}
.mmm-tr-conv-flag {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #9f1f6357;
    background: #f2eef8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 14%) 0px -1px 10px 2px;
}

.mmm-tr-conv-ccy-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1033;
  flex: 1;
}
.mmm-tr-conv-ccy-code {
  font-size: 12px;
  color: #9b1c5a;
  font-weight: 700;
  background: #f2eef8;
  border-radius: 6px;
  padding: 2px 8px;
}

.mmm-tr-conv-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9487a8;
  display: block;
  margin-bottom: 6px;
}

.mmm-tr-conv-input {
  width: 100%;
  border: 1px solid #e8dff2;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1033;
  background: #fff;
  outline: none;
  font-variant-numeric: tabular-nums;
  transition: border-color 0.15s;
}
.mmm-tr-conv-input:focus {
  border-color: #9b1c5a;
  box-shadow: 0 0 0 3px rgba(155, 28, 90, 0.08);
}

.mmm-tr-conv-rate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2eef8;
  border-radius: 10px;
  padding: 10px 14px;
  margin: 12px 0;
}
.mmm-tr-conv-rate-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #9487a8;
}
.mmm-tr-conv-rate-val {
  font-size: 14px;
  font-weight: 700;
  color: #9b1c5a;
}
.mmm-tr-conv-rate-myr {
  font-size: 11px;
  color: #9487a8;
}

.mmm-tr-conv-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 0;
  border-top: 1px solid #e8dff2;
}
.mmm-tr-conv-total-label {
  font-size: 13px;
  font-weight: 600;
  color: #5a4e72;
}
.mmm-tr-conv-total-val {
  font-size: 22px;
  font-weight: 800;
  color: #9b1c5a;
  font-variant-numeric: tabular-nums;
}
.mmm-tr-conv-updated {
  font-size: 11px;
  color: #9487a8;
  margin-top: 4px;
}

.mmm-tr-btns{
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.mmm-tr-contact-btn,
.mmm-tr-reset-btn{
    flex: 1;
    height: 48px;
    border: none;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    transition: .3s ease;
}

/* Contact Button */
.mmm-tr-contact-btn{
    background: #9b1c5a;
    color: #fff;
    text-decoration: none;
}

.mmm-tr-contact-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(233,30,99,.25);
    background: #fff;
    color: #9b1c5a;
    border: 1.5px solid #9b1c5a;
}

/* Reset Button */
.mmm-tr-reset-btn{
    background: #f5f5f5;
    color: #444;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}

.mmm-tr-reset-btn:hover{
    background: #ececec;
}


/* ── Empty state (before country selected) ── */
.mmm-tr-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 20px;
  gap: 10px;
  text-align: center;
}
.mmm-tr-empty-icon {
  font-size: 36px;
  opacity: 0.4;
}
.mmm-tr-empty-text {
  font-size: 13px;
  color: #9487a8;
  font-weight: 500;
}

/* ════════════════════════════════════════
   COUNTRY PROFILE PAGE (inner page)
════════════════════════════════════════ */
/* .mmm-tr-profile-page {
  display: none;
} */

.mmm-tr-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e8dff2;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #5a4e72;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}
.mmm-tr-back-btn:hover {
  border-color: #9b1c5a;
  color: #9b1c5a;
}

/* ── Profile hero ── */
.mmm-tr-profile-hero {
  background: linear-gradient(135deg, #9b1c5a 0%, #251847 100%);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.mmm-tr-profile-hero-flag {
  font-size: 64px;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mmm-tr-profile-hero-country {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}
.mmm-tr-profile-hero-code {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.mmm-tr-profile-hero-chips {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.mmm-tr-hero-chip {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.mmm-tr-hero-chip span{
  display: flex;
  align-items: center;
  justify-content: center;
}

.mmm-tr-hero-chip img{
  width: 20px;
  height: 20px;
}

/* ── Profile detail table ── */
.mmm-tr-profile-table {
  width: 100%;
  border-collapse: collapse;
}
.mmm-tr-profile-table tr {
  border-bottom: 1px solid #f2eef8;
  transition: background 0.12s;
}
.mmm-tr-profile-table tr:last-child {
  border-bottom: none;
}
.mmm-tr-profile-table tr:hover {
  background: #faf8fc;
}
.mmm-tr-profile-table td {
  padding: 13px 18px;
  font-size: 14px;
  vertical-align: top;
}
.mmm-tr-profile-table td:first-child {
  width: 38%;
  color: #9487a8;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #faf8fc;
}
.mmm-tr-profile-table td:last-child {
  color: #1a1033;
  font-weight: 400;
}

/* ── Useful info card ── */
.mmm-tr-useful-card {
  background: #fff;
  border: 1px solid #e8dff2;
  border-radius: 12px;
  padding: 20px;
}
.mmm-tr-useful-title {
  font-size: 14px;
  font-weight: 700;
  color: #9b1c5a;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f2eef8;
}
.mmm-tr-useful-img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* ── Map section (in profile) ── */
.mmm-tr-profile-map {
  background: #eef3f9;
  border-radius: 12px;
  overflow: hidden;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #9487a8;
  border: 1px solid #e8dff2;
}

/* ════════════════════════
   TRANSITION / ANIMATIONS
════════════════════════ */
.mmm-tr-section {
  transition: opacity 0.3s;
}
.mmm-tr-fade-in {
  animation: mmm-tr-fadein 0.35s ease both;
}
@keyframes mmm-tr-fadein {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mmm-tr-panels-hidden {
  opacity: 0.35;
  pointer-events: none;
}

.mmm-tr-blog-list {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mmm-tr-blog-item {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0e8f7;
    background: #fdfbff;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.mmm-tr-blog-item:hover {
    box-shadow: 0 8px 24px rgba(155, 28, 90, 0.12);
    transform: translateY(-2px);
}

.mmm-tr-blog-item:last-child {
    margin-bottom: 0;
}

.mmm-tr-blog-img-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f3eef8;
}

.mmm-tr-blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.mmm-tr-blog-item:hover .mmm-tr-blog-img {
    transform: scale(1.05);
}

.mmm-tr-blog-content {
    padding: 14px 16px 16px;
}

.mmm-tr-blog-title {
    font-size: 15px;
    font-weight: 700;
    color: #9b1c5a;
    font-family: 'Syne', sans-serif;
    margin: 0 0 8px;
    line-height: 1.35;
}

.mmm-tr-blog-desc {
    font-size: 13px;
    color: #5a4e72;
    line-height: 1.6;
    margin: 0 0 12px;
}

.mmm-tr-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #a02667;
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}

.mmm-tr-blog-link:hover {
    color: #7c1d5a;
    gap: 10px;
    text-decoration: none;
}

.mmm-tr-blog-arrow {
    transition: transform 0.2s ease;
}

.mmm-tr-blog-link:hover .mmm-tr-blog-arrow {
    transform: translateX(2px);
}

/* Empty state */
.mmm-tr-empty-state {
    text-align: center;
    padding: 32px 16px;
    color: #9487a8;
}

.mmm-tr-empty-icon {
    font-size: 32px;
    margin-bottom: 8px;
    opacity: 0.6;
}

.mmm-tr-empty-text {
    font-size: 13px;
}

@media (min-width: 480px) {
    .mmm-tr-blog-item {
        flex-direction: row;
    }

    .mmm-tr-blog-img-wrap {
        width: 130px;
        flex-shrink: 0;
        aspect-ratio: 1 / 1;
    }

    .mmm-tr-blog-content {
        flex: 1;
        padding: 12px 16px;
    }
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .mmm-frb-notice-pill{
    font-size: 12px !important;
    width: 100%;
  }
  .frb-fltrPrnt{
    flex-direction: column-reverse !important;
  }
  .mmm-frb-toolbar{
    justify-content: center;
  }
  .mmm-frb-toolbar-label{
    display: none;
  }
  .mmm-frb-live-pill{
    min-width: 210px;
  }
  #mmmFrbClock {
      min-width: 75px;
  }
  .frb-lft, .frb-right{
    flex-wrap: nowrap;
    flex-direction: row !important;
    justify-content: center;
  }
  .mmm-frb-status-bar{
    justify-content: center;
  }
  .nav-box{
    flex-direction: column;
    gap: 15px;
  }
  .nav-toll{
    display: none;
  }
  .navbar-logo{
    align-items: center;
    justify-content: center;
  }
  .mmm-tr-profile-hero {
    padding: 20px;
  }
  .mmm-tr-profile-hero-country {
    font-size: 20px;
  }
  .cntctSubmit-btn {
    width: 100%;
  }
  .mmm-rg-info-bar{
    flex-direction: column;
    align-items: flex-start;
  }
  .mmm-rg-info-rate{
    width: 100%;
    justify-content: flex-start;
  }
  .mmm-tr-click-here-btn{
    font-size: 14px;
  }
  .scndBnr-section{
    height: 50vh;
  }
  .scndBnr-section .bnr-cntxt-wrapper{
    padding-top: 180px;
  }

  .captcha-row{
    gap: 20px;
  }
  
    
}

/* Travel Page Ends  */

/* Terms & Conditions Page Starts */
.TermsPolicy-sec{
    background-color: #ffffff;
}

.Termsppdpa-sec{
    padding: 20px 0;
}

.Terms-header{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #00224e17;
}

.th-icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(0, 34, 78, 0.08);
    /* background: #f8f4f9; */
}

.th-icon svg{
    width: 26px;
    height: 26px;
}

.Terms-header h2{
    font-size: 22px;
    font-weight: 700;
    color: #00224e;
    line-height: 1.3;
    margin: 0;
}

.Terms-content h4{
    font-size: 18px;
    color: #00224e;
    margin-top: 15px;
}

.Terms-content h3{
    font-size: 18px;
    font-weight: 700;
    color: #00224e;
    margin: 24px 0 10px;
}

.Terms-content p{
    font-size: 15px;
    color: #4b5563;
    line-height: 25px;
    margin-bottom: 16px;
}

.Terms-list{
    list-style: none;
    margin: 14px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
}

.Terms-list li{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 15px;
    color: #4b5563;
    line-height: 24px;
}

.Terms-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.Terms-link{
    color: #337ab7;
    text-decoration: none;
}

.Terms-link:hover{
    text-decoration: underline;
}
/* Terms & Conditions Page Ends */

/* Animation while page loads */
.animate-left,
.animate-right,
.animate-up {
    opacity: 0;
    transition: all 0.8s ease;
}

.animate-left {
    transform: translateX(-80px);
}

.animate-right {
    transform: translateX(80px);
}

.animate-up {
    transform: translateY(60px);
}

.animate-scale {
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.8s ease;
}

.animate-scale.animate-show {
    opacity: 1;
    transform: scale(1);
}

.animate-show {
    opacity: 1;
    transform: translate(0, 0);
}

.animate-show:hover{
    transition-delay: unset !important;
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

.delay-4 {
    transition-delay: 0.8s;
}

.delay-5 {
    transition-delay: 1s;
}


/* Responsive Section Starts */

/* Header Page Starts */
/* MOBILE */
@media(max-width:991px){

    .topnav-header{
        display:flex;
        justify-content:flex-end;
    }
    .top-navbar.menu-active{
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .mobile-toggle-btn{
        display:block;
    }

    .topnav{
        display:none;
        width:100%;
    }

    .topnav.active{
        display:block;
        padding-bottom: 12px;
    }

    .topnav-list{
        flex-direction:column;
        align-items:flex-start;
    }

    .topnav-list-item{
        width:100%;
    }

    .topnav-list-item a{
        width:100%;
        padding:15px 20px;
        border-right:none;
        border-bottom:1px solid #BB357C;
    }

    .navbar-logo img{
      height: 40px;
    }
    .nav-cntct{
      font-size: 20px;
    }

/* Header Page Ends */

/* Footer Page Starts */

.ftrLink-lists{
  margin-bottom: 25px;
}
.ftr-sub-left{
  padding-bottom: 25px;
}
.ftritm-social{
  justify-content: center;
}



/* Footer Page Ends */


/* Index Page Starts */

/* Banner Section Starts */

  section{
    padding: 40px 0;
  }
  .banner-section{
    height: 65vh;
  }
  .banner-content{
    height: 75vh;
  }
  .scndBnr-section .bnr-cntxt-wrapper {
    padding-top: 160px;
    padding-bottom: 60px;
}
  
  
  .scndBnr-section .banner-content {
    height: 50vh;
  }
  .bnr-txt-lbl{
    font-size: 20px;
    line-height: 34px;
  }
  .bnr-txt-desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .bnr-txt-subtitle {
    font-size: 30px;
    line-height: 28px;
  }
  .bnr-txt-title {
    font-size: 17px;
    line-height: 22px;
  }
  .bnr-txt-desc {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 12px;
  }

.scndBnr-section .contct-cntxt-wrapper{
  padding-bottom: 60px;
}

  .note-description{
      font-size: 14px;
      font-weight: 500;
  }

  .rating-wrapper{
    bottom: 22px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 25px;
    height: 25px;
  }

/* Banner Section Ends */

/* About Section Starts */
.section-title{
  margin-bottom: 30px;
}
.mmm-rb-wrapper{
  padding: 40px 0;
}

.mainTitle{
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}
.title-desc{
  font-size: 25px;
  line-height: 38px;
}

.abtserv-card{
  margin-bottom: 25px;
}

.aboutUs-list{
  margin: 0;
}

/* About Section Ends */

/* Service Section Starts */

.srvcsecItem-right .srvcsecItem-title{
  font-size: 28px;
}
.srvcsecItem-right p {
    font-size: 15px;
    line-height: 1.7;
}
/* Service Section Ends */

/* Link Section Starts */
.register-content{
  width: 100%;
}

.HmeRegcard .register-contnent-wrap h3{
    font-size: 22px;
    line-height: 30px;
}

.HmeRegcard .register-contnent-wrap{
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
/* Link Section Ends */

/* Mob About Page Starts  */
.custbnrCnt .bnr-txt-desc{
  width: 100% ;
}

.abtimage-sec{
  max-width: 350px;
  margin: auto;
  margin-bottom: 35px;
}
.abtimage-lrg{
  height: 400px;
}
.abtimage-lrginsd{
  height: 400px;
}
.abtimage-sml{
  width: 230px;
  height: 160px;
  right: 0;
  left: 0;
  display: none;
}
.abtimage-sml::before{
        display: none;
    }
.abtrrit-txt {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
section#abtSec{
  padding-bottom: 40px;
}
.secmain-title{
  font-size: 25px;
  line-height: 40px;
}
.maintitle-wrap{
  margin-bottom: 40px;
}
.mmm-rg-wrapper{
  padding: 40px 0;
}

/* Mob About Page Ends  */

/* Mob Contact Page Starts  */
.contactlft-title {
    font-size: 40px;
    line-height: 45px;
  }
.contactlft-desc
 {
    font-size: 16px;
    line-height: 22px;
 }
.cntc-list{
  margin-bottom: 30px;
}
.cntctItem-icon {
    width: 40px;
    height: 40px;
  }
  .cntctItem-icon svg {
    width: 22px;
    height: 22px;
  }
  .cntctItem-label {
    font-size: 14px;
  }
  .cntctItem-info {
    font-size: 17px;
  }
  .contactryt-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .captcha-bg{
    padding: 6px;
  }
  
/* Mob Contact Page Ends  */

/* Mob RG Page Starts  */
.mmm-rg-card.lft-rgCard{
  margin-bottom: 20px;
}

.mmm-rg-metric-chip {
    align-items: center;
}
.mmm-rb-result-panel{
  height: 215px;
  gap: 20px;
}

.mmm-resultOne{
  margin-bottom: 25px;
}
.rbResult-badge.myr-badge{
  top: 65px;
}
.rbResult-badge{
    bottom: 12px;
  }
/* Mob RG Page Ends  */

/* Mob FR Pge Starts  */
.desk-frb-table-card{
      display: none;
  }

  .mob-frb-table-card{
      display: block;
      margin-bottom: 25px;
  }

  .mmm-frb-table th.mmm-frb-th-hide-sm,
  .mmm-frb-table td.mmm-frb-td-hide-sm {
     display: none; 
    }

    .mmm-frb-table td{
      padding: 13px 14px;
    }
    .mmm-frb-flag-img{
      width: 45px;
      height: 45px;
    }
  .mmm-frb-wrapper{
    padding: 40px 0;
  }
  .mmm-frb-toolbar-label{
    display: none;
  }
  .mmm-frb-status-bar{
    flex-direction: row;
    gap: 20px;
  }
  .mmm-frb-date-input{
    padding: 8px 16px;
  }

.frb-fltrPrnt {
    flex-direction: row;
    gap: 20px;
}

.frb-lft, .frb-right {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}
.mmm-frb-notice-pill{
  font-size: 11px;
}
/* Full Rate Page Ends  */

.swiper-button-next, .swiper-button-prev{
    display: none;
  }
  .custbnrCnt .bnr-txt-desc{
    width: 100%;
  }

  .desktop-wrap{
        display:none;
    }

    .mmm-rb-mobile-wrap{
        display:flex;
        flex-direction:column;
        gap:2px;
    }

    .mmm-rb-mobile-code{
        font-size:15px;
        font-weight:700;
    }

    .mmm-rb-mobile-unit{
        font-size:12px;
    }
  .mmm-rb-feat-flag{
    width: 45px;
    height: 45px;
  }
  .mmm-rb-featured-head-label{
    text-align: center;
  }
  .mmm-frb-ccy-name, .mmm-frb-rate-buy, .mmm-frb-rate-sell{
    font-size: 15px;
  }
  .mmm-frb-table th{
    text-align: center;
    padding: 16px 12px;
  }
  .mmm-rb-featured-head{
    padding: 16px 12px;
  }
  .mmm-rb-conv-selects-row{
    justify-content: center;
  }
  .mmm-tr-conv-total-val{
    font-size: 16px;
  }
  .aboutUs-list .row > .col-lg-4:last-child .abtserv-card{
    margin-bottom: 0;
  }
 .service-section .srvcsec-list:last-child{
   margin-bottom: 0;
 } 
 .ftr-head .row > .col-lg-4:last-child .ftrLink-lists{
    margin-bottom: 0;
 }
 .custSection .row > .col-lg-4:last-child .abtserv-card {
    margin-bottom: 0;
 }
 .mmm-tr-card{
  margin-bottom: 0 !important;
 }
 .contactryt-cnt{
  margin-bottom: 35px;
 }
 .ftr-head{
  padding-bottom: 15px;
 }

}


@media(min-width:768px) and (max-width:991px){
  .scndBnr-section .banner-content {
        height: 55vh;
    }
    .scndBnr-section .contct-cntxt-wrapper {
        padding-bottom: 80px;
    }
  .bnr-txt-lbl{
    font-size: 25px;
  }
  .bnr-txt-subtitle {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .bnr-txt-title {
      font-size: 22px;
  }
  .bnr-txt-desc{
    font-size: 20px;
    line-height: 25px;
  }
  .note-description {
    font-size: 16px;
  }
  .srvcsecItem-right .srvcsecItem-title {
    font-size: 30px;
  }
  .srvcsecItem-right p {
    font-size: 18px;
    line-height: 1.8;
  }
/* Mob About Page starts  */
    section#abtSec{
      padding-bottom: 40px;
    }
    .abtimage-sec{
      max-width: 514px;
      margin: auto;
      margin-bottom: 75px;
    }
.abtimage-lrg{
  height: 585px;
}
.abtimage-lrginsd{
  height: 585px;
}
.abtimage-sml{
  width: 280px;
  height: 200px;
  right: 0;
  left: 0;
  display: none;
}
  .abtrit-sec
 {
    width: 80%;
    margin: auto;
  }
    
/* Mob About Page Ends  */

}

@media(min-width:992px)and (max-width:1024px) {
  section {
    padding: 60px 0;
  }
  .banner-section{
    height: 85vh;
  }

  .rating-wrapper{
    bottom: 65px;
  }
  .topnav-list-item a{
    font-size: 15px;
    padding: 18px 35px;
  }
  .contct-cntxt-wrapper{
    padding-bottom: 65px;
  }
  .note-description{
    font-size: 20px;
  }
  h3.abtserTitle{
    font-size: 22px;
    line-height: 32px;
  }

  /* Mob About Page starts  */
  .abtservTitle{
      font-size: 23px;
  }
  .abtimage-sec {
      margin: auto;
      margin-bottom: 75px;
  }
  .abtimage-sml{
  width: 300px;
  height: 200px;
  right: 0;
  left: 0;
}
.abtimage-sml::before {
  display: none;
}

    .bnr-txt-subtitle{
      font-size: 60px;
      line-height: 65px;
    }
  .abtrit-sec
 {
    width: 60%;
    margin: auto;
  }
  /* Mob About Page Ends  */
  .bnr-cnt-text{
    width: 80%;
    margin: auto;
  }
  .bnr-txt-lbl{
    font-size: 28px;
  }
  .bnr-txt-subtitle{
    font-size: 52px;
  }
  .custbnrCnt .bnr-txt-desc{
    width: 100%;
  }
  .mmm-resultOne{
  margin-bottom: 15px;
}
.rbResult-badge.myr-badge{
  top: 50px;
}

}

@media(min-width:1024px)and (max-width:1199px){
  .banner-section{
    height: 85vh;
  }
  .topnav-list-item a{
    padding: 18px 30px;
  }
  .contct-cntxt-wrapper{
    padding-bottom: 60px;
  }
  h3.abtserTitle{
    font-size: 24px;
  }
  .abtservTitle{
      font-size: 23px;
  }
  .abtimage-sec {
      margin: auto;
      margin-bottom: 75px;
  }
  .abtrit-sec
 {
    width: 60%;
    margin: auto;
  }
  .bnr-cnt-text{
    width: 80%;
    margin: auto;
  }
  .bnr-txt-lbl{
    font-size: 28px;
    line-height: 40px;
  }
  .bnr-txt-subtitle{
    font-size: 52px;
    line-height: 60px;
  }
  .rating-wrapper{
    bottom: 50px;
  }
  .custbnrCnt .bnr-txt-desc{
    width: 100%;
  }
  .abtimage-sml{
  width: 320px;
  height: 200px;
  right: 0;
  left: 0;
  display: none;
}
.abtimage-sml::before {
  display: none;
}
  .mmm-resultOne{
  margin-bottom: 15px;
}
.rbResult-badge.myr-badge{
  top: 50px;
}
}

@media(min-width:1200px)and (max-width:1300px){
  .rate-cntxt-wrapper{
    padding-bottom: 60px;
  }
  .bnr-cnt-text{
    width: 80%;
    margin: auto;
  }
  .custbnrCnt .bnr-txt-desc{
    width: 100%;
  }
  .contct-cntxt-wrapper{
    padding-bottom: 70px;
  }
  .topnav-list-item a{
        padding: 18px 40px;
  }
  
}

   
  @media(min-width:1300px)and (max-width:1400px){
    .custbnrCnt .bnr-txt-desc{
    width: 100%;
  }
  .rate-cntxt-wrapper{
    padding-bottom: 60px;
  }
  .bnr-cnt-text{
    width: 80%;
    margin: auto;
  }
  .contct-cntxt-wrapper{
    padding-bottom: 70px;
  }
  .topnav-list-item a{
        padding: 18px 40px;
  }
}

@media(min-width:1400px)and (max-width:1500px){
  .bnr-cnt-text{
    width: 80%;
    margin: auto;
  }
}

@media(max-width:1400px){
.mmm-rg-table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.mmm-rg-table-scroll{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mmm-rg-rates-table th:first-child,
.mmm-rg-rates-table td:first-child{
    position: sticky;
    left: 0;
    background: #f5e8ef;
    z-index: 2;

    /* smoother rendering */
    transform: translateZ(0);
    will-change: transform;

    box-shadow: 2px 0 6px rgba(0,0,0,0.05);
}
.mmm-rg-rates-table th:first-child{
  background: var(--primary);
}
}





/* Responsive Section Ends */