* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

:root {
	--fw-5: 500;
	--fw-6: 600;
}

.container,
.container-fluid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}

	.fs-lg {
		font-size: 28px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1240px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

@media (min-width: 768px) {
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media (min-width: 992px) {

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}


.row-gap {
	row-gap: 20px;
}

.row-gap-3 {
	row-gap: 30px;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-center {
	justify-content: center !important;
}

.align-items-center {
	align-items: center !important;
}

.align {
	flex-direction: row !important;
	justify-content: space-between;
	gap: 0 !important;
	flex-wrap: wrap;
}

.mb-0 {
	margin-bottom: 0 !important;
}

img,
svg {
	vertical-align: middle;
	border-radius: 5px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

input,
select,
textarea {
	width: 100%;
	padding: 8px 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1 .h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: var(--fw-6);
	line-height: 1.3;
	margin-bottom: 20px;
	text-transform: capitalize;
}


.btn-grp {
	display: flex;
	align-items: center;
	gap: 20px 30px;
	flex-wrap: wrap;
}

.mt-2 {
	margin-top: 20px;
}

.mt-auto {
	margin-top: 60px;
}

.mt-5 {
	margin-top: 150px;
}

/*------------- Header css starts -------------*/
.toggle-slide-btn,
.cancel-btn,
.header .search-form {
	display: none;
}

.header .bwe-service-logo img {
	height: 30px
}

.header {
	position: fixed !important;
	margin-bottom: 0 !important;
	background: transparent;
	top: 0;
	z-index: 2;
	left: 0;
	width: 100%;
	transition: all 0.3s;
	z-index: 6;
	padding-block: 21px;
}

.header .container {
	display: flex;
	align-items: center;
	gap: 35px;
}

.header nav {
	margin-left: auto;
}

.header nav ul {
	display: flex;
	list-style: none;
	align-items: center;
	gap: 45px;
}

.header nav ul li {
	position: relative;
}

.header ul .dropdown ul {
	display: block;
	visibility: hidden;
	position: absolute;
	border-radius: 5px;
	top: 52px;
	padding: 5px 0;
	margin: 0;
	z-index: 99;
	min-width: 200px;
}

.header ul .dropdown ul li {
	padding: 5px 15px;
	white-space: nowrap;
	transition: linear all 0.5s;
}

.search-form form {
	position: relative;
	top: 45%;
	width: 70%;
	display: flex;
	align-items: center;
	margin: auto;
	gap: 20px 15px;
}

.search-form form button {
	position: absolute;
	right: 10px;
	background: transparent;
}

.search-form form input {
	width: 100%;
	border-radius: 4px;
	padding: 10px 45px 10px 10px;
}

.header .search-form {
	display: block;
	height: 20%;
	width: 100%;
	position: fixed;
	z-index: 1;
	transform: translateY(-200%);
	transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
	top: 0;
	left: 0;
}

.dropdown svg {
	float: right;
	cursor: pointer;
	transition: transform 0.3s ease;
	margin-left: 10px;
	margin-top: 8px;
}

.dropdown:hover svg {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.header ul .dropdown li>svg {
	fill: var(--black) !important;
}

.header li.show-dropdown>svg {
	transform: rotate(180deg);
	display: flex;
}

.mob-search-btn {
	z-index: 5;
	cursor: pointer;
}

.hero-nav {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 40px;
}

/*//hero-banner*/

.hero-bg {
	display: flex;
	align-items: center;
	background-size: cover;
	padding: 100px 0 60px 0 !important;
}

.hero-bg .btn {
	margin: unset !important;
}

.hero-bg.service-con {
	background-image: url(https://webavior.com/wp-content/uploads/2025/06/primary-service-bg.webp);
}

.hero-content {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.vpn-list {
	display: flex;
	list-style: none;
	gap: 10px 30px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.vpn-list li {
	display: flex;
	gap: 10px;
	color: #545454;
	font-weight: 500;
	align-items: center;
}

.title-center {
	text-align: center;
}

.section-title {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	gap: 20px;
}

.stats-counter {
	width: fit-content;
	padding-block: 30px;
	text-align: left !important;
}

[class*="-bg"] {
	padding-block: 50px;
}

.sponser__logos img {
	margin-top: 10px;
	padding: 20px;
}

.subheading {
	width: fit-content;
	padding: 5px 15px;
}

.acc__vpn img {
	width: 100%;
}

.service-con {
	background: url(https://webavior.com/wp-content/uploads/2025/06/primary-service-bg.webp) no-repeat left top;
	padding-bottom: 70px;
}

.service-box {
	padding: 25px;
	display: flex;
	gap: 10px 20px;
	align-items: center;
	height: 100%;
}

.service-con .btn {
	margin-inline: auto;
	margin-top: 40px;
}

/*//blogs__card--styling*/

.creative-cards {
	align-items: start;
	display: inline-flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	position: relative;
	width: 100%;
}

.creative-crd-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.calender {
	align-items: center;
	display: grid;
	position: absolute;
	right: 20px;
	top: 20px;
	width: fit-content;
	overflow: hidden;
	text-align: center;
}

.crd-btn {
	align-items: center;
	width: fit-content;
	display: flex;
	transition: all .3s ease-out 0s;
	color: var(--black);
}

.ellipsis {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

:is(.faq, .accordion) details {
	padding-block: 20px;
	cursor: pointer;
}

:is(.faq, .accordion) summary {
	list-style: none;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 10px;
}

:is(.faq, .accordion) summary::after {
	content: "";
	right: -10px;
	position: absolute;
	border-radius: 50%;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="15" height="15" fill="%23000"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32v144H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h144v144c0 17.7 14.3 32 32 32s32-14.3 32-32V288h144c17.7 0 32-14.3 32-32s-14.3-32-32-32H256z"/></svg>') no-repeat center;
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	transition: all 0.3s;
}

:is(.faq, .accordion) .content {
	margin-top: 20px;
	cursor: auto;
}

.review-card {
	padding: 15px;
	display: grid;
	gap: 15px;
	height:100%
}

.review-card ul {
	display: flex;
	align-items: center;
	gap: 5px;
}

/*-----------------Footer css starts -------------*/
.footer {
	margin-top: 50px;
	position: relative;
	z-index: 4;
	padding-top: 50px;
}

.newsletter {
	margin-bottom: 70px;
}

.newsletter form {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 15px;
}

.newsletter form input {
	width: 100%;
	padding-block: 10px;
}

.newsletter form .btn {
	position: absolute;
	padding: 5px;
	border-radius: 2px;
	right: 5px;
}

.footer-left {
	display: flex;
	flex-direction: column;
	align-items: start;
	height: 100%;
	gap: 20px;
}

.footer-right {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer .footer-right span {
	height: 50px;
	display: flex;
}

.btm-footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.btm-footer .bwe-service-logo img {
	height: 100%;
	width: 200px;
}

.footer-right ul {
	list-style: none;
	display: grid;
	gap: 15px;
}

.grid-2 {
    grid-template-columns: 50% auto;
    gap: 15px 25px !important;
    align-items: center;
}

.bottom-category ul {
	flex-direction: row;
	gap: 10px 30px;
}

.media ul,
.auth-social-follow ul {
	display: flex !important;
	gap: 10px !important;
	margin-top: 15px;
	list-style: none !important;
	padding: 0 !important;
}

.media ul li a,
.auth-social-follow ul li a {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	transition: all 0.4s;
	border-radius: 50%;
	border: 1px solid #7f7d7d30;
}

.site-cta {
	padding: 30px;
	text-align: center;
	position: relative;
}

.site-cta .btn-grp {
	margin-top: 30px;
	justify-content: center;
}

/* //single-blog**start */

.wp-single-blog-block {
	padding-block: 70px !important;
}

.post-summary {
	padding: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
}

.wp-single-blog-block figure {
	margin-block: 15px
}

.wp-single-blog-block p {
	margin-bottom: 15px
}

.wp-single-blog-block :is(ul, ol) {
	line-height: 2;
	color: #000000b3;
	padding-left: 20px;
	display: grid;
	gap: 15px;
	margin-block: 10px 20px;
}

.error-page {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.error-page img {
	height: 350px;
	width: 100%;
}

.flex-single-ath-profile {
	justify-content: unset;
}

.flex-single-ath-profile img {
	height: 100px;
	width: auto;
}

.wp-single-page-block {
	padding-bottom: 30px !important
}

#backToTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999999;
	transform: translateY(-900px);
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	transition: all .9s ease-in;
}


.list-wrap .list-col{
                            padding: 20px;
                            position: relative;
                            height: 100%;
                        }

                        .list-wrap .list-col span{
                            position: absolute;
                            font-size: 30px;
                            bottom: 0;
                            opacity: .2;
                            right: 10px;   
                        }

.card-start .service-box{
                            align-items: unset;
                            text-align: left !important;
                        }


/*responsisve-query*/

/* -------------- media query starts --------------- */
@media screen and (max-width:1023px) {

	.hero-bg {
		padding-block: 100px 50px !important;
	}

	.hero-content {
		gap: 15px !important;
	}

	.header nav ul li {
		padding: 10px 0px 0px;
		display: block;
		height: auto;
	}

	.show-dropdown ul li{
		margin-bottom: 0;
	}

	.toggle-slide-btn,
	.cancel-btn,
	.header nav ul {
		display: block;
	}

	.toggle-slide-btn,
	.cancel-btn {
		margin-left: auto;
	}

	.header nav {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
		padding: 40px 20px;
		z-index: 99;
	}

	.header .hero-nav {
		gap: 25px !important;
	}

	.cancel-btn {
		position: fixed;
		right: 15px;
		top: 10px;
	}

	.header ul .dropdown ul {
		position: relative;
		height: fit-content;
		left: 0;
		margin-top: 15px;
		top: 0px;
		display: none;
	}

	.search-form form {
		width: 90%;
	}

	.footer {
		margin-top: 40px;
	}

	.hero-content h1 {
		font-size: clamp(1.563rem, 1.625rem + 0.9615vw, 2.5rem) !important;
	}

	.hero-content .hero-sub-title {
		font-size: 16px !important;
	}

	:where(.hero-bg, .benefit-con) .col-lg-5,
	.stats-counter.site-cta:after,
	.stats-counter.site-cta:before,
	.site-cta:after, .site-cta:before{
		display: none !important;
	}

	.stats-counter.site-cta {
		border-radius: 0 !important;
	}

	.service-box {
		padding: 15px;
		flex-direction: column;
		text-align: center;
	}

	.mt-auto {
		margin-top: 35px !important;
	}

	.mt-5 {
		margin-top: 120px;
	}
}

@media screen and (min-width:600px) and (max-width:1023px) {
	.popupForm {
		padding: 30px 410px 30px 30px !important;
	}
}

@media screen and (max-width:600px) {

	.header .bwe-service-logo img {
		width: 150px;
		object-fit: contain;
	}

	.header-btn,
	.popupForm:before{
		display: none;
	}

	.btm-footer .container {
		flex-direction: column;
	}
	
	.popupForm{
		padding:30px !important
	}
}