video.object-fit-cover {
	object-fit: cover;
}

.logopng img {
	width: 250px;
}

@media (max-width: 767px) {
	.logopng img {
		width: 200px;
	}

}

.cbg {
	background-image: url(../img/bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sbg {
	background-image: url(../img/sbg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bgabtnew {
	background-image: url(../img/about-1-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bgplan {
	background-image: url(../img/feature-bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #efedf5;
}

.counterbg {
	background-image: url(../img/counterbg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.onvideo {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	/* Increased width */
	text-align: center;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px 20px;
	border-radius: 12px;
}

/*** hover box Start ***/
.contact .office .office-item {
	text-align: left;
	border-radius: 10px;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
	transition: 0.5s;
}

.contact .office .office-item:hover {
	box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
}

.contact .office .office-item .office-img {
	position: relative;
	overflow: hidden;
}

.office-content h6 {
	padding-left: 10px;
}

.office-content p {
	padding-left: 10px;
}

.office-item {
	height: 310px;
}

/*** Contact End ***/

.about-one__image {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.about-one__image__one {
	position: relative;
	display: inline-block;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M403.5,324Q363,398,284.5,438Q206,478,146,409Q86,340,63.5,270Q41,200,84,132Q127,64,206.5,63Q286,62,348,102Q410,142,425.5,221Q441,300,403.5,324Z' fill='%23DF2339'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M403.5,324Q363,398,284.5,438Q206,478,146,409Q86,340,63.5,270Q41,200,84,132Q127,64,206.5,63Q286,62,348,102Q410,142,425.5,221Q441,300,403.5,324Z' fill='%23DF2339'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	z-index: 1;
}

.about-one__image__one img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
}

.about-one__image__bg {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	filter: blur(60px);
	opacity: 0.3;
	z-index: 0;
}

.about-one__image__border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: blob 10s infinite linear;
	border: 5px solid var(--ienet-base, #DF2339);
	border-radius: 45% 55% 70% 30% / 30% 40% 60% 70%;
	z-index: -1;
}

.about-one__image__two {
	position: absolute;
	right: 30px;
	bottom: 80px;
	width: 180px;
	height: 180px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	z-index: 1;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.about-one__image__two__inner img {
	width: 100%;
	border-radius: 50%;
}

@keyframes blob {

	0%,
	100% {
		border-radius: 45% 55% 70% 30% / 30% 40% 60% 70%;
	}

	50% {
		border-radius: 50% 60% 50% 40% / 50% 60% 50% 60%;
	}
}

/* Responsive Tweaks */
@media (max-width: 767px) {

	.about-one__image__two,
	.about-one__image__text {
		display: none;
	}

	.about-one__image__bg {
		top: -10px;
		left: -10px;
	}
}


.abtwifi {
	position: relative;
}

.abtwifi::before {
	content: "";
	position: absolute;
	top: 20px;
	right: -30px;
	width: 300px;
	height: 100%;
	background: url('../img/sidewifi.gif') no-repeat bottom;
	background-size: contain;
	z-index: 0;
	/* For visibility */
	opacity: 1;
	pointer-events: none;
}

@media (max-width: 768px) {
	.abtwifi::before {
		opacity: 0.15;
		top: -50px;
		width: 80px;
		transform: rotate(40deg);
	}
}

.abtwifi1 {
	position: relative;
}

.abtwifi1::after {
	content: "";
	position: absolute;
	bottom: -450px;
	left: -30px;
	width: 180px;
	height: 100%;
	background: url('../img/sidewifi.gif') no-repeat bottom;
	background-size: contain;
	z-index: -1;
	/* For visibility */
	opacity: 1;
	pointer-events: none;
	transform: rotate(180deg);
}

@media (max-width: 768px) {
	.abtwifi1::after {
		opacity: 0.15;
	}
}


.planchair {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.planchair::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 100%;
	background: url(../img/faq-shape-1.png) no-repeat bottom;
	background-size: contain;
	z-index: -2;
	opacity: 1;
	pointer-events: none;
	animation: chairDropBounce 2s ease-out forwards infinite;
}

@keyframes chairDropBounce {
	0% {
		transform: translateY(-200px);
		/* start above */
		opacity: 0;
		/* fade in */
	}

	40% {
		transform: translateY(0);
		/* hits ground */
		opacity: 1;
	}

	60% {
		transform: translateY(-30px);
		/* bounce up */
	}

	80% {
		transform: translateY(0);
		/* settle */
	}

	90% {
		transform: translateY(-10px);
		/* tiny bounce */
	}

	100% {
		transform: translateY(0);
		/* rest */
	}
}

@media (max-width: 768px) {
	.planchair::after {
		opacity: 0.15;
		top: -50px;
		width: 80px;
		transform: rotate(40deg);
	}
}

.manchair {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.manchair::after {
	content: "";
	position: absolute;
	bottom: 0px;
	/* 👈 Set bottom instead of top */
	left: 0px;
	width: 200px;
	height: 100%;
	background: url(../img/testimonial-image-1.png) no-repeat bottom;
	background-size: contain;
	z-index: 2;
	opacity: 1;
	overflow: hidden;
	pointer-events: none;
	animation: manmove 5s linear infinite;
}

@keyframes manmove {
	0% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(-15px);
	}

	100% {
		transform: translateX(0px);
	}
}

@media (max-width: 768px) {
	.manchair::after {
		opacity: 0.5;
		top: -50px;
		width: 150px;
		transform: rotate(40deg);
	}
}

.abtlogo {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.abtlogo::before {
	content: "";
	position: absolute;
	top: 0px;
	/* 👈 Set bottom instead of top */
	left: 1%;
	width: 170px;
	height: 100%;
	background: url(../img/1g.png) no-repeat top;
	background-size: contain;
	z-index: 2;
	opacity: 1;
	overflow: hidden;
	pointer-events: none;
	animation: shapeMove 3s linear 0s infinite;
}

@media (max-width: 768px) {
	.abtlogo::before {
		opacity: 0.15;
		top: -50px;
		width: 80px;
		transform: rotate(40deg);
	}
}

.abtlogo2 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.abtlogo2::after {
	content: "";
	position: absolute;
	top: 0;
	right: 1%;
	width: 170px;
	height: 100%;
	background: url(../img/FTTH.png) no-repeat top right;
	background-size: contain;
	z-index: 2;
	opacity: 1;
	overflow: hidden;
	pointer-events: none;
}

@media (max-width: 768px) {
	.abtlogo2::after {
		opacity: 0.15;
		bottom: -50px;
		right: 0;
		width: 80px;
		transform: rotate(40deg);
	}
}


.rating {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.rating::before {
	content: "";
	position: absolute;
	bottom: 0px;
	/* 👈 Set bottom instead of top */
	right: 0px;
	width: 300px;
	height: 100%;
	background: url(../img/rating.png) no-repeat bottom;
	background-size: contain;
	z-index: 2;
	opacity: 1;
	overflow: hidden;
	pointer-events: none;
	animation: chairDropBounce 2s ease-out forwards infinite;
}

@media (max-width: 768px) {
	.rating::before {
		width: 200px;
	}
}

.wirefooter {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.wirefooter::before {
	content: "";
	position: absolute;
	top: 0px;
	/* 👈 Set bottom instead of top */
	left: 1%;
	width: 170px;
	height: 100%;
	background: url(../img/footer-shape-1.png) no-repeat top;
	background-size: contain;
	z-index: 2;
	opacity: 1;
	overflow: hidden;
	pointer-events: none;
	animation: shapeMove 3s linear 0s infinite;
}

@keyframes shapeMove {

	0%,
	100% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(10px);
	}
}

@media (max-width: 768px) {
	.wirefooter::before {
		opacity: 0.15;
		top: -50px;
		width: 80px;
		transform: rotate(40deg);
	}
}

.wirefooter1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.wirefooter1::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -1%;
	width: 190px;
	height: 100%;
	background: url(../img/footer-shape-2.png) no-repeat top;
	background-size: contain;
	z-index: 2;
	opacity: 1;
	overflow: hidden;
	pointer-events: none;
	animation: shapeMove 3s linear 0s infinite;
}

@media (max-width: 768px) {
	.wirefooter1::before {
		opacity: 0.15;
		top: -50px;
		width: 80px;
		transform: rotate(40deg);
	}
}

.wififooter {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.wififooter::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 45%;
	transform: translateX(-50%);
	width: 150px;
	height: 100%;
	background: url(../img/footer-shape-2.png) no-repeat center bottom;
	background-size: contain;
	z-index: 2;
	opacity: 1;
	overflow: hidden;
	pointer-events: none;
	animation: shapeMove 3s linear 0s infinite;
}

@media (max-width: 768px) {
	.wififooter::after {
		opacity: 0.15;
		top: -50px;
		width: 80px;
		transform: rotate(40deg);
	}
}

.abtabtimg {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.abtabtimg::before {
	content: "";
	position: absolute;
	top: 0px;
	/* 👈 Set bottom instead of top */
	left: 1%;
	width: 100%;
	height: 100%;
	background: url(../img/feature-1-shape-2.png) no-repeat center;
	background-size: contain;
	z-index: 2;
	opacity: 1;
	overflow: hidden;
	pointer-events: none;
	animation: shapeMove 3s linear 0s infinite;
}

@keyframes shapeMove {

	0%,
	100% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(10px);
	}
}

@media (max-width: 768px) {
	.wirefooter::before {
		opacity: 0.15;
		top: -50px;
		width: 80px;
		transform: rotate(40deg);
	}
}

.whatsapp-float {
	position: fixed;
	bottom: 40px;
	right: 20px;
	background-color: #25D366;
	color: white;
	font-size: 28px;
	padding: 6px 14px;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	z-index: 999;
	text-align: center;
	transition: transform 0.3s;
}

.whatsapp-float:hover {
	transform: scale(1.1);
	color: white;
}

@media (max-width: 767px) {
	.whatsapp-float {
		display: none;
	}
}

.rating-float {
	position: fixed;
	bottom: 40px;
	z-index: 999;
}

.rating-float img {
	width: 150px;
	height: auto;
	border-radius: 10px;
	animation: chairDropBounce 2s ease-out forwards infinite;
}

@media (max-width: 767px) {
	.rating-float {
		display: none;
	}
}

.counterclass {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	/* Adjust for perfect space */
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

/*modal form*/
/* Limit modal width and center it */
@media (max-width: 576px) {
	.modal-dialog.modal-custom-width {
		max-width: 90%;
	}
}

.modal-backdrop.show {
	backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-dialog.modal-custom-width {
	max-width: 900px;
}

.img-fluid.object-fit-cover {
	object-fit: cover;
	height: 100%;
}

/* Icon Styling */
.input-icon {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	color: #6c757d;
	font-size: 16px;
	z-index: 2;
}

.input-with-icon {
	padding-left: 40px;
	border: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.modal.fade .modal-dialog {
	transform: translateY(-50px);
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal.show .modal-dialog {
	transform: translateY(0);
}

.input-with-icon:focus {
	box-shadow: 0 0 0 4px rgba(81, 45, 168, 0.15);
}

/**/

/*** Blog Start ***/
.blog .blog-item {}

img.blog-img1 {
	width: 50px !important;
}


.blog-carousel .owl-stage-outer {
	margin-top: 58px;
}

.blog .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: -20px;
	background: #322c69;
	color: #fff;
	padding: 8px 15px;
	border-radius: 50%;
	transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
	color: #df2339;
}

.blog .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: -20px;
	background: #322c69;
	color: #fff;
	padding: 8px 15px;
	border-radius: 50%;
	transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
	color: #df2339;
}

/*** Blog End ***/


/*spinner class*/
.spinner-border {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	vertical-align: text-bottom;
	border: 0.15em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

/**/

/*plans new start*/

.pricing-card {
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	width: 420px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	max-width: 550px;
	margin: 0px auto;
}

.plan-title {
	font-size: 18px;
	font-weight: 700;
	color: #2e1065;
	margin: 0 0 6px 0;
}

.plan-title .highlight {
	color: #e6007e;
	font-weight: 700;
}

.offer-tag {
	display: inline-block;
	background: #5b21b6;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 12px;
	border-radius: 20px;
	margin-bottom: 14px;
}

.price-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.price-section {
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.price-section .currency {
	font-size: 18px;
}

.price-section .duration {
	font-size: 14px;
	font-weight: 700;
	margin-left: 6px;
}

.get-started-btn {
	background: #e6007e;
	color: #fff;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 8px;
	text-decoration: none;
}

@media (max-width: 576px) {
	.get-started-btn {
		font-size: 10px;
		padding: 10px;
	}

	.pricing-card {
		padding: 10px;
		width: 100%;
	}
}

.d-flex1 {
	display: flex;
}

@media (max-width: 576px) {
	.d-flex1 {
		display: block;
	}

	.plan-title {
		font-size: 16px;
		margin-top: 10px;
	}

	.mobnon {
		display: none !important;
	}
}

.get-started-btn:hover {
	opacity: 0.9;
	color: #fff;
}

.divider {
	height: 1px;
	background: #e5e7eb;
	margin: 15px 0;
}

.benefits-title {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
	color: #333;
}

.ott-icons {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.ott-icons img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid black;
}

.more {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.free-ott {
	background: #f3e8ff;
	color: #e6007e;
	font-weight: 600;
	font-size: 13px;
	padding: 6px 12px;
	border-radius: 8px;
	display: inline-block;
}

.more-details {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	text-align: right;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

.more-details:hover {
	text-decoration: underline;
}

/*plans new end*/

.fa-whatsapp:before {
	content: "\f232";
	background-color: #25d366;
	border-radius: 50%;
	color: #fff;
}

.bi-whatsapp::before {
	content: "\f618";
	background-color: #25d366;
	border-radius: 50%;
}

.ottsize {
	max-width: 60px;
	height: auto;
	margin: 5px auto;
	border-radius: 10px;
	display: block;
}


@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) {
	.pricing-card {
		padding: 10px;
		width: 98%;
	}

	.get-started-btn {
		font-size: 10px;
		padding: 10px;
	}
}