﻿@import url(https://fonts.googleapis.com/css?family=Raleway);
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Cute+Font&display=swap');
@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Antique&family=Shippori+Antique+B1&display=swap');
/* Box sizing rules */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
/* Remove default margin */
body
{DEMO POPUP
  margin-block-end: 0;
  overflow-x: hidden;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
  background-position: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size:14px;
  color:#888;
  background-repeat: repeat;
  background-size: 7%;
  line-height: 1.5;
}


body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 50px;
}

body::-webkit-scrollbar
{
	width: 10px;
	border-radius: 50px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 50px;
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}



path {
	fill: transparent;
  }
  
  text {
	fill: #fff;
	font-size: 15rem;
	padding: 50px;
  }
  
  svg {
	max-width: 500px;
	letter-spacing: 10px;
  }
/*

/*===================
	Start Header CSS 
=====================*/
.header{
	background-color:#fff;
	width: 100%;
	z-index: 2;
}


.header .container{
	padding-top: 10px;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar{
	position:fixed;
	background-color: #FF2E63;
	border-bottom:1px solid #eee;
	padding: 0 0 15px 0  ;
	width: 100%;
	z-index: 2;
	font-family: "Fira Sans", sans-serif; 
}

@media (max-width:372px) {
	.header .topbar{
		font-size: 1rem;
	}
	
}
.header .top-contact{
	text-align: center;
}
.header .top-contact li{
	display:inline-block;
	margin-right:25px;
	color:#fff;
	text-align: center;
}
.header .top-contact li:last-child{
	margin-right:0;
}
.header .top-contact li a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}

.header .top-contact li a:hover{
	color:#FFF6E9;
}
.header .top-contact li i{
	color:#fff;
	margin-right:8px;
}
 .logo {
	float: left;
}

/*===========================
	Start Hero Area CSS
=============================*/


.slide {
	 display: flex;
	overflow: hidden;
	top: 70px;
}
/*===========================
	End Hero Area CSS
=============================*/

/*=============================
	Start Service CSS
===============================*/
:root {
    --red: hsl(0, 78%, 62%);
    --cyan: hsl(180, 62%, 55%);
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212, 86%, 64%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(229, 6%, 66%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
	--heading: rgb(0 10 45);
  --para: #777;
  --para-tint: #e4e4e4;
  --white: #fff;
  --black: #212529;
  --helper: #8490ff;
  --overlay: #3e64ff;
  --helper-tint: #f3f4ff;
  --bg: rgb(249 249 255);
  --icons-bg: rgba(144, 172, 209, 0.2);
  --gradient: linear-gradient(0deg, rgb(132 144 255) 0%, rgb(98 189 252) 100%);
  --gradientSupport: -webkit-linear-gradient(
    0deg,
    rgb(132 144 255) 0%,
    rgb(98 189 252) 100%
  );
  --shadow: 0px 0px 20px 0px rgb(132 144 255 / 20%);
  --shadowSupport: 0px 20px 20px 0px rgb(132 144 255 / 30%);
}

.grad-bar {
	width: 100%;
	height: 5px;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	animation: bar 15s ease infinite;
}

#particles-js{
  position: absolute;
  /* top: 100px; */
  width: 100%;
  /* height: 500px; */
  z-index: 1;
  /* background: black; */
}
@keyframes bar {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.header-service {
	text-align: center;
	line-height: 0.8;
	margin-top: 50px;
	font-size: 36px;
	font-weight: 700;
	color: #e60023;
}
	.header-service h4 {
		font-size: 35px;
		color: #e60023;
	}

	.main {
		max-width: 1300px;
		margin: 20px auto;
		text-align: justify;
	}

.cards {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.cards_item {
	display: flex;
	padding: 1rem;
}

@media (min-width: 768px) {
	.cards_item {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.cards_item {
		width: 33.33%;
	}
}

/* CARD */
.card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 15px 35px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

/* IMAGE */
/*.card_image {
	padding: 1rem;
	border-radius: 16px;
	overflow: hidden;
}*/
.card_image {
	padding: 1rem;
	height: 420px; /* same height for all images */
	overflow: hidden;
	border-radius: 16px;
}

	/*.card_image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 16px;
	}*/
	.card_image img {
		width: 100%;
		height: 100%;
		object-fit: contain; /* complete image show hogi */
		border-radius: 16px;
		display: block;
		background: #fff; /* optional */
	}

/* CONTENT */
.card_content {
	padding: 15px;
}

/* TITLE */
.card_title {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

	.card_title a {
		text-decoration: none;
		color: #890101;
		font-size: 17px;
	}

/* TEXT LIMIT (NO SCROLL) */
.card_text {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

	.card_text p {
		font-size: 14px;
		line-height: 1.5;
	}

/* BUTTON */
.card_btn {
	text-align: center;
	margin-top: 10px;
}

/*.read-more-btn {
	display: inline-block;
	padding: 5px 14px;
	font-size: 12px;
	color: #333;
	border: 1px solid #999;
	border-radius: 20px;
	text-decoration: none;
	transition: 0.3s;
}

	.read-more-btn:hover {
		background: #e63946;
		color: #fff;
		border-color: #e63946;
	}*/
.read-more-btn {
	display: inline-block;
	padding: 6px 16px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(103deg, #7b162c, #f94c2d);
	border: none;
	border-radius: 25px;
	text-decoration: none;
	transition: all 0.35s ease;
	box-shadow: 0 4px 10px rgba(255, 75, 43, 0.25);
}

	.read-more-btn:hover {
		background: linear-gradient(180deg, #3f000e, #e92907);
		color: #fff;
		transform: translateY(-2px);
		box-shadow: 0 6px 14px rgba(17, 153, 142, 0.35);
	}

/*=============================
	End service CSS
	===============================*/
	/* navigation bar */
nav {
	width: 100%;
	position: fixed;
	background-color: #fff;
	top: 40px;
	z-index: 1000;
	
}


/* MEGA MENU BOX */
.mega-box {
	position: fixed;
	top: 110px;
	left: 0;
	width: 100%;
	padding: 40px;
	/* 🔥 CHANGE HERE */
	background: rgba(255, 255, 255, 0.75); /* semi transparent */
	backdrop-filter: blur(8px); /* blur effect */
	-webkit-backdrop-filter: blur(8px);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
}


/* SHOW ON HOVER */
.mega-parent:hover .mega-box {
	opacity: 1;
	visibility: visible;
}
/* MAIN LAYOUT */


.mega-content {
	display: grid;
	grid-template-columns: 320px 1fr; /* ✅ left fixed, right flexible */
	gap: 30px;
	width: 100%;
	max-width: 1500px;
	margin: auto;
	align-items: stretch;
}

/* LEFT PANEL */

.mega-left {
	background: #ffe9ef;
	padding: 25px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%; /* ✅ keep only this */
	align-self: stretch; /* ✅ important */
}
.mega-left {
    background: #ffe9ef;
    padding: 25px;
    border-radius: 12px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.mega-left h1 {
	color: #e91e63;
	margin-bottom: 15px;
}


	.mega-left p {
		font-size: 14px;
		color: #555;
		margin-bottom: 20px;
		line-height: 1.6;
	}

	.mega-left ul {
		list-style: none;
		padding: 0;
		margin: 10px 0 0 0;
	}

		.mega-left ul li {
			margin-bottom: 12px;
			padding-left: 18px;
			position: relative;
			font-size: 14px;
			line-height: 1.4;
		}


			.mega-left ul li::before {
				content: "✔";
				position: absolute;
				left: 0;
				color: #e91e63;
			}

/* RIGHT GRID */


.mega-right {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	align-items: stretch; 
	flex: 1;
	align-content: start;
	height: 100%;
}


.mega-right::-webkit-scrollbar {
	width: 6px;
}

	.mega-right::-webkit-scrollbar-thumb {
		background: #ccc;
		border-radius: 10px;
	}

/* PROJECT ITEMS */
.mega-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-radius: 18px;
	border: 1px solid #f3d2db;
	background: #fff;
	font-size: 15px;
	line-height: 1.4;
	height: auto;   
}

	/* TEXT CONTROL */
	.mega-item span {
		display: block;
		line-height: 1.4;
	}

/* HOVER EFFECT */
.mega-item:hover {
	transform: translateY(-5px);
	border-color: #e91e63;
	color: #e91e63;
	box-shadow: 0 10px 25px rgba(233,30,99,0.2);
}
	.mega-item::before {
		display: none !important;
	}
/* TEXT SPACING */

.mega-icon {
	width: 42px;
	height: 42px;
	object-fit: contain;
}
.mega-icon {
	width: 45px;
	height: 45px;
	object-fit: contain;
	transition: .25s;
}
.mega-item:hover .mega-icon {
	transform: scale(1.15);
}


/* DESKTOP HOVER */

@media(min-width:971px) {

	.mega-parent:hover .mega-box {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}


/* =========================
MEGA CONTENT
========================= */

.mega-content {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 25px;
	max-width: 1400px;
	margin: auto;
	align-items: start;
}

/* LEFT */

.mega-left {
	background: #ffe9ef;
	padding: 25px;
	border-radius: 14px;
}

/* RIGHT */

.mega-right {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 18px;
}

/* ITEM */

.mega-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #eee;
	text-decoration: none;
	color: #222;
	transition: .3s ease;
}

	.mega-item:hover {
		transform: translateY(-4px);
		border-color: #e91e63;
		box-shadow: 0 10px 20px rgba(0,0,0,0.08);
	}

.mega-icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
}


/* =========================
TABLET
========================= */

@media(max-width:970px) {

	.nav-links {
		position: fixed;
		top: 0;
		left: -100%;
		width: 320px;
		height: 100vh;
		background: #fff;
		padding: 80px 15px;
		overflow-y: auto;
		transition: .3s ease;
		z-index: 9999;
	}

	#menu-btn:checked ~ .nav-links {
		left: 0;
	}

	.desktop-item {
		display: none;
	}

	.mobile-item {
		display: block;
		background: #0d57c5;
		color: #fff;
		padding: 14px;
		border-radius: 8px;
		cursor: pointer;
		font-size: 18px;
	}

	/* MOBILE DROPDOWN */

	.mega-box {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		max-height: 0;
		overflow: hidden;
		padding: 0;
		background: transparent;
		box-shadow: none;
	}

	#showMega:checked ~ .mega-box {
		max-height: 3000px;
		padding-top: 15px;
	}

	.mega-content {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.mega-right {
		grid-template-columns: repeat(2,1fr);
	}
}


/* =========================
MOBILE
========================= */

@media(max-width:600px) {

	.nav-links {
		width: 100%;
		max-width: 100%;
	}

	.mega-right {
		grid-template-columns: 1fr;
	}

	.mega-left {
		padding: 18px;
	}

		.mega-left h1 {
			font-size: 22px;
		}

		.mega-left p {
			font-size: 14px;
			line-height: 1.6;
		}

	.mega-item {
		padding: 14px;
		font-size: 14px;
	}

	.mega-icon {
		width: 30px;
		height: 30px;
	}
}



nav .wrapper {
	/*max-width: 1300px;
	padding: 0px 30px;*/
	max-width: 100%; /* change from 1300px */
	padding: 0 40px;
	color: #000;
	z-index: 999;
	/* height: 80px; */
	line-height: 70px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
  .wrapper .logo a{
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
  }
  .logo img{
	width: 150px;
  }
  .wrapper .nav-links{
	display: inline-flex;
  }
  .nav-links li{
	  list-style: none;
	}
	.nav-links li a{
		color: #000;
		text-decoration: none;
		font-size: 18px;
		font-weight: 500;
		padding: 9px 15px;
		border-radius: 20px;
		transition: all 0.3s ease;
	}
	.nav-links .mobile-item{
		display: none;
	}
	

	  @keyframes colorChange {
		20% {
			transform: translateX(3px) rotateX(1turn);
			color: var(--secondary-color)
		}
		40% {
			transform: translateX(3px) rotateX(1turn);
			color: var(--primary-color)
		}
		60% {
			transform: translateX(3px) rotateX(1turn);
			color: var(--secondary-color)
		}
		80% {
			transform: translateX(3px) rotateX(1turn);
			color: var(--primary-color)
		}
		100% {
			transform: translateX(3px) rotateX(1turn);
			color: var(--secondary-color)
		}
	  }


.mega-card::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: .3s;
}

.mega-card span {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	opacity: 0;
	transition: .3s;
}

.mega-card:hover::before {
	opacity: 1;
}

.mega-card:hover span {
	opacity: 1;
}

#mega-toggle:checked ~ .mega-box {
	max-height: 2000px;
	padding: 20px;
}
.scroll-drop{
	overflow-y: scroll;
	overflow-x: clip;
	height: 88vh;
}
.scroll-drop::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 50px;
}

.scroll-drop::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
	border-radius: 50px;
}

.scroll-drop::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border-radius: 50px;
}

.mega-box .content {
	/*	background: rgba(0, 0, 0, 0.7);*/
	padding: 25px 20px;
	display: flex;
	width: 100%;
	position: relative;
	justify-content: space-between;
	box-shadow: 0 6px 10px rgba(0,0,0,0.15);
	overflow-x: hidden;
	padding-bottom: 60px;
}
.mega-box .content .row{
	/* width: calc(25% - 30px); */
	line-height: 40px;
	z-index: 9999;
}
.content .row img{
	width: 100%;
	height: 200px;
	object-fit: cover;
  }
  .content .row header{
	color: #f2f2f2;
	font-size: 20px;
	font-weight: 500;
}
.content .row .mega-links{
	margin-left: -40px;
	border-left: 1px solid rgba(255,255,255,0.09);
  }
  .row .mega-links li{
	padding: 0 20px;
	
  }
  .row .mega-links li a{
	padding: 0px;
	padding: 0 20px;
	color: #d9d9d9;
	font-size: 15px;
	display: block;
  }
  .row .mega-links li a::before{
	content: "+";
	padding: 4px;
	color: red;
	font-weight: 900;
  }
  .row .mega-links li a:hover{
	color: #f2f2f2;
  }
  .wrapper .btn{
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	background-color: #086436;
	display: none;
  }
  .wrapper .btn.close-btn{
	position: absolute;
	right: 30px;
	top: 10px;
  }
 
.contact-bar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

  @media screen and (max-width: 970px) {
	.wrapper .btn{
	  display: block;
	}
	.wrapper .nav-links{
		position: fixed;
		height: 100vh;
		width: 100%;
		max-width: 350px;
		top: 0;
		left: -100%;
		background: #fff;
		display: block;
	  padding: 50px 10px;
	  line-height: 50px;
	  overflow-y: auto;
	  box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
	  transition: all 0.3s ease;
	}
	/* custom scroll bar */
	.nav-links::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 50px;
}

.nav-links::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
	border-radius: 50px;
}

.nav-links::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
	border-radius: 50px;
}

	#menu-btn:checked ~ .nav-links{
	  left: 0%;
	}
	#menu-btn:checked ~ .btn.menu-btn{
	  /* display: none; */
	}
	#close-btn:checked ~ .btn.menu-btn{
	  /* display: block; */
	}
	.menu-btn {
		color: #000;
	}
	.nav-links li{
	  margin: 15px 10px;
	}
	.nav-links li a{
	  padding: 0 20px;
	  display: block;
	  font-size: 20px;
	}
	.nav-links .drop-menu{
	  position: static;
	  opacity: 1;
	  top: 65px;
	  visibility: visible;
	  padding-left: 20px;
	  width: 100%;
	  max-height: 0px;
	  overflow: hidden;
	  box-shadow: none;
	  transition: all 0.3s ease;
	  
	}
	#showDrop:checked ~ .drop-menu,
	#showMega:checked ~ .mega-box{
	  max-height: 100%;
	}
	.nav-links .desktop-item{
	  display: none;
	  /* overflow-y: scroll; */
	}
	.nav-links .mobile-item{
	  display: block;
	  color: #f2f2f2;
	  background: #0d57c5;
	  font-size: 20px;
	  font-weight: 500;
	  padding-left: 20px;
	  cursor: pointer;
	  border-radius: 5px;
	  transition: all 0.3s ease;
	}

	.drop-menu li{
	  margin: 0;
	}
	.drop-menu li a{
	  border-radius: 5px;
	  font-size: 18px;
	}
	
	.content .row .mega-links{
	  border-left: 0px;
	  padding-left: 15px;
	}
	.row .mega-links li{
	  margin: 0;
	}
	
	.content .row header{
	  font-size: 19px;
	}
  }
  nav input{
	display: none;
  }

.mega-parent:hover .mega-box {
	opacity: 1;
	visibility: visible;
	/*top: 70px;*/
}

	/* HOVER EFFECT */

	.mega-card:hover img {
		transform: scale(1.1);
	}

	.mega-card:hover::before {
		opacity: 1;
	}

	.mega-card:hover span {
		opacity: 1;
	}


/* ======================
MOBILE MENU
====================== */

@media(max-width:970px) {
	.mega-wrapper {
		grid-template-columns: 1fr;
		gap: 15px;
	}


	.mega-card img {
		height: 180px;
	}
}

.nav-links {
	display: flex;
}

@media(max-width:970px) {

	.nav-links {
		position: fixed;
		top: 0;
		left: -100%;
		height: 100vh;
		width: 320px;
		background: white;
		flex-direction: column;
		transition: .3s ease;
	}

	#menu-btn:checked ~ .nav-links {
		left: 0;
	}

	.mobile-item {
		display: block;
		background: #0d57c5;
		color: white;
		padding: 12px;
		cursor: pointer;
	}

	.desktop-item {
		display: none;
	}
}

.slid-items {
	padding: 60px 0px 0px 10px;
}
@media(max-width:992px) {
	.slid-items {
		padding: 10px 0px 0px 10px;
	}
}
/*======================== home slider start =======================*/
/*========================
    HOME SLIDER
=========================*/

/*.slid-items {
	width: 100%;
	overflow: hidden;
	position: relative;
}*/

	/* Carousel Full Width */
	/*.slid-items .carousel,
	.slid-items .carousel-inner,
	.slid-items .carousel-item {
		width: 100%;
		height: 80vh;
	}*/

		/* Image Full Screen Responsive */
		/*.slid-items .carousel-item img {
			width: 100%;
			height: 100%;
			object-fit: cover;*/ /* full screen cover */
			/*display: block;
		}*/

/* Navigation Buttons */
/*.carousel-control-prev,
.carousel-control-next {
	width: 50px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	opacity: 0.9;
}*/

/* =========================
   Laptop
========================= */
/*@media (max-width: 1200px) {
	.slid-items .carousel,
	.slid-items .carousel-inner,
	.slid-items .carousel-item {
		height: 85vh;
	}
}*/

/* =========================
   Tablet
========================= */
/*@media (max-width: 992px) {
	.slid-items .carousel,
	.slid-items .carousel-inner,
	.slid-items .carousel-item {
		height: 65vh;
	}
}*/

/* =========================
   Mobile
========================= */
/*@media (max-width: 576px) {

	.slid-items .carousel,
	.slid-items .carousel-inner,
	.slid-items .carousel-item {
		height: 40vh;
	}

	.carousel-control-prev,
	.carousel-control-next {
		width: 35px;
		height: 35px;
	}
}*//*############################## ABout Us home start ####################################*/
/*

/* ABOUT SECTION */
.about-section {
	margin-top: 80px;
}


/* REMOVE EXTRA GAP BETWEEN IMAGE & CONTENT */

.about-image-area {
	padding-left: 0px;
	padding-right: 10px;
	display: flex;
	align-items: stretch;
}


/* IMAGE WRAPPER FULL HEIGHT */

.about-image-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}


/* IMAGE FULL HEIGHT MATCH CONTENT */

.img-custom-shape {
	height: 100%;
}

	.img-custom-shape img {
		width: 96%;
		height: 100%;
		object-fit: cover;
		border-radius: 90px 25px 90px 25px;
		box-shadow: 0px 25px 60px rgba(0,0,0,0.12);
		transition: 0.4s ease;
	}


		.img-custom-shape img:hover {
			transform: scale(1.02);
		}


/* DOT PATTERN POSITION FIX */

.dots {
	position: absolute;
	top: 20px;
	right: -15px;
	width: 110px;
	height: 110px;
	background-image: radial-gradient(#e60023 2px, transparent 2px);
	background-size: 15px 15px;
}


/* TITLE STYLE */
.about-title h2 {
	font-size: 12px;
}

.about-title h6 {
	color: #e60023;
	font-weight: 600;
	letter-spacing: 2px;
}

.about-title h3 {
	font-weight: 700;
	margin-top: 5px;
	font-size: 18px;
}

.title-border {
	width: 70px;
	height: 3px;
	background: #e60023;
	margin: 15px 0;
}


/* TEXT STYLE */

.about-text {
	color: #555;
	line-height: 1.8;
	font-size: 15px;
	text-align: justify;
}


/* FEATURE BOX */

.feature-box {
	display: flex;
	align-items: center;
	gap: 10px;
	background: white;
	padding: 12px 15px;
	border-radius: 8px;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
	transition: 0.3s;
	font-size: 14px;
}

	.feature-box i {
		font-size: 18px;
		color: #3b82f6;
	}

	.feature-box:hover {
		transform: translateY(-3px);
		box-shadow: 0px 8px 22px rgba(0,0,0,0.08);
	}


/* BUTTON *

.about-btn {
	padding: 11px 28px;
	border-radius: 40px !important;
	font-weight: 500;
	
}

/*.about-section .about-btn {
	background-color: #f70429;
	border-color: #f1647a;
	color: #fff;
}

	.about-section .about-btn:hover {
		background-color: #c4001d;
		border-color: #c4001d;
	}*/


.about-btn {
	display: inline-block;
	padding: 11px 28px;
	font-size: 14px;
	font-weight: 600;
	color: #fff !important;
	background: linear-gradient(103deg, #7b162c, #f94c2d) !important;
	border: none !important;
	border-radius: 40px !important;
	text-decoration: none;
	transition: all 0.35s ease;
	box-shadow: 0 4px 10px rgba(255, 75, 43, 0.25);
}

	.about-btn:hover {
		background: linear-gradient(180deg, #3f000e, #e92907) !important;
		color: #fff !important;
		transform: translateY(-2px);
		box-shadow: 0 6px 14px rgba(233, 41, 7, 0.35);
	}

/* RESPONSIVE FIX */
@media(max-width:992px) {
	.about-image-area {
		margin-bottom: 30px;
	}

	.img-custom-shape img {
		height: auto;
	}
	.sub-title {
		margin-top: 50px;
	}
}



@media(max-width:768px) {

	.about-section {
		margin-top: 100px; /* 80px → 20px (reduce gap) */
	}

	.about-image-area {
		margin-bottom: 15px;
		padding-right: 0;
	}

	.about-image-wrapper {
		height: auto;
	}

	.img-custom-shape {
		height: auto;
	}

		.img-custom-shape img {
			width: 100%;
			height: auto;
			margin-top: 0;
			display: block;
		}
	.sub-title {
		margin-top: 20px;
	}

	/* IF STILL GAP COMING */
	.about-section .row {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}
/*############################## ABout Us end  ####################################*/

/* ABOUT PAGE SECTION ONLY */

/* ===== ABOUT PAGE HERO SECTION ===== */


/* ABOUT PAGE HERO SECTION START */





  /* service */
.outerdiv
{
	width: 100%;
    min-height: 100vh;
    background: #EDF2F8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerdiv
{
	transform: scale(0.9);
	margin: 1rem;
	display: grid;
	grid-gap: 1.5rem;
	grid-template-rows: repeat(2,22rem);
	grid-template-columns: repeat(4,17rem);
}
.eachdiv
{
	padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
}
.div1
{
	background: #733FC8;
    grid-column: 1/3;
    grid-row: 1/2;
    background-image: url(https://raw.githubusercontent.com/RahulSahOfficial/testimonials_grid_section/5532c958b7d3c9b910a216b198fdd21c73112d84/images/bg-pattern-quotation.svg);
    background-repeat: no-repeat;
    background-position-x: 25rem;
}
.div2
{
	background:#49556B;
    grid-column: 3/4;
    grid-row: 1/2;
}
.div3
{
	background: white;
    grid-column: 4/5;
    grid-row: 1/3;
    color: black;
}
.div4
{
	background: white;
	grid-column: 1/2;
    grid-row: 2/3;
    color: black;
}
.div5
{
	background: #18202D;
	grid-column: 2/4;
    grid-row: 2/3;
}
.userdetails
{
	display: flex;
}
.imgbox
{
	margin-right: 1rem;
}
.imgbox img
{
	border-radius: 50%;
	width: 2rem;
	border: 2px solid #cec5c5;
}
.detbox
{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.detbox p
{
	margin: 0;
}
.detbox .name
{
	color: hsl(0, 0%, 81%);
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}
.detbox .name.dark
{
	color: #49505A;
}
.detbox .designation
{
	color: hsl(0, 0%, 81%);
    opacity: 50%;
    font-size: 0.8rem;
}
.detbox .designation.dark
{
	color: #49505A;
}
.review h4
{
	font-size: 1.4rem;
	color: #F3DEFF;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.review.dark h4{
	color:#4B5258;
}
.review p
{
	font-size: 0.95rem;
    color: #F3DEFF;
    font-weight: 500;
    opacity: 50%;
    line-height: 1.5;
}
.review.dark p{
	color: #0e0e0e;
}
.attribution
{
	font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
}
.attribution a
{
	text-decoration: none;
}

@media only screen and (max-width: 1000px)
{
	.innerdiv
	{
		transform: scale(0.7);
	}
}
@media only screen and (max-width: 800px)
{
	.innerdiv
	{
		transform: scale(0.6);
	}
}
@media only screen and (max-width: 600px)
{
	.div1 {
		background-position-x: 10rem;
	}
	.innerdiv
	{
		display: flex; 
		flex-direction: column;
		transform: scale(1);
		margin: 2rem;
		margin-bottom: 5rem;
	}
	.attribution
	{
		position: relative;
	}
}

button,
input,
select {
	font-family: inherit;
	font-size: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


.testimonials {
	color: #000;
	font-family: "Shippori Antique", sans-serif;
	height: 100vh;
	display: grid;
	place-items: center;
	position: relative;
	top: 100px;
}

section h2 {
	font-size: calc(2.3rem + 1vmin);
}

#about-us h1 {
	font-size: calc(2.3rem + 1vmin);
}

.line-dec{
	border-bottom: 5px solid #1b71c2;
}

.content-wrapper {
	height: 100%;
	width: 90%;
	max-width: 100rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 5rem;
}

.content-wrapper h1 {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(2.3rem + 1vmin);
}

.blue-line {
	height: 0.3rem;
	width: 6rem;
	background-color: rgb(79, 143, 226);
	margin-bottom: calc(3rem + 2vmin);
}

.wrapper-for-arrows {
	position: relative;
	width: 70%;
	border-radius: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	display: grid;
	place-items: center;
}

.review-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: calc(2rem + 1vmin);
	width: 100%;
}

#imgDiv {
	border-radius: 50%;
	width: calc(6rem + 4vmin);
	height: calc(6rem + 4vmin);
	position: relative;
	box-shadow: 5px -3px rgb(79, 143, 226);
	background-size: cover;
	margin-bottom: calc(0.7rem + 0.5vmin);
}

#imgDiv::after {
	content: "''";
	font-size: calc(2rem + 2vmin);
	font-family: sans-serif;
	line-height: 150%;
	color: #fff;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background-color: rgb(79, 143, 226);
	position: absolute;
	top: 10%;
	left: -10%;
	width: calc(2rem + 2vmin);
	height: calc(2rem + 2vmin);
}

#personName {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(1rem + 0.5vmin);
	letter-spacing: calc(0.1rem + 0.1vmin);
	font-weight: bold;
}

#profession {
	font-size: calc(0.8rem + 0.3vmin);
	margin-bottom: calc(0.7rem + 0.5vmin);
	color: rgb(79, 143, 226);
}

#description {
	font-size: calc(0.8rem + 0.3vmin);
	width: 70%;
	max-width: 40rem;
	text-align: center;
	margin-bottom: calc(1.4rem + 1vmin);
	color: rgb(92, 92, 92);
	line-height: 2rem;
}

.arrow-wrap {
	position: absolute;
	top: 50%;
	cursor: pointer;
}

.arrow {
	width: calc(1.4rem + 0.6vmin);
	height: calc(1.4rem + 0.6vmin);
	border: solid rgb(79, 143, 226);
	border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
	cursor: pointer;
	transition: transform 0.3s;
}

.arrow:hover {
	transition: 0.3s;
	transform: scale(1.15);
}
	
.left-arrow-wrap {
	left: 5%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 5%;
}

@media screen and (max-width: 900px) {
	.content-wrapper {
		width: 100%;
	}
}

/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ clients section start $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/


:root {
	--marquee-width: 100%;
	--marquee-height: 190px;
	--marquee-elements: 34;
	--marquee-elements-displayed: 7; /* logo size bigger */
	--marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
	--marquee-animation-duration: calc(var(--marquee-elements) * 0.25s);
}

/* SECTION FULL WIDTH */

.esteemed-clients {
	padding: 50px 0 20px;
	text-align: center;
}

/* HEADER */

.client-header h5 {
	font-size: 36px;
	font-weight: 700;
	color: #e60023;
	margin-bottom: 15px;
}

.client-header p {
	max-width: 750px;
	margin: auto;
	font-size: 16px;
	color: #555;
	line-height: 1.7;
	margin-bottom: 40px;
}

/* FULL WIDTH MARQUEE */

.marquee {
	width: 100%;
	height: var(--marquee-height);
	overflow: hidden;
	position: relative;
	background-color: #fff;
	background: transparent;
	margin-bottom: 0;
}

	/* LEFT RIGHT FADE EFFECT (REDUCED WIDTH FOR CLEAN LOOK) */

	.marquee::before,
	.marquee::after {
		position: absolute;
		top: 0;
		width: 40px; /* reduced from 120px */
		height: 100%;
		content: "";
		z-index: 2;
	}

	.marquee::before {
		left: 0;
		z-index: 1;
		background: linear-gradient(to right, #fff 0%, transparent 100%);
	}

	.marquee::after {
		right: 0;
		z-index: 1;
		background: linear-gradient(to left, #fff 0%, transparent 100%);
	}

/* SLIDER TRACK */

.marquee-content {
	display: flex;
	animation: scrolling var(--marquee-animation-duration) linear infinite;
}

	/* CARD STYLE */

	.marquee-content li {
		flex-shrink: 0;
		width: var(--marquee-element-width);
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 8px; 
		padding: 12px; 
		background: #fff;
		border-radius: 14px;
		box-shadow: 0px 5px 18px rgba(0,0,0,0.08);
		transition: 0.4s ease;
	}

		/* HOVER EFFECT */

		.marquee-content li:hover {
			transform: translateY(-8px) scale(1.05);
			box-shadow: 0px 12px 30px rgba(0,0,0,0.18);
		}

		/* LOGO SIZE IMPROVED */

		.marquee-content li img {
			height: 95px;
			max-width: 150px;
			object-fit: contain;
			filter: grayscale(20%);
			transition: 0.3s ease;
		}

		/* LOGO HOVER COLOR EFFECT */

		.marquee-content li:hover img {
			filter: grayscale(0%);
		}

	/* PAUSE ON HOVER */

	.marquee-content:hover {
		animation-play-state: paused;
	}

/* SMOOTH CONTINUOUS SCROLL */

@keyframes scrolling {

	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

/* RESPONSIVE */

@media(max-width:992px) {
	:root {
		--marquee-elements-displayed: 3;
	}

	.marquee {
		height: 220px; /* increased height */
	}

	.marquee-content li {
		padding: 16px;
	}

		.marquee-content li img {
			height: 110px; /* bigger logo */
			max-width: 180px;
		}
}

@media(max-width:576px) {
	:root {
		--marquee-elements-displayed: 2;
	}

	.marquee {
		height: 200px; /* increase for mobile */
	}

	.marquee-content li {
		padding: 14px;
		margin: 0 6px;
	}

		.marquee-content li img {
			height: 90px; /* bigger logo */
			max-width: 140px;
		}
}

/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ clients section end $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/


#input {
	display: none;
}
  strong {
	color: black;
  }
  

  @media (max-width:768px) {
	.slide {
		top: 70px;
	}	
  }
  @media (max-width:494px) {
	.slide{
		top: 100px;
	}
	nav{
		top: 30px;
	}
	
  }

/*################################### footer start #####################################*/


  .footer-grad-bar{
	position: relative;
	top: 130px;
  }


  .footer-section {
	background: #151414;
	position: relative;
	z-index: 1;
	/*top: 30px;*/
	width: 100%;
  }
  .footer-cta {
	border-bottom: 1px solid #373636;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .single-cta i {
	color: #FF2E63;
	font-size: 50px;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
  }
  .cta-text {
	padding-left: 15px;
	display: inline-block;
	flex-direction: column;
  }
  .cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
  }
  .cta-text span {
	color: #757575;
	font-size: 15px;
  }

.footer-content {
	position: relative;
	z-index: 2;
	display: flex;
	margin: 0 auto;
	padding: 40px 40px 20px; 
	align-items: flex-start; 
	justify-content: space-between;
}
  .footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
  }
  .footer-logo {
	margin-bottom: 30px;
  }
  .footer-logo img {
	  max-width: 200px;
  }
  .footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
		color: #7e7e7e;
	line-height: 28px;
  }
  .footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
  }
  .footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
  }
  .footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
  }
  .facebook-bg{
	background: #3B5998;
  }
  .twitter-bg{
	background: #55ACEE;
  }
  .google-bg{
	background: #DD4B39;
  }
  .footer-widget-heading h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
  }
  .footer-widget-heading h6::before {
	content: "";
	position: absolute;
	/* left: 0; */
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #FF2E63;
  }
  .footer-widget ul li {
	display: inline-block;
	/* float:left; */
	width: 75%;
	margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
	color: #FF2E63;
  }
  .footer-widget ul li a {
	color: #878787;
	text-transform: capitalize;
  }
  .map {
	position: relative;
	overflow: hidden;
  }
  .copyright-area{
	background: #202020;
	padding: 25px 0;
  }
  .copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787;
  }
  .copyright-text p a{
	color: #ff5e14;
  }
  .footer-menu{
	/* margin-left: 30px; */
	
	left: 3000px;
  }
  .footer-menu li {
	display: inline-block;
	margin-left: 50px;
  }
  .footer-menu li:hover a{
	color: #ff5e14;
  }
  .footer-menu li a {
	font-size: 14px;
	color: #878787;
  }
  .counting{ visibility: visible; animation-name: fadeIn;}
  .counter-section i { display:block; margin:50px 0 10px}
  .counter-section span.counter { font-size:40px; color:#000; line-height:60px; display:block; font-family: "Oswald",sans-serif; letter-spacing: 2px}
  .counter-title{ font-size:12px; letter-spacing:2px; text-transform: uppercase ;}
  .counter-icon {top:25px; position:relative}
  .counter-1{ visibility: visible; animation-duration: 300ms; animation-name: fadeInUp;}
  .counter-2{ visibility: visible; animation-duration: 900ms; animation-name: fadeInUp;}
  .counter-3{ visibility: visible; animation-duration: 1200ms; animation-name: fadeInUp;}
  .counter-4{ visibility: visible; animation-duration: 600ms; animation-name: fadeInUp; }
  .counter-style2 .counter-title {letter-spacing: 0.55px; float: left;}
  .counter-style2 span.counter {letter-spacing: 0.55px; float: left; margin-right: 10px;}
  .counter-style2 i {float: right; line-height: 26px; margin: 0 10px 0 0}
  .counter-subheadline span {float: right;}  
  .plus::after{
	content: '+';
  }
  
  .medium-icon {
	  font-size: 40px !important;
	  margin-bottom: 15px !important;
  }

@media (max-width: 420px) {
	.footer-content {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer-logo {
		padding: 0 30px;
	}

	.footer-text {
		padding: 0 30px;
		/* font-size: 1px; */
		text-align: justify;
	}

	.fa-brands {
		font-size: 15px !important;
		margin-bottom: 5px !important;
	}
}


@media (max-width: 370px) {
	.footer-text p {
		font-size: 12px;
		padding: 0 20px;
	}

	.footer-logo {
		padding: 0 50px;
	}

	.fa-brands {
		padding: 0;
	}

	.map {
		height: 250px;
		width: 100%;
		padding: 0 10px;
	}
}
@media (max-width: 991px) {
	.footer-content {
		flex-direction: column;
		padding: 30px 20px;
		text-align: center;
	}

	.footer-widget {
		margin-top: 30px;
	}

		.footer-widget ul li {
			width: 100%; /* 2 column se 1 column */
		}
}
@media (max-width: 576px) {
	.footer-logo img {
		max-width: 160px;
	}

	.footer-text p {
		font-size: 13px;
		line-height: 24px;
	}

	.footer-social-icon i {
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.footer-menu li {
		margin-left: 15px;
	}
}
  /*################################### footer End #####################################*/
  

/*###################################### why-us-section start #######################################*/
.why-us-section {
	padding: 110px 0px 0px 0px;
	margin-top: 30px;
}

/* GRID */
.counter-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

/* BOX DESIGN */
.counter-box {
	padding: 50px 20px;
	text-align: center;
	color: #fff;
	transition: 0.4s;
}

	.counter-box:hover {
		transform: scale(1.05);
	}

	/* ICON */
	.counter-box i {
		font-size: 40px;
		margin-bottom: 15px;
	}

	/* NUMBER */
	.counter-box span {
		display: block;
		font-size: 40px;
		font-weight: bold;
		margin: 10px 0;
	}

	/* TEXT */
	.counter-box p {
		margin: 0;
		font-size: 16px;
	}

/* COLORS */
.yellow {
	background: #e8f5e9; /* light green */
	color: #2e7d32;
}

.green {
	background: #fdecef; /* light pink */
	color: #c2185b;
}

/* RIGHT SIDE */
.why-content {
	padding-left: 40px;
}

	.why-content .tag {
		color: #e60023;
		font-weight: 600;
		letter-spacing: 2px;
		margin-top: 20px;
	}

	.why-content h5 {
		font-size: 36px;
		margin: 15px 0;
		font-weight: bold;
	}

	.why-content p {
		color: #666;
		margin-bottom: 20px;
		text-align:justify;
	}

	/* LIST */
	.why-content ul {
		list-style: none;
		padding: 0;
	}

		.why-content ul li {
			margin-bottom: 10px;
			padding-left: 25px;
			position: relative;
		}

			.why-content ul li::before {
				content: "✔";
				position: absolute;
				left: 0;
				color: #e60023;
				font-weight: bold;
			}

/* BUTTONS */
/* Buttons Wrapper */
.btns {
	margin-top: 25px;
}

/* Primary Button */

.why-btn {
	display: inline-block;
	padding: 11px 28px;
	font-size: 14px;
	font-weight: 600;
	color: #fff !important;
	background: linear-gradient(103deg, #7b162c, #f94c2d) !important;
	border: none !important;
	border-radius: 40px;
	text-decoration: none;
	transition: all 0.35s ease;
	box-shadow: 0 4px 10px rgba(255, 75, 43, 0.25);
}

	.why-btn:hover {
		background: linear-gradient(180deg, #3f000e, #e92907) !important;
		color: #fff !important;
		transform: translateY(-2px);
		box-shadow: 0 6px 14px rgba(233, 41, 7, 0.35);
	}

/* RESPONSIVE */
@media (max-width: 768px) {
	.counter-grid {
		grid-template-columns: 1fr;
	}

	.why-content {
		padding-left: 0;
		margin-top: 30px;
	}
	.why-content .tag {
			margin-top: 30px;
	}
}

/*########################################### How we Work..!!###############################################*/
.hww{
	/*padding-top: 130px;*/
	/* text-align: center; */
}
.hww_title h5 {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	font-weight: 700;
	margin: 0 auto;
	color: #e60023;
}
.hww_subtitle {
	text-align: center;
	font-size: 16px;
	max-width: 750px;
	color: #555;
	margin: auto;
	line-height: 1.7;
	font-weight: 500;
}



.hww-slider {
	width: 95%;
	max-width: 1235px;
	margin: auto;
	top: 60px;
	justify-content: center;
	position: relative;
	background: #fff;
	box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
	padding: 25px;
	border-radius: 25px;
	height: 400px;
	transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .hww-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .hww-slider {
    min-height: 500px;
    height: auto;
    margin: 50px auto;
	padding-top: 100px;
	/* padding: 100px; */
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .hww-slider {
    height: 350px;
  }
}
.hww-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hww-slider__item {
    flex-direction: column;
  }
}
.hww-slider__item.swiper-slide-active .hww-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > * {
  opacity: 1;
  transform: none;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.hww-slider__item.swiper-slide-active .hww-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.hww-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  border: 2px solid black;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

.hww-slider__img img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .hww-slider__img {
    transform: translateY(-50%);
    width: 100%;
  }
  .hww-slider__img img {
	object-fit: contain;
  }
}
@media screen and (max-width: 576px) {
  .hww-slider__img {
    width: 100%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .hww-slider__img {
    height: 100px;
  }
}
.hww-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .hww-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .hww-slider__content {
    padding: 0;
  }
}
.hww-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.hww-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.hww-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.hww-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.hww-slider__button {
  display: inline-flex;
  background: #062744  ;
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .hww-slider__button {
    width: 100%;
  }
}
.hww-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hww-slider .swiper-pagination-custom, .hww-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.hww-slider__pagination {
  position: absolute;
  z-index: 1;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .hww-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.hww-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .hww-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.hww-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.hww-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .hww-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
/*########################################### How we Work end ###############################################*/


.website-counter {
	height: 50px;
	width: 80px;
	color: #000;
	border-radius: 30px;
	font-size: 25px;
	margin-top: 10px;
	font-size:40px; color:#000; line-height:60px; display:block; font-family: "Oswald",sans-serif; 
	letter-spacing: 2px;
  }




   .contact-btn {
	position: relative;
	top: 10px;
	left: 0;
	width: 150px;
	height: 50px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
 .contact-btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	 background: #8E7AB5; 
	/* box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;  */
	padding: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden;
	color: #000;
	font-weight: 400px;
	z-index: 1;
	transition: 0.5s;
	backdrop-filter: blur(15px);
}
 /* .contact-btn:hover a {
	letter-spacing: 3px;
	color: #151414;
} */
 .contact-btn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
	transform: skewX(45deg) translate(0);
	transition: 0.5s;
	filter: blur(0px);
}
 .contact-btn:hover a::before {
	transform: skewX(45deg) translate(200px);
}
 .contact-btn::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: -5px;
	width: 30px;
	height: 10px;
	border-radius: 10px;
	transition: 0.5s;
	transition-delay: 0.5;
}
 .contact-btn:hover::before /*lightup button*/ {
	bottom: 0;
	height: 50%;
	width: 80%;
	border-radius: 30px;
}

 .contact-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: -5px;
	width: 30px;
	height: 10px;
	border-radius: 10px;
	transition: 0.5s;
	transition-delay: 0.5;
}
 .contact-btn:hover::after /*lightup button*/ {
	top: 0;
	height: 50%;
	width: 80%;
	border-radius: 30px;
}
 .contact-btn:nth-child(1)::before, /*chnage 1*/
 .contact-btn:nth-child(1)::after {
	background: #ff1f71;
	box-shadow: 0 0 5px #ff1f71, 0 0 15px #ff1f71, 0 0 30px #ff1f71,
		0 0 60px #ff1f71;
}
 .contact-btn:nth-child(2)::before, /* 2*/
 .contact-btn:nth-child(2)::after {
	background: #2db2ff;
	box-shadow: 0 0 5px #2db2ff, 0 0 15px #2db2ff, 0 0 30px #2db2ff,
		0 0 60px #2db2ff;
}
 .contact-btn:nth-child(3)::before, /* 3*/
 .contact-btn:nth-child(3)::after {
	background: #1eff45;
	box-shadow: 0 0 5px #1eff45, 0 0 15px #1eff45, 0 0 30px #1eff45,
		0 0 60px #1eff45;
}

.button {
  width: 150px;
  height: 50px;
  background: blue;
  border-radius: 600px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all .3s cubic-bezier(0.67, 0.17, 0.40, 0.83);
}

.button svg {
  transform: rotate(180deg);
  transition: all .5s;
}

.button__circle {
    width: 50px;
  height: 50px;
  background: mediumseagreen;
  border-radius: 50%;
  transform: rotate(-180deg);
}

.button:hover {
  cursor: pointer;
}

.tick {
  color: white;
  font-size: 1.5em;
  transition: all .9s;
}
.active .check-box{
    right: 0;
    opacity: 1;
    transition: 1s;
}

.active p{
    margin-right: 125px;
    transition: 1s;
}

.active svg path{
    stroke-dashoffset: 0;
    transition: 1s;
    transition-delay: 1s;
}
.fixed-live-chat {
  width: auto;
  bottom: 10%;
  right: 5%;
  z-index: 10;
}

.live-chat .bg-light {
  background: #EBEEF0;
}
.live-chat .chatbox {
  position: relative;
  color: #000;
  background-color: #fff;
  width: 75px;
  height: 75px;
  font-size: 25px;
  border: 0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  line-height: 20px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
}
.live-chat .chatbox span {
  font-size: 10px;
  font-weight: 600;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.live-chat .close,
.live-chat .close:hover {
  font-size: 15px;
  opacity: 1;
  outline: none;
}
.card-footer{
  float: right;
}
.live-chat .dropchat {
  position: absolute;
  min-width: 360px;
  right: 0;
  bottom: 100%;
  padding: 0.5rem;
  border-radius: 4px;
  cursor: text;
  display: none;
  animation: show 333ms ease;
}
.live-chat .dropchat.show {
  display: block;
}
.live-chat .dropchat .card-header {
  padding: 0.8rem 1rem;
}
.live-chat .dropchat .card-body {
  padding: 0.5rem;
}
.live-chat .dropchat .card-header img {
  width: 150px;
}
.live-chat .dropchat .card-header h5 {
  font-size: 14px;
  font-weight: bold;
}

.live-chat .dropchat .typer {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
.live-chat .dropchat .typer input[type="text"] {
  width: 100%;
  font-size: 13px;
  padding: 1rem;
  border: 0;
  border-radius: 4px;
}
.live-chat .dropchat .typer input[type="text"]:focus {
  outline: none;
}
.live-chat .dropchat .typer span[type="submit"] {
    font-size: 20px;
    position: absolute;
    padding: 0.5rem;
    cursor: pointer;
    -webkit-appearance: inherit;
}

.live-chat .dropchat .list {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    line-height: 15px;
    list-style: none;
    padding: 0.5rem;
}
.live-chat .dropchat .list.revange {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: start;
}
.live-chat .dropchat .list img.chat-avater {
  width: 25px;
  padding-right: 5px;
  padding-left: 0px;
}
.live-chat .dropchat .list.revange img.chat-avater {
  width: 25px;
  padding-right: 0px;
  padding-left: 5px;
}
.live-chat .dropchat .list .chat-content {
    width: 70%;
    color: #333;
    background: #fff;
    padding: 0.225rem 0.525rem;
    border-radius: .525rem;
    box-shadow: 0 0 0.125rem .0125rem rgba(0,0,0,0.3);
}
.live-chat .dropchat .list.revange .chat-content {
    color: #fff;
    background: #4584F6;
}

.live-chat .dropchat .list:last-child {
  border-bottom: 0;
}
.live-chat .dropchat .list p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}
.live-chat .dropchat .list span {
    font-size: 9px;
}

/*animation*/

@keyframes show {
  0% {
    opacity: 0;
    transform: translate(0, 10%)
  }
  100% {
    opacity: 1;
    transform: translate(0, 0%)
  }
}


.software_image{
	max-width: 100%; max-height: 60vh; margin: auto;
}

.blur-background {
	position: absolute;
top: 0;
z-index: 10;
width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.5);

}

.openBtn {
  
  color: #fff;
  border: none;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: 1s;
}



.modal-enquiry {
  display: none;
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(247, 247, 245);
  border-radius: 10px;
  padding: 20px;
  max-width: 90%;
  width: 400px;
}

.closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 2px solid rgb(230, 59, 59);
  background-color: transparent;
  padding: 10px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  transition: 0.5s;
}

.closeModal:hover {
  transform: perspective(1px) scale(1.1);
  background-color: rgb(230, 59, 59);
}

fieldset {
  border: none;
  padding: 0;
}

.modalTitle {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bolder;
  border-bottom: 4px solid  rgb(76, 211, 76);
  margin-right: 30%;
}

.inputTitle {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

fieldset input {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.requireBtn {
  width: 100%;
  border: 2px solid  rgb(76, 211, 76);
  background-color: transparent;
  color:  rgb(76, 211, 76);
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 6px;
  font-weight: bold;
  text-transform: uppercase;
}

.requireBtn:hover {
  opacity: 1;
  background-color: rgb(76, 211, 76);
  color: #fff;
}

@media (max-width: 600px) {
  .modal-enquiry {
    width: 90%;
  }
}




.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.container-dropdown{
  padding: 1em 0;
  float: left;
  width: 50%;
}
@media screen and (max-width: 640px){
  .container-dropdown{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .container-dropdown{
    width: 33.33333%;
  }
}

.container-dropdown .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}


.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}



.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content-1:hover .content-details{
	top: 50%;
	left: 50%;
	opacity: 1;
  }
  .content-2:hover .content-details{
	  top: 50%;
	  left: 50%;
	  opacity: 1;
	}.content-3:hover .content-details{
		top: 50%;
		left: 50%;
		opacity: 1;
	}.content-4:hover .content-details{
		top: 50%;
		left: 50%;
		opacity: 1;
	}
	
	.content-1:hover .content-overlay{
	  opacity: 1;
	}
	.content-2:hover .content-overlay{
		opacity: 1;
	  }
	  .content-3:hover .content-overlay{
		opacity: 1;
	  }
	  .content-4:hover .content-overlay{
		opacity: 1;
	  }

.content-details h4{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}



.modal::-webkit-scrollbar-track
{
	border: 1px solid black;
	background-color: whitesmoke;
	border-radius: 50px;
}

.modal::-webkit-scrollbar
{
	width: 10px;
	background-color: whitesmoke;
	border-radius: 50px;
}

.modal::-webkit-scrollbar-thumb
{
	background-color: #000000;	
	border-radius: 50px;
}




  #loader-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .gegga {
	width: 0;
  }
  
  .snurra {
	filter: url(#gegga);
  }
  
  .stopp1 {
	stop-color: #f700a8;
  }
  
  .stopp2 {
	stop-color: #ff8000;
  }
  
  .halvan {
	animation: Snurra1 10s infinite linear;
	stroke-dasharray: 180 800;
	fill: none;
	stroke: url(#gradient);
	stroke-width: 23;
	stroke-linecap: round;
  }
  
  .strecken {
	animation: Snurra1 3s infinite linear;
	stroke-dasharray: 26 54;
	fill: none;
	stroke: url(#gradient);
	stroke-width: 23;
	stroke-linecap: round;
  }
  
  .skugga {
	filter: blur(5px);
	opacity: 0.3;
	position: absolute;
	transform: translate(3px, 3px);
  }

  /*#################### Home demo section start ###########################*/

/* =========================
   Demo Section Wrapper
========================= */
.demo-wrapper {
	margin: 90px 0;
	position: relative;
	z-index: 1;
}

/* =========================
   Main Demo Box
========================= */
.demo-box {
	background: linear-gradient(97deg, #fcd8df, #ffffff);
	border-radius: 54px;
	padding: 40px;
	position: relative;
	overflow: hidden;
	border: 1px solid #76323f;
	box-shadow: 0 15px 40px rgba(255, 0, 76, 0.08);
}

	/* Soft background glow */
	.demo-box::before {
		content: "";
		position: absolute;
		width: 280px;
		height: 280px;
		background: rgb(252 200 200 / 48%);
		border-radius: 50%;
		top: -64px;
		right: -30px;
	}

	.demo-box::after {
		content: "";
		position: absolute;
		width: 220px;
		height: 220px;
		background: rgb(255 73 105 / 34%);
		border-radius: 50%;
		bottom: -100px;
		left: -80px;
	}

	/* =========================
   Left Content
========================= */
	.demo-box h2 {
		font-size: 42px;
		font-weight: 700;
		color: #222;
		line-height: 1.3;
		margin-bottom: 18px;
		position: relative;
		z-index: 2;
	}

	.demo-box p {
		color: #666;
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 25px;
		position: relative;
		z-index: 2;
	}

	/* =========================
   Feature List
========================= */
	.demo-box ul {
		list-style: none;
		padding: 0;
		margin: 0;
		position: relative;
		z-index: 2;
	}

		.demo-box ul li {
			margin-bottom: 14px;
			font-size: 16px;
			color: #333;
			font-weight: 500;
			display: flex;
			align-items: center;
		}

			.demo-box ul li::before {
				content: "✔";
				width: 28px;
				height: 28px;
				background: #ffe6ec;
				color: #ff2b5b;
				border-radius: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
				margin-right: 12px;
				font-size: 13px;
				flex-shrink: 0;
			}

/* =========================
   Buttons
========================= */
/*.btn-group-box {
	display: flex;
	gap: 15px;
	margin-top: 35px;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}*/

.btn-demo,
.btn-contact {
	padding: 14px 32px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	transition: all 0.35s ease;
}

/* REQUEST DEMO BUTTON */

.btn-demo {
	background: linear-gradient(103deg, #7b162c, #f94c2d);
	color: #fff;
	border: none;
	box-shadow: 0 8px 22px rgba(249, 76, 45, 0.25);
}

	.btn-demo:hover {
		background: linear-gradient(180deg, #3f000e, #e92907);
		color: #fff;
		transform: translateY(-3px);
		box-shadow: 0 12px 28px rgba(233, 41, 7, 0.35);
	}

/* CONTACT BUTTON */

.btn-contact {
	background: #fff;
	color: #d81b45;
	border: 1.5px solid #f3a2b3;
	box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

	.btn-contact:hover {
		background: linear-gradient(103deg, #7b162c, #f94c2d);
		color: #fff;
		border-color: transparent;
		transform: translateY(-3px);
		box-shadow: 0 12px 28px rgba(249, 76, 45, 0.25);
	}

/* =========================
   Right Image
========================= */
.demo-img {
	max-width: 100%;
	border-radius: 18px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	animation: float 4s ease-in-out infinite;
	position: relative;
	z-index: 2;
}


/* Floating Animation */
@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

/* =========================
   Responsive Design
========================= */
@media (max-width: 991px) {

	.demo-box {
		padding: 40px 30px;
		text-align: center;
	}

		.demo-box h2 {
			font-size: 32px;
		}

		.demo-box ul {
			display: inline-block;
			text-align: left;
			margin-top: 10px;
		}

	.btn-group-box {
		justify-content: center;
	}

	.demo-img {
		margin-top: 40px;
	}
}

@media (max-width: 576px) {

	.demo-wrapper {
		margin: 60px 0;
	}

	.demo-box {
		padding: 30px 20px;
		border-radius: 18px;
	}

		.demo-box h2 {
			font-size: 25px;
		}

		.demo-box p {
			font-size: 14px;
		}

		.demo-box ul li {
			font-size: 14px;
		}

	.btn-group-box {
		flex-direction: column;
		align-items: center;
	}

	.btn-demo,
	.btn-contact {
		width: 100%;
		text-align: center;
	}
    .btn-contact{
			margin-top: 15px;
		}

		.demo-img {
			margin-top: 30px;
		}
}

/*#################### Home demo section end ###########################*/
/*<!-- $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Demo Pop-Up Start $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ -->*/


.demo-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: none; /* keep this */

	justify-content: center;
	align-items: center;
	z-index: 9999;
	padding: 20px;
}

.demo-popup {
	width: 100%;
	max-width: 1100px;
	border-radius: 25px;
	padding: 45px;
	position: relative;
	background: white;
	box-shadow: 0 25px 60px rgba(0,0,0,0.15);
	animation: popupFade .4s ease;
}



.close-btn {
	position: absolute;
	top: 18px;
	right: 25px;
	font-size: 28px;
	cursor: pointer;
	color: #333;
}

	.close-btn:hover {
		color: #e81a4f;
	}

/* LEFT CONTENT */
.left-section h3 {
	font-size: 30px;
	font-weight: 600;
	color: #222;
}

.highlight {
	display: inline-block;
	margin-top: 12px;
	padding: 10px 22px;
	border-radius: 40px;
	color: white;
	/* Changed to Red/Pink gradient to match theme */
	background: linear-gradient( 90deg, #e81a4f, #ff4d79 );
}

.popup-desc {
	margin-top: 18px;
	font-size: 16px;
	color: #555;
	line-height: 1.7;
	text-align:justify;
}

.feature-points {
	margin-top: 22px;
}

	.feature-points div {
		margin-bottom: 10px;
		font-weight: 500;
		color: #333;
	}

.trust-line {
	margin-top: 20px;
	font-weight: 600;
	/* Changed text color to Red */
	color: #e81a4f;
}

/* FORM */
.form-section {
	background: #f7f8ff;
	padding: 35px;
	border-radius: 20px;
}

/* Brand Title above the form */
.brand-title {
	font-weight: 700;
	font-size: 28px;
	color: #e81a4f; /* Matched with red theme */
	margin-bottom: 5px;
}

	.brand-title span {
		color: #333;
	}

.form-section h4 {
	margin-bottom: 20px;
	font-weight: 600;
	color: #444;
}

/* INPUT */
.form-control {
	margin-bottom: 15px;
	height: 50px;
	border-radius: 12px;
	border: none;
	background: white;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* BUTTON */
.request-btn {
	width: 100%;
	height: 55px;
	border-radius: 35px;
	border: none;
	color: white;
	font-weight: bold;
	/* Changed to Red/Pink gradient */
	background: linear-gradient( 90deg, #e81a4f, #ff4d79 );
	box-shadow: 0 10px 25px rgba(232, 26, 79, 0.4); /* Matched shadow */
	transition: .3s;
}

	.request-btn:hover {
		transform: translateY(-4px);
		box-shadow: 0 12px 30px rgba(232, 26, 79, 0.5);
	}
.swal2-container {
	z-index: 999999999 !important;
}

.swal2-popup {
	font-size: 16px !important;
	border-radius: 18px !important;
}

@keyframes popupFade {
	from {
		transform: scale(.8);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

/* MOBILE */
@media(max-width:768px) {
	.left-section {
		display: none;
	}

	.brand-title {
		text-align: center;
	}

	.form-section h4 {
		text-align: center;
	}
}
/*<!-- $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Demo Pop-Up end $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ -->*/


@keyframes Snurra1 {
	0% {
	  stroke-dashoffset: 0;
	}
	100% {
	  stroke-dashoffset: -403px;
	}
  }


.x-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px; /* Baki icons ke size ke hisaab se adjust karein */
	height: 40px;
	border-radius: 50%; /* Perfect circle ke liye */
	background-color: #000000; /* Pure Black for X */
	margin: 5px; /* Spacing ke liye */
	font-size: 20px; /* Icon ke size ke liye */
}
  
/*----------------------service hero section start-----------------------*/
.hero-section {
	padding-top: 160px;
	padding-bottom: 60px;
}

.badge-custom {
	background: #ffd7d2;
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 13px;
	display: inline-block;
}

.hero-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
}

.hero-text {
	margin-top: 15px;
	line-height: 1.7;
	max-width: 500px;
	font-size: 16px;
}

.hero-btn {
	margin-top: 25px;
	padding: 10px 25px;
	border: 2px solid #6c8ebf;
	color: #6c8ebf;
	border-radius: 50px;
	transition: 0.3s;
}

	.hero-btn:hover {
		background: #6c8ebf;
		color: #fff;
	}

.hero-img {
	max-width: 100%;
	height: auto;
}

/* Tablet */
@media (max-width: 991px) {

	.hero-section {
		padding-top: 130px;
		text-align: center;
	}

	.hero-title {
		font-size: 34px;
	}

	.hero-text {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-img {
		margin-top: 30px;
		max-width: 85%;
	}
}

/* Mobile */
@media (max-width: 575px) {

	.hero-section {
		padding-top: 120px;
		padding-bottom: 40px;
	}

	.hero-title {
		font-size: 26px;
	}

	.hero-text {
		font-size: 14px;
	}

	.badge-custom {
		font-size: 12px;
		padding: 5px 12px;
	}

	.hero-btn {
		padding: 8px 20px;
		font-size: 14px;
	}

	.hero-img {
		max-width: 80%;
		margin-top: 20px;
	}
}

/*----------------------service hero section end-----------------------*/

/*---------services process start pages-----------*/


.process h3 {
	font-size: 36px !important;
	font-weight: 700 !important;
	color: #e60023;
	margin-bottom: 15px;
}
/*.process h4 {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #e60023;
	margin-bottom: 15px;
}*/

.card-box {
	background: #fff;
	border-radius: 15px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

	.card-box:hover {
		transform: translateY(-5px);
	}

.icon-circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -60px auto 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	font-size: 30px;
	color: #4a76b8;
}

.top-curve {
	height: 60px;
	width: 120px;
	background: #FF2E63;
	border-radius: 100px 100px 0 0;
	margin: 0 auto;
}

.card-box h4 {
	color: #e60023;
	font-weight: bold;
	margin-bottom: 15px;
}

.card-box ul {
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
	text-align: justify;
}

.card-box button {
	margin-top: 15px;
	border-radius: 20px;
}

section {
	/*padding: 80px 20px;*/
	background: #fff;
	border-radius: 10px;
}

html {
	scroll-behavior: smooth;
}

/*---------services process end pages-----------*/


/*------------- SECTION service pay start ----------------*/

/*.service_pay {
	background: #f7f7f7;
}*/

.service_pay_title {
	font-weight: 600;
	color: #333;
}

.service_pay_item h6 {
	font-weight: 600;
	color: #222;
}

.service_pay_item {
	display: flex;
	align-items: flex-start; 
	gap: 12px;
	margin-bottom: 15px;
}

	.service_pay_item p {
		margin: 0;
		font-size: 15px;
		color: #555;
		line-height: 1.5;
	}

/* Icons */
.service_pay_icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
	position: relative;
}

	.service_pay_icon.red {
		background: #fde4e6;
	}

		.service_pay_icon.red::after {
			content: "";
			width: 12px;
			height: 12px;
			background: #e63946;
			border-radius: 50%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}

	.service_pay_icon.gray {
		background: #e9ecef;
	}

		.service_pay_icon.gray::after {
			content: "";
			width: 12px;
			height: 12px;
			background: #adb5bd;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}

/* Image Box */
.service_pay_img_box {
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Badges */
.badge_top {
	position: absolute;
	top: -10px;
	left: 20px;
	background: #fff;
	padding: 5px 12px;
	font-size: 12px;
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.badge_bottom {
	position: absolute;
	bottom: -10px;
	right: 20px;
	background: #fff;
	padding: 5px 12px;
	font-size: 12px;
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
/* spacing between sections */
.service_pay_row {
	margin-bottom: 80px;
}

	.service_pay_row:last-child {
		margin-bottom: 0;
	}

.service_main_heading {
	font-size: 34px;
	font-weight: 700;
	color: #222;
	margin-top: 10px;
}

.service_main_subheading {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	line-height: 1.6;
	margin-bottom: 50px;
}
/* Responsive */
@media (max-width: 768px) {
	.service_pay_title {
		text-align: center;
	}

	.service_pay_item {
		justify-content: center;
		text-align: left;
	}
}

@media (max-width: 991px) {
	.service_pay_row {
		margin-bottom: 50px;
	}

	.service_pay_img_box {
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.service_pay_item {
		justify-content: flex-start;  
        text-align: left;
	}
}

/*------------- SECTION service pay end ----------------*/

/*------------------------ Clients section strat---------------------------*/

/* HEADER */
.clients-header {
	margin-bottom: 60px;
}
.clients-tag {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #6c8cff;
	background: rgba(108, 140, 255, 0.1);
	padding: 6px 14px;
	border-radius: 20px;
	margin-bottom: 10px;
}
.clients-subtitle {
	font-size: 16px;
	color: #666;
	max-width: 500px;
	margin: 0 auto;
}
.clients-section {
	padding: 60px 20px;
	background: linear-gradient(180deg, #f8fbff, #eef2ff);
	text-align: center;
}

.clients-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #222;
}

/* GRID */
.hex-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 40px;
	justify-items: center;
}

/* HEX CARD */
.hex-card {
	width: 150px;
	height: 170px;
	background: #ffffff;
	clip-path: polygon( 50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25% );
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	/* clean border + glow */
	border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

	/* LOGO */
	.hex-card img {
		max-width: 100%;
		max-height: 80px;
		object-fit: contain;
		/* 🔥 NO GRAYSCALE for clarity */
		filter: none;
		transition: transform 0.4s ease;
	}

	/* HOVER EFFECT */
	.hex-card:hover {
		transform: translateY(-10px) scale(1.05);
		/* soft glow */
		box-shadow: 0 20px 40px rgba(0,0,0,0.15);
		border: 1px solid #6c8cff;
	}

	/* subtle shine effect */
	.hex-card::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
		top: 0;
		left: -100%;
		transition: 0.5s;
	}

	.hex-card:hover::before {
		left: 100%;
	}

	.hex-card:hover img {
		transform: scale(1.1);
	}

/* RESPONSIVE */
@media (max-width: 768px) {
	.hex-card {
		width: 120px;
		height: 140px;
	}

	.clients-title {
		font-size: 28px;
	}
	.clients-subtitle {
		font-size: 14px;
		padding: 0 10px;
	}
}
/* MOBILE */

@media (max-width: 480px) {
	.hex-grid {
		gap: 20px;
	}

	.hex-card {
		width: 100px;
		height: 120px;
	}
}



/*------------------------ Clients section End---------------------------*/
.stories-section {
	padding: 100px 20px;
	background: #ffffff;
}

/* HEADER */
.stories-header {
	margin-bottom: 60px;
}

.stories-title {
	font-size: 34px;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}

.stories-subtitle {
	font-size: 16px;
	color: #666;
}

/* GRID */
.stories-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}

/* CARD */
.story-card {
	background: #fff;
	border-radius: 16px;
	padding: 25px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	transition: all 0.4s ease;
	position: relative;
}

/* QUOTE STYLE */
.story-text {
	font-size: 15px;
	color: #444;
	line-height: 1.6;
	margin-bottom: 20px;
	font-style: italic;
}

/* CLIENT INFO */
.story-client {
	display: flex;
	align-items: center;
	gap: 10px;
}

	.story-client img {
		width: 40px;
		height: 40px;
		object-fit: contain;
	}

	.story-client span {
		font-weight: 600;
		color: #222;
	}

/* HOVER EFFECT */
.story-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* MOBILE */
@media (max-width: 768px) {
	.stories-title {
		font-size: 26px;
	}

	.stories-subtitle {
		font-size: 14px;
	}
}


/*-----------------------*/
#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
	backdrop-filter: blur(6px);
}

.loader-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.loader-logo {
	width: 80px;
	margin-bottom: 20px;
	animation: pulse 1.5s infinite;
}

.loader-ring {
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	border-top: 5px solid #ff4b2b;
	border-radius: 50%;
	margin: auto;
	animation: spin 1s linear infinite;
}

.loader-box p {
	color: white;
	margin-top: 15px;
	font-size: 16px;
	letter-spacing: 1px;
}


/* Animations */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.1);
		opacity: 0.7;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}