@charset "utf-8";
/* CSS Document */


/* --------------------------------------------------------
	RESETS
   -------------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, strong, b, u, i, ol, ul, li, form, label, table, caption, article, aside, canvas, footer, header, hgroup, menu, nav, output, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	height: 100%;
}

a {
	text-decoration: none;
	color: #4a4a4a;
	cursor: pointer;
	font-weight: 600;
}
a:focus, a:hover {
	text-decoration: none;
	color: #5e5e5e;
}
ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 10px;
	padding-right: 10px;
}
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.col-center-block {
	float: none;
	display: block;
	margin: 0 auto;
}
.ellipsis {
	white-space: nowrap;
	width: 100%;
	overflow: hidden; /* "overflow" value must be different from "visible" */
	text-overflow: ellipsis;
}
.clear {
	clear: both;
}
.sm-show, .lg-hide {
	display: none;
}
img.lazy {
	width: 24px;
	height: 24px;
}

select {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}


/* =====================================
    GENERAL 
========================================*/
body {
	background-color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Lato', Arial, Helvetica, Arial, Tahoma, sans-serif;
	font-weight: 400;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	xoverflow-x: hidden;
	color: #171717;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.container {
  max-width: 1260px;
  width: 100%;
	padding-left: 15px;
  padding-right: 15px;
}

p {
  overflow: hidden;
  font-size: 1.000em;
  color: #171717;
  line-height: 21px;
  margin-bottom: 8px;
}

.lightgrey-bg {
	background: #f6f6f6;
	padding: 40px 0;
}

#subscribe-wrapper {
	flex: 1 0 auto;
  xoverflow: hidden;
}

a.url-link {
	color: #004BD1 !important;
	text-decoration: underline;
	text-decoration-color: #004BD1;
  	text-underline-offset: 3px;
}

.col-centered {
  margin: 0 auto;
  float: none;
}


.float-none {
  margin: 0 auto;
  float: none;
}

.center {
  overflow: hidden;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.bot-30 {
  margin-bottom: 30px;
}

.pad-20 {
  padding: 20px;
}

a {
  text-decoration: none;
  color: #4a4a4a;
  cursor: pointer;
  font-weight: 600;
}

h1, h2, h3 {
	font-weight: 900;
}

.wrapper-maincontent {
	flex: 1;
	overflow: hidden;
}

.top-40 {
	margin-top: 40px;
}

.bot-20 {
	margin-bottom: 20px;
}

.top-50 {
	margin-top: 50px
}

.top-30 {
	margin-top: 30px
}

.box-wrap {
	border: 1px solid #e0e0e0;
	padding: 20px;
}

/* =====================================
    FONT SIZES 
========================================*/
.f13 {
	font-size: 13px;
	line-height: 20px;
}
.f14 {
  font-size: 0.875em;
  line-height: 20px;
}

.f16 {
  font-size: 1em;
  line-height: 21px;
}

.f18 {
  font-size: 1.125em;
  line-height: 1.500em;
}

.f24 {
  font-size: 24px;
}

.f28 {
  font-size: 1.750em;
  line-height: 1.140em;
}

.f36 {
	font-size: 36px;
	line-height: 22px;
}

.order-summary .headline {
  xborder: none;
}
.headline {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 18px;
  overflow: hidden;
 border-bottom: 1px solid #d6d6d6;
}

.title-01 {
  color: #171717;
  font-weight: 900;
  font-size: 1.125em;
  line-height: 1.200em;
}

.headline hr {
  border: 1.5px solid #b00;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 1;
}


/* =====================================
    GOOGLE ICONS
========================================*/
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 20
}

.material-symbols-outlined.check-icon {
	color: #03a819;
	font-weight: 700;
}

.material-symbols-outlined.close-icon {
	color: #DA2128;
	font-weight: 700;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-style: normal;
  font-size: 20px !important;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

.material-symbols-outlined.arrow-back-icon {
  font-size: 28px !important;
}

.user-icon {
	font-size: 24px !important;
	color: #171717;
}

/* =====================================
    BUTTONS
========================================*/
a.btn-subscribe {
    color: #fff;
    background-color: #bb0000;
    border-color: #bb0000;
}
a.btn-subscribe:hover {
    color: #fff;
	background-color:#d11111;
	 border-color: #d11111;
}

.reg-button {
  background: #bb0000;
  padding: 10px 28px;
  margin: 20px auto;
  overflow: hidden;
  display: block;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  border: 0;
  border-radius: 8px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  width: fit-content;
}


.reg-button:hover {
	background: #DA2128;
	color: #fff;
}


.button-view.go-newsstand {
	display: block;
  	text-align: center;
  	width: fit-content;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	margin-top: 10px;
}


.button-view.go-newsstand a {
	display: flex;
	align-content: center;
	line-height: 23px;
	color: #b00;
	border: 1px solid #b00;
	padding: 8px 25px;
	background: transparent;
	border-radius: 8px;
	text-transform: capitalize;
}
.button-view.go-newsstand a:hover {
	color: #b00;
	background-color: rgba(0, 0, 0, 0.05);
}


/* =====================================
    HEADER
========================================*/
.wrap-nav {
  min-height: 60px;
  display: block;
}

navbar-main.navbar {
  min-height: 42px;
}


#navbar-main.navbar {
  background-color: #fff;
  border-color: #d6d6d6;
  border-radius: 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
  color: #d6d6d6;
}
a.navbar-brand.mx-auto.d-sm-block
{
  text-align: center;
  float: none;
  padding: 8px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#subscribe-wrapper .backto {
  xposition: absolute;
  xleft: 5%;
 xmargin-top: 20px;
}

#subscribe-wrapper .navbar-header, #subscribe-wrapper .navbar-brand {
  text-align: center;
  float: none;
	padding: 8px 0;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon.biz {
  margin-top: 4px;
}

.branding, #navbar-main.navbar {
	background: #fff;
	border-color: #d6d6d6;
	margin-bottom: 0;
	border-right: none;
	border-left: none;
	border-radius:0;
}
/*:Branding*/
.branding .navbar-brand {
	min-height: 60px;
}
.branding .navbar-brand {
	padding: 4px;
}
.brand-promo ul, .brand-promo ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.brand-promo.nav .open>a, .brand-promo.nav .open>a:focus, .brand-promo.nav .open>a:hover, .brand-promo.nav>li>a:focus, .brand-promo.nav>li>a:hover {
	background: none;
	text-decoration: underline;
}
.brand-promo>li>a {
	font-size: 13px;
	color: #b00;
	line-height: 32px;
}
.social-branding {
	display: inline-block;
	padding: 0;
	margin: 0;
}
ul.social {
	overflow: hidden;
	display: block;
}
ul.social-branding li {
	float: left;
	padding: 15px 6px;
}
ul.social-branding li:last-child {
	padding-right: 0;
}


ul.social-branding-2{
  margin:0 auto;
  text-align:center;
}

ul.social-branding-2 li {
    display: inline-block;
}
/*:Main Navigation*/


.navbar-brand.brand-mobile {
	display: none;
}
#navbar-main.navbar {
	min-height: 42px;
}
.active {
	xbackground: #dfdfdf;
}
#tsolnavbar.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	float: left;
}
#tsolnavbar .navbar-nav>li>.dropdown-menu {
	padding: 0;
}
#navbar-main.sticky-top {
	width: 100%;
	top: 35px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9999;
	-moz-box-shadow: 0px 0.8px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0.8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0.8px 0px rgba(0,0,0,0.1);
	position: fixed;
	height: 60px;
}


.navbar-nav > li:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 0;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:before {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	padding-right: 8px;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #888888;
	margin-top: 6px;
	margin-right: -10px;
}
#page-header .navbar-right {
	margin-right: 0;
}
/*:Main Navigation Font Treatment*/

#tsolnavbar ul.nav li a {
	color: #383838;
	font-size: 14px;
	font-weight: 600;
}
#tsolnavbar ul.nav li ul li a {
	padding: 10px;
	margin: 0;
	font-weight: 400;
}

#tsolnavbar .nav > li > a {
	padding: 11px 12px!important;
}
#tsolnavbar .nav > li > a.tsol {
	padding: 9px 12px !important;
}
ul.dropdown-menu.log-in {
	padding: 0;
	right: 0 !important;
	left: inherit;
}
ul.dropdown-menu.log-in li {
	width: 100%;
}
ul.dropdown-menu.log-in li a {
	padding: 10px 12px;
}
li.log-out {
	border-top: 1px solid #d6d6d6;
}
ul.dropdown-menu.log-in >.log-out a {
	background: #eee;
	margin: 10px;
	border-radius: 0;
	padding: 5px 10px;
	text-align: center;
	font-weight: 600;
}
ul.dropdown-menu.log-in li {
    padding: 10px 12px;
}
ul.dropdown-menu.log-in li a {
    padding: 0px;
    font-weight: 400;
}
li.log-out {
    border-top: 1px solid #d6d6d6;
    margin: 0 auto;
    text-align: center;
}
#login_menu .dropdown-menu {
    --bs-dropdown-spacer: 3px;
}

ul.social-branding li#login_menu {
    padding: 0px;
}
/*:Main SearchBar*/

#page-header .buttonsearch {
	background: none;
	border: none;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 20px;
}
.buttonsearch .close {
	opacity: 1;
}
.searchbardiv {
	display: block;
	z-index: 1001;
	width: 100%;
	max-width: 100%;
	padding: 10px 0;
	margin: 0px;
}
.searchbardiv .form-control, .searchbardiv .btn {
	border-radius: 0;
}
#formsearch {
	display: none;
	clear: both;
}
.searchbox {
	box-shadow: none;
	padding: 8px 14px;
}
.searchbox:hover {
	box-shadow: none;
}
button.adv-search {
	font-weight: 900;
}
.form-control:focus {
	xborder-color: #ccc;
}
.navbar-toggle {
	margin-right: 35px;
	border: none;
	background: transparent !important;
}
.navbar-toggle:hover {
	background: transparent !important;
}
.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
	border: 2px solid #383838;
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}
.height43 {
	height: 43px;
	background: #f2f2f2;
}
.nav-pills-dropdown {
	display: none;
}
#tsolnavbar ul.nav li ul li.biz-premium a {
	font-weight: 700;
	background: #d73a40;
	color: #fff;
}

.nav .btn--login .login {
  border: 1px solid #171717;
  padding: 5px 10px;
  margin-top: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 4px;
  font-size: 0.813em;
  line-height: 20px;
	margin-right: 6px;
}

.nav .btn--login .login:hover {
	background-color: rgba(0,0,0,0.05)
}


#navbar-main.navbar .login {
  color: #171717;
}

.navbar.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}


.sprite-icon {
  background: url(https://cdn.thestar.com.my/Themes/img/tsol-spritesv5.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  display: inline-block;
  vertical-align: middle;
}

.wrap-nav .backto-dark .icon.sprite-icon {
  background-position: -816px -27px;
  width: 24px;
  height: 16px;
}


/* =====================================
    AD SLIDER 
========================================*/
.ads {
  text-align: center;
  margin: auto;
}


.ad-slider {
	margin: 25px auto 50px auto!important;
  max-width: 600px;
}

.ad-slider .slick-dots {
    bottom: -25px !important;
}

.ad-slider .slick-dots li button:before{
    font-size:32px!important;
}

.ad-slider.slick-slider{
	margin-bottom:45px;
}

.in-ad {
  max-width: 600px;
  margin: 0 auto;
}

.ad-slider .slick-prev,.ad-slider .slick-next {
  display: none !important;
}


/* =====================================
    DIGITAL ACCESS
========================================*/
.digital-access {
	xpadding: 40px 0;
}

.digital-access .das-wrapper {
  border-bottom: none; 
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.digital-access .das-desc h1 {
  font-weight: 900;
  color: #bb0000;
  margin-bottom: 6px;
  line-height: 40px;
}

.digital-access .das-desc span {
  color: #171717;
  line-height: 26px;
}

.das-desc {
	text-align: left;
	padding-right: 20px;
}

.das-desc, .das-visual {
  flex: 1;
  xmin-width: 300px; /* optional for wrapping */
}



/* =====================================
    PROMO URL
========================================*/
.epaper-link {
  color: #004BD1;
  text-decoration: underline;
  font-weight: 400;
	font-style: italic;
}

.promourl-wrap {
  margin: 20px auto;
  padding: 10px;
  xbackground: #f2f2f2;
  max-width: 450px;
  clear: both;
  float: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
}



/* =====================================
    PACKAGES
========================================*/
.catalog-set input[type="radio"] {
  position: absolute;
  xtop: 16px;
  right: 30px;
  appearance: none;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.catalog-set input[type="radio"]:checked {
  border: 6px solid #bb0000;
}

.catalog-set.best-value {
  border: 2px solid #bb0000;
}

.catalog-set.best-value .tag {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #171717;
  color: #fff;
  font-size: 12px;
  padding: 3px 15px;
}

.catalog-set p.monthly-plan {
	color: #bb0000;
	font-size: 13px;
	font-weight: 700;
}

.catalog-set .products{
	padding: 30px 20px 20px 20px;
	height: 145px;
}


.product-price {
	font-weight: 900;
	color: #171717;
	margin-bottom: 8px;
}

.product-price span {
	font-weight: 400;
	font-size: 13px;	
}

.products {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  transition: border-color 0.3s;
}

.products p {
	color: #171717;
}


.item-desc {
	font-weight: 400;
	font-size: 13px;
	color: #595959 !important;
}

/* When selected, highlight with red */
.products.selected {
  border-color: #bb0000;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
}

.packages-wrap.for-subscription .catalog-set {
	border: none !important;
	margin: 10px 0 !important;
}

.packages-wrap {
	padding-bottom: 20px;
	clear: both;
}

.packages-wrap .catalog-set {
	border-radius: 8px;
	position: relative;
  flex: 1;
	margin: 10px 15px;
}

.packages-wrap .catalog {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}



/* =====================================
    FEATURES
========================================*/
.feature-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
}

.feature-column {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  xmin-width: 250px;
  color: #171717;
}

.feature-column li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  margin-bottom: 12px;
 break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
	margin-bottom: 12px;
	line-height: 21px;
	padding: 0 20px;
}


.feature-list .feature-column {
  column-count: 2;
  xcolumn-gap: 20px;
  list-style: none;
  padding: 0;
}

.feature-note {
  margin-left: 5px;
}


/* =====================================
    GROUP SUBSCRIPTION
========================================*/
.packages-wrap.grp-subscription .catalog-set {
  border: none;
	margin: 0;
}


.packages-wrap.grp-subscription {
	border-top: 1px solid #d6d6d6;
	margin: 20px 0 40px 0;
	
}
.packages-wrap.grp-subscription .products {
  padding: 0;
}

.grp-subscription h2{
	margin-bottom: 8px;
	color: #171717;
}

.grp-subscription p {
	line-height: 20px;
}


/* =====================================
    OTHER PLANS
========================================*/
.op-wrap {
	xpadding: 60px 0;
	color: #171717;
}

.other-plans h2 {
	color: #bb0000;
	font-weight: 900;
	margin-bottom: 8px;
}

.other-plans .catalog {
	margin-top: 30px;
}

.other-plans .catalog-set {
	padding: 20px !important;
	background: #fff;
	border: none !important;
	display: flex;
   align-items:center;
	border-radius: 0 !important;
}

.other-plans.lightgrey-bg {
	padding: 60px 0 40px 0;
}

.op-desc {
	width: 40%;
	line-height: 21px !important;
	color: #171717;
}

.op-details h3 {
	margin-bottom: 12px;
	color: #171717;
}

.op-details {
  width: 60%;
 padding-right: 10px;
}

.product-img {
	width: 40%;
}



/* =====================================
    SLIDER
========================================*/
.slider-feature {
	background: #3c3c3c;
	padding: 65px 0;
	 overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  touch-action: pan-y; 
}

.slider-feature .f20 {
	font-size: 20px;
	line-height: 32px;
}

.swiper-wrapper {
	xmargin-top: 40px;
	xmargin-left: 40px;
	overscroll-behavior-x: contain;
  touch-action: pan-y;
	xpadding-right: 60px;
	padding-top: 30px;
}

.swiper-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden; 
  height: 500px;
  position: relative;
	width: 300px; 
  flex-shrink: 0; /* prevent shrinking */
}

.swiper-slide.last-slide {
	padding-right: 40px;
}

/* Color Variants */
.swiper-slide.drkgreybg {
  background: #0a0a0a;
}

.swiper-slide.lghtgreybg {
  background: #f6f6f6;
}

.swiper-slide.redbg {
  background: #bb0000;
}

.slider-desc {
	padding: 30px;
  xmargin-bottom: auto; 
}
.swiper-slide h3.lg-title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 20px;
}

.swiper-slide p {
  font-size: 18px;
  line-height: 26px;
  color: inherit;
}

h3.red-title {
  color: #b00;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

h3.light-title {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.slider-visual {
  width: 100%;
  padding: 0 30px 30px; /* Aligns with .slider-desc padding */
  box-sizing: border-box;
}

.visual-desc {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}


.special-img {
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}

.device-img {
	padding: 0 10px 30px;
}


p.height130 {
	height: 130px;
}

.swiper-slide.ghost-slide {
  width: 40px;
  flex-shrink: 0;
  background: transparent;
  pointer-events: none;
}


.swiper-slide,
.swiper-wrapper {
  user-select: none;     /* Standard */
  -webkit-user-select: none; /* For Safari */
  -ms-user-select: none;     /* For older IE/Edge */
}

.swiper-slide img {
  user-drag: none;              /* Non-standard, but works on WebKit */
  -webkit-user-drag: none;      /* Safari/Chrome */
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;         /* Ensure click/tap still works */
}


@media (min-width: 1200px) {
  .swiper-slide {
    width:300px; /* 20px gap between slides */
  }
}

@media (max-width: 991px) {
  .swiper-slide {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .swiper-slide {
    width: 300px;
  }
}


/* =====================================
    FOOTNOTE
========================================*/
.notes-wrap {
  margin: 80px auto 20px auto;
  text-align: center;
}

.notes-wrap p {
	line-height: 19px;
}


/* =====================================
    FOOTER
========================================*/
.footer {
	padding: 20px 0 !important;
	background: #3c3c3c;
	height: auto;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
	border-top: 1px solid #DDDDDD;
}


ul.footer-nav {
	margin-bottom: 8px !important;
	overflow: hidden;
  	display: block;
}

ul.footer-nav li {
  display: inline-block;
}

.copyright {
  text-align: left;
  color: #b4b4b4;
  font-size: 0.688em;
  letter-spacing: 0.5px;
  margin: 0;
}

.footer .footer-col-right {
	order: 2;
	justify-content: flex-end;
}


.footer .footer-r h3 {
	xpadding-top: 0 !important;
	xpadding-bottom: 5px !important;
}


 .footer-n__socials {
    margin-bottom: 0 !important; 
  }


footer.row {
	background: #3c3c3c;
}

.footer img {
	max-width: 100%;
}
.footer h3 {
	color: #fff;
	font-weight: 600;
	xpadding: 20px 0 10px;
	/*text-transform: uppercase;*/
	font-size: 0.875em;
	line-height: 1.429em;
	letter-spacing: 0.3px;
}
.footer ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	xdisplay: block;
	color: #d6d6d6;
  font-weight: 400;
  vertical-align: middle;
  font-size: 13px;
  line-height: 25px;
}
.footer a {
	color: #b5b5b5;
	font-weight: 400;
}

span.divider {
  color: #d6d6d6;
  margin: 0 15px;
}

.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	float: left;
	margin: 0 6px 5px 0;
	padding: 0;
}
.social li a {
	color: #EDEFF1;
}
.social li a i {
	font-size: 16px;
	margin: 0;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #282828;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p {
	text-align: center;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.5px;
	margin: 0;
}
footer .regbutton {
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 8px 24px !important;
}
footer ul.social-branding li {
	padding-left: 0;
	padding-top: 5px;
}


.telegram .icon.sprite-icon {
    background-position: -22px -447px;
    height: 25px;
    width: 25px;
}

.facebook-white .icon.sprite-icon {
  background-position: -812px -381px;
  height: 31px;
  width: 31px;
}

.twitter-white .icon.sprite-icon {
  background-position: -740px -381px;
  height: 31px;
  width: 31px;
}

.instagram-white .icon.sprite-icon {
  background-position: -668px -381px;
  height: 31px;
  width: 31px;
}

.youtube .icon.sprite-icon {
  background-position: -596px -381px;
  height: 31px;
  width: 31px;
}


.footer-n__socials li {
  display: inline-block;
  padding: 0 6px;
}



/* ====================================
    ORDER SUMMARY
========================================*/

.form-control:focus {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

/* ====================================
    ORDER SUMMARY - PROGRESS BAR
========================================*/
.progressbar {
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 14px;
  max-width: 890px;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

.progressbar li {
  list-style: none;
  width: 30.33%;
  position: relative;
  display: table-cell;
  cursor: pointer;
  text-align: center;
}

.progressbar li:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #ddd;
  border-radius: 100%;
  margin: 5px auto 10px auto;
  display: block;
  background-color: #ffffff;
}

.progressbar li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d6d6d6;
  top: 10px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

/* DONE step */
.progressbar li.done {
  color: #171717;
  font-weight: 400;
}
.progressbar li.done:before {
  background-color: #171717;
  border: 1px solid #171717;
}
.progressbar li.done + li:after {
  background-color: #171717;
  border: 1px solid #171717;
}

/* ACTIVE step */
.progressbar li.active {
  color: #171717;
  font-weight: 900;
}
.progressbar li.active:before {
  background-color: #171717;
  border: 1px solid #171717;
}



/* =====================================
    ORDER SUMMARY - FORM
========================================*/
.order-summary {
	xmargin-top: 60px;
}

.form-order {
  background: #f6f6f6;
  padding: 24px;
	color: #171717;
}

.os-submit, .btn-remove {
  border: 1px solid #b00;
  color: #b00;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  background: none;
  padding: 9px 15px;
  right: 10px;
  top: 36px;
  outline: none;
  text-align: center;
	margin-left: 10px;
	width: 69px;
}
.btn-remove{
	padding: 9px;
}

.os-submit:hover, .btn-remove:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

/* When success icon is shown, remove all button styling */
.os-submit.success-icon-only {
  border: none;
  background: none;
  padding: 0;
  margin-left: 10px;
  pointer-events: none; /* Prevent hover/click */
	width: 69px;
}

.os-submit.success-icon-only:hover {
  background: none;
}

/* Optional: style the green check icon */
.success-icon-green {
  color: #28a745; /* Bootstrap green or your preferred shade */
  font-size: 20px;
  vertical-align: middle;
}

.order-table {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.order-preview {
  display: inline-flex;
  width: 60%;
	xpadding-right: 20px;
}

.receipt {
  width: 80%;
}

.receipt-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.main-item {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}

.grand-total {
	font-weight: 700;
	font-size: 24px;
	line-height: 20px;
	border-top: 1px solid #d6d6d6;
	padding-top: 10px;
	
}

.receipt p {
  margin-bottom: 0;
}


.discount-code {
  position: relative;
  margin-bottom: 10px;
}

/* success icon */
.success-icon-green {
  color: #03a819;
  vertical-align: middle;
	font-size: 20px;
}

/* hide elements */
.d-none {
  display: none;
}

.order-code {
  display: inline-flex;
  width: 40%;
  flex-wrap: wrap;
  justify-content: center;
}

.receipt-total {
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
}


.alertbox .red-note {
	display: flex;
  align-items: center;
}


.form-elem {
  position: relative;
	width: 100%;
}


.order-code .order-input {
  margin-bottom: 5px;
}

.order-code .order-input input {
  border-radius: 0;
  border-color: #939393;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  padding: 6px 8px;
  xopacity: 1;
  font-size: 14px;
  width: 100%;
	height: 40px;
}

.discount-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
}


/* =====================================
    ORDER SUMMARY - USER INFO
========================================*/
.red-note {
	color: #bb0000;
	font-size: 13px; 
}

.red-asterick {
	font-size: 16px;
	color: #bb0000;
}

.form-outline {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.form-outline input.form-control {
	font-size: 16px;
	color: #171717;
}
.form-label {
	font-weight: 600;
}

.form-outline .form-label {
  margin-bottom: 10px;
	font-weight: 600;
}

.order-info .form-control {
  border: 1px solid #939393 !important;
  border-radius: 0;
  padding: 0 10px;
  box-sizing: border-box;
  height: 40px;
	background: #fff;
}

.form-group select {
  width: 100%;
  padding: 10px 0;
  border: none;
  border: 1px solid #939393;
  color: #707070;
	font-size: 14px;
}

.form-control {
  color: #171717;         /* Text color */
  font-size: 16px;     /* Font size */
  font-weight: normal; /* Font weight */
}

.form-control::placeholder {
  color: #707070;
  font-size: 14px;
  opacity: 1; /* Make it fully visible */
}

/* Optional: add vendor prefixes for broader browser support */
.form-control::-webkit-input-placeholder {
  color: #707070;
}

.form-control::-moz-placeholder {
  color: #707070;
}

.form-control:-ms-input-placeholder {
  color: #707070;
}

.form-control:-moz-placeholder {
  color: #707070;
}



.tooltip-icon {
  position: relative;
  cursor: pointer;
}

.tooltip-icon .tooltip-text {
  visibility: hidden;
  width: 220px;
  background-color: #595959;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  position: absolute;
  z-index: 100;
  bottom: 150%; /* Position above the icon */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  white-space: normal;
	font-family: 'Lato', Arial, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.tooltip-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-icon .tooltip-text::before {
  content: "";
  position: absolute;
  top: 94%; /* Position below tooltip box */
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background-color: #595959; /* Same as tooltip background */
  z-index: -1;
}

/* =====================================
    ORDER SUMMARY - METHOD
========================================*/

.renewalholder {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: flex-start;
}

.paybox {
  margin-left: 15px;
}

input#switch {
    display: none;
}
label.switch {
    cursor: pointer;
    float: left;
    border-radius: 30px;
    background-color: #ccc;
    width: 50px;
    height: 20px;
    position: relative;
    transition: all 0.2s;
}
label.switch:after {
    content: '';
    background-color: #FFF;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 4px;
    bottom: 1px;
    transition: all 0.2s;
}
input#switch:checked + label {
    background-color: #12a22a;
    border-color: #12a22a;
}
input#switch:checked + label:after {
    left: 28px;
    border-color: #00c120;
}

span.switch-label {
    margin: 0 10px;
}


.paymethod {
  display: flex;
  flex-wrap: wrap;
}

.method-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.card-ipay img {
	width: 100px;
}


.payment-accept-list {
  background: #f6f6f6;
  xpadding: 20px;
 display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.payment-accept-list img {
	max-width: 100%;
	  height: auto;
	  flex: 0 0 auto;
	  width: 65px;
	  object-fit: contain;
	  transition: transform 0.2s ease;
	  padding: 10px 8px;
}

img.shopeepay {
	width: 170px;
}

img.tnglogo {
	width: 55px;
}

img.grabpay {
	width: 85px;
}

img.boostlogo,
img.mcash {
	width: 75px;
}

img.mastercard {
	width: 55px;
}


/* =====================================
   ORDER SUMMARY - ALERT 
========================================*/
.alert-box {
	margin: 48px auto;
	
}

.alert-warning {
    display: flex;
    flex-direction: row;
    justify-content: center;
  border: none !important;
	border-radius: 8px;
	background: #fffbf0;

}
.alert-label {
	margin: 0 10px 0 0;
	color: #171717;
}

.alert label.alert-desc {
    text-align: left;
    font-weight: 500;
    line-height: 20px;
	color: #171717;
}

.alert label {
    cursor: default;
}

.alert-success {
  text-align: center;
  background: none;
  border: 0;
}

.alert-box.success-box {
	background: none;
}


.alert-success-wrap {
  text-align: center;
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  justify-content: center;
}

/* =====================================
    THANK YOU
========================================*/
.thankyou .error-msg {
    display: block;
    overflow: hidden;
    margin: 0;
    font-size: 0.85em;
    color: #DC2A2A;
}
.thankyou .success-icon-green {
	font-size: 30px;
}

.invoice-info {
	background: #fffbf0;
	padding-bottom: 40px;
}

.invoice-info h2 {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.contactus {
	padding-top: 15px;
	margin-bottom: 30px;
	margin-top: 40px;
}

.status-update {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.status-head {
  display: flex;
  align-items: flex-start;
}

.success-icon-green {
  color: #03a819;
  font-size: 24px;
}

.paywall-btn {
  xdisplay: inline-block;
  xalign-self: center;
}

.plandetails {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}


.plan-name {
  flex: 1 1 60%;
}

.plandate {
  flex: 1 1 35%;
  text-align: right;
}


.button-view.learnmore {
  display: block;
  text-align: center;
  width: fit-content;
  xmargin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
  margin-top: 10px;
}


.button-view.learnmore a {
  display: flex;
  align-content: center;
  line-height: 23px;
  color: #b00;
  border: 1px solid #b00;
  padding: 8px 25px;
  background: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}

.button-view.learnmore a:hover {
	background-color: rgba(0,0,0,0.05);
}

.dloadblock h1 {
	color: #bb0000;
}

.thankyou-btn {
	margin: 20px 0 !important;
}

/* =====================================
    RESPONSIVE
========================================*/
@media only screen and (max-width: 1328px) {
#navbar-main.sticky-top {
  top: 0;
}
}


@media only screen and (max-width: 1044px) {
.payment-accept-list {
  justify-content: flex-start;
  flex-wrap: wrap;
}
}

@media only screen and (min-width : 992px) {
  .products-wrapper .catalog > .catalog-set {
    max-width: 430px;
  }
}

@media only screen and (min-width: 768px) {
  .packages-wrap .catalog-set {
    max-width: 450px;
  }
}

@media only screen and (min-width: 992px) {
.feature-column {
  xmax-width: 280px;
}
}

@media only screen and (max-width: 818px) {
	.footer-col-right {
	  margin-top: 0 !important;
	}
}


@media only screen and (min-width: 768px) {
  .packages-wrap.grp-subscription .catalog-set {
    max-width: 400px;
  }
	
	.otherplans-wrapper .catalog-set {
    max-width: 400px;
  }
}


@media only screen and (min-width : 768px) and (max-width : 991px) {
.op-desc {
  width: 60%;
  line-height: 21px !important;
  color: #171717;
}
}


@media only screen and (min-width : 576px) and (max-width : 767px) {
	.dloadblock .das-wrapper {
		padding: 0 20px;
	}
}

@media only screen and (min-width : 800px) and (max-width : 991px) {
	.payment-accept-list {
		justify-content: space-between;
		flex-wrap: wrap;
}
}

@media only screen and (max-width: 767px) {
	.packages-wrap.for-subscription .catalog-set {
	  border: none !important;
	  margin: 10px 0 20px 0 !important;
	width: 100% !important;
    display: block;
	}
	
	.packages-wrap .catalog {
		display: flex;
	  flex-direction: column;
	  align-items: stretch;
	}
	
	.packages-wrap.for-subscription {
		  padding-bottom: 10px;
		}

	
	.grp-subscription .catalog-set {
		padding-bottom: 0;
	}
	
	.op-desc {
	  width: 100%;
	}
	
	.op-wrap .catalog-set {
		margin-bottom: 20px !important;
	}

	.footer {
		text-align: center;
	}
	
	
	.footer-col-right {
    text-align: center !important;
		margin-bottom: 20px !important;
  }
	.copyright {
		text-align: center !important;
	}
	
	
	
	ul.footer-nav li a {
	  line-height: 20px !important;
	}
	
	.footer .footer-col-right {
	  order: 0;
	}
	
	.packages-wrap {
	  xpadding-bottom: 0 !important;
	}
	
	  .nav.navbar-nav.brand-promo, ul.social-branding {
    display: block !important;
  }
	
	.footer .footer-col-right {
		justify-content: center;
}
	
	.digital-access .das-wrapper {
  		xflex-direction: column;
		padding: 0 20px;
}
	
	.order-preview {
  display: inline-flex;
  width: 100%;
	padding-right: 0;
}
	
	.order-code {
  width: 100%;
		justify-content: flex-start;
}
	.payment-accept-list {
	  display: flex;
	  flex-wrap: wrap;
	  xjustify-content: center;
	  padding: 10px;
	}

	.payment-accept-list img {
	 xwidth: calc(33.33% - 12px); /* 3 per row on mobile */
	  max-width: 100%;
	  height: auto;
	  object-fit: contain;
	}
	
	.receipt {
  width: 100%;
	}
	
		.order-code .order-input {
  margin-bottom: 5px;
			margin-top: 20px;
}
	
	ul.footer-nav {
	margin-bottom: 16px !important;
	overflow: hidden;
  	display: block;
}
	
	.payment-accept-list {
  justify-content: flex-start;
}
}


@media only screen and (max-width: 575px) {
	.feature-list .feature-column {
	  column-count: 1;
	}
	
	.das-visual {
		  width: 100%;
		text-align: center;
		}
	
	.das-desc {
		  width: 100%;
		text-align: center;
		margin-bottom: 20px;
		}
	
	.das-desc, .das-visual {
  flex: 1;
  xmin-width: 300px; /* optional for wrapping */
}
	
	.das-wrapper {
    flex-direction: column;
  }
	
	.button-view.learnmore {
	  margin: 10px auto 0 auto;
	}
	
	.plandetails {
		flex-direction: column;
	}
	
	.plandate {
  flex: 1 1 100%;
  text-align: left;
}
	
	.plan-name {
  flex: 1 1 100%;
}

}


@media only screen and (max-width: 480px) {
  .catalog-set {
    flex-direction: column;
    align-items: flex-start; /* aligns image and text left */
  }

  .op-details,
  .product-img {
    width: 100%;
  }

	.product-img {
		margin-top: 20px;
		text-align: center;
	}
	
  .product-img img {
    width: 80%;
    height: auto;
  }
	
		
	.card-ipay img {
  		width: 75px;
		max-width: none;
}
}

/* =====================================
    CLAUSE - ORDER SUMMARY
========================================*/
.clause-wrap {
  padding: 15px 20px 0 20px;
  xbackground: #f6f6f6;
  font-size: 14px;
  line-height: 20px;
}

.clause {
	 display: flex;
	  align-items: flex-start; /* Aligns checkbox and text nicely */
	  gap: 8px; /* Space between checkbox and text */
	  cursor: pointer;
}

/* Make checkbox and text align properly */
.clause-wrap input[type="checkbox"] {
  vertical-align: top; /* Align checkbox with top of text */
  margin-top: 3px; /* Adjust this to fine-tune alignment */
}


/* =====================================
 Show dropdown on hover 
 ========================================*/
#login_menu:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu > li {
  cursor: pointer;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f5f5f5;
}

ul.dropdown-menu.log-in li a {
    padding: 0px;
    font-weight: 400;
    font-size: 14px;
}


ul.dropdown-menu.log-in > .log-out a {
  display: block;
  margin: 10px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 600;
  border-radius: 0;
  background: #eee;
}


ul.dropdown-menu.log-in li.log-out {
  padding: 0;
  font-weight: 600;
}


#login_menu .dropdown-menu {
  --bs-dropdown-spacer: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* =====================================
NAVBAR OVERRIDES
========================================*/
#navbar-main .container {
  position: relative;
  display: flex;
  align-items: center;
}


#navbar-main .user-login {
  margin-left: auto;
  display: flex;
  align-items: center;
}

#navbar-main .user-login > ul {
  display: flex;
  gap: .25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navbar-main .social-branding {
  display: flex;
  align-items: center;

}

#navbar-main .social-branding .btn--login,
#navbar-main .social-branding .login {
  align-items: center;
}

a.navbar-brand.mx-auto.d-sm-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 0;
  float: none;
  text-align: center;
}
/* =====================================
    SLIDER ARROW
========================================*/
.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.slider-feature {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: white;
  cursor: pointer;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

/* Optional styling */
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 52px;
  background: rgba(0,0,0,0.3);
  xborder-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(0,0,0,0.6);
}


.slider-heading {
	padding-bottom: 30px;
}

.swiper-wrapper.for-test {
	padding-top: 0;
}