/*
 *   @copyright   Copyright (C) 2026 Dynamowebs Private Limited. All rights reserved.
 *   @license     Proprietary and Confidential. Unauthorized copying, distribution, or modification
 *                via any medium is strictly prohibited.
 *   @author      Faisal mehmood awan <faisal.aqurz@gmail.com> | Imran Khan <imran@dynamowebs.com>
 *   @file        general-list-items-banner.css
 *   @modified    6/3/26, 12:12 PM
 *   @package     Dynamowebs
 *
 *   This file contains proprietary information of Dynamowebs Private Limited.
 *   No part of this file may be reproduced, distributed, or transmitted in any
 *   form or by any means without the express written permission of Dynamowebs.
 *
 *   @link        https://www.dynamowebs.com
 *   @github      https://github.com/FaisalCloudEngineer
 *
 */
/* What You Will Need To Apply Section */
.what-you-will-need-to-apply {
	border-radius: 30px;
	margin-top: 30px;
}

.utr-form-section-heading {
	margin-bottom: 12px;
	font-size: 36px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: -0.1px;
	text-align: left;
	color: #212529;
}

.utr-form-section-subheading {
	font-size: 26px;
	color: #555;
	margin-bottom: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.31;
	letter-spacing: -0.1px;
	text-align: left;
	color: #333;
}

/* Requirements List with Tick Circles */
.utr-form-requirements {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.utr-form-requirements li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	font-size: 16px;
}

.utr-form-requirements li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 15px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-color: #009fe3;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	font-weight: bold;
	padding-top: 1px;
}

/* Image Styling */
.utr-form-image-wrapper {
	position: relative;
}

.what-you-will-need-to-apply-image {
	width: 100%;
	height: auto;
	max-width: 456.6px;
	max-height: 424px;
	object-fit: contain;
}

.Ready-to-start-your-UTR-Application-now-image {
	width: 100%;
	height: auto;
	max-width: 480px;
	max-height: 420px;
	object-fit: contain;
}

.utr-form-section-text-col {
	padding: 65px 5px 65px 5px;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
	.what-you-will-need-to-apply {
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.utr-form-section-heading {
		font-size: 24px;
	}

	.utr-form-section-subheading {
		font-size: 16px;
	}

	.utr-form-section-text-col {
		padding: 45px 5px 45px 5px;
	}

	.utr-form-requirements li {
		margin-bottom: 5px;
		letter-spacing: -0.1px;
		line-height: 1.63;
	}

	.utr-form-image-wrapper {
		order: 1;
	}
}

@media only screen and (max-width: 768px) {
	.what-you-will-need-to-apply {
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.utr-form-section-text-col {
		padding: 30px 5px 30px 5px;
	}

	.utr-form-section-heading {
		text-align: center;
	}

	.utr-form-section-subheading {
		text-align: center;
	}
}

@media only screen and (max-width: 580px) {
	.utr-form-section-heading {
		font-size: 18px;
	}

	.utr-form-requirements li {
		padding-left: 26px;
		font-size: 12px;
	}

	.utr-form-requirements li {
		margin-bottom: 3px;
	}

}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 420px) {
}