.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: 60%;
  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%);
	}
}

/* === 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: 55%;
	  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: 575px;
    text-align: center;
}

@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;
}

/*carousel*/



.swiper-slide img {
	width: 100% !important;
	/* border-radius: 15px; */
	display: block;
}

.swiper {
  /* overflow: hidden; */ /* Remove or comment this out */
  position: relative; /* Ensure positioning works for arrows */
}

/* Arrow common styling */
.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;
  }
}

/*carousel*/

.sectiontitle{
	color:#27346d;	
}


.blocktitle{
	color:#27346d;
	font-weight: 500 !important;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px !important;
    margin-bottom: 0px !important;	
}

.g-custom-minheight {
    min-height: 65px;
}


.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;
}


.box-style-theme {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 15px;
    background-color: #eaeaea;
}

.g-fond-bleu {
    background-color: #f5f7fa;
}

.g-border-radius15 {
    border-radius: 15px;
}


.modal-custom {
    width: 100% !important;
    height:60% !important;
    position: absolute;
    bottom: 0%;
    border-radius: 20px 20px 0px 0px;
    background-color: #F9F9F9;
}

.bg-partner{
	background-image:url(https://imgcdn.myt.mu/mytmoney/images/bg-partners.png);	
	background-size:auto;
	background-position: right;
	background-repeat:no-repeat;
}

.bg-partner-flip{
	background-image:url(https://imgcdn.myt.mu/mytmoney/images/bg-partners-flip.png);	
	background-size:auto;
	background-position: left;
	background-repeat:no-repeat;
}

.bgpartner1{
	background-color:#F1F1F1;
	background-size:cover;
}	

.imgpartner1{
	top: 120px;	
}	

.g-bg-partners-header{
	background-image: url('https://imgcdn.myt.mu/mytmoney/banners/myt-partners-bg-main.jpg'); 
	background-size: cover;		
}	
	

@media (max-width: 767px) {
    .modal-custom {
        width: 100% !important;
        height: 60% !important;
        position: absolute;
        bottom: 0%;
        border-radius: 20px 20px 0px 0px;
        background-color: #F9F9F9;
    }
	.g-border-radius15 {
		border-radius: 0px;
	}
	.g-bg-partners-header{
		background-image: url('https://imgcdn.myt.mu/mytmoney/banners/myt-partners-bg-main.jpg'); 
		background-size: cover;		
	}	
	.bg-partner{
		background-image:url(https://imgcdn.myt.mu/mytmoney/images/bg-partners.png);	
		background-size:cover;
		background-position: -160px 90px;
		background-repeat:no-repeat;
	}
	.bg-partner-flip{
		background-image:url(https://imgcdn.myt.mu/mytmoney/images/bg-partners-flip.png);	
		background-size:cover;
		background-position: -160px 90px;
		background-repeat:no-repeat;
	}
	.imgpartner1{
		top: 0px;	
	}	
	.text-center-mobile{
		text-align:center!important;
	}
}

.g-rounded-30--md {
    border-radius: 30px !important;
}

@media (max-width: 768px) {
	.g-rounded-30--md{
		border-radius: 0px !important;
	}
}



