/*
 *   @copyright   Copyright (C) 2025 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-tax-items-banner.css
 *   @modified    12/9/25, 11:53 AM
 *   @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-is-a-tax-rebate-and-who-can-claim {
	border-radius: 30px;
	margin-top: 30px;
	padding: 0px;
}

.tax-calculator-section-heading {
	font-family: Inter;
	font-weight: 600;
	font-size: 36px;
	line-height: 56px;
	letter-spacing: -0.1px;
	color: #333333;
}

.tax-calculator-section-subheading {
	font-family: Inter;
	font-weight: 500;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: -0.1px;
	color: #333333;
}

/* Requirements List with Tick Circles */
.tax-calculator-requirements {
	list-style: none;
	padding-left: 20px;
	margin: 0;
}

.tax-calculator-requirements li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	font-size: 16px;
}

.tax-calculator-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-is-a-tax-rebate-and-who-can-claim-image {
	width: 100%;
	height: auto;
	max-width: 465px;
	max-height: 524px;
	object-fit: contain;
}

.Ready-to-start-your-UTR-Application-now-image {
	width: 100%;
	height: auto;
	max-width: 480px;
	max-height: 420px;
	object-fit: contain;
}

.tax-calculator-section-text-col {
	padding: 0px 5px 65px 5px;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
	.what-is-a-tax-rebate-and-who-can-claim {
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.tax-calculator-section-heading {
		font-size: 24px;
		line-height: 36px;
	}

	.tax-calculator-section-subheading {
		font-size: 16px;
	}

	.tax-calculator-section-text-col {
		padding: 45px 5px 45px 5px;
	}

	.tax-calculator-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-is-a-tax-rebate-and-who-can-claim {
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.tax-calculator-section-text-col {
		padding: 30px 5px 30px 5px;
	}

	.tax-calculator-section-heading {
		text-align: center;
	}

	.tax-calculator-section-subheading {
		text-align: center;
	}
}

@media only screen and (max-width: 580px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 420px) {
}