@charset "utf-8";
    body {
    color: #fff;
	font-family: "Outfit", sans-serif;
	background-color: #FBFBFC;
}

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

.img-responsive{
	max-width: 100%;
}

/* Animation Base Styles */
[data-animate] {
    will-change: transform, opacity;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    [data-animate] {
        opacity: 1 !important;
        transform: none !important;
    }
}

.btn-aim{
	background: #FFFFFF !important;
	border: 1px solid #000000 !important;
	box-shadow: 5px 4px 0px #0D0D0D !important;
	border-radius: 5px !important;
	padding: 10px 20px !important;
	color: #0D0D0D !important;
	font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    transition: all 0.3s ease !important;

	&:hover{
		border: 1px solid #000000 !important;
		box-shadow: none !important;
        background-color: #222222 !important;
        color: #fff !important;
		/* background-color: #6393ca94 !important;
		color: #fff !important;
		background-color: #6393CA; */
	}
}

.section-padding{
	padding: 60px 0;
}

.section-title{
	margin-bottom: 40px;
}

.section-title h2{
	color: #0D0D0D;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.section-title p{
	color: #848484;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
}

.container {
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto
}

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


/* header section css */
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;

	padding: 16px;
    width: 80%;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 5px 4px 0px #0D0D0D !important;
}

header.affix .container {
	box-shadow: none !important;
	padding: 0 15px;
	border-radius: 0;
	background: none;
	border: none;
	width: 100%;
}

header .header-section .logo{
	width: 100%;
    display: inline-block;
}

header .header-section .logo img{
	width: 200px;
}

header {
	padding: 10px 0;
    position: fixed;
    top: 66px;
    width: 100%;
    z-index: 999999;

	padding-top: 15px;
	padding-bottom: 15px;
}

header.affix-top{
	background-color:transparent;
}

header.affix{
	box-shadow:0 1px 5px rgb(0 0 0 / 12%);
	background: #FBFBFC;
	position: sticky;
	top: 0;
	transition: all 0.6s ease;
	z-index: 1111111;

	border-bottom: 1px solid #000;
}

.header-nav .navbar {
    margin: 0;
    padding: 0;
    align-items: center;
	list-style:none;
	flex-wrap:wrap;
}

.navbar li {
    padding: 0px 10px;
    margin: 0px 10px;
}

.header-nav .navbar li a {
    color: #0D0D0D;
	font-size:17px;
	transition:all 0.3s ease;
	text-decoration: none;
	font-weight: 400;
	text-transform: capitalize;

	&:hover{
		color: #6393CA;
	}
}

.dropdown li a:hover{
	padding-left: 3px;
}

header.affix ~ .banner-section {
    padding: 120px 0 100px;
}


/* dropdown-menu css */
header .dropdown {
    position: relative;
}

.dropdown.open .dropdown-menu,
.company-dropdown {
    display: block;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 35px 40px;
    margin: 0;
    list-style: none;
    left: 50%;
    top: 0;
    transform: translate(-42%, 25px);
    width: 1080px;
    background: #FFFFFF;
    border: none;
}

header.affix .dropdown-menu {
	transform: translate(-50%, 25px);
}

li.dropdown:hover .dropdown-menu{
	display: block;
}

.menu{
    box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
    border-radius: 5px;
    margin-top: 30px;
    padding: 20px;
    background: #ffffff;
}

.dropdown-menu .dropdown-block .dropdown-title{
	color: #1E1E1E;
	font-size: 17px;
	font-weight: 600;
}

.dropdown-menu .dropdown-block ul li a{
	color: #4A4A4A;
    font-size: 15px;
	font-weight: 500;
	display: flex;
    align-items: center;
	line-height: normal;
	transition: all 0.3s ease;
}

.dropdown-menu .dropdown-block ul li a i{
	margin-right: 10px;
    font-size: 20px;
}

.dropdown-menu .dropdown-block ul li a svg{
	margin-right: 10px;
}

.dropdown-menu .dropdown-block ul li a:hover svg{
	fill: #6393CA;
}

.dropdown-menu .dropdown-block ul li{
	margin:0 0 25px 0 ! important;

	&:last-child{
		margin-bottom: 0 ! important;
	}
}

@media (max-width: 992px) {
	.nav-item.nav-responsive, .nav-item.nav-responsive .nav-link{
		width: 100% !important;
	}
	header.affix-top, header.affix {
		box-shadow:0 1px 5px rgb(0 0 0 / 12%);
		background:hsl(0deg 0% 100% / 100%);
	}
}


/* company-dropdown css */
.company-dropdown {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 35px 40px;
    margin: 0;
    list-style: none;
    left: 50%;
    top: 0;
	transform: translate(-50%, 25px);
    width: 210px;
    background: #FFFFFF;
    border: none;
}

li.dropdown:hover .company-dropdown{
	display: block;
}


.company-dropdown .dropdown-block .dropdown-title{
	color: #1E1E1E;
	font-size: 17px;
	font-weight: 600;
}

.company-dropdown .dropdown-block ul li a{
	color: #4A4A4A;
    font-size: 15px;
	font-weight: 500;
	display: flex;
    align-items: center;
	line-height: normal;
	transition: all 0.3s ease;
}

.company-menu{
    box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
    border-radius: 5px;
    margin-top: 30px;
    padding: 20px;
    background: #ffffff;
}

.company-menu .dropdown-block ul li a i{
	margin-right: 10px;
    font-size: 18px;
}

.company-menu .dropdown-block ul li a svg{
	margin-right: 10px;
}

.company-menu .dropdown-block ul li a:hover svg{
	fill: #6393CA;
}

.company-dropdown .dropdown-block ul li a img{
	width: 25px;
    filter: grayscale(100%);
    margin-right: 10px;
}

.company-dropdown .dropdown-block ul li a:hover img{
	filter: grayscale(0);
}

.company-dropdown .dropdown-block ul li{
	margin: 0 0 25px 0 ! important;

	&:last-child{
		margin-bottom: 0 ! important;
	}
}


/* mobiile-responsive-menu css */
.mobile-menu {
    display: none;
    position: absolute;
    right: 15px;
    top: 28px;
}

.mobile-menu .bars {
	width:24px;
	height:2px;
	background-color:#000;
	display:block;
	transition:all 0.2s ease;
    position: relative;
}

.mobile-menu.close .middle{
	opacity:0;
	visibility:hidden;
}

.mobile-menu.close .first {
	transform: rotate(45deg);
	top: 7px;
}

.mobile-menu.close .last {
	transform: rotate(-45deg);
	top: -7px;
}

.mobile-menu .bars.middle {
	margin:5px 0;
}

.hide-mob{
	display:block;
}


/* top-header section css */
.top-header{
	background: #0D0D0D;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	padding: 20px 0;
}

.top-header .top-title p{
	color: #F5F5F5;
	font-size: 18px;
	margin-bottom: 0;
}

.top-header .top-details{
	display: flex;
	justify-content: end ;

	&.top-details .top-contact:first-child{
		margin-right: 40px;
	}
}

.top-header .top-contact{
	text-align: right;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.top-header .top-contact p{
	color: #F5F5F5;
	font-size: 18px;
	margin-bottom: 0;
	text-decoration: none;
}


/* banner section css */
.banner-section{
	/* padding: 120px 0 100px; */
	padding: 170px 0 100px;
	position: relative;
	background-image: url('/images/banner-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	/* top: -70px; */
	background-position: center;
	transition: padding 0.3s ease;
	background-attachment: fixed;
}

.banner-section::after{
	background-color: #F7F7F9;
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
	opacity: 0.5;
}

.banner-section .banner-data{
	text-align: center;
	position: relative;
	z-index: 9999;
}

.banner-section .banner-data h1{
	font-size: 60px;
	font-weight: 600;
	color: #0D0D0D;
	margin-bottom: 20px;
}

.banner-section .banner-data h1 span{
	color: #6393CA;
}

.banner-section .banner-data p{
	color: #0D0D0D;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}

.banner-section .banner-data a{
	font-size: 18px;
    transition: all 0.6s ease;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
	color: #0D0D0D;
}

.banner-section .banner-data ul{
	display: flex;
    justify-content: center;
    gap: 25px;
    align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.banner-section .banner-data ul li{
	color: #0D0D0D !important;
	font-size: 18px;
    font-weight: 500;
}


/* about-section css */
.about-section .about-block{
	background: #F7F7F9;
	border: 2px solid #0D0D0D;
	border-radius: 5px;
	padding: 15px;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all 0.6s ease;

	&:hover{
		box-shadow: 5px 4px 0px #0D0D0D;
	}
}

.about-section .grid-cols-3{
	grid-template-columns: repeat(3, 1fr) !important;
}

.about-section .about-block h3{
	font-size: 28px;
	font-weight: 700;
	color: #0D0D0D;
	margin-bottom: 5px;
}

.about-section .about-block p{
	color: #454b53;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.about-section .about-img{
	position: relative;

	&::after{
		background-color: #000000;
		content: '';
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    z-index: 1;
		opacity: 0.2;
		border-radius: 8px;
	}
}

.about-section .about-img img{
	width: 100%;
	height: 409px;
    aspect-ratio: auto;
	border-radius: 8px;
}


/* service-section css */
.service-section{
	background-color: #F2F2F2;
}

.service-section .service-block{
	background: #F7F7F9;
	border: 2px solid #0D0D0D;
	border-radius: 5px;
	padding: 20px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	margin-bottom: 30px;
	transition: all 0.6s ease;

	&:hover{
		box-shadow: 4px 4px 0px 2px #0D0D0D;
		/* background-color: #d5e1ef; */
		background-color: #6393ca1c;
	}
}

.service-section .service-block .icon{
	background-color: #313758;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
	margin-bottom: 15px;
}

.service-section .service-block h3{
	font-size: 22px;
	font-weight: 600;
	color: #3F5FA9;
	margin-bottom: 15px;
}

.service-section .service-block p{
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 15px;
}


.service-section .service-block span{
	font-size: 20px;
	font-weight: 600;
	color: #3F5FA9;
}

.service-section .service-block span i{
	transition: all 0.6s ease;
	margin-left: 5px;
}

.service-section .service-block:hover span i{
	transform: translateX(8px);
	transition: all 0.6s ease;
}


/* protfolio-section css*/
.protfolio-section .protfolio-block{
	background: #F7F7F9;
	border: 2px solid #0D0D0D;
	border-radius: 5px;
	padding: 15px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	/* margin-bottom: 30px; */
	transition: all 0.6s ease;
	height: 100%;

	&:hover{
		box-shadow: 4px 4px 0px 2px #0D0D0D;
		background-color: #6393ca1c;
	}
}

.protfolio-section .col-lg-6{
	margin-bottom: 30px;
}

.protfolio-section .protfolio-details h3{
	font-size: 22px;
	font-weight: 600;
	color: #3F5FA9;
	margin-bottom: 15px;
}

.protfolio-section .protfolio-details p{
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 0;
	-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.protfolio-section .protfolio-block .protfolio-img img{
	width: 100%;
	border-radius: 5px;
}


/* technology-section css */
.technology-section{
	background-color: #F2F2F2;
}

.technology-section .nav-tabs .nav-link{
	border: 1px solid #bcd8ed;
	color:#fff;
	padding: 10px 20px;
	border-radius: 5px;
}

.technology-section .nav-tabs .nav-link span{
	color: #000000;
    font-size: 18px;
	margin-bottom: 0;
	font-weight: 500;
}

.technology-section .nav-tabs .nav-link.active span {
	color: #0D0D0D;
}

.technology-section .nav-tabs{
	border: none;
	/* background-color: #D5E1EF; */
	background-color: #6badde6b;
	padding: 20px 0;
	border-bottom: 2px solid #0D0D0D;
	align-items: center;
}

.technology-section .nav-tabs .nav-link.active{
	margin: 0;
	border: 1px solid #0D0D0D;
	color: #fff;
	box-shadow: 5px 4px 0px #0D0D0D;
}

.nav-tab{
	background: #F7F7F9;
	border: 2px solid #0D0D0D;
	border-radius: 5px;
	padding: 0;
}

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

.technology-section .technology-block{
	border: 1px solid #0D0D0D;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.technology-section .technology-block img{
	margin-bottom: 10px;
}

.technology-section .technology-block strong{
	font-size: 16px;
	font-weight: 600;
	color: #141414;
	margin-bottom: 0;
}

.technology-section .technology-content{
	padding: 25px 50px;
}

.technology-section .grid-cols-4{
	grid-template-columns: repeat(4, 1fr) !important;
}


/* testimonials-section css */
.testimonials-section .testimonials-container {
    width: 100%;
    overflow-x: auto;
	position: relative;
}

.testimonials-section .testimonials-area {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0;
    width: max-content;
	position: relative;
	overflow: hidden;
}

.testimonials-section .testimonials-area .testimonials-track {
	display: flex;
	gap: 25px;
	animation: scroll-left 60s linear infinite;
}

.testimonials-section .testimonials-block {
    background: #F7F7F9;
    border: 2px solid #0D0D0D;
    border-radius: 5px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.6s ease;
    box-shadow: 4px 4px 0px 2px #0D0D0D;
    max-width: 350px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonials-section .testimonials-block p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
}

.testimonials-section .testimonials-block .user {
    display: flex;
    align-items: center;
}

.testimonials-section .testimonials-block .user-icon {
    margin-right: 10px;
}

.testimonials-section .testimonials-block .user-icon img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: fill;
}

.testimonials-section .testimonials-block .user-details h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0D0D0D;
    margin-bottom: 0;
}

.testimonials-section .testimonials-block .user-details p {
    font-size: 18px;
    font-weight: 400;
    color: #4A4A4A;
    margin-bottom: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 6 - 20px * 5));
    }
}

.testimonials-section .testimonials-container::-webkit-scrollbar {
    display: none;
}

.testimonials-section .testimonials-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}



/* award-section css */
.award-section {
	background-color: #F2F2F2;
}

.award-section .award-block{
	background: #F8F7F9;
	border: 2px solid #0D0D0D;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	transition: all 0.6s ease;

	&:hover{
		box-shadow: 4px 4px 0px 2px #0D0D0D;
	}
}


/* contact-section css */
.contact-section .contact-area{
	/* background: rgba(208, 221, 254, 0.5); */
	background: #edf3fd;
	border: 2px solid #0D0D0D;
	box-shadow: 6px 6px 0px #0D0D0D;
	border-radius: 5px;
	padding: 35px 30px
}

.contact-section .contact-form .input-area{
	margin-bottom: 30px;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
    width: 100%;
    border: 2px solid #4A4A4A;
    border-radius: 6px;
    background-color: transparent;
    padding: 10px 0 10px 20px
}

.contact-section .contact-form input::placeholder,
.contact-section .contact-form textarea::placeholder {
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #0D0D0D;
}

.contact-section .conatct-details h3{
	font-size: 24px;
	font-weight: 600;
	color: #0D0D0D;
	margin-bottom: 25px;
	line-height: normal;
}

.contact-section .conatct-details .point{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact-section .conatct-details .point p{
	font-size: 17px;
	font-weight: 500;
	color: #4A4A4A;
	margin-bottom: 0;
}

.contact-section .conatct-details .point .point-icon i{
	font-size: 17px;
	color: #ffffff;
}

.contact-section .conatct-details .point-list{
	margin-bottom: 40px;
}

.contact-section .contact-form input.error,
.contact-section .contact-form textarea.error {
    border-color: #ff0000;
    background-color: rgba(255, 0, 0, 0.05);
}

.contact-section .contact-form input.valid,
.contact-section .contact-form textarea.valid {
    border-color: #00aa00;
}

.contact-section .contact-form .error-message {
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.contact-section .conatct-details .review-badge {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 5px 4px 0px #0D0D0D !important;
	width: fit-content;
	text-decoration: none;
	border: 1px solid #0D0D0D !important;
	transition: all 0.3s ease !important;
	flex-wrap: wrap;

	&:hover{
		box-shadow: none !important;
		border-color: #ffffff !important;
	}
}

.contact-section .conatct-details .review-badge .company-logo {
	height: 30px;
	width: auto;
}

.contact-section .conatct-details .review-badge .review-details {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.contact-section .conatct-details .review-badge .review-label {
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	font-weight: 700;
}

.contact-section .conatct-details .review-badge .platform-rating {
	display: flex;
	align-items: center;
	gap: 8px;
}

.contact-section .conatct-details .review-badge .platform-logo {
	height: 18px;
	width: auto;
}

.contact-section .conatct-details .review-badge .rating-stars {
	color: #FFB800;
	font-size: 16px;
}

.contact-section .conatct-details .review-badge .clutch-stars{
	color: #e62415;
}

.contact-section .conatct-details .review-badge .rating-score {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding-left: 5px;
}

.contact-section .conatct-details .point-icon {
    padding: 10px;
    /* background-color: #b3c8fd; */
	background-color: #3c3c3c;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    margin-right: 5px;
	align-items: center;
}


/* footer-section css */
.footer-section{
	background: #181c24;
    color: #e0e0e0;
    /* border-top: 4px solid #3f5fa9; */
    font-size: 15px;
	padding: 50px 0 40px;
}

.footer-section .footer-logo img{
	width: 200px;
}

.footer-section p{
	color: #c1c1c1;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.footer-section b{
	color: #0D0D0D;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 20px;
	display: inline-block;
}

.footer-section a{
	color: #c1c1c1;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 16px;
	transition: all 0.3s ease;

	&:hover{
		color: #fff;
		padding-left: 3px;
	}
}

.footer-section h4{
	color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.footer-section .footer-bottom{
	border-top:1px solid #A2A7AE;
	padding:30px 0 0;
	text-align:center;
	margin-top:30px;
}

.footer-section .copyright{
	text-align: left;
}

.footer-section .copyright span{
	color: #0D0D0D;
	font-size:16px;
}

.footer-section .social-link{
	text-align: right;
}

.footer-section .social-link ul{
	display: flex;
	align-items: center;
	justify-content: end;
}

.footer-section .social-link .social-icon{
    border-radius: 50%;
    box-shadow: -1px 1px 4px rgb(0 0 0 / 23%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.footer-section .social-link .social-icon i{
	font-size: 20px;
}

.footer-section .footer-list, .footer-section .footer-contact-list{
	list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section .footer-social-icon{
	display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #23272f;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 18px;
    transition: background 0.2s, color 0.2s, transform 0.2s;

	&:hover{
		background: #3f5fa9;
		color: #fff;
		transform: scale(1.1);
		padding-left: 0px !important;
	}
}

.footer-section .footer-tagline{
	font-size: 15px;
    color: #61a7d9;
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 500;
}

.footer-section .footer-legal-links a{
	margin: 0 4px;

	&:hover{
		padding: 0 !important;
	}
}

.footer-section .btn-aim:hover{
	border: 1px solid #000000 !important;
    box-shadow: none !important;
    background-color: #e9e9e9 !important;
	color: #141414 !important;
}

.footer-section .footer-brand-title{
	font-size: 18px;
    font-weight: 600;
}

.footer-section .footer-legal-links{
	display: flex;
	align-items: center;
	gap: 5px;
	margin-right: 10px;
}

.footer-section .footer-divider{
	display: inline-block;
    width: 1px;
    height: 15px;
    background: #A2A7AE;
    margin: 0 2px;
    vertical-align: middle;
}

.footer-section .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #6393CA;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 9999;
    transition: background 0.2s, transform 0.2s;
}
.footer-section .back-to-top:hover {
    background: #23272f;
    transform: translateY(-4px) scale(1.08);
}

.footer-section .back-to-top .fa-arrow-up {
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    color: #fff;
    z-index: 2;
}

.footer-section .back-to-top .progress-circle {
	position: absolute;
	top: 0; left: 0;
	width: 48px; height: 48px;
	z-index: 1;
	pointer-events: none;
}

.footer-section .back-to-top .progress-bg {
	stroke: #6393CA;
    opacity: 0.6;
}

.footer-section .back-to-top .progress-bar {
	stroke: #0D0D0D;
	opacity: 0.6;
	stroke-linecap: round;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	transition: stroke-dashoffset 0.2s;
}


/* service-banner css */
.service-banner{
	/* background-image: url('/images/service-bg-2.jpg'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.service-banner::after{
	/* background-color: #CBD9FE; */
	background-color: #cbd9fec4;
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
	opacity: 0.8;
}

.service .service-area{
	border-radius: 5px;
	padding: 20px;
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
	position: relative;

	&:hover{
		transform: translateY(-3px);
	}
}

.service-area::after{
	/* background: rgba(203, 217, 254, 0.9);
	background-color: #5a8cc729;
	background-color: #dae4fe9e; */
	background-color: #6393ca17;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.6s ease;
	border-radius: 5px;
}

.service .service-details{
	position: relative;
	z-index: 2;
}

.service .service-details h3{
	font-size: 22px;
	font-weight: 600;
	color: #0D0D0D;
	margin-bottom: 15px;
	line-height: normal;
}

.service .service-details p{
	font-size: 16px;
	line-height: 30px;
	color: #242424;
	margin-bottom: 0;
}

.service .service-area:hover::after{
	background: rgba(245, 245, 245, 0.9);
	border: 1px solid #0D0D0D;
	box-shadow: 4px 4px 0px 4px rgba(13, 13, 13, 0.8);
}


/* exprtise section css */
.exprtise-section{
	background-color: #F2F2F2;
}

.exprtise-section .nav-item.nav-responsive{
	width: 20%;
	display: flex;
	justify-content: center;
}

.exprtise-section .tab-content .tab-pane h4{
	font-size: 24px;
	font-weight: 600;
	color: #0D0D0D;
	line-height: normal;
}

.exprtise-section .tab-content .tab-pane p{
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}

.exprtise-section .tab-content .tab-pane .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.exprtise-section .tab-content .tab-pane ul li{
	font-size: 16px;
	line-height: 30px;
	color: #000000 !important;
	list-style: disc;
	margin-bottom: 5px;
}

.exprtise-section .tab-content .tab-pane h5{
	font-size: 20px;
	font-weight: 600;
	color: #0D0D0D;
	line-height: normal;
}


/* tool-section css */
.tool-section .tool-block{
	background: #F7F7F9;
	border: 1px solid #0D0D0D;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	transition: all 0.6s ease;

	&:hover{
		box-shadow: 5px 5px 0px #0D0D0D;
	}
}


/* add-section css */
.add-section .add-block{
	padding: 30px;
	background: #dcf0ff;
	border: 1px solid #000000;
	box-shadow: 4px 4px 0px #0D0D0D;
	border-radius: 8px;
}

.add-section .add-block h3{
	color: #0D0D0D;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: normal;
}

.add-section .add-block p{
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
}


/* project-section css */
.portfolio-banner{
	position: relative;
}

.portfolio-banner::after{
	/* background: rgba(203, 217, 254, 0.8); */
	background-color: #CBD9FE;
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
	opacity: 0.5;
}


/* company-section css */
.company-section .company-block{
	/* background: #cbd9feb3; */
	background-color: #cbd9fe59;
	border: 2px solid #0D0D0D;
	border-radius: 8px;
	padding: 15px;
	display: flex;
	align-items: center;
	height: 100%;
	box-shadow: 6px 6px 0px #0D0D0D;
}

.company-section .company-block .company-icon{
    background: #fff;
    border-radius: 50%;
    margin-right: 15px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.company-section .company-block .company-icon img{
	width: 50px;
    padding: 5px;
}

.company-section .company-block h3{
	font-size: 18px;
	font-weight: 600;
	color: #0D0D0D;
	margin-bottom: 0;
}

.company-section .company-block p{
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 0;
}


/* company-details-section css */
.company-details-section{
	background-color: #F2F2F2;
}

.company-details-section .company-details-block p{
	font-size: 18px;
	line-height: 30px;
	color: #1E1E1E;
}


/* founder-section css */
.founder-section{
	background: #f5f5f5;
}

.founder-section .founder-block{
	background: #fbfbfb;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 6px 6px 0px #0D0D0D;
    border: 2px solid #0D0D0D;
}

.founder-section .founder-block .founder-img{
	display: flex;
    justify-content: center;
	margin-bottom: 15px;
}

.founder-section .founder-block .founder-img img{
    /* border: 5px solid #CBD9FE;
	width: 200px;
    height: 200px; */
    border-radius: 10px;
    object-fit: fill;
}

.founder-section .founder-details h3{
	font-size: 24px;
	font-weight: 600;
	color: #0D0D0D;
	margin-bottom: 10px;
	text-align: center;
}

.founder-section .founder-details p{
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 10px;
	text-align: center;
}

.founder-section .founder-details span{
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #3F5FA9;
	display:block;
}


/* team-section css */
.team-section .team-block{
	background: #F2F2F2;
	border-radius: 5px;
	padding: 20px;
}

.team-section .team-block .team-img{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.team-section .team-block h3{
	font-size: 20px;
	font-weight: 700;
	color: #0D0D0D;
	margin-bottom: 5px;
	text-align: center;
}

.team-section .team-block p{
	font-size: 18px;
	color: #3F5FA9;
	margin-bottom: 0;
	text-align: center;
	font-weight: 500;
}



/* contactus-section css */
.contactus-section .contact-block{
	background-image: url('/images/contact-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 25px;
	border: 1px solid #0D0D0D;
	box-shadow: 6px 6px 0px #0D0D0D;
	border-radius: 5px;
	background-attachment: fixed;
}

.contact-block::after{
	background: rgba(247, 247, 249, 0.45);
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.contactus-section .contact-form{
	position: relative;
	z-index: 99;
}

.contactus-section .contact-block h3{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
	line-height: normal;
}

.contactus-section .contact-block .contact-us h4{
	font-size: 18px;
	font-weight: 600;
	color: #0D0D0D;
	margin-bottom: 20px;
}

.contactus-section .contact-form .input-area{
	margin-bottom: 25px;
}

.contactus-section .contact-block .contact-us{
	margin-bottom: 30px;
}

.contactus-section .contact-form input,
.contactus-section .contact-form textarea {
    width: 100%;
    border: 2px solid #4A4A4A;
    border-radius: 6px;
    background-color: transparent;
    padding: 10px 0 10px 20px
}

.contactus-section .contact-form input::placeholder,
.contactus-section .contact-form textarea::placeholder {
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #0D0D0D;
}

.contactus-section .contact-form .error-message {
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.contactus-section .contact-form .error-message.visible {
    opacity: 1;
    height: auto;
    margin-top: 8px;
}


.input-area.invalid input,
.input-area.invalid textarea {
    border-color: #ff0000 !important;
	background-color: rgba(255, 0, 0, 0.05);
}

.contactus-section .contact-form input:focus,
.contactus-section .contact-form textarea:focus {
    border-color: #6393ca;
    outline: none;
}

.contactus-section .info-content {
    height: 100%;
}

.contactus-section .info-title {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.contactus-section .info-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #0D0D0D;
    margin-bottom: 15px;
}

.contactus-section .info-text {
    font-size: 18px;
    color: #4A4A4A;
    margin-bottom: 30px;
}

.contactus-section .info-point {
    position: relative;
    margin-bottom: 30px;
    display: flex;

	&:last-child {
		margin-bottom: 0;
	}
}

.contactus-section .btn-aim {
    background: #0066FF;
    color: white;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.contactus-section .info-points-container {
    position: relative;
}

.contactus-section .point-number-container {
    position: relative;
    width: 40px;
}

.contactus-section .point-number {
    width: 30px;
    height: 30px;
    background-color: #6393ca;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.contactus-section .connecting-line {
    position: absolute;
    left: 15px;
    top: 30px;
    bottom: -30px;
    width: 2px;
    background-color: #6393ca;
    z-index: 1;
}

.contactus-section .info-point:last-child .connecting-line {
    display: none;
}

.contactus-section .point-content {
    flex: 1;
}

.contactus-section .point-title {
    font-size: 20px;
    font-weight: 600;
    color: #0D0D0D;
    margin-bottom: 10px;
}

.contactus-section .point-desc {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 1.6;
}


/* steps-section css */
.steps-section .steps-block{
	padding: 20px;
	transition: 0.6s ease;
	position: relative;
	margin: 0 25px;
	height: 100% ! important;
	display: inline-block;
    text-decoration: none;
	background: #e5ecfe;
	border: 2px solid #0D0D0D;
	box-shadow: 4px 4px 0px 2px #0D0D0D;
	border-radius: 5px;

	&:hover{
		transform: translateY(-3px);
	}
}

.steps-section .steps-block h3{
	color: #0D0D0D;
	font-size: 22px;
	font-weight: 700;
}

.steps-section .steps-block p{
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}

.steps-section .steps-block .steps-img{
	width: 70px;
    background-color: #f7f7f7;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-section .steps-block::after {
	content: '';
    position: absolute;
    bottom: 105px;
    left: calc(100% - -20px);
    width: 40px;
    height: 40px;
    background-image: url(/images/right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.8s ease;
}

.steps-section .steps-block.last-child::after {
    display: none;
}


/* protfolio-details css */
.portfolio-details .details h2{
	color: #0D0D0D;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
}

.portfolio-details .details ul{
	list-style: none;
	margin-bottom: 0;
}

.portfolio-details .details ul li{
	margin-bottom: 20px;
	display: flex;

	&:last-child{
		margin-bottom: 0;
	}

}

.portfolio-details .details ul li p{
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 0;
}

.portfolio-details .details ul li i{
	font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.portfolio-details .portfolio-data-block{
	/* background: #F7F7F9; */
	background-color: #2D3748;
	border: 2px solid #2D3748;
	border-radius: 5px;
	padding: 15px;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all 0.6s ease;

	&:hover{
		box-shadow: 5px 4px 0px #2d3748;
	}
}

.portfolio-details .portfolio-data-block h3{
	color: #fbfbfb;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.portfolio-details .portfolio-data-block p{
	font-size: 18px;
	line-height: 30px;
	color: #f1f1f1;
	margin-bottom: 0;
}


/* tech-section css */
.tech-section .tech-block{
	background: #F8F7F9;
    border: 2px solid #0D0D0D;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    transition: all 0.6s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;

	&:hover{
		box-shadow: 4px 4px 0px 2px #0D0D0D;
	}
}

.tech-section .tech-block strong{
	font-size: 16px;
	font-weight: 600;
	color: #141414;
	margin-bottom: 0;
	margin-top: 8px;
}


/* protfolio-features css */
.protfolio-features .protfolio-features-block{
	background: #F8F7F9;
	border: 2px solid #0D0D0D;
	border-radius: 5px;
	padding: 15px;
	transition: all 0.6s ease;
	height: 100%;
}

.protfolio-features .protfolio-features-block h3{
	color: #0D0D0D;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.protfolio-features .protfolio-features-block p{
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 0;
}


/* protfolio-images css */
.protfolio-image .protfolio-images img{
	box-shadow: 0px 0 2px #0D0D0D !important;
	border-radius: 4px !important;
}


/* blog section css */
.blog-section .blog-block{
	background: #f3f3f3;
	border: 2px solid #F2F2F2;
	border-radius: 6px;
	padding: 20px;
	transition: all 0.6s ease;
	height: 100%;
	display: inline-block;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	&:hover{
		transform: translateY(-4px) !important;
		box-shadow: 4px 4px 0px 2px #0D0D0D;
		border: 2px solid #0D0D0D;
	}

	&:hover h3{
		color: #3F5FA9;
	}
}

.blog-section .blog-block .blog-title{
	color: #0D0D0D;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 6px;
    background-color: #d5e1ff4d;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #0D0D0D;
    display: inline-block;
	width: fit-content;
}

.blog-section .blog-block h3{
	color: #0D0D0D;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: normal;
}

.blog-section .blog-block p{
	font-size: 17px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-section .blog-writer .writer-details h4{
	font-size: 18px;
    line-height: normal;
    color: #000000;
    margin-bottom: 5px;
}

.blog-section .blog-writer .writer-details p{
	font-size: 15px;
	line-height: normal;
	color: #000000;
	margin-bottom: 0;
}


/* slider-section css */
.slider-section{
	padding: 40px 0;
	background-color: #5a8cc729;
	background: linear-gradient(135deg, #3498db2b 0%, #3f5fa959 100%);
}

.slider-section .slider-title h2{
	color: #0D0D0D;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 45px;
	text-align: center;
}

.slider-section .logo-slider {
  	width: 100%;
  	overflow: hidden;
  	position: relative;
}

.slider-section .logo-slide-track {
  	display: flex;
  	align-items: center;
  	animation: scroll 60s linear infinite;
  	width: calc(285px * 18); /* width of each logo * number of logos */
}

.slider-section .logo-slide {
  	height: 80px;
  	width: 200px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 0 20px;
}

.slider-section .logo-slide img {
  	max-height: 55px;
  	max-width: 115px;
  	width: auto;
  	height: auto;
  	filter: grayscale(100%);
  	transition: filter 0.3s ease;
}

.slider-section .logo-slide img:hover {
  	filter: grayscale(0%);
  }

@keyframes scroll {
	0% {
  		transform: translateX(0);
  	}

  	100% {
  		transform: translateX(calc(-250px * 9));
  	}
}


/* service-steps-section css */
.service-steps-section {
	background-color: #F2F2F2;
}

.service-steps-section .steps-container {
	position: relative;
	margin-bottom: 40px;
}

.service-steps-section .progress-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 4px;
    z-index: 0;
}

.service-steps-section .progress-line {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3f5fa9a6;
    border-radius: 2px;
}

.service-steps-section .progress-color-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    background: #3f5fa9b8;
    border-radius: 2px;
    transition: height 0.1s linear;
}

.service-steps-section .steps {
	display: flex;
	flex-direction: column;
	gap: 40px;
	position: relative;
	z-index: 1;
}

.service-steps-section .step {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.service-steps-section .step:nth-child(even) {
	justify-content: flex-start;
}

.service-steps-section .step-content {
	width: calc(50% - 60px);
	padding: 26px;
	/* background: #d0ddfe; */
	border-radius: 10px;
	position: relative;
	transition: all 0.3s ease;
	box-shadow: 5px 4px 0px #0D0D0D !important;
	background-color: #f6f7ff;
    border: 1px solid #0d0d0d;
}

.service-steps-section .step-content:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-steps-section .step-number {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #3f5fa9;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
    font-size: 22px;
	box-shadow: 0 0 0 10px rgba(67, 97, 238, 0.2);
	top: 0px;
	animation: pulse 2s infinite;
}

.service-steps-section .step:nth-child(odd) .step-number {
	left: -86px;
}

.service-steps-section .step:nth-child(even) .step-number {
	right: -86px;
}

.service-steps-section .step h3 {
	color: #0d0d0d;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
}

.service-steps-section .step p {
	color: #555;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 28px;
}

.service-steps-section .step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    background: #e6edfa;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 2px 8px rgba(67, 97, 238, 0.08);
    border: 1.5px solid #3f5fa9;
    color: #3f5fa9;
}

.service-steps-section .step-icon i{
	font-size: 22px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(111, 133, 239, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(111, 133, 239, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(111, 133, 239, 0);
    }
}


/* privacy-policy-section css */
.privacy-policy-section h4{
	color: #313758;
	font-size: 26px;
	font-weight: 600;
}

.privacy-policy-section p {
	color: #313758;
	font-size: 17px;
}

.privacy-policy-section b{
	color: #313758;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	display:inline-block;
}

.privacy-policy-section ul li b{
	color: #313758;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
}

.privacy-policy-section ul li{
	color: #313758;
	font-size: 17px;
}



/* blog-area section*/
.blog-area .blog span img{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.blog-area .blog-table-of-content h2{
	color: #fbfbfb;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.blog-area .blog-table-of-content ul{
	list-style: none;
    padding-left: 15px;
}

.blog-area .blog-table-of-content ul li{
	margin-bottom: 15px;
}

.blog-area .blog-block{
	background-color: #f2f2f2;
	padding: 20px;
    border-radius: 8px;
	margin-bottom: 20px;
	position: relative;
}

.blog-area .blog-block b{
	color: #000;
	font-size: 19px;
	font-weight: 600;
}

.blog-area .blog-table-of-content a{
	color: #f3f3f3;
    text-decoration: none;
    font-size: 17px;
}

.blog-area .blog-table-of-content a:hover{
	text-decoration: underline;
	color: #e7e7e7;
}

.blog-area .blog-table-of-content{
	padding: 15px;
    border-radius: 8px;
	position: sticky;
    top: 85px;
	margin-bottom: 20px;
	/* background-color: #6badde6e; */
	background-color: #3e5ea9ba;
}

.blog-date ul li p{
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 500;
	color: #b9b9b9;
}

.blog-area .paragraph{
	color: #000 !important;
    line-height: 30px;
    font-size: 18px;
}

.blog-area ol,ul li{
	color:  #343434 !important;
	font-size: 18px ;
}

.blog-area .title{
	color: #1a1a1a !important;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
}

.blog-area h3{
	font-size: 22px;
    color: #0a0a0a;
    font-weight: 600;
}

.blog-block .blog-content a {
	color: #3e5ea9;
    font-weight: 500;

	&:hover{
		color: #1a1a1a;
	}
}

.blog-block .blog-content b a{
	font-weight: 600;
	font-size: 18px;
}

.blog-area .blog-block .data-table table{
	width: 100%;
    border-collapse: collapse;
	table-layout: auto;
}

.blog-area .blog-block .data-table table th{
	background-color:#4d4a9a26;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.blog-area .blog-block .data-table table th,td{
	border: none ! important;
    padding: 15px 15px !important;
    text-align: left ! important;
	border: 1px solid #1a1a1a ! important;
	color: #1a1a1a ! important;
}

.blog-area .blog-block .data-table table b{
	color: #000;
    font-size: 18px;
	font-weight: 500;
}

.blog-area .blog-block .blog-content h4{
	font-size: 20px;
	color: #1a1a1a;
	font-weight: 600;
}


/* hire-banner section css */
.hire-banner{
	/* padding: 120px 0 100px; */
    padding: 170px 0 100px;
    position: relative;
    background-image: url('/images/hire-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hire-banner::after{
	background-color: #70cff4a8;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
}


/* hire-devloper-section css */
.hire-devloper-section .hire-area{
	background: rgba(245, 245, 245, 0.9);
    border: 1px solid #0D0D0D;
    box-shadow: 4px 4px 0px 1px rgba(13, 13, 13, 0.8);
	border-radius: 5px;
	padding: 20px;
    width: 100%;
    height: 100%;
	transition: all 0.6s ease;
}

.hire-devloper-section .hire-area h3{
	font-size: 22px;
    font-weight: 600;
    color: #0D0D0D;
    margin-bottom: 15px;
    line-height: normal;
}

.hire-devloper-section .hire-area p{
	font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-bottom: 0;
}

.hire-devloper-section .hire-area .hire-icon {
	color: #3f5fa9;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.hire-devloper-section .hire-area .hire-icon i {
	font-size: 2.5rem;
	line-height: 1;
}


/* hire-section css */
.hire-section .hire-block{
	padding: 25px 25px 20px 25px;
    background: #dcf0ff;
    border: 1px solid #000000;
    box-shadow: 4px 4px 0px 2px #0D0D0D;
    border-radius: 8px;
	height: 100%;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
    width: 100%;
    text-decoration: none;
}

.hire-section .hire-block h3{
	font-size: 22px;
	font-weight: 600;
	color: #0D0D0D;
	margin-bottom: 15px;
	line-height: normal;
}

.hire-section .hire-block ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.hire-section .hire-block ul li{
    font-size: 18px;
    line-height: 25px;
    color: #242424 !important;
    margin-bottom: 10px;

	&:last-child{
		margin-bottom: 0;
	}
}

.hire-section .hire-block .most-popular{
	position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    color: #ffffff;
    background: #212529;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 500;
}


/* life-aim-section css */
.life-aim-section {
    overflow: hidden;
}

.life-aim-section .life-container {
    position: relative;
    overflow: hidden;
}

.life-aim-section .scrolling-row {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;

	&:last-child {
		margin-bottom: 0;
	}
}

.life-aim-section .scrolling-wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px, 1fr); /* Adjust width as needed */
    gap: 20px;
    width: max-content;
    animation: scrollLeft 30s linear infinite;
}

.life-aim-section .ltr-wrapper {
    animation: scrollLeft 30s linear infinite;
}

.life-aim-section .rtl-wrapper {
    animation: scrollRight 30s linear infinite;
}

.life-aim-section .life-img {
    flex: 0 0 auto;
    height: 300px;
    overflow: hidden;
}

.life-aim-section .life-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	transition: transform 0.3s ease;
	border-radius: 6px;
}

.life-aim-section .scrolling-row:hover .scrolling-wrapper {
    animation-play-state: paused;
}

.life-aim-section .scrolling-blur {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    pointer-events: none;
    z-index: 2;
}

.life-aim-section .left-blur {
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
}

.life-aim-section .right-blur {
    right: 0;
    background: linear-gradient(270deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}


/* --- Why Choose AIM Section --- */
.why-choose-block {
    background-color: #cbd9fe59;
    border-radius: 10px;
    padding: 25px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 1;
    height: 100%;
    opacity: 1;
    box-shadow: 6px 6px 0px #0D0D0D;
    border: 2px solid #0D0D0D;
}

.why-icon {
    font-size: 2.5rem;
    color: #3f5fa9;
    margin-bottom: 18px;
}
.why-choose-block h4 {
    font-weight: 700;
    margin-bottom: 10px;
	color: #0d0d0d;
}
.why-choose-block p {
    color: #555;
    font-size: 1rem;
	line-height: 25px;
	margin-bottom: 0;
}


/* --- Our Values Sections --- */
.our-values-section {
    background: #f5f5f5;
}
.our-values-section .section-title h2 {
    color: #0D0D0D;
}
.value-block {
    background: #fbfbfb;
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 25px;
	height: 100%;
	box-shadow: 6px 6px 0px #0D0D0D;
    border: 2px solid #0D0D0D;
}

.value-icon {
    color: #3f5fa9;
    margin-bottom: 12px;
}
.value-block h4 {
    color: #0D0D0D;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.value-block p {
    color: #444;
    font-size: 16px;
    margin-bottom: 0;
}


/* Why Join Us - Card Style */
.why-join-us .why-card {
	background: #fbfbfb;
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 25px;
    height: 100%;
    box-shadow: 6px 6px 0px #0D0D0D;
    border: 2px solid #0D0D0D;
}

.why-join-us .benefit-icon {
  color: #3f5fa9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.why-join-us .benefit-icon i{
	font-size: 2.5rem;
	line-height: 1;
}

.why-join-us h5 {
  font-weight: 600;
  margin-top: 10px;
  color: #0D0D0D;
}

.why-join-us p {
  color: #555;
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}


/* Employee Testimonial Section Styles */
.employee-testimonial-section {
  	background: #F2F2F2;
}

.testimonial-card {
	background: #fbfbfb;
	border-radius: 12px;
	padding: 30px 30px 40px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	box-shadow: 6px 6px 0px #0D0D0D;
	border: 2px solid #0D0D0D;
}

.testimonial-content {
	display: flex;
	align-items: center;
	width: 100%;
}

.testimonial-image {
	flex: 0 0 320px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial-image-bg {
	border-radius: 50%;
	width: 320px;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial-image img {
	width: 280px;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
}

.testimonial-text {
	flex: 1;
	margin-left: 40px;
}

.testimonial-text p {
	font-size: 20px;
	color: #222;
	margin-bottom: 32px;
	line-height: 1.6;
}

.testimonial-text h3 {
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0D0D0D;
}

.testimonial-text h4 {
	font-size: 20px;
	font-weight: 600;
	color: #444;
}

.testimonial-nav {
	position: absolute;
	bottom: 24px;
	right: 40px;
	display: flex;
	gap: 24px;
}

.testimonial-arrow {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #222;
	background: #fff;
	font-size: 22px;
	cursor: pointer;
	transition: background 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-arrow:hover {
  	background: #cbd9fe59;
}


/* --- Why Choose Java Section --- */
.why-choose-service .choose-card {
    background: #fbfbfb;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    transition: box-shadow 0.3s, transform 0.3s;
    box-shadow: 6px 6px 0px #0D0D0D;
    border: 2px solid #0D0D0D;
	height: 100%;
}

.why-choose-service .choose-icon {
    font-size: 2.3rem;
    color: #3f5fa9;
    margin-bottom: 18px;
}

.why-choose-service .choose-icon svg{
	width: 40px;
	height: 40px;
}

.why-choose-service h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
	color: #0D0D0D;
}

.why-choose-service .choose-card p {
    color: #555;
    font-size: 1rem;
	margin-bottom: 0;
}

/* --- FAQ Section  --- */
.faq-section {
	background: #f5f5f5;
}
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.faq-item {
    background: #fbfbfb;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	border: 1px solid #0D0D0D;
    overflow: hidden;
    transition: box-shadow 0.2s;

	&:hover{
		box-shadow: 6px 6px 0px #0D0D0D;
	}
}
.faq-item.active {
    border-color: #0D0D0D;
    box-shadow: 6px 6px 0px #0D0D0D;
}
.faq-question {
    width: 100%;
    background: none;
    color: #222;
    border: none;
    outline: none;
    font-size: 1.13rem;
    font-weight: 500;
    padding: 10px 24px;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-question .faq-icon {
	font-size: 1.5rem;
    color: #0D0D0D;
    font-weight: 600;
    transition: transform 0.3s, color 0.2s;
    display: inline-block;
    margin-left: auto;
    position: static;
}
.faq-item.active .faq-question .faq-icon {
	transform: rotate(180deg);
    color: #0D0D0D;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    color: #444;
    padding: 0 24px;
    border-top: 1px solid #e3e3e3;
    font-size: 1rem;
    line-height: 1.7;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.3s;
}
.faq-item.active .faq-answer {
    padding: 20px 20px 20px 20px;
    max-height: 300px;
}


/* --- Why Hire-section Developers from AIM Section --- */
.why-hire-section {
    background: #F2F2F2;
}
.why-hire-section .why-hire-block {
    background: #fbfbfb;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	transition: box-shadow 0.3s, transform 0.3s;
    box-shadow: 6px 6px 0px #0D0D0D;
    border: 2px solid #0D0D0D;
    height: 100%;
	padding: 25px;
	text-align: center;
}

.why-hire-section .why-hire-block .why-hire-icon {
    margin-bottom: 16px;
	font-size: 2.5rem;
    color: #3f5fa9;
}
.why-hire-section .why-hire-block h4 {
	font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0D0D0D;
}
.why-hire-section .why-hire-block p {
	color: #555;
    font-size: 1rem;
    margin-bottom: 0;
}


/* --- Industries We Serve Section --- */
.industries-section .industry-item {
	background: #fbfbfb;
    border-radius: 10px;
    padding: 24px 18px 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s;
    box-shadow: 6px 6px 0px #0D0D0D;
    border: 2px solid #0D0D0D;
	text-align: center;
	height: 100%;
}
.industries-section .industry-item .industry-icon {
    color: #4e54c8;
	margin-bottom: 16px;
    font-size: 2.5rem;
}
.industries-section .industry-item span {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0D0D0D;
}
.industries-section .industry-item p{
	color: #555;
    font-size: 1rem;
    margin-bottom: 0;
}



/* Consultation Popup Styles */
#consultation-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

#consultation-popup {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.15);
	display: flex;
	max-width: 1000px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 10px;
	max-height: 715px;
}

.popup-left,
.popup-right {
	flex: 1;
	padding: 32px;
}

.popup-left {
	background: #f6f8ff;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.popup-left h2 {
	color: #0D0D0D;
	font-size: 1.99rem;
	font-weight: 600;
	margin-bottom: 15px
}

.popup-left p {
	color: #0D0D0D;
	font-size: 1.080rem;
	margin-bottom: 25px
}

.popup-logos {
	display: flex;
	gap: 32px;
	margin-bottom: 30px;
}

.popup-logos img {
	height: 48px;
}

.popup-testimonial {
	background: #fff;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
	margin-top: 16px;
	font-style: italic;
}

.popup-user {
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.popup-user span {
	color: #0D0D0D;
	font-size: 1.080rem;
	font-weight: 400;
}

.popup-user img {
	margin-right: 8px;
	border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: fill;
}

.popup-right {
	position: relative;
	background: #fff;
}

.popup-right h3 {
	color: #0D0D0D;
	font-size: 1.99rem;
	font-weight: 600;
	margin-bottom: 15px
}

.popup-right p {
	color: #0D0D0D;
	font-size: 1.080rem;
	margin-bottom: 25px
}

.popup-close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

#consultation-popup form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 16px;
}

#consultation-popup input,
#consultation-popup textarea {
	width: 100%;
	padding: 8px;
	border-radius: 6px;
	border: 1px solid #ccc;
	font-size: 16px;
}

#consultation-popup textarea {
	height: 90px;
}

#consultation-popup button[type="submit"] {
	color: #0D0D0D;
	padding: 12px;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 8px;
	background: #FFFFFF !important;
	border: 1px solid #000000 !important;
	box-shadow: 5px 4px 0px #0D0D0D !important;

	&:hover {
		background: #0D0D0D !important;
		color: #FFFFFF !important;
		box-shadow: none !important;
	}
}

/* Error message styling for popup and other forms */
.input-area .error-message {
    color: #d32f2f;
    font-size: 14px;
    margin-top: 4px;
    display: none;
    transition: all 0.2s;
    min-height: 18px;
    line-height: 1.3;
}

.input-area .error-message.visible,
.input-area input.error + .error-message,
.input-area textarea.error + .error-message {
    display: block;
}

input.error,
textarea.error {
    border-color: #d32f2f !important;
    background-color: #fff0f0 !important;
    outline: none;
}

.input-area.invalid input,
.input-area.invalid textarea {
    border-color: #d32f2f !important;
    background-color: #fff0f0 !important;
}

/* Popup Testimonial Slider Styles */
.popup-testimonial-slider {
    position: relative;
    min-height: 180px;
}
.popup-testimonial-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.4s;
    position: absolute;
    left: 0; right: 0; top: 0;
    width: 100%;
	border: 1px solid #000000 !important;
    box-shadow: 5px 4px 0px #0D0D0D !important;
}
.popup-testimonial-slide p{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popup-testimonial-slide.active {
    display: block;
    opacity: 1;
    position: relative;
    background: #fff;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
	font-style: italic;
}

.popup-testimonial-dots {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    gap: 0.5em;
}
.popup-testimonial-dots .dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background 0.2s;
}
.popup-testimonial-dots .dot.active {
    background: #3f5fa9;
}


/* AIM Gallery Section */
.aim-gallery-section .event-tabs {
	margin-bottom: 2rem;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.aim-gallery-section .event-tabs .nav-link {
	color: #222;
	background: #f2f2f2;
	border: none;
	border-radius: 8px;
	padding: 0.6rem 2.2rem;
	font-weight: 600;
	font-size: 1.08rem;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	margin-bottom: -2px;
	display: flex;
	align-items: center;
	gap: 0.2rem;
	border: 1px solid #f2f2f2;
}

.aim-gallery-section .event-tabs .nav-link i {
	font-size: 1.2rem;
}

.aim-gallery-section .event-tabs .nav-link.active,
.aim-gallery-section .event-tabs .nav-link:hover {
	background: #74b4e1;
	color: #fff;
	box-shadow: 0 2px 8px rgba(0, 123, 255, 0.08);
    color: #fff;
    box-shadow: 5px 4px 0px #0D0D0D;
	border: 1px solid #0D0D0D;
}

.aim-gallery-section .event-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
	gap: 1.5rem;
	margin-top: 1rem;
}

.aim-gallery-section .event-gallery .gallery-img {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	background: #fff;
	transition: transform 0.2s, box-shadow 0.2s;
	position: relative;
}

.aim-gallery-section .event-gallery .gallery-img img {
	width: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s;
}

.aim-gallery-section .event-gallery .gallery-img:hover {
	transform: translateY(-6px) scale(1.03);
	box-shadow: 0 8px 24px rgba(0, 123, 255, 0.13);
}

.aim-gallery-section .event-gallery .gallery-img:hover img {
	transform: scale(1.07);
}

.aim-gallery-section .gallery-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgb(116 180 225 / 48%);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: opacity 0.3s;
	z-index: 2;
}

.aim-gallery-section .gallery-img:hover .gallery-overlay {
	opacity: 1;
}

.aim-gallery-section .gallery-overlay i {
	font-size: 2rem;
	margin-bottom: 0.5rem;
	display: block;
}




/* AI Services Section Styles */
.ai-services-section{
	background-color: #F2F2F2;
}

.ai-services-section .ai-feature-item {
    background: #fbfbfb;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: box-shadow 0.3s, transform 0.3s;
    box-shadow: 6px 6px 0px #0D0D0D;
    border: 2px solid #0D0D0D;
    height: 100%;
    padding: 25px;
    text-align: center;
}

.ai-services-section .ai-feature-item .ai-feature-icon {
    width: 50px;
    height: 50px;
    font-size: 2.5rem;
    color: #3f5fa9;
    margin-bottom: 18px;
}

.ai-services-section .ai-feature-item .ai-feature-icon .ai-icon{
	height: 40px;
	width: 40px;
}

.ai-services-section .ai-feature-item .ai-feature-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0D0D0D;
}

.ai-services-section .ai-feature-item .ai-feature-content p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 0;
}

.ai-services-section .ai-cta-section {
    background: linear-gradient(135deg, #3498db 0%, #3f5fa9 100%);
    padding: 3rem;
    border-radius: 20px;
    color: #fff;
    margin-top: 3rem;
}

.ai-services-section .ai-cta-section h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.ai-services-section .ai-cta-section p {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.6;
}



/* event-section css */
.event-section {
	background-color: #F2F2F2;
}

.event-section .events-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 25px;
}

.event-section .event-card {
	background: #fbfbfb;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 2px solid #0D0D0D;
}

.event-section .event-card:hover {
	transform: translateY(-5px);
	box-shadow: 4px 4px 0px 2px #0D0D0D;
}

.event-section .event-image {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.event-section .event-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.event-section .event-card:hover .event-image img {
	transform: scale(1.05);
}

.event-section .event-header {
	padding: 15px;
	background: linear-gradient(135deg, #3498db 0%, #3f5fa9 100%);
	color: white;
}

.event-section .event-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.event-section .event-location {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-size: 15px;
}

.event-section .event-date {
	display: flex;
	align-items: center;
	font-size: 15px;
}

.event-section .event-icon {
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.event-section .event-content {
	padding: 20px;
}

.event-section .event-description {
	color: #555;
	margin-bottom: 0;
	line-height: 1.6;
	font-size: 16px;
}

.event-section .status-badge {
	display: inline-block;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
}

.event-section .status-upcoming {
	background-color: #e8f5e9;
	color: #2e7d32;
}

.event-section .status-past {
	background-color: #ffebee;
	color: #c62828;
}

.event-card .event-image-slider {
	height: 365px;
	position: relative;
	overflow: hidden;
}

.event-card .event-slider-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.event-card .event-slider {
	width: 100%;
	height: 100%;
	display: flex;
	transition: transform 0.5s ease;
}

.event-card .event-img-slide {
	min-width: 100%;
	height: 100%;
}

.event-card .event-img-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.event-card .slider-nav {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
	z-index: 2;
}

.event-card .slider-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: background 0.3s ease;
}

.event-card .slider-dot.active {
	background: white;
	transform: scale(1.2);
}

.event-card .slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 2;
	transition: background 0.3s ease;
}

.event-card .slider-arrow:hover {
	background: rgba(0, 0, 0, 0.8);
}

.event-card .slider-arrow.prev {
	left: 15px;
}

.event-card .slider-arrow.next {
	right: 15px;
}

.founder-block .founder-img {
    width: 150px;           /* fixed width */
    height: 150px;          /* fixed height */
    margin: 0 auto 20px;    /* center and spacing */
    border-radius: 50%;     /* makes image circular */
    overflow: hidden;       /* ensures image stays inside circle */
}

.founder-block .founder-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* makes image cover container without distortion */
    display: block;
}

