.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;
}

/* .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: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}

.promotions-page .promo-hero .container {
    width: 100%;
}

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

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

.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.85);
}

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

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

.promotions-page .promo-card {
    position: relative;
    padding: 34px;
    border-radius: 28px;
    box-shadow: 0 24px 55px rgba(25, 35, 74, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid rgba(208, 218, 255, 0.85);
    overflow: hidden;
    background: #fff;
    width: 100%;
}

.promotions-page .promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 65px rgba(25, 35, 74, 0.16);
}

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

.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: -34px -34px 26px;
    padding: 18px 34px;
    background: rgba(75, 89, 255, 0.08);
    font-weight: 700;
    letter-spacing: .18em;
    color: #3a46c4;
    border-bottom: 1px solid rgba(208, 218, 255, 0.6);
    text-align: left;
    text-transform: uppercase;
}

.promotions-page .promo-code {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .14em;
}

.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%;
}

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

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

@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: 28px;
        border-radius: 24px;
    }
}

@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: 24px;
        border-radius: 22px;
    }

    .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: 24px;
    right: 24px;
    z-index: 1090;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    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;
}

.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);
}

.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: 575px) {
    .floating-chat {
        bottom: 18px;
        right: 18px;
    }

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