/* =========================================
   HERO SLIDER / HOMEPAGE CAROUSEL
   ========================================= */

.hero-carousel {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(25, 19, 41, 0.2), rgba(25, 19, 41, 0));
}

/* ---------------------------
   Slick Slide Core Styling
--------------------------- */

/* Make slider stretch full width outside container */
.hpslider {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.hpslider .slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.hpslider .slick-list {
  margin: 0 -10px;
}

.hpslider .slick-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

/* ---------------------------
   Fade / Focus Effect
--------------------------- */
.hpslider .slick-slide {
  opacity: 0.25;
  filter: blur(2px);
  transition: all 0.3s ease;
}

.hpslider .slick-current {
  opacity: 1;
  filter: none;
}

/* ---------------------------
   Line Pagination (Custom Dots)
--------------------------- */
.hpslider ul.line-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
  gap: 12px;
  z-index: 10;
  padding: 0;
  margin: 0;
}

.hpslider ul.line-pagination li {
  list-style: none;
}

.hpslider ul.line-pagination li .dot {
  display: block;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.hpslider ul.line-pagination li.slick-active .dot {
  width: 40px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
}

/* ---------------------------
   Custom White Arrow Buttons
--------------------------- */
.hpslider button.slick-prev.custom-arrow,
.hpslider button.slick-next.custom-arrow {
  background-color: #fff !important;
  border: none !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Hover */
.hpslider button.slick-prev.custom-arrow:hover,
.hpslider button.slick-next.custom-arrow:hover {
  background-color: #f2f2f2 !important;
}

/* SVG icon */
.hpslider button.custom-arrow svg path {
  stroke: black;
  stroke-width: 2;
  fill: none;
}

/* Default Arrow Positioning (Desktop - Container width ≈ 1200px) */
.hpslider .slick-prev.custom-arrow {
  left: calc(50% - 600px - 45px);  /* 50% - half container width - offset */
}

.hpslider .slick-next.custom-arrow {
  right: calc(50% - 600px - 45px);
}

/* Remove default Slick pseudo icons */
.slick-prev::before,
.slick-next::before {
  content: none !important;
}

/* ---------------------------
   Responsive Arrow Adjustments
--------------------------- */

@media (min-width: 1900px) {
  .slide-img img{
    max-width: 1200px;
    margin: 0 auto;
  }
  /* Move arrows to align with the image edges */
  .hpslider .slick-prev.custom-arrow {
    left: calc(50% - 600px - 45px);  /* 50% - half image width - arrow offset */
  }

  .hpslider .slick-next.custom-arrow {
    right: calc(50% - 600px - 45px);
  }
}

/* Mobile (<768px): hide arrows */
@media (max-width: 768px) {
  .hpslider button.slick-prev.custom-arrow,
  .hpslider button.slick-next.custom-arrow {
    display: none !important;
  }
}

/* ---------------------------
   Responsive Slider Adjustments
--------------------------- */

@media (min-width: 1900px) {
  .slide-img img {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .hpslider .slick-slide img {
    height: auto;
  }
}

@media (max-width: 768px) {
  .hpslider {
    padding-bottom: 25px;
  }

  .hpslider .slide {
    padding: 0 8px;
  }

  .hpslider .slick-list {
    margin: 0 -8px;
  }

  .hpslider ul.line-pagination {
    bottom: 0px !important;
  }

  .hpslider ul.line-pagination li .dot {
    background: #AEAEAE;
  }

  .hpslider ul.line-pagination li.slick-active .dot {
    background: #000;
  }

}

@media (max-width: 480px) {
  .hpslider .slide {
    padding: 0 5px;
  }

  .hpslider .slick-list {
    margin: 0 -5px;
  }

  .text-center-mobile {
    text-align: center !important;
  }
}

/* ---------------------------
   Misc / Other Sections
--------------------------- */

.bg-hp{
	background-color: #F2F2F2;
}

.bg-quickaccess {
  background-color: #F2F2F2;
}

.custom-heightbox{
   min-height:65px;
}

.bg-fibreinternet {
   background-image: url('https://imgcdn.myt.mu/revolution/homepage/watching-tv-hp-3.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   height:500px;
}

.bg-wifisolution {
   background-image: url('https://imgcdn.myt.mu/revolution/homepage/wifi-product-hp2.jpg');
   background-repeat: no-repeat;
   background-position: top center;
   background-size: cover;
   height:500px;
}

/* Swiper pagination */
.tventertainmentOffers .swiper-pagination {
  position: relative;
  z-index: 2000 !important;
  bottom: 30px;
  text-align: center;
  margin-top: 10px;
}

/* Swiper container */
.tventertainmentOffers {
  overflow: hidden; /* default for mobile/tablet */
  max-width: 1240px;
  margin: 0 auto;
}

/* Swiper wrapper & slides */
.tventertainmentOffers .swiper-wrapper,
.tventertainmentOffers .swiper-slide {
  overflow: visible !important; /* allows hover zoom on desktop */
}

/* Card styling */
.card.custom-infobox {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform-origin: center center;
  will-change: transform;
  min-height: 320px;
  z-index: 0;
}

/* Card hover effect for all devices (light zoom) */
.card.custom-infobox:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
  z-index: 10;
}

/* Darken overlay on hover */
/* .card.custom-infobox:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(0,0,0,0.2);
  z-index: 1;
} */

/* Keep content above overlay */
.card.custom-infobox > * {
  position: relative;
  z-index: 2;
}

/* Desktop-only: allow zoom to go outside container */
@media (min-width: 1200px) { /* only large desktops */
  .tventertainmentOffers {
    overflow: visible !important;
  }

  .card.custom-infobox:hover {
    transform: scale(1.1);
    z-index: 10; /* appear above everything */
  }
  
  .card.infosbox:hover {	
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: scale(1.1);
    z-index: 10;
  }
}

.bg-dstvstream{
	background:url('https://imgcdn.myt.mu/revolution/homepage/dstv-stream1.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    height:450px;
}

.bg-dstvstream-promo{
	background:url('https://imgcdn.myt.mu/revolution/homepage/promos/dstv-2025-promo-tou-tou2.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: top!important;
    height:450px;
}

.bg-tvpacks {
   /* background-image: linear-gradient(to right, #00CCFF, #11A5F5); */
   /* display: flex;
   justify-content: flex-end;
   align-items: flex-end; */
   background:url('https://imgcdn.myt.mu/revolution/homepage/tv-packs1.jpg');
   background-repeat:no-repeat;
   background-size: cover;
   background-position: center;
   height:450px;
}

.bg-tvalacarte {
   /* background-image: linear-gradient(to right, #8EF071, #21A658); */
   /* display: flex;
   justify-content: flex-end;
   align-items: flex-end; */
   background:url('https://imgcdn.myt.mu/revolution/homepage/a-la-carte1.jpg');
   background-repeat:no-repeat;
   background-size: cover;
   background-position: center;
   height:450px;
}

.bg-dualroom {
   /* background-image: linear-gradient(to right, #3985B8, #2190A6); */
   /* display: flex;
   justify-content: flex-end;
   align-items: flex-end; */
   background:url('https://imgcdn.myt.mu/revolution/homepage/dual-room1.jpg');
   background-repeat:no-repeat;
   background-size: cover;
   background-position: center;
   height:450px;
}

/* .titleoffer{
	color: #fff;
    font-weight: 700 !important;
    text-align: center!important;
    font-size: 20px;
    margin-bottom: 0px !important;
} */

.titleofferlogo{
	width: 70px !important;
    padding-left: 10px;
}

.titleoffer{
	color: #000;
    font-weight: 700 !important;
    text-align: center!important;
    font-size: 26px;
    margin-bottom: 0px !important;
}

.titleofferdesc{
	color: #000;
    font-weight: 600 !important;
    text-align: center!important;
    font-size: 20px;
    margin-bottom: 0px !important;
    padding:10px;
    line-height:30px;
}

.titleofferdesc-tvalacarte{
	color: #000;
    font-weight: 600 !important;
    text-align: center!important;
    font-size: 20px;
    margin-bottom: 0px !important;
    padding-top: 20px;
	line-height:30px;
}

.g-button-pos{
	bottom: 1.5rem;
}

.card-clickable {
    position: relative;
}

.card-clickable .card-overlay {
    position: absolute;
    inset: 0;
    z-index: 999;  /* IMPORTANT: force above everything */
    cursor: pointer;
}

/* Push the button ABOVE the overlay */
.card-clickable .ouroffer,
.card-clickable .ouroffer a {
    position: relative;
    z-index: 1000 !important;
}

/* Hide the actual checkbox */
#toggle {
  display: none;
}

/* Toggle wrapper */
/* .toggle-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
} */

.toggle-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  position: relative;
}

/* Toggle label (the track) */
.toggle-label {
  width: 100%; /* make it flexible */
  max-width: 220px; /* maximum width on large screens */
  height: 50px;
  background: #ccc;
  border-radius: 25px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  user-select: none;
}

/* Text inside toggle */
.toggle-text {
  flex: 1;
  text-align: center;
  z-index: 2;
  transition: color 0.2s;
  color: #fff;
  font-size: 16px;
}

/* The round button */
.toggle-button {
  width: 48%; /* makes button size relative to toggle width */
  height: calc(100% - 4px);
  background: #000;
  border-radius: 25px;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.2s;
  z-index: 1;
}

/* When checked, move to the right */
#toggle:checked + .toggle-label .toggle-button {
  left: 50%;
}

/* Active label highlighting */
#toggle:not(:checked) + .toggle-label .toggle-text.left {
  color: #fff;
}

#toggle:not(:checked) + .toggle-label .toggle-text.right {
  color: rgba(255, 255, 255, 0.7);
}

#toggle:checked + .toggle-label .toggle-text.left {
  color: rgba(255, 255, 255, 0.7);
}

#toggle:checked + .toggle-label .toggle-text.right {
  color: #fff;
}

/* Responsive adjustments */
@media (min-width: 1024px) {
  .toggle-text {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .toggle-label {
    max-width: 160px;
    height: 40px;
  }

  .toggle-text {
    font-size: 14px;
  }
}

/* Content styling */
.content-container {
  margin: 0; /* remove auto centering */
}

.content {
  /*display: none;*/
  text-align: center;
}

.content.active {
  display: block;
}

/*mobile section*/
.custom-mobilebox{
	min-height:450px;
}

.offername_main{
	color: #fff;
    font-weight: 600 !important;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px !important;
}

.offertagline_main{
	color: #fff;
    font-weight: 700 !important;
    text-align: left;
    font-size: 24px;
    margin-bottom: 0px !important;
}

.offerprice_main{
	color: #fff;
    font-weight: 500 !important;
    text-align: left;
    font-size: 20px;
    margin-bottom: 0px !important;
}

.bg-prepay-main1{
	background:url('https://imgcdn.myt.mu/revolution/homepage/fast-internet.jpg');
	background-repeat:no-repeat;
	height: 450px;
    background-size: cover;
    background-position: center;
}

.bg-prepay-main2{
	background:url('https://jep-asset.akamaized.net/cms/assets/true5g/v5/immerse-m-7march.webp');
	background-repeat:no-repeat;
	height: 450px;
    background-size: cover;
    background-position: center;
}

.bg-postpaid-main1{
	background:url('https://imgcdn.myt.mu/revolution/homepage/postpay-hp.jpg');
	background-repeat:no-repeat;
	height: 450px;
    background-size: cover;
    background-position: center;
}

.bg-postpaid-main2{
	background:url('https://jep-asset.akamaized.net/cms/assets/true5g/v5/immerse-m-7march.webp');
	background-repeat:no-repeat;
	height: 450px;
    background-size: cover;
    background-position: center;
}

.bg-postpaid-sub1{
	background:url('https://imgcdn.myt.mu/revolution/homepage/premium-phone-hp.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    height:450px;
}

.bg-postpaid-sub2{
	background:url('https://imgcdn.myt.mu/revolution/homepage/data-only-hp-4.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    height:450px;
}

.custom-mobilebox2{
	min-height:210px;
}

.offername{
	color: #000;
    font-weight: 700 !important;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px !important;
	min-height:60px!important;
}

.offertagline{
	color: #000;
    font-weight: 400 !important;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px !important;
	min-height:100px!important;
}


#myt-mobile-offers .tabs {
  /* wrapper styling */
}
#myt-mobile-offers .tab-list {
  display: flex;
  padding: 0;
  margin: 0 0 1rem 0;
  border‐bottom: 2px solid #ccc;
  font-size:20px;
}
#myt-mobile-offers .tab-list .tab {
  padding: 0.3rem 1.5rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 25px;
  list-style-type: none;
  margin-right: 10px;
}
#myt-mobile-offers .tab-list .tab.active {
	border-color: #000;
	border-bottom: 1px solid #000;
	color: #fff;
	list-style-type: none;
	border-radius: 25px;
	list-style-type: none;
	background-color:#000;
}
#myt-mobile-offers .tab-pane {
  display: none;
}
#myt-mobile-offers .tab-pane.active {
  display: block;
}

.g-button2-pos{
	bottom: 2.5rem;
}

.g-button3-pos{
	bottom: 1.5rem;
}

/*travel section*/
.offerdesc{
	color: #fff;
    font-weight: 700 !important;
    text-align: left;
    font-size: 25px;
    margin-bottom: 10px !important;
}

.taglineoffer{
	color: #fff;
    font-weight: 400 !important;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px !important;
}

.bg-travel-main1{
	background:url('https://imgcdn.myt.mu/revolution/homepage/travel-image4.jpg');
	background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
	height:450px;
}

.bg-travel-main2{
	background:url('https://imgcdn.myt.mu/revolution/homepage/tourist-image5.jpg');
	background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
	height:450px;
}

.custom-maxwidth1{
	max-width:210px;
}

.custom-maxwidth2{
	max-width:300px;
}

/*devices section*/
.title_offer{
	color: #fff;
    font-weight: 700 !important;
    text-align: center!important;
    font-size: 20px;
    margin-bottom: 0px !important;
	min-height:70px!important;
}

.title_intro{
	color: #fff;
    font-weight: 400 !important;
    text-align: center!important;
    font-size: 18px;
    margin-bottom: 0px !important;
	min-height:120px!important;
}

.device_model_main{
	color: #000000;
    font-weight: 700 !important;
    text-align: left;
    font-size: 24px;
    margin-bottom: 0px !important;
}

.device_price_main{
	color: #000000;
    font-weight: 800 !important;
    text-align: left;
    font-size: 30px;
    margin-bottom: 0px !important;
}

.device_price_strike_main{
	color: #989898;
    font-weight: 500 !important;
    text-align: left;
    font-size: 24px;
    margin-bottom: 0px !important;
	min-height:20px!important;
}

.custom-devicebox{
	/* min-height: 550px !important; */
	min-height: 450px !important;
}

.device_brand{
	color: #4F4D4E;
    font-weight: 600 !important;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.device_model{
	color: #000000;
    font-weight: 700 !important;
    text-align: left;
    font-size: 20px;
    margin-bottom: 0px !important;
	min-height:70px!important;
}

.device_price{
	color: #000000;
    font-weight: 800 !important;
    text-align: left;
    font-size: 20px;
    margin-bottom: 0px !important;
}

.device_price_strike{
	color: #989898;
    font-weight: 500 !important;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0px !important;
	min-height:20px!important;
}

.device_save{
	background-color: #1690CF;
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    min-height: 30px;
    border-radius: 5px;
	margin-top:10px;
	margin-bottom:10px;
    text-align: center;
	padding: 5px;
    width: 120px;
}

.device_new{
	background-color: #ee2365;
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    min-height: 30px;
    border-radius: 5px;
	margin-top:10px;
	margin-bottom:10px;
    text-align: center;
	padding: 5px;
    width: 120px;
}

.device_img{
	margin:0 auto!important;
}


.g-custom-top-dstv{
   top: 4.5rem;
}	

.bg-mytmoney{
   background-image:url(https://imgcdn.myt.mu/revolution/homepage/myt-money-bg-2025.jpg);
   background-position:bottom;
   background-size:cover;
   background-repeat:no-repeat;
}

.mytmoney-image{
   position: absolute;
   top:-50px;
   left:30px;
}

.mytmoney-image2{
	position: absolute;
	top: -130px;
}	

#myt-money-offers .tabs {
  /* wrapper styling */
}
#myt-money-offers .tab-list {
  display: flex;
  padding: 0;
  margin: 0 0 1rem 0;
  border‐bottom: 2px solid #ccc;
  font-size:20px;
}
#myt-money-offers .tab-list .tab {
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 25px;
  list-style-type: none;
  margin-right: 10px;
}
#myt-money-offers .tab-list .tab.active {
	border-color: #000;
	border-bottom: 1px solid #000;
	color: #fff;
	list-style-type: none;
	border-radius: 25px;
	list-style-type: none;
	background-color:#000;
}
#myt-money-offers .tab-pane {
  display: none;
}
#myt-money-offers .tab-pane.active {
  display: block;
}

.custom-help-heightbox{
	min-height:160px;
}


/* ---------------------------
   Responsive Misc / Other Sections Adjustments
--------------------------- */

@media (max-width: 992px) {
	.bg-prepay-main1{
		background:url('https://imgcdn.myt.mu/revolution/homepage/fast-internet.jpg');
		background-repeat:no-repeat;
		height: 525px;
		background-size: cover;
		background-position: center;
	}

	.bg-prepay-main2{
		background:url('https://jep-asset.akamaized.net/cms/assets/true5g/v5/immerse-m-7march.webp');
		background-repeat:no-repeat;
		height: 525px;
		background-size: cover;
		background-position: center;
	}

	.bg-postpaid-main1{
		background:url('https://imgcdn.myt.mu/revolution/homepage/postpay-hp.jpg');
		background-repeat:no-repeat;
		height: 515px;
		background-size: cover;
		background-position: center;
	}

	.bg-postpaid-main2{
		background:url('https://jep-asset.akamaized.net/cms/assets/true5g/v5/immerse-m-7march.webp');
		background-repeat:no-repeat;
		height: 525px;
		background-size: cover;
		background-position: center;
	}
	.bg-postpaid-sub1{
		background:url('https://imgcdn.myt.mu/revolution/homepage/premium-phone-hp.jpg');
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center;
		height:450px;
	}

	.bg-postpaid-sub2{
		background:url('https://imgcdn.myt.mu/revolution/homepage/data-only-hp-4.jpg');
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center;
		height:450px;
	}	
	.offername{
		color: #000;
		font-weight: 700 !important;
		text-align: left;
		font-size: 16px;
		margin-bottom: 10px !important;
		min-height:62px!important;
	}

	.offertagline{
		color: #000;
		font-weight: 400 !important;
		text-align: left;
		font-size: 14px;
		margin-bottom: 0px !important;
		min-height:120px!important;
	}
	.g-button2-pos{
		bottom: 2.5rem;
		left:8px;
	}
	.mytmoney-image2{
		position: relative;
		top: 20px;
	}
}

@media (max-width: 767px) {
	.bg-fibreinternet {
	   background-image: url('https://imgcdn.myt.mu/revolution/homepage/watching-tv-hp-3.jpg');
	   background-repeat: no-repeat;
	   background-position: center center;
	   background-size: cover;
	   height:350px;
	}

	.bg-wifisolution {
	   background-image: url('https://imgcdn.myt.mu/revolution/homepage/wifi-product-hp2.jpg');
	   background-repeat: no-repeat;
	   background-position: top center;
	   background-size: cover;
	   height:350px;
	}
    .custom-heightbox{
	   min-height:70px;
    }
	.custom-help-heightbox{
	   min-height:150px;
    }
	.device_img{
		margin:0 auto!important;
		width:250px;
	}
    .custom-devicebox{
		min-height: 450px !important;
    }
	.custom-infobox{
		min-height: 320px !important;
    }
	.bg-dstvstream{
		background:url('https://imgcdn.myt.mu/revolution/homepage/dstv-stream1.jpg');
		background-repeat:no-repeat;
		background-size: cover;
		background-position: top!important;
		height:420px;
	}
	.bg-dstvstream-promo{
		background:url('https://imgcdn.myt.mu/revolution/homepage/promos/dstv-2025-promo-tou-tou2.jpg');
		background-repeat:no-repeat;
		background-size: cover;
		background-position: top!important;
		height:420px;
	}
	.bg-tvpacks {
	   background:url('https://imgcdn.myt.mu/revolution/homepage/tv-packs1.jpg');
	   background-repeat:no-repeat;
	   background-size: cover;
	   background-position: top!important;
	   height:420px;
	}

	.bg-tvalacarte {
	   background:url('https://imgcdn.myt.mu/revolution/homepage/a-la-carte1.jpg');
	   background-repeat:no-repeat;
	   background-size: cover;
	   background-position: top!important;
	   height:420px;
	}

	.bg-dualroom {
	   background:url('https://imgcdn.myt.mu/revolution/homepage/dual-room1.jpg');
	   background-repeat:no-repeat;
	   background-size: cover;
	   background-position: top!important;
	   height:420px;
	}
	.custom-mobilebox{
		min-height:350px;
	}
	.titleoffer{
		color: #000;
		font-weight: 700 !important;
		text-align: center!important;
		font-size: 26px;
		margin-bottom: 0px !important;
		min-height:70px!important;
	}
	.bg-prepay-main1{
		background:url('https://imgcdn.myt.mu/revolution/homepage/fast-internet.jpg');
		background-repeat:no-repeat;
		height: 350px;
		background-size: cover;
		background-position: top center;
	}

	.bg-prepay-main2{
		background:url('https://jep-asset.akamaized.net/cms/assets/true5g/v5/immerse-m-7march.webp');
		background-repeat:no-repeat;
		height: 350px;
		background-size: cover;
		background-position: center;
	}

	.bg-postpaid-main1{
		background:url('https://imgcdn.myt.mu/revolution/homepage/postpay-hp.jpg');
		background-repeat:no-repeat;
		height: 350px;
		background-size: cover;
		background-position: center;
	}

	.bg-postpaid-main2{
		background:url('https://jep-asset.akamaized.net/cms/assets/true5g/v5/immerse-m-7march.webp');
		background-repeat:no-repeat;
		height: 350px;
		background-size: cover;
		background-position: center;
	}
	.bg-postpaid-sub1{
		background:url('https://imgcdn.myt.mu/revolution/homepage/premium-phone-hp.jpg');
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center;
		height:450px;
	}
	.bg-postpaid-sub2{
		background:url('https://imgcdn.myt.mu/revolution/homepage/data-only-hp-4.jpg');
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center;
		height:450px;
	}	
	.offerdesc{
		color: #fff;
		font-weight: 700 !important;
		text-align: left;
		font-size: 18px;
		margin-bottom: 10px !important;
	}
	.offertagline{
		color: #000;
		font-weight: 400 !important;
		text-align: left;
		font-size: 14px;
		margin-bottom: 0px !important;
		min-height:120px!important;
	}
	.bg-travel-main1{
		background:url('https://imgcdn.myt.mu/revolution/homepage/travel-image4.jpg');
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center;
		height:325px;
	}

	.bg-travel-main2{
		background:url('https://imgcdn.myt.mu/revolution/homepage/tourist-image5.jpg');
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center;
		height:325px;
	}
	.g-custom-top-dstv{
	   top: 0.5rem;
	}	
	#myt-money-offers .tab-list .tab {
	  padding: 0.5rem 1.0rem;
	  cursor: pointer;
	  border: 1px solid #000;
	  border-radius: 25px;
	  list-style-type: none;
	  margin-right: 10px;
	}
	#myt-money-offers .tab-list {
	  display: flex;
	  padding: 0;
	  margin: 0 0 1rem 0;
	  font-size:16px;
	}
	.g-button2-pos{
		bottom: 2.5rem;
		left:8px;
	}	
}

.bg-stream {
  background:url('https://imgcdn.myt.mu/bg-dstv-stream.jpg');
  background-size: cover;
}

/* ---------------------------
  Promo Adjustments
--------------------------- */

.promobarpos {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
}
.promobarbg-mythome {
	background-color: #ec0087;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;			
}
.promobartext {
	margin: 0 auto;
	font-size:14px !important;
	color:#fff;
	text-align: center;
	font-weight: 800;
	padding-top: 5px;
	width:200%;
	height:30px;
}
	
.highlight-gradient {
    background: linear-gradient(90deg, #ff00ff, #766bf1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.custom-shadow {
	border: solid 2px #EE55FF;
	box-shadow: 0px 0px 10px 0px rgba(146.99999999999983, 77.00000000000001, 255, 0.5);
}

.bg-highlight {
	background: linear-gradient(110deg, #FF51FF 0%, #6D7CFF 100%);
}

.bg-highlight:hover {
	background: linear-gradient(180deg, #6D7CFF 0%, #6D7CFF 100%);
}
.btn-all-offers{
	color:#6D7CFF;
	border: 1px solid #6D7CFF;
}

.btn-all-offers:hover{
	color:#6D7CFF;
	border: 1px solid #6D7CFF;
}
