.subheading{
    color: #fff;
}
/* Custom CSS */

.hero {
    background-image: url(https://cdn.mylighthost.com/img/domain-setion.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}


.billing-cycle-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 auto;
}

.billing-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    min-width: 140px;
    border-radius: 999px;
    background: #ffe9ec;
    color: #ff4555;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
}

.billing-pill input {
    display: none;
}

.billing-pill:hover {
    background: #ffdadf;
    color: #ff2a3d;
}

.billing-pill.active {
    background: #ff5f6d;
    color: #ffffff;
    border-color: #ff5f6d;
    box-shadow: 0 10px 25px rgba(255, 95, 109, 0.25);
}

.bg-webhosting-card {
    background: #ffffff;
    border: 1px solid rgba(223, 228, 255, 0.8);
}

.pricing.special .wrapper.price-container {
    border-radius: 24px;
    padding: 36px 30px 0;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(20, 28, 58, 0.1);
    border: none;
}

.pricing.special .wrapper.price-container .btn {
    border-radius: 999px;
    padding: 13px 18px;
    font-weight: 600;
    box-shadow: none;
}

.pricing.special .wrapper.price-container .btn:hover {
    transform: translateY(-2px);
}

.plan-features {
    margin: 28px -30px -2px;
    padding: 24px 30px 30px;
    border-radius: 0 0 24px 24px;
    background: linear-gradient(180deg, #fff5f7 0%, #ffe9ee 100%);
    color: #1f2556;
    list-style: none;
    border-top: 1px solid rgba(255, 95, 109, 0.25);
}

.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-weight: 500;
}

.plan-features li i {
    font-size: 18px;
    margin-top: 3px;
    color: #ff5f6d;
}

.plan-features li div {
    color: #444e6e;
}

.plan-features li:last-child {
    margin-bottom: 0;
}

/* Dropdown Button */
.dropbtn {
	background-color: inherit;
    color: #212121 !important;
    font-size: 13px;
    border: none;
	padding: 0px 20px;
	font-weight: 600;
}
.dropbtn:hover{
	color: #808080 !important;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1000;
}
.dropdown-content a {
	padding: 7px 12px;
	text-decoration: none;
	display: block;
	background-color: #EBEFF5;
	margin-left: 0;
}
#cusDropdown a:hover {
	background-color: #fff;
	color: #212121 !important;
}
.show {display:block;}

#cusDropdown a:last-child{
	font-size: 13px;
	font-weight: 600;
}
.fa{
	pointer-events: none;
}
.tld a{
	display: inline-flex;
	color: #ef4403;
}
.text-primary{
	color: #ef4403!important;
}
.pagination{
	margin-top: 2rem;
	margin-bottom: 0;
}
.pagination li a{
	background-color: #fdd700!important;
}
.pagination li a .active{
	background-color: #ef4403!important;
	color: #fff!important;
}
.pagination li a:hover, .pagination li a:focus{
	background-color: #ef4403!important;
	color: #fff!important;
}
.web-hosting ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
.web-hosting ul li{
	padding: 1rem 0rem;
    border-bottom: solid 1px #d8d8d8;
    list-style: none;
    text-align: center;
}
td.web-hosting{
	padding: 0px!important;
	border-bottom: 0px!important;
}
.radio-group{
	list-style: none;
	padding-left: 0px;
}
.v-radio-group{
	display: flex;
	flex-wrap: wrap;
}
.v-radio-group li input[type='radio']{
	accent-color: #fdd700;
	height: 1.2rem;
    width: 1.2rem;
}
.v-radio-group li{
    padding: 0.3rem;
    padding-right: 1rem;
}
.v-radio-group li label{
	color: #fff;
}
.top-header {
    min-height: 850px;
}

/* Custom Media Query */
@media (max-width:991px) {
	.v-radio-group li {
		text-align: center;
	}
	.included{
		display: block!important;
	}
	.top-header {
		min-height: 0;
	}
}

/* ul.radio-group:first-child{ */
/* ul.radio-group{
	padding: 5px;
    background-color: #ef4403;
    border-radius: 5px;
    justify-content: space-around;
} */
.buy-row{
	padding: 1.85rem 0rem!important;
}
.domain-header{
	min-height: auto;
}
.extension-filter{
	padding: 5px 25px;
}
.tld-cat-btn{
	margin-bottom: 1.1rem;
}
.extension-filter.active{
	background-color: #ef4403 !important;
    color: #fff !important;
    border: none;
}
.extension-filter:hover{
	background-color: #ef4403 !important;
    color: #fff !important;
    border: none;
}
tr.gtld a{
	color: inherit;
}
.domain-heading{
	text-transform: none!important;
}
.domain-desc{
	color: #d4dee7;
	padding: 0.5rem;
}

.domain-search-card{
    background:#fff;
    border-radius:1.5rem;
    padding:1.75rem;
    box-shadow:0 24px 80px rgba(14,21,47,0.08);
    border:1px solid rgba(12,16,35,0.05);
}
.domain-search-card--brand{
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);
}
.domain-search-input-group{
    display:flex;
    align-items:stretch;
    border:1px solid rgba(15,18,39,0.15);
    border-radius:999px;
    background:#fff;
    overflow:hidden;
    min-height:52px;
}
.domain-search-card--brand .domain-search-input-group{
    background:rgba(255,255,255,0.95);
    border-color:rgba(255,255,255,0.6);
}
.domain-search-input{
    border:none;
    flex:1 1 auto;
    padding:0.85rem 1.25rem;
    font-size:1rem;
    font-weight:600;
    color:#1c2033;
    min-width:0;
    background:transparent;
}
.domain-search-input:focus{
    outline:none;
    box-shadow:none;
}
.domain-search-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 1.25rem;
    font-weight:700;
    font-size:1rem;
    letter-spacing:0.02em;
    min-width:92px;
    border-left:1px solid rgba(15,18,39,0.1);
    background:#f4f6fb;
    color:#1c3262;
}
.domain-search-actions{
    display:flex;
    gap:0.75rem;
    align-items:center;
    justify-content:flex-end;
}
.domain-search-actions .btn{
    min-width:140px;
    padding:0.85rem 1.75rem;
    border-radius:999px;
    font-weight:600;
}
.domain-search-hint{
    font-size:0.95rem;
    color:rgba(14,21,47,0.7);
    display:flex;
    align-items:center;
    gap:0.5rem;
}
@media (max-width:767.98px){
    .domain-search-input-group{
        border-radius:1rem;
    }
    .domain-search-chip{
        min-width:78px;
        font-size:0.95rem;
    }
    .domain-search-actions{
        flex-direction:column;
        width:100%;
    }
    .domain-search-actions .btn{
        width:100%;
    }
}

#domain-filter select,
#domain-filter input[type="text"]{
    min-width:160px;
}
#domain-filter .filter-pills{
    background:rgba(216,225,238,0.35);
    border-radius:14px;
    border:1px solid rgba(216,225,238,0.5);
}
.domain-table tbody tr.clickable-row{
    cursor:pointer;
    transition:background-color 0.15s ease-in-out;
}
.domain-table tbody tr.clickable-row:hover{
    background-color:rgba(255,255,255,0.05);
}
.domain-extension-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:0.5rem;
}
.domain-extension-title{
    font-size:1rem;
    font-weight:700;
}
.domain-category-cell{
    min-width:140px;
}
.domain-category-cell .domain-card-pill--table{
    display:inline-flex;
    justify-content:center;
}
.domain-card{
    border-radius:1.25rem;
    padding:1.5rem;
    background:linear-gradient(140deg,rgba(255,255,255,0.15),rgba(255,255,255,0.03));
    border:1px solid rgba(255,255,255,0.1);
    color:#fff;
    box-shadow:0 18px 45px rgba(10,15,40,0.1);
    cursor:pointer;
    position:relative;
    overflow:hidden;
    transition:transform 0.2s ease,box-shadow 0.2s ease;
}
.domain-card:hover{
    transform:translateY(-2px);
    box-shadow:0 25px 60px rgba(10,15,40,0.18);
}
.domain-card[style]{
    background-color:var(--card-bg,rgba(255,255,255,0.05));
    background-image:linear-gradient(135deg,var(--card-bg-accent,var(--card-bg,rgba(255,255,255,0.05))),var(--card-bg,rgba(255,255,255,0.05)));
    color:var(--card-text,#fff);
    border-color:rgba(255,255,255,0.25);
}
.domain-card[style]::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(160deg,var(--card-overlay,rgba(0,0,0,0.12)),transparent);
    pointer-events:none;
}
.domain-card[style]>*{
    position:relative;
    z-index:1;
}
.domain-card-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:1rem;
}
.domain-card-title{
    font-size:1.2rem;
    font-weight:700;
}
.domain-card-pill{
    font-size:0.75rem;
    text-transform:uppercase;
    letter-spacing:0.08em;
    padding:0.2rem 0.75rem;
    border-radius:999px;
    background:rgba(255,255,255,0.2);
    color:inherit;
    font-weight:700;
}
.domain-card-body{
    display:flex;
    flex-direction:column;
    gap:0.65rem;
}
.domain-card-price{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:700;
}
.domain-card-price .label{
    text-transform:uppercase;
    font-size:0.7rem;
    letter-spacing:0.08em;
    opacity:0.8;
}
.domain-card-price .value{
    font-size:1rem;
    color:inherit;
}
.domain-card-pill--table{
    background:rgba(255,255,255,0.15);
    color:inherit;
}
.domain-table tbody tr td{
    vertical-align:middle;
}
@media (max-width:767.98px){
    .domain-card{
        padding:1.2rem;
    }
}
.pagination{
    --page-bg:rgba(255,200,0,0.2);
    --page-bg-hover:rgba(255,200,0,0.4);
    --page-active-bg:linear-gradient(135deg,#fe6827,#fd4545);
}
.pagination .page-link{
    min-width:36px;
    padding:6px 10px;
    border-radius:12px;
    margin:0 3px;
    border:none;
    color:#0f1419;
    background-color:var(--page-bg);
}
.pagination .page-link:hover{
    background-color:var(--page-bg-hover);
    color:#0f1419;
}
.pagination .page-item.active .page-link{
    background:var(--page-active-bg);
    color:#fff;
}
.pagination .page-item.disabled .page-link{
    background:transparent;
    color:#60626d;
}

/* .fixed-extension{
	padding: 15px 0rem;
    background: #ef4403;
    color: #fff;
}
.fixed-extension:hover{
	transform: none;
	box-shadow: none;
} */

.btn-fixed-fill:hover {
	transform: none;
	box-shadow: none;
}

.btn-fixed-fill {
	background-color: #ef4403 !important;
	color: #fff !important;
	border: none;
	cursor: default!important;
	right: 75px!important;
	text-transform: none;
}
.page-item .active{
	background-color: #ef4403!important;
	color: #fff!important;
	transition: all ease 0.5s;
}
/* p a{
	color: inherit;
}
p a:hover{
	color: inherit;
} */
.disabled-button {
    pointer-events: none;
    opacity: 0.6;
}

.tld-img-text{
    font-weight: 700;
    color: #ef4403;
    font-size: 3rem;
}
.featured-tld {
    margin: 0 0 20px 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 6px 20px rgb(0 0 0 / 10%);
}
.featured-tld .img-container {
    padding: 20px 0;
    height: 115px;
    line-height: 75px;
    overflow: hidden;
    text-align: center;
}
.featured-tld .img-container img {
    max-width: 70%;
    max-height: 100%;
}
.featured-tld .price {
    padding: 5px;
    background-color: #ef4403;
    color: #f7f7f9;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    border-radius: 0 0 4px 4px;
}
.featured-tld .price.com {
    background-color: #3aa4da;
    color: #fff;
}
.featured-tld .price.net {
    background-color: #efc00e;
    color: #fff;
}
.featured-tld .price.club {
    background-color: #053796;
    color: #fff;
}


.billing-switcher {
    border-bottom: 1px solid rgba(223, 228, 255, 0.6);
}

.webhosting-pricing {
    position: relative;
}

.webhosting-pricing .plan-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 36px 0 0;
    box-shadow: 0 20px 45px rgba(25, 35, 74, 0.1);
    border: 1px solid rgba(219, 226, 255, 0.7);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.webhosting-pricing .plan-card.featured {
    border-color: #ff5f6d;
    box-shadow: 0 24px 55px rgba(255, 95, 109, 0.18);
}

.plan-card .plan-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    background: #ff5f6d;
    color: #fff;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(255, 95, 109, 0.3);
}

.plan-card .plan-head {
    padding: 0 32px 28px;
}

.plan-card .plan-head img {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
}

.plan-card .plan-title {
    font-size: 22px;
    font-weight: 700;
    color: #202a65;
    margin-bottom: 8px;
}

.plan-card .plan-subtitle {
    color: #5f6786;
    margin-bottom: 20px;
}

.plan-card .plan-price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 22px;
}

.plan-card .plan-price .price-old {
    text-decoration: line-through;
    color: #a5accd;
    font-size: 14px;
}

.plan-card .plan-price .price-current {
    font-size: 34px;
    font-weight: 700;
    color: #1f2556;
}

.plan-card .plan-price .price-cycle {
    text-transform: lowercase;
    color: #6b7395;
    font-weight: 500;
}

.price-multi {
    font-size: .8rem;
    color: #6b7395;
    display: block;
}

.plan-card .plan-body {
    padding: 24px 32px;
    margin-bottom: 0;
}

.plan-card .plan-foot {
    padding: 0 32px 32px;
}

.plan-card .plan-foot .btn {
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 600;
    box-shadow: 0 15px 30px rgba(255, 208, 0, 0.35);
}

.plan-card .plan-body .plan-features {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.plan-card .plan-body .plan-features li {
    justify-content: flex-start;
}
.plan-card .plan-body .plan-features li div {
    text-align: left;
}

.plan-col {
    display: flex;
}

.plan-col .plan-card {
    width: 100%;
}

.main-menu li.menu-item-has-children {
    position: relative;
}

.main-menu .sub-menu.compact {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #fff;
    border: 1px solid rgba(208, 218, 255, 0.6);
    border-radius: 12px;
    box-shadow: 0 18px 38px rgba(25, 35, 74, 0.12);
    padding: 12px;
    z-index: 1000;
}

.main-menu li.menu-item-has-children:hover > .sub-menu.compact {
    display: block;
}

.main-menu .sub-menu.compact a {
    display: block;
    padding: 6px 10px;
    color: #202a65;
    font-weight: 600;
    border-radius: 8px;
}

.main-menu .sub-menu.compact a:hover,
.main-menu .sub-menu.compact a.active {
    background: rgba(75, 89, 255, 0.12);
}

.submenu-stack {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px;
}

.submenu-stack .menu-item {
    display: block;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
}

.submenu-stack .menu-item.active,
.submenu-stack .menu-item:hover {
    color: #ffd700;
}

.services .service-wrap .service-section i{
    font-size: 22px;
}

.promotions-page .promo-hero {
    padding-top: 90px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 360px;
    background:
        linear-gradient(90deg, rgba(7,14,28,0.95) 0%, rgba(17,36,64,0.9) 45%, rgba(238,70,11,0.85) 72%, rgba(238,70,11,0.78) 86%, rgba(250,250,250,0.94) 100%),
        url('/assets/patterns/map.svg');
    background-repeat: no-repeat, repeat;
    background-size: cover, 520px auto;
    background-position: center center, right 6% center;
    color: #fff;
}

.promotions-page .promo-hero .container {
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    padding-left: 60px;
}

.promotions-page .promo-hero .wrapper {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
    max-width: 520px;
}

.promotions-page .promo-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(253,208,0,.2);
    color:#fdd700;
    font-size:12px;
    letter-spacing:.12em;
    font-weight:700;
}

.promotions-page .promo-hero .heading {
    font-size: 2.9rem;
    font-weight: 800;
    color: #fff;
}

.promotions-page .promo-hero .subheading {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.promo-hero-meta{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}
.promo-chip{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:8px 14px;
    border-radius:12px;
    background:rgba(255,255,255,.16);
    color:#f7f9ff;
    font-weight:600;
    font-size:.9rem;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.promo-cta-group{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    justify-content:center;
}

.promotions-page .promo-row {
    --promo-gap: 1.5rem;
}

.promotions-page .promo-col {
    display: flex;
}

.promotions-page .promo-card {
    position: relative;
    padding: 30px 28px;
    border-radius: 24px;
    box-shadow: 0 22px 50px rgba(17, 36, 64, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid rgba(208, 218, 255, 0.7);
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, #f9f9ff 100%);
    width: 100%;
    min-height: 420px;
}

.promotions-page .promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 70px rgba(17, 36, 64, 0.16);
}

.promotions-page .promo-card .plans {
    position: absolute;
    top: 18px;
    right: 26px;
    left: auto;
    font-size: 11px;
    letter-spacing: .08em;
    padding: 7px 12px;
    border-radius: 10px;
}

.promotions-page .promo-label {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(75, 89, 255, 0.12);
    color: #4b59ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}

.promotions-page .promo-card-category {
    display: block;
    margin: -32px -32px 20px;
    padding: 12px 22px;
    background: rgba(75, 89, 255, 0.12);
    font-weight: 700;
    letter-spacing: .18em;
    color: #3a46c4;
    border-bottom: 1px solid rgba(208, 218, 255, 0.45);
    text-align: left;
    text-transform: uppercase;
}

.promo-stats{
    padding:20px 0 10px 0;
    background:linear-gradient(135deg,rgba(255,243,224,.75),rgba(247,247,255,.9));
    border-bottom:1px solid rgba(219,226,255,.6);
}
.promo-stat-card{
    background:#fff;
    border:1px solid rgba(219,226,255,.8);
    border-radius:16px;
    padding:18px 20px;
    box-shadow:0 14px 32px rgba(25,35,74,.08);
}
.promo-stat-label{
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:12px;
    color:#7882a7;
    margin-bottom:6px;
    font-weight:700;
}
.promo-stat-value{
    font-size:28px;
    font-weight:800;
    color:#202a65;
    line-height:1.1;
}
.promo-stat-sub{
    color:#5f6786;
    font-size:14px;
    margin-top:4px;
}

.promotions-page .promo-code {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.promotions-page .promo-recurring {
    font-size: .95rem;
    color: #5f6786;
}

.promotions-page .promo-products {
    border-top: 1px solid rgba(219, 226, 255, 0.7);
    padding-top: 20px;
}

.promotions-page .promo-section-title {
    font-weight: 700;
    letter-spacing: .08em;
    color: #7882a7;
}

.promotions-page .promo-product-pills {
    margin: -4px;
}

.promotions-page .promo-product-pill {
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(32, 42, 101, 0.08);
    color: #202a65;
    font-weight: 600;
    font-size: .82rem;
    display: inline-flex;
    align-items: center;
    transition: background .2s ease, color .2s ease;
}

.promotions-page .promo-product-pill:hover {
    background: #202a65;
    color: #fff;
}

.promotions-page .promo-meta {
    margin: 0;
    padding: 0;
}

.promotions-page .promo-meta li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 9px;
}

.promotions-page .promo-meta li:last-child {
    margin-bottom: 0;
}

.promotions-page .promo-icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 95, 109, 0.12);
    color: #ff5f6d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
}

@media (min-width: 320px) {
    .promotions-page .promo-meta li {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 9px;
    }

    .promotions-page .promo-meta li:last-child {
        margin-bottom: 0;
    }

    .promotions-page .promo-icon {
        width: 16px;
        height: 16px;
        font-size: 8px;
    }

    .promotions-page .promo-meta-title {
        font-size: .76rem;
    }

    .promotions-page .promo-meta-text {
        font-size: .86rem;
    }
}

.promotions-page .promo-meta-title {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #202a65;
}

.promotions-page .promo-meta-text {
    color: #5f6786;
    font-size: .86rem;
}

.promotions-page .promo-notes {
    font-size: .95rem;
    line-height: 1.6;
}

.promotions-page .promo-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.promotions-page .promo-actions .btn {
    border-radius: 999px;
    font-weight: 600;
    padding: 12px 18px;
}

.promotions-page .copy-promo.copied {
    background: #1fdd7f;
    border-color: #1fdd7f;
    color: #fff;
}

.promotions-page .promo-card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    width: 100%;
}

.promo-card-header{
    text-align:center;
}

.promo-products{
    border-top:1px solid rgba(219,226,255,.5);
    padding-top:14px;
    width:100%;
}
.promo-product-pills{
    display:flex;
    flex-direction:column;
    gap:8px;
    width:100%;
}
.promo-product-pill{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:10px 14px;
    border-radius:12px;
    background:linear-gradient(135deg, #f7f8ff 0%, #eef2ff 100%);
    color:#202a65;
    font-weight:700;
    border:1px solid rgba(208,218,255,.7);
    box-shadow:0 8px 18px rgba(17,36,64,.08);
    width:100%;
}
.promo-product-pill:hover{
    transform:translateY(-1px);
    color:#0f1f3a;
    text-decoration:none;
}
.promo-product-pill:after{
    content:'›';
    font-weight:800;
    color:inherit;
}

@media (max-width: 1199px) {
    .promotions-page .promo-card {
        padding: 26px;
    }

    .promotions-page .promo-code {
        font-size: 1.6rem;
    }

    .promotions-page .promo-card-inner{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .promotions-page .promo-hero {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .promotions-page .promo-hero .wrapper {
        min-height: 200px;
    }

    .promotions-page .promo-hero .heading {
        font-size: 2.5rem;
    }

    .promotions-page .promo-hero .subheading {
        font-size: 1rem;
    }

    .promotions-page .promo-card {
        padding: 24px;
        border-radius: 22px;
    }
}

@media (max-width: 767px) {
    .promotions-page .promo-hero {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .promotions-page .promo-hero .wrapper {
        min-height: 180px;
    }

    .promotions-page .promo-hero .heading {
        font-size: 2.1rem;
        line-height: 1.2;
    }

    .promotions-page .promo-hero .subheading {
        font-size: .95rem;
        padding: 0 24px;
    }

    .promotions-page .promo-card {
        padding: 20px;
        border-radius: 18px;
    }

    .promotions-page .promo-code {
        font-size: 1.4rem;
        letter-spacing: .1em;
    }

    .promotions-page .promo-product-pill {
        font-size: .8rem;
        padding: 5px 14px;
    }

    .promotions-page .promo-icon {
        width: 12px;
        height: 12px;
        font-size: 6px;
    }

    .promotions-page .promo-meta li {
        align-items: flex-start;
        gap: 6px;
    }
}

.promotions-page .promo-domain-tip {
    border: 1px solid rgba(75, 89, 255, 0.18);
    color: #202a65;
    font-size: .88rem;
    line-height: 1.5;
}

.promotions-page .promo-extra {
    font-size: .9rem;
    line-height: 1.6;
}

.promotions-page .promo-guides {
    background: rgba(247, 248, 255, 0.9);
}

.promotions-page .promo-group-summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.promotions-page .promo-group-label {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 999px;
    background: rgba(75, 89, 255, 0.12);
    color: #3a46c4;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .8rem;
}

.promotions-page .promo-guide-card {
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(25, 35, 74, 0.08);
    border: 1px solid rgba(208, 218, 255, 0.45);
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.promotions-page .promo-guide-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 6px;
}

.promotions-page .promo-guide-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.promotions-page .promo-guide-text {
    font-size: .93rem;
    line-height: 1.6;
}

.promotions-page .promo-guide-text a {
    font-weight: 600;
}

@media (max-width: 767px) {
    .promotions-page .promo-guide-card {
        padding: 20px;
    }
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 26px;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(18, 140, 126, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(18, 140, 126, 0.35);
}

.btn-whatsapp.btn-sm {
    padding: 8px 20px;
    font-size: 0.85rem;
}

.whatsapp-support {
    margin-top: 18px;
}

.help-container .help-extra {
    text-align: left;
}

.floating-chat {
    position: fixed;
    bottom: 28px;
    right: 90px;
    z-index: 1090;
    pointer-events: none;
}

.floating-chat .chat-trigger {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(19, 23, 64, 0.25);
    color: #25d366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    pointer-events: auto;
    position: relative;
}

.floating-chat .chat-trigger:hover,
.floating-chat .chat-trigger:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(19, 23, 64, 0.3);
    outline: none;
}

.floating-chat .chat-indicator {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff3b30;
    top: 10px;
    right: 10px;
    box-shadow: 0 0 0 3px #ffffff;
}

.floating-chat .chat-panel {
    width: 320px;
    max-width: calc(100vw - 40px);
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(9, 13, 39, 0.18);
    transform-origin: bottom right;
    transform: translateY(20px) scale(0.96);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    pointer-events: auto;
    overflow: hidden;
    position: absolute;
    bottom: 72px;
    right: 0;
}

.floating-chat.open .chat-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.floating-chat.open .chat-trigger {
    color: #1f255a;
}

.floating-chat.open .chat-indicator {
    display: none;
}

.chat-panel-header {
    display: flex;
    align-items: center;
    padding: 18px 20px 16px;
    gap: 14px;
    border-bottom: 1px solid rgba(229, 231, 247, 0.8);
}

@media (max-width: 991px) {
    body.mlh-menu-open {
        overflow: hidden;
    }

    .menu-wrap.mobile .app-menu-overlay {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(7, 10, 16, 0.55);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease;
        z-index: 1000;
        pointer-events: none;
    }

    .menu-wrap.mobile.active .app-menu-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .menu-wrap.mobile .main-menu.app-menu {
        position: fixed;
        top: 60px;
        left: 0;
        width: calc(100% - 56px);
        max-width: 340px;
        height: calc(100vh - 60px);
        background: #ffffff;
        color: #192132;
        box-shadow: 15px 0 45px rgba(4, 7, 14, 0.25);
        padding: 18px 22px 30px;
        display: flex !important;
        flex-direction: column;
        transform: translateX(-110%);
        transition: transform 0.3s ease;
        z-index: 1001;
    }

    .menu-wrap.mobile.active .main-menu.app-menu {
        transform: translateX(0);
    }

    .menu-wrap.mobile .app-menu-panel {
        display: flex;
        flex-direction: column;
        height: 100%;
        gap: 20px;
        padding-top: 6px;
    }

    .app-menu-list {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 2px;
        overflow-y: auto;
        padding-right: 4px;
        padding-top: 14px;
        border-top: 1px solid rgba(16, 19, 32, 0.08);
    }

    .app-menu-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 4px;
        color: #1a2131;
        text-decoration: none;
        border-radius: 14px;
        transition: background 0.2s ease, color 0.2s ease;
    }

    .app-menu-item:focus,
    .app-menu-item:hover {
        background: rgba(11, 94, 215, 0.06);
        color: #0b5ed7;
    }

    .app-menu-item.is-active {
        color: #0b5ed7;
        font-weight: 700;
    }

    .app-menu-item.is-highlight .app-menu-label {
        font-weight: 700;
    }

    .app-menu-icon {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        background: rgba(11, 94, 215, 0.09);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.05rem;
        color: inherit;
    }

    .app-menu-item.is-active .app-menu-icon {
        background: rgba(11, 94, 215, 0.15);
    }

    .app-menu-label-group {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .app-menu-label {
        font-size: 1rem;
        font-weight: 600;
    }

    .app-menu-desc {
        font-size: 0.82rem;
        color: rgba(26, 33, 49, 0.6);
    }

    .app-menu-footer {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-top: 12px;
        border-top: 1px solid rgba(16, 19, 32, 0.08);
    }

    .app-menu-social {
        display: inline-flex;
        gap: 14px;
        font-size: 1.2rem;
    }

    .app-menu-social a {
        color: #1a2131;
        transition: color 0.2s ease;
    }

    .app-menu-social a:hover {
        color: #0b5ed7;
    }
}

.chat-agent-avatar {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #4b5aff, #7b4bff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 0.95rem;
    text-transform: uppercase;
}

.chat-agent-avatar .chat-agent-status {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #27e29d;
    border: 3px solid #ffffff;
    bottom: -2px;
    right: -4px;
}

.chat-agent-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.chat-agent-name {
    font-weight: 700;
    color: #1b254b;
}

.chat-agent-role {
    font-size: 0.85rem;
    color: #647196;
}

.chat-close {
    border: none;
    background: transparent;
    color: #8b97b8;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s ease;
}

.chat-close:hover,
.chat-close:focus {
    color: #1b254b;
    outline: none;
}

.chat-panel-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.chat-greeting {
    display: flex;
    gap: 12px;
}

.chat-agent-thumb {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.chat-message {
    background: #f4f6ff;
    border-radius: 14px 14px 14px 4px;
    padding: 12px 14px;
    font-size: 0.95rem;
    color: #1d2554;
    line-height: 1.5;
    box-shadow: 0 12px 26px rgba(60, 72, 116, 0.12);
}

.chat-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-actions-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #6c7899;
    font-weight: 600;
}

.chat-action-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-telegram {
    background: linear-gradient(135deg, #37a3f3, #1a82d9);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 24px;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(28, 123, 203, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-telegram:hover,
.btn-telegram:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(28, 123, 203, 0.35);
}

@media (max-width: 991px) {
    .floating-chat {
        right: 70px;
    }
}

@media (max-width: 575px) {
    .floating-chat {
        bottom: 24px;
        right: 18px;
    }

    .floating-chat .chat-panel {
        width: calc(100vw - 36px);
    }
}

/* Stabilize hero height to reduce CLS */
.main-container.slider .silder-container,
.header-main-slider .carousel-cell {
    min-height: 580px;
}
.header-main-slider .carousel-cell .slider-content {
    min-height: 580px;
    display: flex;
    align-items: center;
}

/* Static hero layout (replaces slider) */
.hero-static {
    --hero-graphic: url('../patterns/cloud3d.svg');
    position: relative;
    overflow: hidden;
    padding: 180px 0 140px;
    background: linear-gradient(240deg, #000 34%, #ee460b 120%);
    color: #fff;
    z-index: 0;
}
.hero-static::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(240deg, rgba(0,0,0,0.6) 34%, rgba(238,70,11,0.85) 120%),
        var(--hero-graphic);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, 70%;
    background-position: center center, right 8% center;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
}
.hero-static .hero-bg,
.hero-static .hero-illustration {
    display: none;
}
.hero-static > .container {
    position: relative;
    z-index: 1;
}
.hero-static h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
}
.hero-static .domains-search .inputdomainsearch {
    border: solid 1px #efefef;
}
.hero-static .special-note {
    position: static;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    font-size: 13px;
}

/* Improve text contrast on colored elements */
.c-purple {
    color: #3b0d24 !important;
}
.bg-purple {
    background-color: #3b0d24 !important;
    color: #fff !important;
}

/* Page-specific hero sizing */
.hero-hosting,
.hero-vps {
    min-height: 520px;
}
.hero-dedicated {
    min-height: 520px;
}
.hero-hosting .included,
.hero-vps .included {
    margin-bottom: 0;
}
.hero-dedicated .btn {
    margin-top: 10px;
}

.dedicated-cycle-bar .row {
    gap: 0.75rem;
}
.dedicated-cycle-bar .billing-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    border-radius: 999px;
    padding: 0.65rem 1.75rem;
    font-weight: 600;
}
.plan-features {
    background: none;
}

/* Pricing grid alignment */
.webhosting-pricing .row {
    align-items: stretch;
}

.btn-default-pink-fill {
    background: #fdd700 !important;
    border-color: #fdd700 !important;
    color: #000 !important;
    font-size: 14px !important;
    padding: 12px 26px !important;
}

.pricing .list-info {
    background-color: #7a0d30 !important;
}
.pricing .list-info li span,
.pricing .list-info li i {
    color: #fff !important;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 10px;
    background: #fff;
    color: #000;
    padding: 10px 14px;
    z-index: 2000;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.skip-link:focus {
    left: 10px;
    outline: 2px solid #fdd700;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Stabilize pricing cards */
.pricing.special .wrapper .top-content {
    min-height: 220px;
}
.pricing.special .wrapper {
    min-height: 520px;
    display: flex;
    flex-direction: column;
}

.pricing.special .wrapper .top-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 16px;
}
.pricing.special .wrapper .top-content a.btn {
    margin-top: auto;
}

.webhosting-pricing .plan-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.webhosting-pricing .plan-head {
    min-height: 240px;
}
.webhosting-pricing .plan-body {
    flex: 1 0 auto;
}
.webhosting-pricing .plan-foot {
    margin-top: auto;
}

.plan-card {
    min-height: 100%;
}
.plan-head {
    min-height: 240px;
}

/* Prevent chat icon jitter while font loads */
#mlh-floating-chat .chat-trigger i {
    width: 1.4em;
    height: 1.4em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer .payment-list {
    min-height: 80px;
    align-items: center;
}
