:root {
	--site-primary: #0948b3;
}

@media (max-width: 576px) {
	.footer-links-accordion {
		display: block;
	}

	.plan-show-caro {
		display: none;
	}

	.plan-show-accordion {
		display: flex;
	}

	.footer-links-simple {
		display: none;
	}

	.mobile-plan-info {
		display: block;
	}

	.plan-info-container {
		display: none;
	}

	.just-mobile {
		display: block;
	}

	.row-plan-section {
		padding: 0 1rem;
	}

    .hidden-in-mobile{
		display: none!important;
	}

}

@media (min-width: 576px) {


	.header-container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.plan-show-caro {
		display: flex;
	}

	.plan-show-accordion {
		display: none;
	}

	.footer-links-accordion {
		display: none;
	}

	.footer-links-simple {
		display: flex;
	}

	.mobile-plan-info {
		display: none;
	}

	.plan-info-container {
		display: block;
	}

	.just-mobile {
		display: none;
	}

	.achievements-section .comments .owl-carousel .owl-prev .prev-slide {
		right: -32px;
		transform: rotate(180deg);
	}

	.achievements-section .comments .owl-carousel .owl-next .next-slide {
		left: -32px;
	}

	.achievements-section .comments .owl-carousel .owl-prev .prev-slide:hover {
		right: -42px;
	}

	.achievements-section .comments .owl-carousel .owl-next .next-slide:hover {
		left: -42px;
	}
	
	.hidden-in-mobile{
		display: inherit;
	}
}

@media (max-width: 768px) {
	.menu-item-wrap a.mega-menu-item {
		margin-right: 0;
		padding: 0;
	}

	.menu-item-wrap .list-border-right-sm {
		border-right: 2px solid #dad3d3;
	}

	.menu-item-wrap .mega-menu-item-text {
		margin-right: 20px;
	}

	.logo-svg {
		height: auto;
		width: 85px;
	}

	.main-sub-menu {
		min-width: 100%;
		box-shadow: 0 0 !important;
		padding-bottom: 30px;
	}

	.logo-sm-padding {
		padding-right: 70px;
		margin: auto;
	}

	.header-transpranet {
		background-color: rgba(255, 255, 255);
	}

	.section-pt-sm {
		padding-top: 50px;
	}

	.section-ptb-sm {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.nav-item-img {
		width: 30px;
		height: auto;
		padding: 0;
	}

	#navBar {
		padding: 0 !important;
	}

	.hs-has-mega-menu {
		background: #ffffff !important;
	}

	.custom-nav-item a {
		padding: 20px;
		margin-right: 20px;
	}

	.menu-item-wrap {
		padding-right: 40px;
	}



	.navbar-nav {
		background-color: #ffffff !important;
	}

	#logoAndNav .header-nav a.custom-nav-link {
		padding-right: 5px !important;
		color: black !important;
		font-size: 1.2rem !important;
	}

	.nav-item {
		border-bottom: 1px solid rgba(167, 163, 163, 0.36);
	}

	.js-mega-menu>* {
		overflow-y: auto;
		overflow-x: hidden;
	}

	.main-navbar-nav {
		border-left: unset;
		height: calc(100vh - 55px);
	}

	.container-x-fluid {
		padding: 0;
	}

	.login-register-lg {
		display: none;
	}

	.achievements-section .comments .owl-carousel .owl-prev .prev-slide {
		right: -24px;
		transform: rotate(180deg);
	}

	.achievements-section .comments .owl-carousel .owl-next .next-slide {
		left: -24px;
	}

	.achievements-section .comments .owl-carousel .owl-prev .prev-slide:hover {
		right: -34px;
	}

	.achievements-section .comments .owl-carousel .owl-next .next-slide:hover {
		left: -34px;
	}

	.mobile-menu-left-header {
		position: relative;
		display: flex;
		justify-content: end;
		gap: 16px;
		align-items: center;
		overflow: hidden !important;
		left: 30px;
		width: 200px;
		height: 30px;
	}

	.mobile-menu-left-header .login-btn {
		display: flex;
		align-items: center;
		align-self: center;
		height: 30px;
		padding: 0 12px;
		background: white;
		color: var(--site-primary);
		border: 1px solid var(--site-primary);
		border-radius: 5px;
		text-align: center;
		transition: 300ms all;
	}

	.mobile-menu-left-header .contact-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30px;
		width: 30px;
		background: white;
		color: var(--site-primary);
		border: 1px solid var(--site-primary);
		border-radius: 5px;
		font-size: 16px;
		transition: 300ms all;
	}

	.mobile-menu-left-header a:hover {
		background: #cad3ff;
	}

}

@media (min-width: 768px) {
	.mobile-menu-left-header {
		display: none;
	}

	.main-sub-menu {
		min-width: 100%;
		box-shadow: 0 20px 20px rgba(9, 72, 179, 0.3) !important;
	}

	.menu-item-wrap a.mega-menu-item:hover {
		border-radius: 10px;
		padding: 5px;
		background-color: rgba(9, 72, 179, 0.1);
	}

	.menu-item-wrap a.mega-menu-item {
		border-radius: 10px;
		background-color: unset;
		padding: 5px;
		display: flex;
		align-items: center;
		transition: background-color;
		transition-duration: 0.2s;
	}

	.logo-svg {
		height: auto;
		width: 100px;
	}

	.login-register-sm {
		display: none;
	}

	.login-register-sm-dark {
		display: none;
	}

	.menu-item-wrap {
		padding: 20px;
	}

	.header-transpranet {
		background-color: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(20px);
	}

	.section-pt-sm {
		padding-top: unset;
	}

	.section-ptb-sm {
		padding-top: unset;
		padding-bottom: unset;
	}

	.header-container {
		max-width: 768px;
	}

	.nav-item-img {
		width: 50px;
		height: auto;
		padding: 0;
	}
}

@media (max-width: 992px) {
	.ribbon-badge::before {
		top: 0;
		right: 16px;
	}

	.ribbon-badge::after {
		bottom: 16px;
		left: 0;
	}

	.achievements-section .statistic .statistic-content {
		width: 250px;
	}

	.achievements-section .comments .owl-item li {
		border: 1px solid var(--site-primary) !important;
	}


	.achievements-section .comments.dark .owl-item li {
		background-color: var(--site-primary) !important;
	}

	.achievements-section .comments.dark .owl-item li p {
		color: #fff !important;
	}

	.server-details-section .properties-segment {
		border: none;
		border-top: 1px solid #dee2e6;
		padding: 20px 0;
	}

	.server-details-section .description-segment .row {
		justify-content: start;
		gap: 20px;
	}
}

@media (min-width: 992px) {
	.header-container {
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.nav-item-img {
		width: 60px;
		height: auto;
		padding-left: 10px;
	}

	.bg-transparent .header-nav a.custom-nav-link {
		border-top: 0;
		color: white !important;
		font-size: 0.9rem;
	}

	.header-transpranet .header-nav a.custom-nav-link {
		border-top: 0;
		color: #343a40 !important;
		font-size: 0.9rem;
	}

	#navBar {
		padding: unset !important;
	}

	.navbar-nav {
		background-color: unset !important;
	}

	.nav-link {
		border-bottom: unset;
	}

	.js-mega-menu {
		overflow: unset;
	}

	.js-mega-menu .header-logo-container {
		max-height: 73px;
		display: flex;
		align-items: center;
	}

	.main-navbar-nav {
		height: unset;
	}

	.ribbon-badge::before {
		top: 0;
		right: 17px;
	}

	.ribbon-badge::after {
		bottom: 17px;
		left: 0;
	}

	.server-details-section .properties-segment {
		border-right: 1px solid #dee2e6;
		padding-right: 32px;
	}

	.server-details-section .description-segment .row {
		justify-content: space-between;
	}
}

@media (max-width: 1200px) {
	.main-plan-section .plan-owl-carousel .owl-prev .prev-slide {
		right: -2px;
		transform: rotate(180deg);
	}

	.main-plan-section .plan-owl-carousel .owl-next .next-slide {
		left: -2px;
	}

	.main-plan-section .plan-owl-carousel .owl-prev .prev-slide:hover {
		right: -12px;
	}

	.main-plan-section .plan-owl-carousel .owl-next .next-slide:hover {
		left: -12px;
	}

	.building-links-container .building-link {
		margin-left: 10px;
		margin-bottom: 4px;
		height: 72px;
	}


    .server-details-section .gift-slogan{
        margin-bottom:75px;
    }
    
	.server-details-section .gift-slogan img {
		position: absolute;
		transform: rotate(12deg);
		top: 0;
		right: 40px;
		width: 130px;
	}

	.server-details-section .gift-slogan span {
		position: absolute;
		font-weight: bolder;
		color: var(--site-primary);
		top: 75px;
		padding-bottom:30px;
	}
}

@media (min-width: 1200px) {
	.header-container {
		max-width: 1140px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.main-plan-section .plan-owl-carousel .owl-prev .prev-slide {
		right: -32px;
		transform: rotate(180deg);
	}

	.main-plan-section .plan-owl-carousel .owl-next .next-slide {
		left: -32px;
	}

	.main-plan-section .plan-owl-carousel .owl-prev .prev-slide:hover {
		right: -42px;
	}

	.main-plan-section .plan-owl-carousel .owl-next .next-slide:hover {
		left: -42px;
	}

	.building-links-container .building-link {
		margin-left: 20px;
		margin-bottom: 4px;
		height: 72px;
	}

	.horizontal-fade-small::before {
		content: "";
		position: absolute;
		width: 60px;
		height: 100%;
		background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
		left: 0;
		top: 0;
		z-index: 99;
	}

	.horizontal-fade-small::after {
		content: "";
		position: absolute;
		width: 60px;
		height: 100%;
		background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
		right: 0;
		top: 0;
		z-index: 99;
	}

	.achievements-section .comments .horizontal-fade::before {
		content: "";
		position: absolute;
		width: 25%;
		height: 100%;
		background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
		left: 0;
		top: 0;
		z-index: 99;
	}

	.achievements-section .comments .horizontal-fade::after {
		content: "";
		position: absolute;
		width: 25%;
		height: 100%;
		background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
		right: 0;
		top: 0;
		z-index: 99;
	}

	.achievements-section .comments .owl-item img {
		filter: grayscale(100%);
	}

	.achievements-section .comments .owl-item.active.center img {
		filter: grayscale(0%);
	}
	
	.server-details-section .gift-slogan{
        margin-bottom:0;
    }

	.server-details-section .gift-slogan img {
		position: absolute;
		transform: rotate(12deg);
		top: 0;
		right: -40px;
		width: 130px;
	}

	.server-details-section .gift-slogan span {
		position: absolute;
		font-weight: bolder;
		color: var(--site-primary);
		top: 80px;
		right: -100px;
	}

}

/* Extend Style start */
.cursor-pointer {
	cursor: pointer;
}

.font-small-1 {
	font-size: 0.7rem !important;
}

.font-small-2 {
	font-size: 0.8rem !important;
}

.font-small-3 {
	font-size: 0.9rem !important;
}

.font-medium-1 {
	font-size: 1.1rem !important;
}

.font-medium-2 {
	font-size: 1.2rem !important;
}

.font-medium-3 {
	font-size: 1.3rem !important;
}

.font-medium-4 {
	font-size: 1.4rem !important;
}

.font-medium-5 {
	font-size: 1.5rem !important;
}

.font-large-1 {
	font-size: 2rem !important;
}

.font-large-2 {
	font-size: 3rem !important;
}

.font-large-3 {
	font-size: 4rem !important;
}

.font-large-4 {
	font-size: 5rem !important;
}

.font-large-5 {
	font-size: 6rem !important;
}

.text-brand {
	color: #f67a3c;
}

.bg-brand {
	background-color: #f67a3c;
}

input[type="range"] {
	cursor: grab;
	-webkit-appearance: none;
	margin-right: 15px;
	width: 100%;
	height: 5px;
	background: rgb(200, 200, 200);
	border-radius: 5px;
}

input[type="range"]:active {
	cursor: grabbing;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: url("../img/changed/range.png") 0 0 no-repeat;
	background-size: contain;
	cursor: grab;
	box-shadow: 0 0 2px 0 #555;
}

input[type="range"]::-moz-range-thumb {
	background-image: url("../img/changed/range.png") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 50%;
	background-color: transparent !important;
	background-position: center;
}

.btn-black-bordered,
.btn-black-bordered:hover {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	height: 48px;
	background: #ffffff;
	border: 1px solid var(--site-primary);
	border-radius: 10px;
	color: var(--site-primary);
}

.btn-black-bordered-dark,
.btn-black-bordered-dark:hover {
	padding: 10px 20px;
	height: 48px;
	background: var(--site-primary);
	border: 1px solid var(--site-primary);
	border-radius: 10px;
	color: #ffffff;
}

.main-link-toggle::after {
	margin-right: 5px !important;
}

.bg-black {
	background-color: #000000;
}

.bg-dark-blue {
	background-color: #052b6a;
}

hr.hr-dark-blue {
	border: 1px solid #052b6a;
	margin: 0;
	padding: 0;
}

hr.hr-white {
	border: 1px solid #ffffff;
	margin: 0;
	padding: 0;
}

.text-site-primary {
	color: var(--site-primary);
}

.bg-site-primary {
	background-color: var(--site-primary);
}

.btn-outline-site-primary {
	background-color: white;
	border: 1px solid var(--site-primary);
	color: var(--site-primary);
}

.btn-outline-site-primary:hover {
	background-color: var(--site-primary);
	border: 1px solid var(--site-primary);
	color: white;
}

.btn-gray-transparent {
	color: #0948b3;
	background-color: rgba(40, 70, 160, 0.07) !important;
}

.btn-gray-transparent:hover {
	color: #0948b3;
	background-color: rgba(40, 70, 160, 0.2) !important;
}

.rotate-x {
	transform: rotate(180deg);
}

/* Extend Style end */

/* Menu start */
.navbar-toggler {
	position: fixed;
	right: 30px;
	top: 25px;
	padding: 0;
	font-size: 20px;
}

.hs-mega-menu-opened a.custom-nav-link:before {
	display: none;
}

.header-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.hs-mega-menu {
	height: max-content;
	border-left: 0 !important;
}

.navbar-collapse {
	flex-grow: unset;
}

.hs-mega-menu::-webkit-scrollbar {
	display: none;
}

.hs-mega-menu {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.login-register-lg a {
	height: 40px;
	line-height: 18px !important;
}

.login-register-lg a:hover {
	height: 40px;
}

/* Menu end */

/* Footer start */
.footer-1 {
	background-size: auto 100%;
}

.footer-1 .footer-container {
	background-image: linear-gradient(var(--site-primary), rgba(9, 72, 179, 0.1));
	background-size: auto 100%;
}

.footer-license {
	max-width: 140px;
	padding: 8px;
	margin: 0 8px;
	background: #052b6a;
	border-radius: 12px;
}

footer div.footer-section {
	border-bottom: 2px solid rgba(107, 140, 193, 0.57);
}

.footer-license img {
	width: 100%;
	border-radius: 12px;
}

.footer-link {
	display: block;
}

.footer-link:hover {
	color: #ffffff;
}

/* Footer end */

/* Plan start */
.plan-sm-card {
	border: 2px solid #052b6a;
	border-radius: 10px;
	height: max-content;
}

/* Plan end */

/* Descriptions Section start */
.description-box .container div {
	padding: 15px 0;
}

.description-box .container div h5 {
	padding-bottom: 5px;
}

.description-box .container div p {
	text-align: justify;
}

/* Descriptions Section end */

/* Pricing Introduction start */
.pricing-introduction .plan-pack {
	border: 2px solid #f4f4f4;
	border-radius: 1rem !important;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing-introduction .plan-pack:hover {
	border: 2px solid var(--site-primary);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing-introduction .plan-pack.active {
	border: 2px solid var(--site-primary);
	padding: 2.5rem 0;
}

.pricing-introduction .item-img img {
	width: 50px;
}

.pricing-introduction .plan-pack .price::after {
	content: "";
	margin: auto;
	display: block;
	width: 80%;
	height: 5px;
	background: radial-gradient(at center center,
			#dee4ef 0px,
			rgba(255, 255, 255, 0) 75%);
}

.pricing-introduction .plan-pack .price p {
	font-size: 1.25rem;
	color: var(--site-primary);
}

.pricing-introduction .plan-pack .price p span {
	font-weight: bolder;
}

/* Pricing Introduction end */

/* Override Owl Carousel Settings start */
.main-plan-section .plan-owl-carousel .nav-btn {
	position: absolute;
	top: calc(50% - 50px) !important;
}

.main-plan-section .plan-owl-carousel .owl-nav button.disabled {
	opacity: 0;
	transition: 0.3s;
}

.main-plan-section .plan-owl-carousel .owl-nav button {
	opacity: 1;
	transition: 0.3s;
}

.main-plan-section .plan-owl-carousel .owl-nav button span {
	background-color: var(--site-primary);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	opacity: 1;
	transition: 0.3s;
	box-shadow: 0 0 10px #ababab;
	border-radius: 20px 0 0 20px;
}

.main-plan-section .plan-owl-carousel .owl-nav button span:hover {
	width: 50px;
}
.main-plan-section .plan-owl-carousel .owl-nav  {
	height: 0;
}

.main-plan-section .plan-owl-carousel .caro-item {
	border: 2px solid #f4f4f4;
	border-radius: 1rem !important;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-plan-section .plan-owl-carousel .caro-item:hover {
	border: 2px solid var(--site-primary);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-plan-section .plan-owl-carousel .caro-item.active {
	border: 2px solid var(--site-primary);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-plan-section .plan-owl-carousel .caro-item .item-img img {
	width: 50px;
}

.main-plan-section .plan-main-price span {
	font-weight: bold;
	font-size: 1.8rem;
}

.main-plan-section .plan-off-price span {
	font-size: 1.2rem;
	text-decoration: line-through;
	color: #c7c7c7
}


.main-plan-section .plan-price-unit {
	font-weight: bold;
	font-size: 1rem;
}

.main-plan-section .plan-yearly-off {
	background-color: rgba(0, 179, 75, 0.09);
}

.main-plan-section .plan-price::after {
	content: "";
	margin: auto;
	display: block;
	width: 80%;
	height: 5px;
	background: radial-gradient(at center center,
			#dee4ef 0px,
			rgba(255, 255, 255, 0) 75%);
}

.main-plan-section .location-btns {
	display: flex;
	align-items: center;
	flex-direction: row;
	text-align: center;
	width: auto;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid var(--site-primary);
	border-radius: 16px;
	gap: 8px;
	overflow: hidden;
}

.main-plan-section .location-btns .plan-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 4px 8px;
	border-radius: 12px;
	cursor: pointer;
}

.main-plan-section .location-btns .plan-btn:last-child {
	margin-left: 0;
}

.main-plan-section .location-btns .plan-btn.active {
	background-color: var(--site-primary);
	color: #ffffff;
}

.main-plan-section .location-btns .plan-btn img {
	height: 40px;
	width: 40px;
	background: #ffffff;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid var(--site-primary);
	padding: 4px;
	margin-left: 8px;
}

.main-plan-section .plan-info-container .location-btns {
	width: fit-content;
	margin: auto;
}


/* Override Owl Carousel Settings end */

/* Plan Info start */
.plan-info-detail,
.plan-info-detail-md {
	font-weight: bold;
}

.plan-info-detail .sticky-bottom td:first-child,
.plan-info-detail .sticky-top td:first-child,
.plan-info-detail .sticky-top th:first-child {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.plan-info-detail .sticky-bottom td:last-child,
.plan-info-detail .sticky-top td:last-child,
.plan-info-detail .sticky-top th:last-child {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.plan-info-detail thead {
	height: 5rem;
}

.plan-info-detail tbody tr td:last-child,
.plan-info-detail-md tbody tr td:nth-child(2) {
	border-radius: 10px 0 0 10px;
}

.plan-info-detail tbody tr td:first-child,
.plan-info-detail-md tbody tr td:nth-child(1) {
	border-radius: 0 10px 10px 0;
}

.plan-info-detail tbody tr:first-child {
	border-top: 10px solid white;
}

.plan-info-detail tbody tr:nth-child(odd),
.plan-info-detail-md tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

.plan-info-detail tbody tr:nth-child(even),
.plan-info-detail-md tbody tr:nth-child(even) {
	background-color: #d3d3d3;
}

.plan-info-detail td,
.plan-info-detail-md td {
	border: unset;
	vertical-align: middle !important;
	height: 5rem;
}

.plan-info-detail thead.thead-dark {
	background-color: #052b6a;
	color: var(--white);
}

.plan-info-detail thead.thead-primary {
	background-color: var(--site-primary);
	color: var(--white);
}

.plan-info-detail thead.sticky-bottom {
	position: sticky;
	z-index: 11;
	bottom: 0;
	background-color: var(--site-primary);
	color: var(--white);
}

.plan-info-detail thead.sticky-top {
	position: sticky;
	z-index: 10;
	background-color: #052b6a;
	color: var(--white);
}

.plan-info-detail-md {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100vw;
	z-index: 10000;
	background-color: #c1bdbd;
}

.plan-info-detail-md .modal-header {
	height: 60px;
	background-color: var(--site-primary);
}

.plan-info-detail-md .modal-header .host-name.show,
.plan-info-detail-md .modal-footer .host-price.show {
	display: unset;
}

.plan-info-detail-md .modal-header .host-name,
.plan-info-detail-md .modal-footer .host-price {
	display: none;
}

.plan-info-detail-md .modal-footer {
	padding: 0 20px;
	height: 60px;
	background-color: var(--site-primary);
}

.plan-info-detail-md .table-scroll {
	height: calc(100% - 120px);
	overflow-y: scroll;
}

.plan-info-detail-md thead.sticky-top {
	position: sticky;
	z-index: 10;
	background-color: #052b6a;
	color: var(--white);
}

.plan-info-detail-md .btm-close-plan-info-modal {
	color: white;
	padding: 0;
	font-size: 30px;
	position: absolute;
	top: 5px;
	left: 20px;
}

/* Plan Info end */

/* Main Plan Section end */

/* Building Links start */
.building-links-container {
	height: 72px;
	width: 100%;
}

.building-links-container>div {
	top: 36px;
}

.building-links-container .building-link.active {
	border-bottom: 3px solid var(--site-primary);
	margin-bottom: 1px;
}

.building-links-container .building-link a {
	color: #111111;
	transition: 0.3s;
}

.building-links-container .building-link a:hover,
.building-links-container .building-link.active a {
	transition: 0.3s;
	color: var(--site-primary);
}

/* Override Owl Carousel Settings start */
.building-links-container .owl-carousel .owl-nav {
	height: 0;
}

.main-plan-section .location-buttons-owl-carousel .owl-nav button span,
.building-links-container .owl-carousel .owl-nav button span {
	display: flex;
}

.main-plan-section .location-buttons-owl-carousel .owl-nav button,
.building-links-container .owl-carousel .owl-nav button {
	opacity: 1;
	margin: 0;
	height: 100%;
	top: 0px;
	position: absolute;
	padding: 10px !important;
	border: 1px solid #ffffff;
	background: #ffffff;
}

.main-plan-section .location-buttons-owl-carousel .owl-nav button.disabled,
.building-links-container .owl-carousel .owl-nav button.disabled {
	opacity: 0;
	transition: 0.3s;
}

.main-plan-section .location-buttons-owl-carousel .owl-nav button:hover,
.building-links-container .owl-carousel .owl-nav button:hover {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #000000;
}

.main-plan-section .location-buttons-owl-carousel .owl-prev,
.building-links-container .owl-carousel .owl-prev {
	right: 0;
}

.main-plan-section .location-buttons-owl-carousel .owl-next,
.building-links-container .owl-carousel .owl-next {
	left: 0;
}

.building-links-container .building-links-owl-carousel {
	height: 72px;
}

/* Override Owl Carousel Settings end */
/* Building Links end */

/* Foldable Content Section start */
.foldable-content-section .foldable-content {
	position: relative;
	max-height: 400px;
	overflow: hidden;
}

.foldable-content-section .foldable-content.active {
	max-height: 40000px;
}

.foldable-content-section .foldable-content::after {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	height: 200px;
	width: 100%;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #ffffff);
}

.foldable-content-section .fold-bottom-border {
	border: 1px solid #eef0f6;
}

/* Foldable Content Section end */

/* List link Slider Section start */
.list-link-slider li {
	border: 1px solid #ebebeb;
	margin: 20px;
	border-radius: 1rem;
}

.list-link-slider li a {
	padding: 12px;
}

.list-link-slider img {
	max-width: 45px;
}

.list-link-slider .item-badge {
	position: absolute;
	left: 0;
	top: 12px;
}

/* List link Slider Section end */

/* Row Plan Section start */
.row-plan-section .plan-img img {
	width: 44px;
}

.row-plan-section .row-plan-item {
	border: 2px solid #f4f4f4;
	padding: 4rem 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.row-plan-section .row-plan-item.active,
.row-plan-section .row-plan-item:hover {
	border: 2px solid var(--site-primary);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Row Plan Section end */

/* Ribbon Badge start */
.ribbon-badge {
	width: 130px;
	height: 130px;
	overflow: hidden;
	position: absolute;
	line-height: 1.5;
	top: -10px;
	left: -10px;
}

.ribbon-badge::before,
.ribbon-badge::after {
	position: absolute;
	content: "";
	display: block;
	border: 5px solid #0948b3;
}

.ribbon-badge span {
	position: absolute;
	display: inline-block;
	width: 225px;
	height: 30px;
	padding: 4px;
	background-color: #1062fe;
	text-align: center;
	line-height: 1.5;
}

.ribbon-badge::before,
.ribbon-badge::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-badge span {
	right: -30px;
	top: 30px;
	transform: rotate(-45deg);
}

/* Ribbon Badge end */

/* Achievements section start */
.achievements-section .statistic .statistic-image {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background-color: #fff;
	margin-left: 20px;
}

.achievements-section .statistic .statistic-image img {
	width: 50px;
	height: 50px;
}

.achievements-section .statistic .stats-count {
	font-size: 32px;
	font-weight: bold;
}

/* Achievements section brands start */
.achievements-section .brands li {
	overflow: hidden;
	height: 100px;
	margin: 10px;
	border-radius: 1rem;
}

.achievements-section .brands img {
	/*height: 40px;*/
	width: 70%;
	/*max-width: 80px;*/
	/*margin: 20px;*/
}

.achievements-section .brands .item-badge {
	position: absolute;
	left: 0;
	top: 12px;
}

/* Achievements section brands end */

/* Achievements section comments start */
.achievements-section .comments {
	margin: 10px;
	border-radius: 10px;
}

.achievements-section .comments li {
	margin: 20px 10px;
	border-radius: 10px;
	min-height: 200px;
	max-height: 300px;
}

.achievements-section .stars-img {
	height: 10px;
	margin: 5px 0;
	margin-bottom: 12px;
}

.achievements-section .stars-img-large {
	height: 20px;
}

.achievements-section .comments .item-badge {
	position: absolute;
	left: 0;
	top: 12px;
}

.achievements-section .comments .owl-dots .owl-dot span {
	box-shadow: 0 0 5px rgb(123, 123, 123);
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-color: #ababab;
}

.achievements-section .comments .owl-dots .owl-dot.active span {
	background-color: var(--site-primary);
}

.achievements-section .comments .owl-item.active.center li {
	/* background-color: var(--site-primary) !important; */
	border: 1px solid var(--site-primary) !important;
}

.achievements-section .comments.dark .owl-item.active.center li {
	background-color: var(--site-primary) !important;
}

.achievements-section .comments.dark .owl-item.active.center li p {
	color: #fff !important;
}

.achievements-section .comments .stars-with-logo {
	width: 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	left: 0;

}

.achievements-section .comments .stars-with-logo .logo-img {
	width: 60px;
	height: auto;
	max-height: 20px;
}

.achievements-section .comments .avatar {
	height: 48px;
	width: 48px;
	border-radius: 24px;
	margin-left: 10px;
}

.achievements-section .comments .owl-carousel .nav-btn {
	position: absolute;
	top: calc(50% - 35px) !important;
}

.achievements-section .comments .owl-nav button.disabled {
	opacity: 0;
	transition: 0.3s;
}

.achievements-section .comments .owl-nav button {
	opacity: 1;
	transition: 0.3s;
}

.achievements-section .comments .owl-nav button span {
	background-color: var(--site-primary);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	opacity: 1;
	transition: 0.3s;
	box-shadow: 0 0 5px #ababab;
	border-radius: 20px 0 0 20px;
}

.achievements-section .comments .owl-nav button span:hover {
	width: 50px;
}

/* Achievements section comments end */
/* Achievements section end */


/* new changes on 2025-02-27 start */
.server-details-section .segments-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px !important;
	border-radius: 20px;
}

.server-details-section .description-segment {
	padding: 0;
	padding-left: 24px !important;
}

.server-details-section .description-segment .row {
	display: flex;
	align-items: center;
}

.server-details-section .description-segment .row img {
	height: 48px;
	width: auto;
}

.server-details-section .description-segment .row span {
	width: auto;
}

.server-details-section .price-segment .gray-light-bg {
	border-radius: 20px;
	padding: 20px;
}

.server-details-section .price-segment a {
	width: 100%;
	display: block;
	padding: 4px 0;
	border-radius: 20px;
	background-color: var(--site-primary);
	border-color: var(--site-primary);
	color: #ffffff;
}

.server-details-section .badge-with-shadow {
	padding: 0 12px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: var(--site-primary);
	box-shadow: 0px 0px 20px rgba(9, 72, 179, 0.5);
}

/* new changes on 2025-02-27 end */

.free-plan-animation {
	background: linear-gradient(45deg, #0947b398, #fd7937a6);
	background-size: 500% 500%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.server-details-section .gift-slogan {
	position: relative;
}