/* Content Section */
.content-section {
    padding: 106px 150px 0;
}

.main-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #111111;
    margin-bottom: 17px;
}

.sub-heading {
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
    color: #111111;
    margin-bottom: 40px;
}
.home-sub-heading {
	font-size: 18px !important;
}
.feature-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}

.feature-icon-complex {
    position: relative;
    width: 80px;
    height: 69px;
    margin-bottom: 21px;
}

.feature-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    color: #111111;
    margin-bottom: 10px;
}

.feature-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #454545;
}

/* Purple Section */
.purple-section {
    background-image: url('/wp-content/uploads/2025/07/Group-256.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
}

.purple-left {
    width: 417px;
    position: relative;
    background-image: url('../assets/images/img_rectangle_57.svg');
    background-size: cover;
}

.person-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 377px;
    height: 494px;
}

.purple-content {
    flex: 1;
    padding: 44px 29px 46px 19px;
}

.purple-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 36px;
}

.cards-row {
    display: flex;
    flex-flow: wrap;
    gap: 11px;
    margin-bottom: 15px;
}

.info-card {
/*     background-color: #fffa00; */
	background-color: whitesmoke;
    border-radius: 12px;
    width: 160px;
    height: 210px;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
}

.card-icon {
	margin: 0 auto 10px auto;
/*     width: 70%; */
    height: 20%;
    /* border: 1px solid; */
}

.card-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #111111;
    margin: 0;
}

.stats-row {
    display: flex;
    flex-flow: wrap;
    gap: 48px;
    align-items: center;
}

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

.stat-number {
    font-size: 34px;
    font-weight: 700;
    line-height: 51px;
    color: #ffffff;
}

.stat-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #ffffff;
}

.stat-divider {
    width: 2px;
    height: 74px;
    background-color: rgba(0, 0, 0, 0.1);
}
.vtv-logo {
    width: 211px;
    height: 128px;
    margin-bottom: 25px;
}

.vtv-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #454545;
    margin-bottom: 35px;
}

.vtv-stats {
    display: flex;
    flex-flow: wrap;
    gap: 36px;
    align-items: center;
}

.vtv-stat-number {
    font-size: 34px;
    font-weight: 700;
    line-height: 51px;
    color: #e03f39;
}

.vtv-stat-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #111111;
}

.vtv-right {
    height: 545px;
    background: linear-gradient(135deg, #a1181e 0%, #581948 100%);
    border-radius: 20px;
    padding: 27px 31px;
}

.vtv-right-col {
        display: grid;
        justify-content: end;
    }
.vtv-screen {
    width: 447px;
    height: 518px;
    border-radius: 20px;
}

/* Platforms Section */
.platforms-section {
    background-color: #f1f5ff;
    padding: 90px 0 90px;
}

.platforms-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #111111;
    margin-bottom: 48px;
    /* padding: 0 376px; */
}

/* .platform-tabs {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 29px;
    gap: 25px;
} */

/* .platform-tab {
    border-radius: 12px;
    padding: 24px 23px;
    display: flex;
    align-items: center;
    gap: 13px;
    transition: all 0.3s ease;
    min-width: 263px;
    justify-content: center;
    max-height: 70px;
    border: none;
} */

.platform-tab:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tab-icon {
    width: 23px;
    height: 23px;
}

.tab-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #ffffff;
}

/* .platform-logos {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.platform-tabs {
    display: flex;
    flex-wrap: wrap;         /* ✅ allows wrapping */
    justify-content: center; /* ✅ centers items */
    gap: 20px;
}

.platform-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 243px;   /* ✅ allows growth/shrink, min 243px */
    max-width: 275px;  /* ✅ doesn’t exceed */
}

.platform-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    min-height: 50px;
    width: 100%;  /* ✅ fills parent (243px max) */
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}

.platform-logo {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    margin-top: 20px;
}
/* Map Section */
.map-section {
    background-color: #ff5829;        
    padding: 60px 0;
}

.map-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 18px;
}

.map-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 53px;
    max-width: 360px;
}

.map-legend {
    border: 2px solid #e04419;
    border-radius: 12px;
    padding: 27px;
    width: 263px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.legend-icon {
    width: 20px;
    height: 20px;
}

.legend-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
}

.legend-color {
    width: 23px;
    height: 23px;
    border-radius: 4px;
    margin-left: auto;
}

/* Awards Section */
.awards-section {
    padding: 63px 0 77px;
    text-align: center;
}

.awards-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #111111;
    margin-bottom: 5px;
    padding: 0 258px;
}

.awards-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #454545;
    margin-bottom: 68px;
    padding: 0 238px;
}

.awards-carousel {
    display: flex;
    gap: 15px;
    justify-content: center;
    overflow-x: auto;
    padding: 0 50px;
}

.award-item {
    width: 189px;
    height: 232px;
    flex-shrink: 0;
}

@media screen and (max-width: 992px) {
	.awards-heading,
	.awards-description {
		padding: 0 15px;
	}
}