:root {
	--bg: #f8fafc;
	--muted: #6b7280;
	--accent: #0ea5e9;
	--card: #ffffff;
	--shadow: 0 6px 20px rgba(16, 24, 40, 0.08);
	--radius: 12px;
}

body {
	color: #0f172a;
	font-family: Inter, system-ui, Arial, sans-serif;
	background-image: url("../images/3798.jpg");
	background-repeat: no-repeat;
	background-color: #c7ecff;
	background-attachment: fixed;
	background-position: center;
	background-size: 100%;
	font-size: 15px;
}

.topbar {
	background: #fff;
	color: #fff;
	padding: 5px 0px;
}

.hero {
	padding: 5.5rem 0;
}

.herobanner {
	position: relative;
	min-height: 384px;
	overflow: hidden;
	background-image: url(../images/herobanne.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.herobanner img.herobanner {
	position: absolute;
	z-index: 0px;
	right: 0px;
	left: 0px;
	margin: 0px auto;
	top: 50px;
	max-width: 100%;
}

.herobanner img.heroicon {
	position: absolute;
	z-index: 0px;
	right: 0px;
	top: 80px;
	height: 290px;
	/*animation: 5s linear infinite rightcircle;*/
	opacity: 0.5;
}

@keyframes rightcircle {
	0% {
		top: 80px;
	}
	
	50% {
		top: 102px;
	}
	
	100% {
		top: 80px;
	}
}

.herobanner .topbar {
	position: relative;
	z-index: 2;
}

.herobanner .hero {
	position: relative;
	z-index: 2;
	color: #fff;
	/*! background-image: url(../images/herobanne.jpg); */
}

.herobanner .hero h1 {
	font-weight: 600;
}

.filter-bar {
	background: #fff;
	border-radius: 6px;
	padding: 1rem;
	box-shadow: 0px 0px 15px rgba(0, 40, 74, 0.19);
	margin-top: -55px;
	position: relative;
}

.project-card {
	background: var(--card);
	box-shadow: var(--shadow);
	overflow: hidden;
	position: relative;
	transition-duration: .3s;
	border-radius: 8px;
}

.project-card .title {
	padding: 15px;
	border-top: 1px solid #dbd9ea;
	position: relative;
}

.project-card .title:after {
	content: "";
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 1%;
	width: 100%;
	z-index: 0px;
	background-color: rgb(51, 43, 111, 0.09);
	transition-duration: .3s;
}

.project-card .title h5 {
	font-weight: bold;
	color: #332b6f;
	min-height: 80px;
	font-size: 17px;
	transition-duration: .3s;
}

.project-card .title .category,
.project-card .title h5 {
	position: relative;
	z-index: 5;
}

.project-thumb {
	aspect-ratio: 16/10;
	background: #e6eef6;
	display: block;
	width: 100%;
	object-fit: cover;
	filter: grayscale(0%);
	transition-duration: 0.3s;
}

.project-card:hover .project-thumb {
	filter: grayscale(50%);
}

.project-card .title .view-btn {
	background-color: #fff;
}

.project-card .title .view-btn:hover {
	background-color: #ef5518;
}

.project-card:hover .title:after {
	height: 100%;
}

.badge-cat {
	background: linear-gradient(90deg, #06b6d4, #7c3aed);
	color: #fff;
	border-radius: 999px;
	padding: .35rem .6rem;
	font-size: .8rem;
}

.tag {
	color: #332b6f;
	border: 1px solid #d9d6ee;
	padding: .25rem .5rem;
	border-radius: 3px;
	font-size: .78rem;
	transition-duration: .3s;
}

.project-card:hover .tag {
	background: #fff;
	color: #3730a3;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.search-options .form-check-input {
	margin-top: .25rem;
}

.project-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 20px -15px;
	padding: 0px;
}

.project-list li {
	width: 33.3%;
	box-sizing: border-box;
	padding: 15px;
}

.btn-outline-danger {
	--bs-btn-color: #ef5518;
	--bs-btn-border-color: #ef5518;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ef5518;
	--bs-btn-hover-border-color: #ef5518;
	--bs-btn-focus-shadow-rgb: 220, 53, 69;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ef5518;
	--bs-btn-active-border-color: #ef5518;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ef5518;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ef5518;
	--bs-gradient: none
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #ef5518;
	--bs-btn-border-color: #ef5518;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #bb2d3b;
	--bs-btn-hover-border-color: #ef5518;
	--bs-btn-focus-shadow-rgb: 225, 83, 97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ef5518;
	--bs-btn-active-border-color: #a52834;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #ef5518;
	--bs-btn-disabled-border-color: #ef5518
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #4a418a;
	--bs-btn-border-color: #4a418a;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #383d8a;
	--bs-btn-hover-border-color: #383d8a;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #383d8a;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #4a418a;
	--bs-btn-disabled-border-color: #4a418a;
}

.lightbox-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 1050;
	justify-content: center;
	/*align-items: center;*/
	opacity: 0;
	transition: opacity 0.4s ease;
}

/* Active Class for Fade-In */
.lightbox-overlay.show {
	display: flex;
	opacity: 1;
}

/* Lightbox Box */
.lightbox-content {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 0px;
	max-width: 101%;
	max-height: 100vh;
	overflow: hidden;
	position: relative;
	transform: scale(0.9);
	transition: transform 0.3s ease, opacity 0.4s ease;
	opacity: 0;
}

.lightbox-overlay.show .lightbox-content {
	transform: scale(1);
	opacity: 1;
}

/* Inner Split: Image Left + Data Right */
.lightbox-body {
	display: flex;
	flex: 1;
	overflow: hidden;
}

.lightbox-left {
	flex: 1 1 35%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../images/10547226_13167.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.lightbox-left img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.lightbox-data {
	flex: 1 1 65%;
	padding: 20px;
	/*overflow-y: auto;*/
}

/* Close Button */
.lightbox-close {
	position: absolute;
	top: -8px;
	right: 0px;
	background: #bd44f9;
	color: #fff;
	border-radius: 0px 0px 0px 4px;
	width: 40px;
	height: 40px;
	font-size: 39px;
	line-height: 0px;
	cursor: pointer;
	z-index: 10;
	border: none;
}

/* Bottom Controls */
.lightbox-footer {
	display: flex;
	justify-content: space-between;
	background: #e4e0ff;
	padding: 10px 20px;
	border-top: 1px solid #8a7ee8;
}

.lightbox-footer button {
	border: none;
	background: none;
	color: #170799;
	font-weight: 600;
	cursor: pointer;
}

.lightbox-footer button:hover {
	text-decoration: underline;
}

/* Carousel Indicators Styling */
.carousel-indicators [data-bs-target] {
	background-color: #fff;
}

/* Thumbnail hover effect */
.thumb img {
	cursor: pointer;
	transition-duration: .3s;
}

.thumb img:hover {
	transform: scale(1.05);
}

.thumb1 img {
	cursor: pointer;
	transition-duration: .3s;
}

.thumb1 img:hover {
	transform: scale(1.05);
}

.thumb-image {
	position: relative;
	padding: 0px;
	overflow: hidden;
}

footer {
	color: var(--muted);
}

.project-card .portfolio-btn {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	background: rgba(34, 36, 41, 0.61);
	border: 1px solid transparent;
	border-radius: 4px;
	opacity: 0;
	transition: .5s;
	cursor: pointer;
}

.project-card:hover .portfolio-btn {
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
	border: 20px solid rgba(0, 16, 28, 0.9);
}

.lightbox-data .datatitle {
	font-weight: bold;
	color: #004b9f;
	margin-bottom: 20px;
}

.lightbox-data .datatitle span {
	font-size: 0.7em;
	color: #ea540a;
	display: block;
	margin-top: 5px;
	font-weight: 600;
	position: relative;
	padding-left: 30px;
}

.lightbox-data .datatitle span a {
	color: #ea540a;
	text-decoration: none;
	position: relative;
	padding-right: 23px;
}

.lightbox-data .datatitle span i {
	position: absolute;
	left: 0px;
}

.lightbox-data .datatitle span em {
	position: absolute;
	right: 0px;
	font-size: 20px;
	top: 3px;
}

.service {
	border-radius: 3px;
	margin: 0px 0px 20px 0px;
}

.service .button {
	width: 20%;
	padding: 5px 10px;
}

.service ul {
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
}

.service .button a.btn {
	border-radius: 25px;
	margin: 5px 0px;
	text-transform: uppercase;
}

.service ul li {
	width: 100%;
	padding: 5px 0px;
	font-size: 14px;
	border-bottom: 1px solid #dcd2ec;
}

.service ul li div {
	display: inline-block;
	padding: 2px 4px 2px 25px;
	border-radius: 3px;
	background-color: #fff;
	position: relative;
}

.service ul li div:after {
	content: "|";
	color: #dcd2ec;
	margin-left: 10px;
}

.service ul li div .appicon {
	font-size: 18px;
	position: relative;
	top: 3px;
}

.service ul li div .appicon.android {
	color: #4B8616;
}

.service ul li div .appicon.iso {
	color: #6A6A6A;
}

.service ul li div:last-child::after {
	display: none
}

.service ul li div span {
	font-size: initial;
	position: absolute;
	left: 4px;
	top: 5px;
	color: #ff477d;
}

.service ul li:nth-child(1),
.service ul li:nth-child(2) {}

.service ul li:nth-child(1) {}

.service ul li:last-child {
	border-bottom: 0px;
}

.lightbox-data h5 {
	font-size: 16px;
	color: #7c0786;
	margin: 6px auto;
	text-transform: uppercase;
	font-weight: 600;
}

ul.list3 {
	counter-reset: li;
	list-style: none outside none;
	padding: 0;
}

ul.list3 li {
	position: relative;
	padding: 8px 0 8px 38px;
	/*font-size: 15px;*/
	font-size: 1.01em;
}

.list3 li a {
	color: #fff;
}

ul.list3 li:after {
	content: "\f101";
	font-family: 'FontAwesome';
	counter-increment: li;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -12px;
	font-weight: 700;
	color: inherit;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #ffffff;
	background-color: #ff477d;
	border-radius: 100%;
}

ol.list3 {
	counter-reset: li;
	list-style: none outside none;
	padding: 0;
}

ol.list3 li {
	position: relative;
	padding: 8px 0 8px 38px;
	font-size: 15px;
}

ol.list3 li:after {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -12px;
	font-weight: 700;
	color: inherit;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #ffffff;
	background-color: #ed6c2d;
	border-radius: 100%;
}

.modal-filters {
	max-width: 75%;
}

.modal-filters .modal-content {
	background-image: url("../images/3798.jpg");
	background-repeat: no-repeat;
	background-color: #c7ecff;
	background-attachment: fixed;
	background-position: center;
	background-size: 100%;
	border-color: rgba(34, 0, 130, 0.66);
}

.modal-filters .modal-header {
	padding: 5px 15px;
	border: 0px;
	position: relative;
}

.modal-filters .checkbox table td {
	position: relative;
	padding: 2px 5px 2px 25px;
}

.modal-filters .checkbox table td>input {
	position: absolute;
	left: 0px;
	top: 6px
}

.modal-filters .filters h5 {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 600;
	color: #161e95;
	padding-bottom: 7px;
	border-bottom: 1px solid #161e9570;
}

.modal-filters .checkbox {
	max-height: 350px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, .0) rgba(255, 255, 255, .0);
	
	transition-duration: .5s;
}

.modal-filters .checkbox:hover {
	scrollbar-color: #161e9570 rgba(255, 255, 255, .5);
}

.modal-filters .btn-close {
	position: absolute;
	right: 8px;
	top: 8px;
	opacity: 1;
	z-index: 5;
}

.modal-filters .modal-footer {
	padding: 4px 15px;
	border-top: 1px solid #161e9570;
}

.contact .title {
	font-weight: bold;
	color: #332b6f;
	text-shadow: -1px -4px 1px rgba(0, 0, 0, 0.17);
}

/* Responsive tweaks */
@media (max-width:575px) {
	.hero {
		padding: 2rem 0;
	}
}

.case-study-sec-1 {
	background-color: #fff;
	padding: 30px 0px;
	position: relative;
}

.case-data-format h2 {
	font-weight: 700;
	color: #2e17a8;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 26px;
}

.case-data-format h2:before {
	position: absolute;
	height: 1px;
	width: 15%;
	background-color: #2e17a8;
	left: 0;
	content: "";
	bottom: 0
}

.case-data-format h2 span {
	color: #ff6407;
	font-size: 32px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.case-data-format h3 {
	font-weight: 700;
	color: #1a1a1a;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 24px;
}

.case-data-format h3:before {
	position: absolute;
	height: 1px;
	width: 15%;
	background-color: #666;
	left: 0;
	content: "";
	bottom: 0
}

.img-responsive {
	max-width: 100%;
}

ul.list {
	list-style: none;
	padding-left: 20px !important;
	margin-bottom: 15px;
}

ul.list li {
	position: relative;
	padding: 8px 0 8px 8px;
	letter-spacing: -.013em;
	font-size: 1.07em;
	text-align: justify;
	line-height: 20px
}

ul.list li::before {
	content: "\f560";
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	color: #ff477d;
	position: absolute;
	left: -18px;
	top: 10px;
	font-weight: 900;
}

.case-study-sec-2 {
	padding: 50px 0px;
	position: relative;
}

.kumbhportal {
	background-image: url(http://otpl.co.in/wp-content/uploads/2025/08/kumbhmain01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding-bottom: 0;
	padding-top: 320px;
}

.cs-tabs {}

.cs-tabs>li {
	padding: 0px 1px;
}

.cs-tabs>li>a {
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px 24px;
	background-color: #4a418a;
	color: #fff;
	border: 0 !important;
	margin-right: 0;
	border-radius: 3px 3px 0px 0px !important;
}

.cs-tabs>li.active>a,
.cs-tabs>li.active>a:focus,
.cs-tabs>li.active>a:hover {
	background-color: #eee;
	color: #4a418a
}

.cs-tabs>li>a:focus,
.cs-tabs>li>a:hover {
	background-color: #eee;
	color: #4a418a
}

.cs-tab-content {
	padding: 40px 0
}

.footer {
	/* padding-top: 40px; */
	background-color: #332b6f;
	padding-top: 15px;
	padding-bottom: 15px;
}

.proTab {
	margin-bottom: 15px;
}

.proTab>li {
	padding: 0px 5px;
}

.proTab>li>a {
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #fff;
	border-radius: 3px 3px 0px 0px !important;
	background-color: #9788ff;
	font-weight: 600;
}

.proTab>li.active>a,
.proTab>li.active>a:focus,
.proTab>li.active>a:hover {
	background-color: #eee;
	color: #4a418a;
}

.proTab .nav-link.active {
	color: #4a418a !important;
}

.proTab>li>a:focus,
.proTab>li>a:hover {
	background-color: #eee;
	color: #4a418a
}

.subtitle {
	font-weight: bold;
	color: #004b9f;
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.subtitle::before {
	position: absolute;
	height: 1px;
	width: 15%;
	background-color: #004b9f;
	left: 0;
	content: "";
	bottom: 0;
}

.tab-pane {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, .0) rgba(255, 255, 255, .0);
	transition-duration: .5s;
	max-height: 400px;
	overflow: auto;
	min-height: 400px;
}

.tab-pane:hover {
	scrollbar-color: rgba(100, 83, 217, .9) rgba(255, 255, 255, .5);
}

.btn {
	border-radius: 4px;
}

.modal-md {
	max-width: 1297px;
}

.profile-btn {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}

.profile-btn span,
.profile-btn i {
	position: relative;
}

.profile-btn i {
	margin-left: 0.5em;
}

.profile-btn .color {
	width: 12em;
	height: 2em;
	border-radius: 2em;
	background-color: #d913ea;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: -0.65em;
}

/*Profile Slide*/
.slideshow-container {
	position: relative;
	width: 100%;
	height: 550px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.slideshow-container .slide {
	display: none;
	position: absolute;
	inset: 0;
	animation: fade 0.5s ease-in-out;
}

.slideshow-container .slide.active {
	display: block;
}

@keyframes fade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Arrows (one pair only, JS injected) */
.slideshow-container .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.05);
	color: #00658d;
	border: none;
	font-size: 30px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
	z-index: 10;
}

.slideshow-container .arrow:hover {
	background: #00658d;
	color: #fff;
}

.slideshow-container .arrow.prev {
	left: 20px;
}

.slideshow-container .arrow.next {
	right: 20px;
}

.slideshow-container .slide-number {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	border-radius: 3px;
	padding: 0px 10px;
}

/* Responsive */
@media (max-width: 768px) {
	.slideshow-container .slide {
		padding: 40px 30px;
	}
	
	.slideshow-container .arrow {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.slideshow-container .slide {
		padding: 30px 20px;
	}
	
	.slideshow-container .arrow {
		width: 34px;
		height: 34px;
		font-size: 20px;
	}
	
	.slideshow-container .arrow.prev {
		left: 10px;
	}
	
	.slideshow-container .arrow.next {
		right: 10px;
	}
}

/*Compnay Profile Css*/
#companyModal .modal-body {
	padding: 0px;
}

#companyModal .modal-content {
	position: relative;
}

#companyModal .modal-content .btn-close {
	position: absolute;
	z-index: 3;
	border-radius: 50%;
	right: -9px;
	background-color: #fff;
	opacity: 1;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
	top: -8px;
	padding: 10px;
	border: 1px solid #3e49ea;
}

#companyModal .modal-content .slide {}

.slide-1 .pfcover {
	background-color: #00658d;
	background-image: url("../images/pfcover.png") !important;
	background-repeat: no-repeat;
	background-position: center;
	height: 91vh;
	overflow: hidden;
	position: relative;
}

.bigcirclie {
	width: 450px;
	height: 450px;
	border: 20px solid #00658d;
	outline: 1px solid #fdda39;
	border-radius: 50%;
	position: relative;
	right: -266px;
	background-color: #fff;
	top: 52px;
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.43);
	box-sizing: border-box;
	padding: 30px;
}

.incirclie {
	width: 100%;
	height: 100%;
	background-color: #ec4756;
	border-radius: 50%;
	position: relative;
	margin: 0px auto;
}

#companyModal .modal-content .slide-1 .pfcontent {
	padding: 70px 150px 50px 150px;
}

.coverimg {
	position: absolute;
	left: -192px;
	width: 300px;
	height: 300px;
	background: #ccc;
	border-radius: 50%;
	top: 126px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .1);
	overflow: hidden;
}

.coverimg img {
	max-width: 100%;
	border-radius: 50%;
}

.coverlightbg {
	background-image: url("../images/11798728_4854854.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 110% 100%;
}

#companyModal .modal-content .slide-1 .pfcontent h1 {
	font-weight: 800;
	font-size: 3.1rem;
	color: #0a7697;
}

#companyModal .modal-content .slide-1 .pfcontent .subtitle {
	color: #515151;
}

#companyModal .modal-content .slide-1 .pfcontent .subtitle:before {
	background-color: #0a7697;
}

#companyModal .modal-content .slide-1 .pfcontent .tagline {
	background-color: #ffc000;
	padding: 8px 40px 8px 20px;
	border-radius: 0px 30px 30px 0px;
	font-size: 1.4em;
	color: #000;
	display: inline-block;
}

.qr-1 {
	width: 120px;
	height: 120px;
	text-align: center;
	margin-top: 15px;
}

.qr-1 img {
	border: 1px solid #ccc;
	padding: 0px;
	margin-bottom: 5px;
}

#companyModal .modal-content .slide-2 {
	background-image: url("../images/11798728_4854854.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 65% 100%;
	padding: 50px 100px;
}

#companyModal .modal-content .slide h2 {
	font-weight: 700;
	font-size: 2.1rem;
	color: #0a7697;
}

.datadiv img {
	float: left;
	margin-right: 25px;
	width: 150px;
}

.speciality {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	display: flex;
	flex-wrap: wrap;
	border-left: 4px solid #00658d;
	border-radius: 15px;
}

.speciality li {
	box-sizing: border-box;
	padding: 14px;
	width: 50%;
}

.speciality li .c-num {
	text-align: center;
	padding: 12px;
	border-radius: 11px;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

.speciality li .c-num span {
	font-weight: 700;
	font-size: 28px;
	display: block;
	color: #ee4957;
}

.pl50 {
	padding-left: 50px;
}

#companyModal .modal-content .slide-3 {
	background-image: url("../images/11798728_4854854.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 65% 100%;
	padding: 50px 100px;
}

.services_1 {
	list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}

.services_1 li {
	box-sizing: border-box;
	width: 20%;
	padding: 25px 15px;
	text-align: center;
	background-color: #fff;
	border: 1px dashed #d23d3d;
	position: relative;
	z-index: 0;
	transform: scale(1.0);
	transition-duration: .3s;
}

.services_1 li:hover {
	transform: scale(1.2);
	z-index: 2;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

.services_1 li img {
	height: 80px;
	margin-bottom: 10px;
}

.services_1 li span {
	display: block;
	font-weight: 700;
	color: #0a7697;
}

.services_1 li:nth-child(2n) span {
	color: #da2d3c;
	/* every even list item */
}

#companyModal .modal-content .slide-4 {
	background-image: url("../images/11798728_4854854.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 65% 100%;
	padding: 50px 100px;
}

/* ===== Certification Cards ===== */
.cert-card {
	border-radius: 14px;
	padding: 30px 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.cert-card .logo {
	height: 80px;
	object-fit: contain;
	transition: all 0.5s ease;
}

.cert-card:hover .logo {
	transform: scale(1.1);
}

/* ===== Text Styles ===== */
.cert-card h6,
.cert-card p {
	margin-top: 10px;
	/*! font-size: 14px; */
	line-height: 1.4;
}

/* ===== Hover Effects ===== */
.cert-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
	.cert-card {
		padding: 20px 10px;
	}
	
	.cert-card .logo {
		height: 50px;
	}
}

.cert-section {
	background: #fff;
}

/* ===== Certification Cards ===== */
.cert-card {
	border-radius: 14px;
	padding: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: #fff;
}

.cert-card .logo {
	height: 60px;
	object-fit: contain;
	transition: all 0.5s ease;
}

.cert-card:hover .logo {
	transform: scale(1.1);
}

/* ===== Text Styles ===== */
.cert-card p {}

.cert-card h6 {
	margin-top: 10px;
	line-height: 1.4;
	font-weight: 600;
}

.iso h6 {
	text-align: right;
	margin-top: 0px;
}

/* ===== Hover Effects ===== */
.cert-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
	.cert-card {
		padding: 20px 10px;
	}
	
	.cert-card .logo {
		height: 50px;
	}
}

.iso {
	display: flex;
	justify-content: space-evenly;
}

/* .slide-5 {
	background-image: url("../images/11798728_4854854.jpg") !important;
	background-repeat: no-repeat;
	--- background-position: right top; 
	background-size: 65% 100%;
	padding: 50px 100px;
} */

.slide-5 h3.subtitle {
	color: #da2d3c;
	font-size: 17px;
	font-weight: 700;
}

.slide-5 h3.subtitle::before {
	background-color: #da2d3c;
}

.colmflex {
	display: flex;
	margin: 20px -20px 0px -20px;
}

.colmflex div.colmn {
	width: 25%;
	box-sizing: border-box;
	padding: 0px 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.colmflex div.colmn:last-child {
	border-right: 0px;
}

.slide-6 {
	background-image: url("../images/11798728_4854854.jpg");
	background-repeat: no-repeat !important;
	background-position: right top !important;
	background-size: 65% 100%;
	padding: 125px 100px;
}

.technology {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.technology li {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #d0b5b8;
	border-right: 1px solid #d0b5b8;
	background-color: rgba(255, 255, 255, .5);
}

.technology li:first-child {
	border-top: 1px solid #d0b5b8;
}

.technology li .techtitle {
	padding: 25px 20px;
	background-color: #ffdee1;
	color: #9b3841;
	font-size: 18px;
	font-weight: 700;
	width: 15%;
	border-left: 1px solid #d0b5b8;
	border-right: 1px solid #d0b5b8;
}

.technology li .techlogo {
	padding: 20px 15px;
	display: flex;
	flex-wrap: wrap;
}

.technology li .techlogo img {
	height: 48px;
	margin: 0px 6px;
}


/* ===== Gradient Colors (Each Box Different) ===== */
.gradient1 {
	background: linear-gradient(135deg, #00c6ff, #0072ff);
}

.gradient1:hover {
	background: linear-gradient(135deg, #0072ff, #00c6ff);
}

.gradient2 {
	background: linear-gradient(135deg, #ff9966, #ff5e62);
}

.gradient2:hover {
	background: linear-gradient(135deg, #ff5e62, #ff9966);
}

.gradient3 {
	background: linear-gradient(135deg, #56ab2f, #a8e063);
}

.gradient3:hover {
	background: linear-gradient(135deg, #a8e063, #56ab2f);
}

.gradient4 {
	background: linear-gradient(135deg, #6a11cb, #2575fc);
}

.gradient4:hover {
	background: linear-gradient(135deg, #2575fc, #6a11cb);
}

.gradient5 {
	background: linear-gradient(135deg, #f7971e, #ffd200);
}

.gradient5:hover {
	background: linear-gradient(135deg, #ffd200, #f7971e);
}

.gradient6 {
	background: linear-gradient(135deg, #11998e, #38ef7d);
}

.gradient6:hover {
	background: linear-gradient(135deg, #38ef7d, #11998e);
}

.gradient7 {
	background: linear-gradient(135deg, #fc4a1a, #f7b733);
}

.gradient7:hover {
	background: linear-gradient(135deg, #f7b733, #fc4a1a);
}

.gradient8 {
	background: linear-gradient(135deg, #8e2de2, #4a00e0);
}

.gradient8:hover {
	background: linear-gradient(135deg, #4a00e0, #8e2de2);
}

.contactdata {
	padding: 50px;
}

.address {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.address li {
	font-size: 1.1em;
	font-weight: 600;
	position: relative;
	padding-left: 64px;
	margin-bottom: 10px;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
}

.address li>span {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 25px;
	/*! color: #e33535; */
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ee4957;
	padding: 12px;
	color: #fff;
}

.qr-2 {
	width: 160px;
	height: 160px;
	text-align: center;
	margin: 0px auto;
}

.qr-2 img {
	border: 1px solid #ccc;
	padding: 0px;
	margin-bottom: 5px;
}

.sbutton {
	list-style: none;
	margin: 60px 0px 0px -10px;
	display: flex;
	padding: 0px;
	justify-content: center;
}

.sbutton li {
	padding: 9px;
	text-align: center;
	font-size: 13px;
}

.sbutton li i {
	height: 40px;
	width: 40px;
	font-size: 22px;
	display: block;
	margin: 0px auto 4px auto;
	background-color: #eee;
	border-radius: 50%;
	line-height: 40px;
	transition-duration: .3s;
}

.sbutton li a {
	text-decoration: none;
}

.sbutton li:nth-child(1) a {
	color: #2675c6;
}

.sbutton li:nth-child(1) a:hover i {
	color: #fff;
	background-color: #2675c6
}

.sbutton li:nth-child(2) a {
	color: #000;
}

.sbutton li:nth-child(2) a:hover i {
	color: #fff;
	background-color: #000
}

.sbutton li:nth-child(3) a {
	color: #fa1a7f;
}

.sbutton li:nth-child(3) a:hover i {
	color: #fff;
	background-color: #fa1a7f
}

.sbutton li:nth-child(4) a {
	color: #0c88b6;
}

.sbutton li:nth-child(4) a:hover i {
	color: #fff;
	background-color: #0c88b6
}

.qr-contact {
	padding-top: 60px;
	padding-right: 100px;
}

/*Compnay Profile Css*/
#lightbox1-items .modal-body {
	padding: 0px;
}

#lightbox1-items .slideshow-container {
	position: relative;
}

#lightbox1-items .btn-close {
	position: absolute;
	z-index: 3;
	border-radius: 50%;
	right: -9px;
	background-color: #fff;
	opacity: 1;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
	top: -8px;
	padding: 10px;
	border: 1px solid #3e49ea;
}


.slide-1 .pfcover {
	background-color: #00658d;
	background-image: url("../images/pfcover.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 91vh;
	overflow: hidden;
	position: relative;
}

.slide-2 {
	background-image: url("../images/11798728_4854854.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 65% 100%;
	padding: 125px 100px;
}

.slide h2 {
	font-weight: 700;
	font-size: 2.1rem;
	color: #0a7697;
}

.slide-3 {
	background-image: url("../images/11798728_4854854.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 65% 100%;
	padding: 125px 100px;
}


.slide-4 {
	background-image: url("../images/11798728_4854854.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 65% 100%;
	padding: 125px 100px;
}


/* .slide-5 {
	background-image: url("../images/11798728_4854854.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 65% 100%;
	padding: 125px 100px;
} */

.slide-5 h3.subtitle {
	color: #da2d3c;
	font-size: 17px;
	font-weight: 700;
}

.slide-5 h3.subtitle::before {
	background-color: #da2d3c;
}

/* .slide-6 {
	background-image: url("../images/11798728_4854854.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 65% 100%;
	padding: 125px 100px;
} */

.pfcontent h1 {
	font-weight: 800;
	font-size: 3.1rem;
	color: #0a7697;
}

.pfcontent .subtitle {
	color: #515151;
}

.pfcontent .subtitle:before {
	background-color: #0a7697;
}

.pfcontent .tagline {
	background-color: #ffc000;
	padding: 8px 40px 8px 20px;
	border-radius: 0px 30px 30px 0px;
	font-size: 1.4em;
	color: #000;
	display: inline-block;
}

.pfcontent {
	/* padding: 70px 150px 50px 150px; */
	padding: 153px 150px 50px 125px;
}

.bigcirclie {
	top: 130px !important;
}

.coverimg {
	top: 205px !important;
	left: -222px !important;
}

.slide-1 .pfcover {
	background-color: #00658d;
	background-image: url(../images/pfcover.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 91vh;
	overflow: hidden;
	position: relative;
}

#lightbox1-data {
	padding: 0px !important;
}

.slideshow-container2 {
	height: 100% !important;
	border-radius: 0px !important;
}

.slide-1 .pfcover {
	height: 100vh !important;
}



.tab-menu {
	display: flex;
	gap: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.tab-menu button {
	padding: 10px 20px;
	background: #eee;
	border: 0;
	cursor: pointer;
	border-radius: 6px 6px 0 0;
	font-weight: 500;
}

.tab-menu button.active {
	background: #7f66ff;
	color: white;
}

.section-block {
	padding: 60px 5px;
	min-height: 300px;
	border-bottom: 1px solid #eee;
}



.slide-5 {
	background-image: url("../images/slide-5.jpg") !important;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	padding: 100px 50px 50px 100px;
}

.slide-5 h3.subtitle {
	color: #da2d3c;
	font-size: 17px;
	font-weight: 700;
}

.slide-5 h3.subtitle::before {
	background-color: #da2d3c;
}

.colmflex {
	display: flex;
	margin: 20px -20px 0px -20px;
}

.colmflex div.colmn {
	width: 25%;
	box-sizing: border-box;
	padding: 0px 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.colmflex div.colmn:last-child {
	border-right: 0px;
}

/* .slide-6 {
	background-image: url("../images/11798728_4854854.jpg") !important;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 65% 100%;
	padding: 50px 100px;
} */

.technology {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.technology li {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #d0b5b8;
	border-right: 1px solid #d0b5b8;
	background-color: rgba(255, 255, 255, .5);
}

.technology li:first-child {
	border-top: 1px solid #d0b5b8;
}

.technology li .techtitle {
	padding: 25px 20px;
	background-color: #ffdee1;
	color: #9b3841;
	font-size: 18px;
	font-weight: 700;
	width: 15%;
	border-left: 1px solid #d0b5b8;
	border-right: 1px solid #d0b5b8;
}

.technology li .techlogo {
	padding: 20px 15px;
	display: flex;
	flex-wrap: wrap;
}

.technology li .techlogo img {
	height: 48px;
	margin: 0px 6px;
}


/* ===== Gradient Colors (Each Box Different) ===== */
.gradient1 {
	background: linear-gradient(135deg, #00c6ff, #0072ff);
}

.gradient1:hover {
	background: linear-gradient(135deg, #0072ff, #00c6ff);
}

.gradient2 {
	background: linear-gradient(135deg, #ff9966, #ff5e62);
}

.gradient2:hover {
	background: linear-gradient(135deg, #ff5e62, #ff9966);
}

.gradient3 {
	background: linear-gradient(135deg, #56ab2f, #a8e063);
}

.gradient3:hover {
	background: linear-gradient(135deg, #a8e063, #56ab2f);
}

.gradient4 {
	background: linear-gradient(135deg, #6a11cb, #2575fc);
}

.gradient4:hover {
	background: linear-gradient(135deg, #2575fc, #6a11cb);
}

.gradient5 {
	background: linear-gradient(135deg, #f7971e, #ffd200);
}

.gradient5:hover {
	background: linear-gradient(135deg, #ffd200, #f7971e);
}

.gradient6 {
	background: linear-gradient(135deg, #11998e, #38ef7d);
}

.gradient6:hover {
	background: linear-gradient(135deg, #38ef7d, #11998e);
}

.gradient7 {
	background: linear-gradient(135deg, #fc4a1a, #f7b733);
}

.gradient7:hover {
	background: linear-gradient(135deg, #f7b733, #fc4a1a);
}

.gradient8 {
	background: linear-gradient(135deg, #8e2de2, #4a00e0);
}

.gradient8:hover {
	background: linear-gradient(135deg, #4a00e0, #8e2de2);
}

.contactdata {
	padding: 50px;
}

.address {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.address li {
	font-size: 1.1em;
	font-weight: 600;
	position: relative;
	padding-left: 64px;
	margin-bottom: 10px;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
}

.address li>span {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 25px;
	/*! color: #e33535; */
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ee4957;
	padding: 12px;
	color: #fff;
}

.qr-2 {
	width: 160px;
	height: 160px;
	text-align: center;
	margin: 0px auto;
}

.qr-2 img {
	border: 1px solid #ccc;
	padding: 0px;
	margin-bottom: 5px;
}

.sbutton {
	list-style: none;
	margin: 60px 0px 0px -10px;
	display: flex;
	padding: 0px;
	justify-content: center;
}

.sbutton li {
	padding: 9px;
	text-align: center;
	font-size: 13px;
}

.sbutton li i {
	height: 40px;
	width: 40px;
	font-size: 22px;
	display: block;
	margin: 0px auto 4px auto;
	background-color: #eee;
	border-radius: 50%;
	line-height: 40px;
	transition-duration: .3s;
}

.sbutton li a {
	text-decoration: none;
}

.sbutton li:nth-child(1) a {
	color: #2675c6;
}

.sbutton li:nth-child(1) a:hover i {
	color: #fff;
	background-color: #2675c6
}

.sbutton li:nth-child(2) a {
	color: #000;
}

.sbutton li:nth-child(2) a:hover i {
	color: #fff;
	background-color: #000
}

.sbutton li:nth-child(3) a {
	color: #fa1a7f;
}

.sbutton li:nth-child(3) a:hover i {
	color: #fff;
	background-color: #fa1a7f
}

.sbutton li:nth-child(4) a {
	color: #0c88b6;
}

.sbutton li:nth-child(4) a:hover i {
	color: #fff;
	background-color: #0c88b6
}

.qr-contact {
	padding-top: 60px;
	padding-right: 100px;
}

.stqcimg {
	border-radius: 50%;
	padding: 20px;
	border: 5px solid #00658d;
	position: relative;
	width: 350px;
	height: 350px;
	margin-top: 25px;
	background-color: #fff;
	margin-bottom: 25px;
}

.stqcimg img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 15px solid #e84655;
	position: relative;
}

.slide-5 .awardtitle {
	font-weight: 700;
	color: #ea4655;
	margin-top: 55px;
}

.slide-5 .award-subline {}

.awardname {
	background-color: #0850ac;
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 8px 15px;
	border-radius: 45px;
}

.eletswards .awardtitle {
	margin-top: 20px;
}

.digishakti_detail {
	display: flex;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 15px 40px;
	background-color: #fff;
}

.digishakti_detail .img {
	width: 80px;
}

.digishakti_detail .img img {
	max-width: 100%;
	border-radius: 12px 26px;
}

.digishakti_detail .details {
	padding: 0px 20px;
	box-sizing: border-box;
	width: 75%;
}

.digishakti_detail .details span {
	display: block;
	font-size: 31px;
	font-weight: bold;
	color: #004aa8;
}

.digishakti_detail ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	column-count: 2;
	column-gap: 15px;
}

.digishakti_detail ul li {
	padding: 3px 0px;
}

.digishakti_detail ul li strong {
	color: #004aa8;
}

.slide-8 {
	/* background-image: url("../images/launchingbg.jpg");*/
	background-repeat: no-repeat;
	/* background-position: right top; */
	background-size: cover;
}

.slide-8 .pfcover {
	background-color: #0a7697;
	background-image: url("../images/pfcover.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh !important;
	overflow: hidden;
	position: relative;
	padding: 150px 50px 50px 50px !important;
}

.slide-8 .pfcover h2 {
	margin-bottom: 40px;
	color: #fff
}

.slide-8 .pfcover .projectpic {
	border-radius: 25px;
	border: 2px solid #fff;
}

.slide-8 .pfcontent {
	padding: 80px 50px 50px 50px !important;
	height: 89vh;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, .0) rgba(255, 255, 255, .0);
	transition-duration: .5s;
}

.slide-8 .pfcontent:hover {
	scrollbar-color: #161e9570 rgba(255, 255, 255, .5);
}

.slide-8 .awardtitle {
	font-weight: 700;
	color: #ea4655;
}

.launching {
	margin-bottom: 20px;
}

.launching ul {
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
}

.launching ul>li {
	padding: 5px 0px;
	border-bottom: 1px solid #dcd2ec;
	position: relative;
	display: flex;
}

.launching ul>li>div:nth-child(1) {
	width: 155px;
	padding: 0px;
}

.launching ul>li>div:nth-child(2) {
	width: 80%;
	padding-left: 5px;
}

.slide .awardtitle span {
	color: #000;
}

.gigwicons {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	border: 1px dashed #4a96ae;
	border-radius: 15px;
}

.gigwicons li {
	box-sizing: border-box;
	padding: 15px 6px;
	font-size: 12px;
	color: #000;
	text-align: center;
	width: 14.2%;
}

.gigwicons li>span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	margin: 0px auto;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: #fff;
}

.gigwicons li>span img {
	max-width: 61%;
}

.gold {
	background-color: #e59c11;
}

.silver {
	background-color: #736a5a;
}

.login-logout {
	float: right !important;
	text-align: right !important;
	margin-top: -127px !important;
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	z-index: 99999999;
	position: absolute;
	margin-left: -49px;
	margin-top: -10px;
	cursor: pointer !important;
}

.badge-success {
	color: #fff;
	background-color: #013a05;
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	z-index: 99999999;
	position: absolute;
	margin-left: -41px;
	margin-top: -10px;
	cursor: pointer !important;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.modal-content {
	border-radius: 0px !important;
}

/*.modal {
	background: white;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	width: 100%;
	max-width: 420px;
	overflow: hidden;
	animation: slideUp 0.3s ease;
}*/

@keyframes slideUp {
	from {
		transform: translateY(20px);
		opacity: 0;
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.modal-header {
	padding: 24px 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none !important;
}

.modal-title {
	font-size: 24px;
	font-weight: 600;
	color: #333;
}

.close-btn {
	background: none;
	border: none;
	font-size: 24px;
	color: #999;
	cursor: pointer;
	transition: all 0.2s;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.close-btn:hover {
	color: #333;
	background-color: #f5f5f5;
}
/*
	.modal-body {
	padding: 24px;
}*/

.welcome-text {
	margin-bottom: 24px;
}

.welcome-text h2 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.welcome-text p {
	color: #666;
	font-size: 14px;
}

.modal .input-group {
	margin-bottom: 20px;
	display: block !important;
}
/*
	.modal {
	position: fixed !important;
} */


/* .envelope-i{
    right: -2px !important;
}*/

.fa-eye-i {
	right: 0px !important;
}

.input-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #444;
	font-size: 14px;
}

.input-field {
	position: relative;
}

.input-field input {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 15px;
	transition: all 0.2s;
	background-color: #f9f9f9;
}

.input-field input:focus {
	outline: none;
	border-color: #4a6cf7;
	background-color: white;
	box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.1);
}

.input-field input.error {
	border-color: #e74c3c;
}

.error-message {
	color: #e74c3c;
	font-size: 12px;
	margin-top: 4px;
	display: block;
}

.input-field i {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
}

.password-toggle {
	background: none;
	border: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	cursor: pointer;
	padding: 4px;
}

.password-toggle:hover {
	color: #666;
}

.password-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
	font-size: 14px;
}

.remember-me {
	display: flex;
	align-items: center;
	color: #666;
	cursor: pointer;
}

.remember-me input {
	margin-right: 6px;
	cursor: pointer;
}

.forgot-password {
	background: none;
	border: none;
	color: #4a6cf7;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	font-size: 14px;
}

.forgot-password:hover {
	text-decoration: underline;
}

.login-btn {
	width: 100%;
	padding: 14px;
	background: #4a6cf7;
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
	margin-top: 10px;
}

.login-btn:hover {
	background: #3a5ce5;
}

.divider {
	display: flex;
	align-items: center;
	margin: 24px 0;
	color: #999;
}

.divider::before,
.divider::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #eee;
}

.divider span {
	padding: 0 12px;
	font-size: 14px;
}

.social-login {
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
}

.social-btn {
	flex: 1;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	transition: all 0.2s;
	font-weight: 500;
	color: #444;
	font-size: 14px;
}

.social-btn:hover {
	background: #f9f9f9;
	border-color: #ccc;
}

.social-btn.google {
	color: #DB4437;
}

.social-btn.facebook {
	color: #4267B2;
}

.register-text {
	text-align: center;
	color: #666;
	font-size: 14px;
}

.register-link {
	background: none;
	border: none;
	color: #4a6cf7;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	font-size: 14px;
}

.register-link:hover {
	text-decoration: underline;
}

@media (max-width: 480px) {
	.modal {
		max-width: 90%;
		margin: 20px;
	}
	
	.social-login {
		flex-direction: column;
	}
	
	.modal-body {
		padding: 20px;
	}
}


.overlay-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-box {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid #d9534f; /* Bootstrap danger color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    to {
		transform: rotate(360deg);
	}
}

.loader-box p {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.thumb1{
	margin-left: 13px !important;
}

.forgot-password{
    display: none !important;
}