/*
 *  Copyright (C) 2025 Dynamowebs Pvt  ltd  www.dynamowebs.com , Inc -
 *  Dynamowebs : tax2u-co-uk-new All Rights Reserved :  general-list-items-banner.css (Last modified : 7/28/25, 2:39 PM )
 *  general-list-items-banner.css  Unauthorized copying of this file , via any medium is strictly prohibited
 *  Proprietary and confidential Written by Dynamowebs software & VOIP solutions
 *  <faisal.aqurz@gmail.com> / <imran@dynamowebs.com>, at  29/ 7/ 2025
 *  can not be copied and / or distributed without the express  permission of Dynamowebs
 *  github  :: https://github.com/faisal3956/
 *  website :: https://www.dynamowebs.com
 */

/* 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;
}

@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;
  }

  .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;
  }

  .utr-form-section-heading {
    text-align: center;
  }

  .utr-form-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) {
}
