/* ADVERTISERS SERVICE CARD */

 :root {
            --primary: #002f7b;
            --primary-light: #0a4bb3;
        }
        
        
.infra-text-color{
            color: #002f7b !important;
}
        
        
.advertisers-service-sec {
	/* background-color: #f5f5f5; */
}

.advertisers-service-sec span {
	color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
	padding: 0 1em 1em 1em;
	text-align: center;
}

.advertisers-service-sec .service-card {
	width: 100%;
	height: 100%;
	padding: 2em 1.5em;
	border-radius: 5px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transition: 0.5s;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #fff;
}

.advertisers-service-sec .service-card::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(#0dcaf0, rgb(255, 23, 131));
	position: absolute;
	left: 0%;
	top: -98%;
	z-index: -2;
	transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #022d62;
	margin: 1em 0;
	z-index: 3;
}

.advertisers-service-sec p {
	color: #575a7b;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
	background-color: #2c7bfe;
	position: relative;
	margin: auto;
	font-size: 30px;
	height: 2.5em;
	width: 2.5em;
	color: #ffffff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	transition: 0.5s;
	z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
	top: 0%;
}

.service-card .icon-wrapper {
	background-color: #ffffff;
	color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
	color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
	color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
	color: #f0f0f0;
}
/* ADVERTISERS SERVICE CARD ENDED */
/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section .large-container {
	position: static;
	max-width: 1580px;
	padding: 0px 30px;
	margin: 0 auto;
}

.testimonial-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 210px;
	overflow: hidden;
	&:before {
		position: absolute;
		left: -200px;
		top: 22%;
		background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 701px;
		height: 756px;
		content: "";
		-webkit-animation: fa-spin 25s infinite alternate;
		-moz-animation: fa-spin 25s infinite alternate;
		-ms-animation: fa-spin 25s infinite alternate;
		-o-animation: fa-spin 25s infinite alternate;
		animation: fa-spin 25s infinite alternate;
	}
	.sec-title {
		position: relative;
		margin-bottom: 115px;
		.title {
			margin-bottom: 20px;
		}
	}
	.testimonial-carousel {
		position: relative;
		max-width: 1100px;
		margin: 0 -50px;
	}
}

.testimonial-section .testimonial-block {
	position: relative;
	padding: 50px;
	.inner-box {
		padding: 80px 105px;
		background-color: #ffffff;
		box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
	}
	.text {
		position: relative;
		display: block;
		font-size: 18px;
		line-height: 32px;
		color: #282331;
		font-weight: 400;
		margin-bottom: 50px;
		font-family: "Muli", sans-serif;
	}
	.info-box {
		position: relative;
		padding-left: 115px;
		padding-top: 10px;
		.thumb {
			position: absolute;
			left: 0;
			top: 0;
			height: 82px;
			width: 82px;
			img {
				border: 6px solid #e5e6fa;
				border-radius: 50%;
				overflow: hidden;
				display: block;
				width: 100%;
				box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
			}
		}
		.name {
			position: relative;
			display: block;
			font-size: 21px;
			line-height: 1.2em;
			color: #382c4d;
			font-weight: 700;
			margin-bottom: 10px;
			font-family: "Niramit", sans-serif;
		}
		.designation {
			position: relative;
			display: block;
			font-size: 16px;
			line-height: 24px;
			color: #8053f7;
			font-weight: 400;
			font-family: "Muli", sans-serif;
		}
	}
}

.testimonial-carousel {
	.owl-nav {
		position: absolute;
		right: 75px;
		bottom: 70px;
	}
	.owl-next,
	.owl-prev {
		position: relative;
		display: inline-block;
		height: 75px;
		width: 75px;
		line-height: 75px;
		text-align: center;
		border-radius: 50%;
		background-color: #ffffff;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.owl-next:hover,
	.owl-prev:hover {
		background-color: #00df97;
		box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
	}
}

.testimonial-section .arrow-right,
.arrow-left {
	position: relative;
	display: inline-block;
	height: 9px;
	width: 43px;
	background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial-section .arrow-right {
	background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
}

.testimonial-section .thumb-layer {
	position: absolute;
	right: 30px;
	top: 120px;
	.image {
		position: relative;
		margin-right: 0;
		img {
			display: inline-block;
			max-width: 100%;
			height: auto;
		}
	}
}

@media only screen and (max-width: 767px) {
	.testimonial-section .sec-title {
		margin-bottom: 50px;
	}
	.testimonial-section .testimonial-block {
		padding: 0;
		.inner-box {
			box-shadow: none;
			border: 2px solid #f1f1f1;
		}
	}
	.testimonial-section .testimonial-carousel {
		.owl-nav {
			position: relative;
			left: 0;
			bottom: 0;
			margin-top: 20px;
			text-align: center;
		}
		.owl-next,
		.owl-prev {
			border: 2px solid #f1f1f1;
		}
	}
}

@media only screen and (max-width: 1366px) {
	.testimonial-section .large-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#industries .industry-card {
	border-radius: 18px;
	transition: 0.3s ease-in-out;
}

#industries .industry-card:hover {
	transform: translateY(-8px);
}

#industries .icon-box {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(13, 110, 253, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 26px;
	color: #0d6efd;
}

/* tech stack */
#techstack .tech-logo-card {
	background: #fff;
	border-radius: 18px;
	padding: 22px 14px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
	transition: 0.3s ease-in-out;
	border: 1px solid rgba(0, 0, 0, 0.06);
	height: 100%;
}
#techstack .tech-logo-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}
#techstack .tech-logo {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#techstack .tech-logo img {
	max-width: 64px;
	max-height: 64px;
	object-fit: contain;
}
.mission-vision-cont p {
	font-size: 20px !important;
}


.service-icon {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	background: rgba(13, 110, 253, 0.1);
	color: #0d6efd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}

.service-feature-card {
	transition: 0.3s ease-in-out;
}

.service-feature-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08) !important;
}
p{
	font-size: 18px !important;
}
span.fw-semibold.small {
    font-size: 18px;
}

h6.fadeInUp.animated {
    font-size: 20px;
}


nav.navbar.bg-white.navbar-static-top{
  height: 80px;
}


 .banner-slide {
            position: relative;
            background-size: cover;
            background-position: center center;
        }

        /* Dark blind overlay */
        .banner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            /* left side 40% blind effect */
            height: 100%;
            background: linear-gradient(96deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
            z-index: 1;
        }

        /* Ensure text comes above overlay */
        .swipeinner {
            z-index: 2;
            position: relative;
        }

        /* Left spacing for better premium look */
        .text-start h1 {
            color: #fff;
            font-weight: 700;
        }

        .text-start h6 {
            color: #e0e0e0;
            margin-top: 15px;
        }

        /* Optional: perfect vertical alignment */
        .banner .swiper-slide {
            display: flex;
            align-items: center;
        }
        
        
        /* Blog Card - White Background Optimized */
.blog-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease;
    
    /* Soft shadow for visibility on white */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

/* Image Styling */
.blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Hover: Lift + Strong Shadow */
.blog-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-color: #e6e6e6;
}

/* Image Zoom Effect */
.blog-card:hover .blog-img {
    transform: scale(1.08);
}

/* Title Animation */
.blog-card h5 {
    transition: color 0.3s ease;
}

.blog-card:hover h5 {
    color: #0d6efd; /* your brand primary */
}

/* Button Premium Effect */
.blog-card .btn {
    transition: all 0.3s ease;
}

.blog-card:hover .btn {
    transform: translateX(6px);
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.25);
}

/* Subtle Top Accent Line (very modern look) */
.blog-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-card:hover::after {
    opacity: 1;
}
       

        /* Service Card Base (White Background) */
        .service-card {
            background: #ffffff;
            border-radius: 18px;
            border: 1px solid #eef1f6;
            transition: all 0.35s ease;
            position: relative;
            overflow: hidden;

            /* Soft visibility shadow for white bg */
            box-shadow: 0 12px 35px rgba(0, 47, 123, 0.06);
        }

        /* Icon Circle - Brand Color */
        .service-icon {
            width: 72px;
            height: 72px;
            margin: 0 auto;
            border-radius: 50%;
            background: linear-gradient(135deg, #002f7b, #0a4bb3);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            color: #ffffff;
            transition: all 0.4s ease;
            box-shadow: 0 8px 20px rgba(0, 47, 123, 0.25);
        }

        /* Hover Lift + Brand Shadow */
        .service-card:hover {
            transform: translateY(-14px);
            border-color: rgba(0, 47, 123, 0.15);
            box-shadow: 0 30px 70px rgba(0, 47, 123, 0.18);
        }

        /* Icon Animation */
        .service-card:hover .service-icon {
            transform: scale(1.12) rotate(6deg);
            box-shadow: 0 15px 35px rgba(0, 47, 123, 0.35);
        }

        /* Title Brand Hover */
        .service-card h5 {
            transition: all 0.3s ease;
        }

        .service-card:hover h5 {
            color: #002f7b;
        }

        /* Premium Top Gradient Line (Brand Color) */
        .service-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            width: 0%;
            height: 4px;
            background: linear-gradient(90deg, #002f7b, #0a4bb3);
            transform: translateX(-50%);
            transition: width 0.4s ease;
            border-radius: 20px;
        }

        .service-card:hover::before {
            width: 85%;
        }

        /* Subtle background glow on hover */
        .service-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at top, rgba(0, 47, 123, 0.05), transparent 60%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .service-card:hover::after {
            opacity: 1;
        }

        /* about css start */
        /* About Section */
        .about-section {
            background: #ffffff;
        }

        /* Image Styling */
        .about-img-wrapper {
            position: relative;
        }

        .about-img {
            border-radius: 18px;
            box-shadow: 0 25px 60px rgba(0, 47, 123, 0.15);
            transition: transform 0.4s ease;
        }

        .about-img:hover {
            transform: scale(1.03);
        }

        /* Subtitle */
        .about-subtitle {
            color: #002f7b;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        /* Feature Points */
        .about-feature {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 500;
            color: #333;
            transition: all 0.3s ease;
        }

        .about-feature i {
            color: #002f7b;
            font-size: 18px;
        }

        .about-feature:hover {
            transform: translateX(5px);
            color: #002f7b;
        }

        /* Button Styling */
        .about-btn {
            background: linear-gradient(135deg, #002f7b, #0a4bb3);
            color: #fff;
            border: none;
            transition: all 0.35s ease;
            box-shadow: 0 10px 25px rgba(0, 47, 123, 0.25);
        }

        .about-btn:hover {
            background: #002f7b;
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(0, 47, 123, 0.35);
        }

        /* intro section css start here */

        .intro-section {
            background: #ffffff;
        }

        /* Feature points */
        .intro-feature {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 500;
            padding: 10px 14px;
            border-radius: 10px;
            background: #f5f8ff;
            transition: 0.3s ease;
        }

        .intro-feature i {
            color: #002f7b;
            font-size: 20px;
        }

        .intro-feature:hover {
            transform: translateY(-4px);
            background: #eef3ff;
        }

        /* Stats Cards */
        .stat-card {
            background: #ffffff;
            padding: 25px 15px;
            border-radius: 16px;
            border: 1px solid #eef1f6;
            box-shadow: 0 10px 30px rgba(0, 47, 123, 0.08);
            transition: 0.35s ease;
        }

        .stat-card h3 {
            color: #002f7b;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .stat-card p {
            margin: 0;
            font-size: 14px;
            color: #6c757d;
        }

        .stat-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(0, 47, 123, 0.15);
        }
        
        
/* industries css */
/* Remove default link styling */
.industry-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Small Compact Card */
.industry-card-sm {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 10px;
    text-align: center;
    border: 1px solid #eef1f6;
    transition: all 0.35s ease;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 47, 123, 0.05);
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Icon */
.industry-card-sm i {
    font-size: 34px;
    color: #002f7b;
    margin-bottom: 10px;
    transition: 0.35s ease;
}

/* Title */
.industry-card-sm span {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3s ease;
}

/* Premium Hover Effect */
.industry-card-sm:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 47, 123, 0.25);
    box-shadow: 0 18px 45px rgba(0, 47, 123, 0.18);
}

.industry-card-sm:hover i {
    transform: scale(1.15);
    color: #0a4bb3;
}

.industry-card-sm:hover span {
    color: #002f7b;
}

/* tech stack csss */


