body p{
	color: #0f0f0f !important;
	font-size: 16px !important;
}
h3.ad360-card-head, .card-text h3{
	font-size: 20px !important;
    font-weight: 400 !important;
}


/* --- Hero Section --- */
.hero-section {
    display: flex;
    justify-content: center;
}
.main-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    max-width: 1250px;
}
.badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
	border: 1px solid #e6e6e6;
    border-radius: 50px;
    margin-bottom: 10px;
}
span.badge-icon svg {
	--1df8v9o: var(--token-630fc3c8-b115-4393-8532-82d9a6d807d7, rgb(255, 255, 255));
    opacity: 1;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    height: var(--framer-aspect-ratio-supported, 16px);
    position: relative;
    width: 16px;

}
span.badge-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(117deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41, 170)) 100%);
    margin-right: 10px;
}

span.badge-text {
    font-size: 1.1rem;
    font-weight: 400;
    color: #0f0f0f;
    line-height: 150%;
}

/* Typography */
.main-heading {
    text-align: center;
    font-size: 2.3rem;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: -0.04em;
    max-width: 900px;
    margin-left: auto;
    display: flex;
    margin-right: auto;
}
i.fa-regular.fa-user {
    font-size: 17px;
}

h2.main-heading span.text-red {
    background: linear-gradient(113deg, rgb(212, 0, 0) 0%, rgb(0, 41, 170) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Grid Layout */
.content-grid {
    display: flex;
    flex: initial;
    gap: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

/* Left Image */
.image-wrapper {
    width: 100%;
    height: 450px;
    max-width: 650px;
    border-radius: 40px;;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
}

.hero-video {
    border: none;
    line-height: 1;
    cursor: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%;
    border-radius: 40px;
}

.description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 500px;
}

/* Stats Section */
.stats-row {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-size: 45px;
    font-weight: 400;
    color: #0f0f0f;
    line-height: 1;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.plus {
    font-size: 36px;
    color: #b91c1c;
    margin-left: 2px;
    font-weight: 600;
}

.stat-line {
    width: 50px;
    height: 3px;
    background-color: #ddd;
    margin-bottom: 12px;
}

a.btn-cta {
    background: linear-gradient(104deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41, 170)) 100%);
    color: #fff;
    border: none;
    
    font-size: 15px;
    font-weight: 400;
   
    cursor: pointer;
    transition: opacity 0.3s 
ease;
	display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;padding: 8px 16px;
    border-radius: 8px;
}

/* --- Responsive (Mobile/Tablet) --- */
@media (max-width: 1024px) {
    .main-heading { font-size: 2.2rem; }
}

@media (max-width: 900px) {
    .content-grid {
		gap: 40px;
		flex-direction: column;
	}

    .image-wrapper { height: 350px; }
    
    .main-heading { 
        font-size: 1.8rem; 
        text-align: center;
        margin-bottom: 40px;
    }
    
    .stats-row {
        justify-content: space-between;
    }
    
    .stat-num { font-size: 2.5rem; }
}

@media (max-width: 500px) {
    .stats-row {
        flex-direction: column; /* Mobile ma stats ek niche ek */
        gap: 20px;
    }
    
    .stat-item { align-items: center; text-align: center; }
	
	a.btn-cta {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
	}
}
.stat-item:hover {
    transform: perspective(1200px) translateY(-10px);
}
/* vedio section ends here */

.cta-btn-text-wrap .cta-btn-text p{
	color: #0f0f0f !important;
}

.stat-item {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);    
    will-change: transform; 
}
.hero-section .text-wrapper{
		max-width: 450px;	
	}
