/* .g-bg-business {
    background-image: url(https://imgcdn.myt.mu/mytmoney/banners/myt-moneydeals.jpg);
    background-size: cover;
} */

.full-screen {
  height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 992px) {
	.g-font-size-50--lg {
		font-size: 3.57143rem !important; 
	}	
	.g-width-55x--lg {
		width: 55%;
	}
}

/*with video*/
/* Default: Desktop Style (video background) */
.hero-section {
  position: relative;
  width: 130vw;
  height: 60vh;
  overflow: hidden;
}

/* .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: auto;
  height: auto;
  z-index: 0;
} */

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);  
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: 5%;
}

.buttonpos{
	position:relative;
	left: -260px;
}	

.center-wrapper {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width:768px) and (max-width:991px){	
	.center-wrapper {
	  position: absolute;
	  top: 55%;
	  left: 57%!important;
	  transform: translate(-50%, -50%);
	}
	.buttonpos{
		position:relative!important;
		left: -58px!important;		
	}
}

/* === Mobile Styles === */
@media (max-width: 768px) {
	.hero-video {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 110%;
	  object-fit: cover;
	  z-index: -1;
	}
    .hero-section {
	  position: relative;
	  width: auto;
	  height: 40vh;
	  overflow: hidden;
	}
	.buttonpos{
		position:relative!important;
		left: 0px;		
	}
	.center-wrapper {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
}
/*with video*/

.hero-button {
  background: linear-gradient(to right, #A1CB48 0%, #21A5AC 100%) !important;
  color: #fff;
  border-radius:15px;
  font-size:16px;
}

.hero-button:hover {
  background: linear-gradient(to right, #21A5AC  0%, #A1CB48 100%) !important;
  color: #fff;
  text-decoration:none;
}

.pagetagline{
	color:white;
	font-size:48px;
	font-weight:700;
	max-width: 640px;
	line-height: 65px;
}

.pagetaglineinfo{
	color:white;
	font-size:20px;
	font-weight:400;
	max-width: 600px;
}

@media (max-width: 768px) {
	.pagetagline{
		color:white;
		font-size:28px!important;
		font-weight:700;
		max-width: 600px;
		line-height:40px;
	}

	.pagetaglineinfo{
		color:white;
		font-size:16px!important;
		font-weight:400;
		max-width: 600px;
	}
}	

.u-btn-money-gradient-v1 {
    color: #fff;
    background: linear-gradient(to right, #A1CB48 0%, #21A5AC 100%) !important;
    /* background: linear-gradient(to right, #f34769 0%, #fd910e 100%) !important; */
}

.u-btn-money-gradient-v2 {
    color: #fff;
    background: linear-gradient(to right, #A1CB48 0%, #21A5AC 100%) !important;
    /* background: linear-gradient(to right, #f34769 0%, #fd910e 100%) !important; */
	border-radius:15px;
	font-size:16px;
}

.u-btn-money-gradient-v2:hover {
    color: #fff;
    background: linear-gradient(to right, #A1CB48 0%, #21A5AC 100%) !important;
    /* background: linear-gradient(to right, #f34769 0%, #fd910e 100%) !important; */
	border-radius:15px;
	font-size:16px;
	text-decoration:none;
}

.bg-partnercounter {
  position: relative;
  overflow: hidden;
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.g-rounded-30--md {
    border-radius: 30px !important;
}

.g-custom-servicesbox{
	min-height:200px;
}

.g-min-height-custom{
	min-height: 30px;
}	

.g-min-height-custom1 {
    min-height: 60px;
}

.imgsolution1{
	top: 90px;
    right: 30px;
}	

.custom-boxshadow {
    box-shadow: 0px 7px 20px rgba(51, 51, 51, 0.1);
}

.bg-merchantportal {
    background-image: url(https://imgcdn.myt.mu/mytmoney/images/merchant-portal-bg.jpg);
    background-size: cover;   
    background-repeat: no-repeat;
	background-position:bottom;
	height: 500px;
}

.bg-digitalintegration {
    background-image: url(https://imgcdn.myt.mu/mytmoney/images/digital-bg.jpg);
    background-size: cover;   
    background-repeat: no-repeat;	
}

.bg-api {
    background-image: url(https://imgcdn.myt.mu/mytmoney/images/api-bg2.jpg);
    /* background-size: contain;   
    background-repeat: no-repeat; */  
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 440px;
    width: 100%;
}

.apiboy{
	position:relative;
	top:0px;
}	

.g-round-bg-gris{
	background-color;#DCDCDC;
}	

.g-round-bg-gradient{
	 background: linear-gradient(to right, #A1CB48 0%, #21A5AC 100%) !important;
}

.arrow-wrapper {
  width: 40px; /* ↓ Reduced width */
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0; /* Remove default margin */
}

.arrow-svg {
  width: 100%;
  height: auto;
}

.dashed-line {
  stroke-dasharray: 8;
  stroke-dashoffset: 0;
  animation: dash 1s linear infinite;
  stroke-width: 1.5;
}

@keyframes dash {
  to {
    stroke-dashoffset: -8;
  }
}

/* Optional: Make arrows disappear on smaller screens */
@media (max-width: 991.98px) {
  .arrow-wrapper {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:991px){	
	.bg-merchantportal {
		background-image: url(https://imgcdn.myt.mu/mytmoney/images/merchant-portal-bg.jpg);
		background-size: cover!important;   
		background-repeat: no-repeat;
		background-position:bottom;
		height: 500px!important;   
	}
}
@media (max-width: 768px) {
	.g-rounded-30--md{
		border-radius: 0px !important;
	}
	.g-custom-servicesbox{
		min-height:170px;
	}	
	.imgsolution1{
		top: 0px;	
	}	
	.bg-api {
		background-image: url(https://imgcdn.myt.mu/mytmoney/images/api-bg2.jpg);		 
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
        display: block;		
	}	
	.text-center-mobile{
		text-align:center!important;
	}	
	.bg-digitalintegration {
		background-image: none;
	}
	.bg-merchantportal {
		background-image: url(https://imgcdn.myt.mu/mytmoney/images/merchant-portal-bg.jpg);
		background-size: 170%;   
		background-repeat: no-repeat;
		background-position:bottom;
		height: 340px;
	}
	.custom-h{
		min-height:235px;
	}	
}

@media (min-width: 992px) {
	.col-custom5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.g-bg-business {
    background-image: url(https://imgcdn.myt.mu/mytmoney/images/bannertest04.jpg);
    background-size: cover;
}

.bg-businesssolution {
    background-image: url(https://imgcdn.myt.mu/mytmoney/images/bg-partners.png);
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat;
}

.bg-businesssolution-flip {
    background-image: url(https://imgcdn.myt.mu/mytmoney/images/bg-partners-flip.png);
    background-size: auto;
    background-position: left;
    background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;   /* vertical center */
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  z-index: 10;
}
/* Keep arrows just inside container edges */
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}

/* Optional: smaller arrow icon */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-pagination {
    display: none !important;
  }
}




