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



body {
	font-family: 'Inter', sans-serif;
}

/* Isse JavaScript ko control lene dein */
html {
  scroll-behavior: auto !important;
}

/* Ye padding-top ensure karega ki content navbar ke neeche na dabe */

.navbar-nav .nav-link.active{
color:#2563eb !important;
}
.footer-bottom.d-flex.flex-column.flex-md-row.justify-content-between.align-items-center a:hover {
    color: #fff !important;
}
.footer-links a:hover {
    color: #ffffff !important;
}
.user-meta video#bubbleVid {
    border-radius: 104%;
    height: 61px;
    width: 62px;
}

/* hover dropdown */
.navbar .dropdown:hover .dropdown-menu{
display:block;
margin-top:0;
}
.footer-bottom {
    padding: 7px 0px !important;
}
.footer-social.mt-3 {
    padding: 0px !important;
    text-align: center;
    margin-top: -38px !important;
}
#mainNavbar a.dropdown-item {
    padding: 10px !important;
    padding-bottom: 0px !important;
    font-size: 14px !important;
}
ul.dropdown-menu {
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
.footer-social.mt-3 i {
    color: #Fff;
    font-size: 22px;
    margin-left: 13px;
}
.footer-links a:hover {
    color: #fff;
    padding-left: 0px !important;
}
/* Dropdown Menu Styling */
.dropdown-menu{
    border-radius: 8px;
    padding: 8px 0;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.col-lg-3.col-md-6.footerlogo {
    margin-top: 0px !important;
}
.footer-company-menu {
    margin-left: 36px;
}
.dropdown-menu .dropdown-item{
    font-weight: 400;
    color: var(--dark-color);
    padding: 8px 15px;
    position: relative;
font-size:12px;
}

/* Hover Effect */
.dropdown-menu .dropdown-item:hover{
    background: #f5f5f5;
    color: #000;
}
.navbar .dropdown-menu{
margin-top:0;
}
.navbar .dropdown-menu{
display:block;
opacity:0;
visibility:hidden;
transform:translateY(10px);
transition:all .3s ease;
}

.navbar .dropdown:hover .dropdown-menu{
opacity:1;
visibility:visible;
transform:translateY(0);
}


.footer-company-menu{
display:flex;
gap:40px;
}

.footer-company-menu div{
display:flex;
flex-direction:column;
}

.footer-company-menu a{
display:block;
margin-bottom:8px;
color:#fff;
text-decoration:none;
}

.col-lg-3.col-md-6.footer-links.ft h5 {
    margin-left: 31px;
}

.about-signature img {
  max-width: 160px;
  height: auto;
  display: block;
  margin-bottom: 10px;
  opacity: 0.95;
}



html {
scroll-behavior: smooth;
}
.col-lg-3.col-md-6.footerlogo img {
    width: 169px;
    margin-bottom: 11px;
    filter: brightness(0) invert(1);
}

/* Scrollbar track */
::-webkit-scrollbar-track {
background:#0f1e3a;
}

/* Scrollbar handle */
::-webkit-scrollbar-thumb {
background: linear-gradient(135deg,#6c5ce7,#0abde3);
border-radius:20px;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
background: linear-gradient(135deg,#5a4bd8,#0999c9);
}

.team-row.bottom-row .team-img img {
    width: 100%;
    height: 230px !important;
}
.value-icon {
    background: none !important;
    box-shadow: none !important;
}
.team-img {
    width: 100%;
    height: 319px !important;
    object-fit: cover;
}

.team-img img {
    width: 100% !important;
    height: 374px !important;
    object-fit: contain !important;
    transition: .4s ease;
    filter: grayscale(100%);
}
.footer-bottom a {
    font-size: 12px;
}

.value-card {
    text-align: left !important;
}
.team-row.bottom-row .team-img {
    width: 100%;
    height: 220px !important;
    object-fit: contain !important;
}
.main-tabs button {
	padding: 10px 22px;
	border: none;
	border-radius: 30px;
	background: #f1f5f9;
	color: #333;
	font-weight: 500;
	transition: 0.3s;
	margin-right: 10px;
}
.value-card h5 {
    margin-top: 20px;
}
.value-card:hover h5 {
    color: #5f80f9;
}
.mv-card h3 {
    margin-top: 20px !important;
}

.mv-icon {
    margin: inherit !important;
}

.d-none.d-lg-block a:hover {
    color: #fff !important;
}

.innovation .value-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: #ecfeffa3;
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

.innovation .value-card:hover{
   background: #ecfeffa3;
}

.integrity .value-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: #f9f5ff;
    border-radius: 50%;
    top: -60px;
    right: -60px;
}


@keyframes blink{
0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}

.integrity .value-card:hover{
   background: #f9f5ff;
}

.impact .value-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: #f2fcf7;
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

.impact .value-card:hover{
   background: #f2fcf7;
}

.collaboration .value-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: #fff8f2;
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

.collaboration .value-card:hover{
   background: #fff8f2;
}

.security .value-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: #f6f8ff;
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

.security .value-card:hover{
   background: #f6f8ff;
}
.career-top {
    /* margin-bottom: 40px; */
    /* margin-top: 20px; */
    padding-top: 100px !important;
    margin: 0px !important;
}



.services-section {
    padding: 20px 0;
    background-color: #f8f9fc00 !important;
}

.contact-section {
    padding: 100px 0px !important;
    background: #f8fafc;
    text-align: center;
}
.main-tabs button.active {
	background: linear-gradient(135deg, #6c5ce7 0%, #0abde3 100%);
	color: #fff;
}

.gradient {
	position: relative;
	display: inline-block;
}

.terms-hero {
	background: linear-gradient(135deg, #6e8efb 0%, #4a6cf7 100%);
	margin-top: 0px !important;
	padding: 138px !important;
	color: white;
	text-align: center;
}

.policy-wrapper {
	display: flex;
	gap: 40px;
}

.col-lg-3.col-md-6.footer-links a {
	width: fit-content;
}

.policy-sidebar {
	width: 260px;
	background: #f5f5f5;
	padding: 25px;
	border-radius: 12px;
	position: sticky;
	top: 120px;
	height: fit-content;
}

.policy-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.policy-sidebar li {
	margin-bottom: 15px;
}

.policy-sidebar a {
	display: block;
	padding: 10px 14px;
	border-radius: 8px;
	text-decoration: none;
	color: #333;
	transition: 0.3s;
}

.policy-sidebar a:hover {
	background: linear-gradient(90deg, #6c5ce7, #5f9cff);
	color: #fff;
}

.policy-content {
	flex: 1;
}

.policy-content h2 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 15px;
}

.policy-content p {
	color: #555;
	line-height: 1.7;
	margin-bottom: 15px;
}

.policy-content ul {
	padding-left: 20px;
}

.policy-content li {
	margin-bottom: 8px;
}

.gradient::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 12px;
	background: url("/LT/assets/images/text-line.png") no-repeat;
	background-size: 100% 100%;
}

.gradient2 {
	position: relative;
	display: inline-block;
}

.gradient2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 12px;
	background: url("/LT/assets/images/text-line2.png") no-repeat;
	background-size: 100% 100%;
}

.gradient2 {
	position: relative;
	display: inline-block;
	background: linear-gradient(90deg, #06b6d4, #6366f1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient2 {
	position: relative;
	display: inline-block;
}

.gradient2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 12px;
	background: url("/LT/assets/images/text-line2.png") repeat-x;
	background-size: auto 100%;
	animation: lineMove 3s linear infinite;
}

.gradient2 {
	position: relative;
	display: inline-block;
}

.gradient2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 12px;
	background: url("/LT/assets/images/text-line2.png") repeat-x;
	background-size: auto 100%;
	animation: lineMove 3s linear infinite;
}

.gradient {
	position: relative;
	display: inline-block;
	background: linear-gradient(90deg, #06b6d4, #6366f1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.value-card:hover {
	background: #f2f6fe;
}

.service-heading {
	text-align: justify;
}

/* Smooth transition */
.why-card {
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

/* Image transition */
.why-icon img {
	transition: transform 0.4s ease;
}

/* HOVER EFFECT */
.why-card:hover {
	border: 1px solid #2563eb;
	box-shadow: 0 15px 40px rgba(37, 99, 235, 0.15);
}

/* Image Zoom */
.why-card:hover .why-icon img {
	transform: scale(1.1);
}

.location-card {
	background: #ffffffc2;
	padding: 20px;
	width: 375px;
	position: absolute;
	right: 20%;
	margin-top: -18%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 10px;
}

.location-icon {
	width: 50px;
	height: 50px;
	border-radius: 14px;
	background: linear-gradient(135deg, #0ea5e9, #2563eb);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	flex-shrink: 0;
}

.location-card h5 {
	font-weight: 700;
	margin-bottom: 5px;
}

.location-card p {
	margin: 0;
	font-size: 14px;
	color: #475569;
	line-height: 1.5;
}

.location-card a {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #2563eb;
	text-decoration: none;
}

.gradient {
	position: relative;
	display: inline-block;
}

/* Navbar */
.navbar {
	padding: 18px 0;
}

/* Nav Links */
.navbar-nav .nav-link {
	font-size: 14px;
	font-weight: 500;
	color: #475569;
	margin: 0 14px;
	transition: 0.3s;
}

a.navbar-brand.fw-bold img {
	width: 50%;
}

a.navbar-brand.fw-bold {
	width: 31%;
}

.navbar-nav .nav-link:hover {
	color: #2563eb;
}

.navbar {
	padding: 18px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Active Link */
.navbar-nav .nav-link.active {
	color: #2563eb;
	position: relative;
}

.why-icon img {
	width: 26%;
}

.team-content h6 {
	font-weight: 700;
	font-size: 20px;
}

/* Login Button */
/* ===== Footer ===== */
.footer {
    background: #0b1c3d;
    color: #cbd5e1;
    padding: 70px 0 0px;
    padding-bottom: 0px !important;
}
.footer h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.footer p {
	font-size: 12px;
	line-height: 1.7;
}

.footer-links a {
	display: block;
	color: #94a3b8;
	font-size: 12px;
	margin-bottom: 5px;
	text-decoration: none;
	transition: 0.3s;
}

.footer-links a:hover {
	color: #22d3ee;
}

/* Newsletter */
.newsletter {
	display: flex;
	background: #162a52;
	border-radius: 8px;
	overflow: hidden;
}

.hero-img img {
	animation: float 6s ease-in-out infinite;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-8px);
	}
}

.newsletter input {
	flex: 1;
	background: transparent;
	border: none;
	padding: 12px 15px;
	color: #fff;
	font-size: 14px;
	outline: none;
}

.newsletter button {
	background: linear-gradient(135deg, #6c5ce7 0%, #0abde3 100%);
	border: none;
	padding: 0 18px;
	color: #fff;
}

/* Bottom */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 10px;
	padding-top: 20px;
	font-size: 12px;
}

.footer-bottom a {
	color: #94a3b8;
	text-decoration: none;
	margin-left: 20px;
}

.login-btn {
	background: linear-gradient(135deg, #6c5ce7 0%, #0abde3 100%);
	border: none;
	color: #fff;
	box-shadow: 0 5px 15px rgba(108, 92, 231, 0.3);
	border-radius: 30px;
	padding: 8px 22px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	transition: 0.3s ease;
	color: #fff;
}



.footer-social a:hover {
	background: linear-gradient(90deg, #2563eb, #4f46e5);
	color: #fff;
	transform: translateY(-3px);
}

/* ===== HERO SECTION ===== */
.hero {
	position: relative;
	padding: 110px 0;
	background: url(assets/images/background2.png) no-repeat center center;
	background-size: cover;
	overflow-x: clip;
	overflow-y: visible;
	padding-bottom: 70px;
}

.hero-badge {
  position: relative;
  top: -5px;
}

/* subtle grid */
.hero::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
	background-size: 40px 40px;
	pointer-events: none;
}

/* Badge */
.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	font-size: 13px;
	border-radius: 50px;
	background: linear-gradient(90deg, #22d3ee, #a78bfa);
	color: #0f172a;
	font-weight: 600;
	margin-bottom: 25px;
}

/* Heading */
.hero h1 {
	font-size: 58px;
	font-weight: 800;
	line-height: 1.1;
	color: #0f172a;
}

/* Text */
.hero p {
	font-size: 17px;
	color: #475569;
	margin: 25px 0 35px;
	max-width: 520px;
}

/* Buttons */
.hero-btns {
	display: flex;
	gap: 20px;
	align-items: center;
}

section.hero strong {
	color: #37c1ef !important;
}

.btn-primary-hero {
	padding: 14px 28px;
	border-radius: 40px;
	border: none;
	background: linear-gradient(135deg, #6c5ce7 0%, #0abde3 100%);
	color: #fff;
	font-weight: 600;
	box-shadow: 0 10px 25px rgba(79, 70, 229, 0.3);
}

.btn-outline-hero {
	padding: 14px 24px;
	border-radius: 40px;
	border: none;
	background: #fff;
	color: #0f172a;
	font-weight: 600;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Stats */
.hero-stats {
	display: flex;
	gap: 60px;
	margin-top: 60px;
}

.hero-stats h3 {
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 0;
	line-height: 1.1;
}

.hero-stats span {
	font-size: 14px;
	color: #64748b;
}

/* Logos */
.hero-logos {
	margin-top: 40px;
	color: #94a3b8;
	font-weight: 600;
	display: flex;
	gap: 40px;
}

/* Right image */
.hero-img img {
	width: 100%;
}

/* ===== About Section ===== */
.about {
	padding: 100px 0;
	background: #f8fafc;
}

.about-top {
	text-align: center;
	max-width: 750px;
	margin: 0 auto 0px;
}

.about-label {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #2563eb;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.about-top h2 {
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #0f172a;
}

.about-top p {
	font-size: 16px;
	color: #475569;
}

/* Card */
.about-card {
	background: #fff;
	Margin-top: 25px;
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

/* Image */
.about-img img {
	width: 100%;
	border-radius: 15px;
	height: 530px;
	object-fit: cover;
}

/* Content */
.about-content {
	padding: 10px 12px;
}

.about-content h3 {
	font-size: 24px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 4px;
}

.about-content p {
	margin: 0 0 10px;
	line-height: 1.6;
	color: #475569;
}

.about-content p:last-of-type {
	margin-bottom: 0;
}

.about-role {
	color: #2563eb;
	font-weight: 600;
	margin-bottom: 2px;
}

.about-company {
	font-size: 13px;
	color: #64748b;
	margin-top: 2px;
}

/* Quote */
.about-quote {
	border-left: 3px solid #2563eb;
	padding-left: 15px;
	margin: 12px 0 14px;
	color: #334155;
	font-style: italic;
	line-height: 1.55;
}

/* Signature */
.about-signature {
	margin-top: 16px;
	padding-top: 0;
}

.about-signature strong {
	display: block;
	font-weight: 600;
	color: #0f172a;
}

.about-signature span {
	font-size: 14px;
	color: #2563eb;
	font-weight: 600;
}

/* Responsive */
@media(max-width:991px) {
	.about {
		padding: 70px 0;
	}

	.about-top h2 {
		font-size: 32px;
	}

	.about-card {
		padding: 25px;
	}

	.about-img {
		margin-bottom: 30px;
	}
}

/* Responsive */
@media(max-width:991px) {
	.hero {
		text-align: center;
	
	}

	.hero h1 {
		font-size: 40px;
	}

	.hero-btns {
		justify-content: center;
		flex-wrap: wrap;
	}

	.hero-stats {
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px;
	}

	.hero-logos {
		justify-content: center;
		flex-wrap: wrap;
	}

	.hero-img {
		margin-top: 50px;
	}
}

/* ===== Mission Vision Section ===== */
.mv-section {
	padding: 80px 0;
	background: #f8fafc;
	padding-top: 0px;
}

.mv-card {
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
	transition: all 0.35s ease;
	height: 100%;
	position: relative;
}

/* Hover Effect */
.mv-card:hover {
	transform: scale(1.03);
	box-shadow: 0 25px 60px rgba(124, 58, 237, 0.25);
	border-color: #c4b5fd;
}

/* Icon Box */
.mv-icon {
	width: 70px;
	height: 70px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
	background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

/* Title */
.mv-card h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
}

/* Underline */
.mv-card h3::after {
	content: "";
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, #2563eb, #7c3aed);
	display: block;
	margin-top: 8px;
	border-radius: 5px;
}

/* Text */
.mv-card p {
	color: #475569;
	font-size: 16px;
	line-height: 1.7;
}

/* Responsive */
@media(max-width:991px) {
	.mv-card {
		margin-bottom: 30px;
	}
}

/* ===== AI Services Section ===== */
.ai-services {
	padding: 100px 0;
	background: linear-gradient(90deg, #eef2ff 0%, #f8fafc 100%);
	text-align: center;
}

.ai-badge {
	display: inline-block;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50px;
	background: #e0e7ff;
	color: #2563eb;
	margin-bottom: 20px;
}

.ai-services h2 {
	font-size: 46px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #0f172a;
}

.ai-services h2 span {
	background: linear-gradient(90deg, #0ea5e9, #7c3aed);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ai-services p.subtitle {
	max-width: 600px;
	margin: 0 auto 40px;
	color: #475569;
	font-size: 16px;
}

/* Tabs */
.ai-tabs {
	display: inline-flex;
	background: #fff;
	padding: 6px;
	border-radius: 50px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	margin-bottom: 50px;
}

.ai-tab-btn {
	padding: 12px 26px;
	border-radius: 40px;
	border: none;
	background: transparent;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
}

.ai-tab-btn.active {
	background: linear-gradient(90deg, #2563eb, #7c3aed);
	color: #fff;
	box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
}

/* Content */
.ai-content {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.ai-content h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #0f172a;
}

.ai-content p {
	font-size: 16px;
	color: #475569;
	line-height: 1.7;
}

/* Hide inactive */
.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

/* Responsive */
@media(max-width:768px) {
	.ai-services h2 {
		font-size: 34px;
	}

	.ai-content {
		text-align: center;
	}
}

/* ===== Location Section ===== */
.location-section {
  padding: 100px 0 !important;
	background: #f8fafc;
	text-align: center;
	padding-top: 0px;
}

.location-badge {
	font-size: 13px;
	font-weight: 600;
	color: #2563eb;
	margin-bottom: 15px;
}

.location-section h2 {
	font-size: 44px;
	font-weight: 800;
	margin-bottom: 15px;
	background: linear-gradient(90deg, #0ea5e9, #7c3aed);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.location-section p {
	color: #475569;
	margin-bottom: 50px;
	font-size: 16px;
}

/* Map Box */
.map-box {
	border-radius: 25px;
	overflow: hidden;
	
}

/* ===== Contact Section ===== */
.contact-section {
	padding: 100px 0;
	background: #f8fafc;
	text-align: center;
}

.contact-badge {
	display: inline-block;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50px;
	background: #e0e7ff;
	color: #2563eb;
	margin-bottom: 20px;
}

.contact-section h2 {
	font-size: 44px;
	font-weight: 800;
	margin-bottom: 15px;
}

.contact-section h2 span {
	background: linear-gradient(90deg, #0ea5e9, #7c3aed);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact-sub {
	color: #475569;
	margin-bottom: 60px;
}

/* Card */
.contact-card {
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
	text-align: left;
	padding: 0;
}

.contact-card .row.g-0 {
	min-height: 100%;
}

.contact-card .col-lg-5,
.contact-card .col-lg-7 {
	display: flex;
	flex-direction: column;
}

/* LEFT PANEL */
.contact-info {
	background: linear-gradient(135deg, #0F172B 0%, #1C398E 50%, #4D179A 100%);
	color: #fff;
	padding: 50px 40px;
	height: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.contact-info h4 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}

.contact-info p.top-text {
	color: #cbd5e1;
	margin-bottom: 35px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.contact-icon {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 18px;
	font-size: 22px;
	color: #22d3ee;
	flex-shrink: 0;
}

.contact-item h6 {
	font-weight: 600;
	margin-bottom: 6px;
}

.contact-item p {
	margin: 0;
	color: #cbd5e1;
	font-size: 14px;
}

/* Social */
.contact-social {
	margin-top: auto;
	padding-top: 30px;
}

.contact-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-right: 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 18px;
	transition: 0.3s;
	text-decoration: none;
}

.contact-social a:hover {
	background: #fff;
	color: #5b21b6;
}

/* RIGHT FORM */
/* ===== Contact Form Exact Style ===== */
.contact-form {
	padding: 50px 45px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.contact-form h4 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
}
.why-section {
    padding-top: 100px !important;
}
.form-group {
	margin-bottom: 22px;
}

.contact-form label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
	color: #0f172a;
}

.contact-form .form-control {
	width: 100%;
	border-radius: 14px;
	padding: 14px 18px;
	border: 1px solid #dbe2ea;
	background: #f1f5f9;
	font-size: 14px;
	transition: 0.3s;
}

.contact-form .form-control:focus {
	outline: none;
	border-color: #7c3aed;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.contact-form textarea {
	min-height: 150px;
	resize: none;
}

/* Checkbox */
.form-check {
	display: flex;
	align-items: center;
	margin: 20px 0 25px;
}

.form-check input {
	margin-right: 8px;
	width: 16px;
	height: 16px;
}

.form-check label {
	font-size: 13px;
	color: #475569;
	font-weight: 500;
}

/* Button */
.contact-btn {
	width: 100%;
	padding: 16px;
	border-radius: 16px;
	border: none;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(90deg, #2563eb, #9333ea);
	box-shadow: 0 15px 30px rgba(124, 58, 237, 0.3);
	transition: 0.3s;
}

.contact-btn i {
	margin-left: 8px;
}

.contact-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 40px rgba(124, 58, 237, 0.4);
}

/* Form alerts */
.form-alert {
	padding: 14px 18px;
	border-radius: 12px;
	margin-bottom: 22px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
}

.form-alert i {
	font-size: 18px;
	flex-shrink: 0;
}

.form-alert-success {
	background: #ecfdf5;
	color: #065f46;
	border: 1px solid #a7f3d0;
}

.form-alert-error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

/* Invalid field */
.contact-form .form-control.is-invalid {
	border-color: #ef4444;
	background: #fef2f2;
}

.contact-form .form-control.is-invalid:focus {
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.form-check input.is-invalid {
	outline: 2px solid #ef4444;
}

/* Placeholder */
.contact-form .form-control::placeholder {
	color: #94a3b8;
	font-weight: 400;
}

/* Loading spinner */
.spin-icon {
	display: inline-block;
	animation: spinRotate 1s linear infinite;
}

@keyframes spinRotate {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

.contact-btn .btn-loading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.contact-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	transform: none !important;
}

/* ===== Why Choose Section ===== */
.why-section {
	background: #f8fafc;
	text-align: center;
}

.why-badge {
	font-size: 12px;
	font-weight: 600;
	color: #2563eb;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.why-section h2 {
	font-size: 44px;
	font-weight: 800;
	margin-bottom: 15px;
}

.why-sub {
	color: #64748b;
	margin-bottom: 60px;
}

/* Cards */
.why-card {
	background: #fff;
	padding: 35px;
	border-radius: 20px;
	border: 1px solid #e2e8f0;
	text-align: left;
	transition: 0.35s ease;
	height: 100%;
}

.why-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(124, 58, 237, 0.15);
}

/* Icon Box */
.why-card h5 {
	font-weight: 700;
	margin-bottom: 10px;
}

.why-card p {
	font-size: 14px;
	color: #475569;
	line-height: 1.7;
}

/* Responsive */
@media(max-width:991px) {
	.why-section h2 {
		font-size: 32px;
	}
}

/* ================= CORE VALUES ================= */
.core-values {
	padding: 100px 0;
	background: #f8fafc;
	text-align: center;
	padding-top: 0px;
}

.core-values h2 {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 60px;
}

/* Card */
.value-card {
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px;
	text-align: left;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: all .3s ease;
}

.value-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* Soft background circle */
.value-card::after {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	background: rgba(37, 99, 235, 0.06);
	border-radius: 50%;
	top: -60px;
	right: -60px;
}

/* Icon Box */
.value-icon {
	width: 55px;
	height: 55px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 20px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.value-icon {
    margin: unset !important;
}

/* Different icon colors */
.icon-blue {
	background: #e0f2fe;
	color: #2563eb;
}

.icon-green {
	background: #dcfce7;
	color: #16a34a;
}

.icon-purple {
	background: #ede9fe;
	color: #7c3aed;
}

.icon-orange {
	background: #ffedd5;
	color: #ea580c;
}

.icon-teal {
	background: #ccfbf1;
	color: #0d9488;
}

.icon-gray {
	background: #e2e8f0;
	color: #475569;
}

.value-card h5 {
	font-weight: 700;
	margin-bottom: 10px;
}

.value-card p {
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
}

/* Responsive */
@media(max-width:991px) {
	.core-values h2 {
		font-size: 28px;
	}
}

.team-section {
	padding: 100px 0;
	background: #f8fafc;
	text-align: center;
}

.team-badge {
	font-size: 13px;
	font-weight: 600;
	color: #0ea5e9;
	margin-bottom: 10px;
}

.team-section h2 {
	font-size: 36px;
	font-weight: 800;
}

.team-sub {
	color: #64748b;
	margin-bottom: 60px;
}

/* ROWS */
.team-row {
	display: grid;
	gap: 30px;
	margin-bottom: 40px;
}

.top-row {
	grid-template-columns: repeat(4, 1fr);
}

.bottom-row {
	grid-template-columns: repeat(5, 1fr);
}

/* CARD */
.team-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: .3s ease;
}

.team-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.team-img {
	position: relative;
	overflow: hidden;
}

.team-img img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	transition: .4s ease;
	filter: grayscale(100%);
}

.team-card:hover img {
	transform: scale(1.08);
	filter: grayscale(0%);
}

/* OVERLAY */
.team-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	opacity: 0;
	transition: .3s ease;
}

.team-card:hover .team-overlay {
	opacity: 1;
}

.team-overlay a {
	width: 42px;
	height: 42px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #111;
	font-size: 18px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transition: .3s;
}

.team-overlay a:hover {
	background: #2563eb;
	color: #fff;
}

/* TEXT */
.team-content {
	padding: 20px;
}

.team-role {
	color: #2563eb;
	font-size: 14px;
	font-weight: 600;
}

.team-desc {
	font-size: 13px;
	color: #64748b;
}

/* RESPONSIVE */
@media(max-width:1200px) {

	.top-row,
	.bottom-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:576px) {

	.top-row,
	.bottom-row {
		grid-template-columns: 1fr;
	}
}

/* ================= SERVICES SECTION ================= */
/* Top Tabs */
.main-tabs {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 40px;
}

.main-tabs button {
	border: none;
	padding: 10px 25px;
	border-radius: 30px;
	background: #e2e8f0;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
}

.main-tabs button.active {
	background: linear-gradient(135deg, #6c5ce7 0%, #0abde3 100%);
	color: #fff;
	box-shadow: 0 5px 15px rgba(37, 99, 235, 0.4);
}

/* Sub Tabs */
.sub-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
	padding-top: 20px;
}

.sub-tabs button {
	border: none;
	padding: 8px 18px;
	border-radius: 20px;
	background: #e5e7eb;
	cursor: pointer;
	font-size: 14px;
	transition: .3s;
}

.sub-tabs button.active {
	background: linear-gradient(135deg, #6c5ce7 0%, #0abde3 100%);
	color: #fff;
}

/* Cards */
.service-card {
	background: #fff;
	padding: 30px;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: .3s;
	text-align: left;
	height: 300px;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.service-card h5 {
	font-weight: 700;
	margin-bottom: 10px;
}

.service-card p {
	color: #64748b;
	font-size: 14px;
}

/* Hide */
.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}
















@media (max-width:768px){

a.navbar-brand.fw-bold {
    width: 40%;
}
html, body{
overflow-x:hidden;
width:100%;
}

.navbar-nav .nav-link:before{
    display:none;
}

.main-tabs button{
    font-size:11px !important;
}

.why-section {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
.contact-card{
    padding:0 !important;
    border-radius: 18px;
}

.contact-section h2 {
    font-size: 28px !important;
}

.contact-sub {
    font-size: 14px;
    margin-bottom: 30px !important;
}

.contact-info{
    padding: 30px 20px;
    border-radius: 18px 18px 0 0;
}

.contact-info h4 {
    font-size: 20px;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 18px;
    margin-right: 14px;
}

.contact-item h6 {
    font-size: 14px;
}

.contact-item p {
    font-size: 13px;
}

.contact-social {
    margin-top: 20px !important;
    padding-top: 10px !important;
}

.contact-social a {
    width: 36px;
    height: 36px;
    font-size: 15px;
    margin-right: 8px;
}

.contact-form{
    padding: 25px 20px !important;
}

.contact-form h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-form .form-control {
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
}

.form-group {
    margin-bottom: 16px;
}

.contact-btn {
    padding: 14px;
    border-radius: 12px;
    font-size: 15px;
}

.location-card{
    background:#ffffffc2;
    padding:20px;
    width:355px;
    position:absolute;
    right:3%;
    margin-top:-93%;
    box-shadow:rgba(100,100,111,0.2) 0px 7px 29px 0px;
    border-radius:10px;
}

footer.footer{
    padding:20px !important;
}

.footer .col-lg-3.col-md-6{
    padding:0;
}
.core-values {
    padding: 20px 0px !important;
}

section#team {
    padding: 20px 0px !important;
}
.policy-sidebar{
    display:none;
}

 a.navbar-brand.fw-bold img {
    width: 100% !important;
} 
a.login-btn.text-decoration-none {
    margin-left: 28px;
}


h2 {
    font-size: 27px !important;
}

 section.terms-hero {
        padding-top: 100px !important;
        padding-bottom: 30px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

/* Mobile CSS */
@media (max-width: 768px) {

  .footer-social.mt-3 {
    margin-top: 65px !important;
  }

  .footer-company-menu {
    margin: 0px !important;
  }

  .col-lg-3.col-md-6.footer-links.ft h5 {
    margin-bottom: 18px !important;
    margin-left: 0px !important;
  }

  footer.footer {
    padding-top: 48px !important;
  }
.live-btn {
    background: #ff4757;
    color: white;
    padding: 8px 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-left: -30px !important;
    font-weight: 600;
    cursor: pointer;
}
.navbar-nav .nav-item.dropdown{
    margin:0 !important;
height: 38px !important;
}

.navbar-nav .dropdown-menu{
    position:static !important;
    width:100%;
    border:none;
    box-shadow:none;
    padding:0 !important;
    margin:0 !important;
}

.navbar-nav .dropdown-menu li{
    margin:0 !important;
}

.navbar-nav .dropdown-item{
    padding:8px 15px !important;
    font-size:14px;
}
ul.dropdown-menu.show {
    position: absolute !important;
}
.noura-launcher {
    position: fixed;
           bottom: 332px !important;
 
}
}


@media (min-width:1500px){
  div#navbarNav a{
    font-size:10px !important;
  }
}
