.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: 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;
}

.sectiontitle{
	color:#27346d;
}	

/*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;
  }
}

/*tabs*/

.accountsteps a{
	color: #000;    
}

.accountsteps a:active{
	color:#000;
	font-weight: 600;
	border-bottom: 3px solid #000;
}

.accountsteps a.btn:active{
	color:#000!important;
	font-weight: 600;
}

a.btn.active {
    color: #000 !important;
    font-weight: 600;    
    border-bottom: 3px solid #000;
}


/*tabs*/

.card {
  position: relative;
  border:none;
}
.main-link::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*gift catalogue*/

.g-family-gotham-bold{
	font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif!important;
}

.g-text-bluecolor {
    color: #003b5c !important;
}

.borderimg{
	border: solid 1px #dbdbdb !important;
}

.captiontext2 li {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-decoration: none!important;
    padding-bottom: 10px;
}

.pts-bg{
	background-color: #04abc5;
    padding: 15px;
    border-radius: 35px;		
}

.g-bg-btn {
    color: #000 !important;
    border: solid 1px #000!important;
}

.g-color-pantone319 {
    color: #4fbcbd;
}

/*gift catalogue*/


.custom-boxshadow {
    box-shadow: 0px 7px 20px rgba(51, 51, 51, 0.1);
}

.border-vert-pale:hover {
    border: 2px solid #A1CB48;
}

.g-rounded-top-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important; }

/*tabs*/

.g-bg-deals-banner{
	background-image: url('https://imgcdn.myt.mu/mytmoney/banners/myt-moneydeals.jpg'); 
	background-size: cover;
}	


@media (max-width: 768px) {
	.g-bg-deals-banner{
		background-image: url('https://imgcdn.myt.mu/mytmoney/banners/myt-moneydeals.jpg'); 
		background-size: cover;		
	}		
}	

.scroll-container {
    overflow-x: scroll;
    white-space: nowrap;
}

.card1 {
    display: inline-block;
    width: 225px;
    padding-right: 10px;
}

.activated {    
    border: 2px solid #A1CB48 !important;    
    border-radius: 20px !important;    
    color: #000!important;    
}

.activated a{
	color: #000!important;    
}	

.notactivated a{  
    color: #777!important;    
}

.modal-custom {
    width: 100% !important;
    height:60% !important;
    position: absolute;
    bottom: 0%;
    border-radius: 20px 20px 0px 0px;
    background-color: #F9F9F9;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
} 

@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;	
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
    } 	
}
