.about-left {
  position: relative;
}

.about-img img{
  border-radius: 15px;
}
.about-img img {
	width: 100%;
}
.about-experience {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 10px;
	top: 0px;
	left: 0px;
	background: #000;
	border-radius: 15px;
	padding: 10px 20px 10px 10px;
	color: #fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}

.about-experience-icon {
	font-size: 45px;
	width: 70px;
	height: 70px;
	line-height: 68px;
	text-align: center;
	background: var(--color-1);
	border-radius: 15px;
	justify-content: center;
	display: flex;
	align-items: center;
}

.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
	position: relative;
	padding-left: 25px;
	margin-top: 10px;
	font-weight: 500;
	color: #757f95;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 600;
	list-style: none;
}
.about-list ul {
	padding: 0;
}
.about-list li::before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 6 Pro";
	color: var(--color-1);
}
.site-title-tagline {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 17px;
	font-weight: 700;
	color: var(--color-1);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 45px;
  color: #000;
  margin-bottom: 0;
}
.site-title span {
  color: var(--color-1);
}
.about-btn {
	display: flex;
	width: max-content;
	column-gap: 10px;
	align-items: center;
	overflow: hidden;
}
@media all and (max-width: 991px) {
  .about-right {
    margin-top: 30px;
  }
}



/*====================
30. Counter css 
======================*/

.counter-area {
	position: relative;
	background-color: var(--color-1);
	z-index: 1;
	padding: 50px 0px;
}

.counter-area::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .15;
	z-index: -1;
	background-image: url("https://underthehood.itsprowebsite.com/public/UNDERTHEHOOD/themeaB9xY12z/assets/images/about/about-shape.png?v=1");
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.counter-box p {
	color: #fff;
}
.counter-box .icon {
	position: relative;
	text-align: center;
	font-size: 60px;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	line-height: 110px;
	border: 5px solid #fff;
	background: #000;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon img {
	max-width: 60px;
}
.counter-box .counter {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 50px;
	font-weight: 600;
}

.counter-box .title {
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
@media(max-width:1200px){
	.site-title {
	font-size: 42px;
}
}
@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}
@media(max-width:767.98px){
.about-right {
	padding-left: 0;
}
.hr-hero-banner .hr-content {
	padding-top: 40px;
	padding-left: 0px;
}

}
@media(max-width:575px){
	.site-title {
	font-size: 28px;
	line-height: 35px;
}
.counter-box .counter {
	font-size: 35px;
}
.counter-area .counter-box {
	margin: 10px 0;
}
.counter-box .icon {
	width: 100px;
	height: 100px;
}
.icon img {
	max-width: 50px;
}
}

@media(max-width:480px){
	.site-title {
	font-size: 25px;
	line-height: 35px;
}
.site-title-tagline {
	letter-spacing: 2px;
	font-size: 15px;
}
}




.policy-section {
	width: 100%;
	padding: 80px 0px;
	background-color: #fff;
	font-family: var(--font-03);
	color: var(--color-1);
}

.policy-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header Styling */
.policy-header {
	text-align: center;
	margin-bottom: 48px;
	flex-direction: column;
}
.policy-sub-tag {
  display: inline-block;
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent-blue);
  background-color: var(--accent-light);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.policy-title {
  font-family: var(--font-03);
  color: var(--color-1);
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.header-line {
  width: 40px;
  height: 4px;
  background-color: var(--accent-blue);
  margin: 16px auto 0;
  border-radius: 2px;
}

/* Grid Layout */
.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Card Styling */
.policy-card {
  background: var(--color-1);
  border-radius: 20px;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.policy-card:hover {
  transform: translateY(-5px);
  border-color: #cbd5e1;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
}

/* Card Top Area */
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper svg {
  width: 22px;
  height: 22px;
  stroke: var(--color-1);
}

.policy-pill {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  background-color: #f1f5f9;
  padding: 4px 10px;
  border-radius: 6px;
}

.policy-pill.active-pill {
  background-color: #dcfce7;
  color: #15803d;
}

.policy-pill.warning-pill {
  background-color: #fef3c7;
  color: #b45309;
}

/* Card Content */
.card-title {
  font-family: var(--font-03);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.card-desc {
  font-family: var(--font-03);
  color: #fff;
  font-size: 0.975rem;
  line-height: 1.6;
  flex-grow: 1;
}

.card-desc strong {
  color: #fff;
}

/* Note Box inside Highlight Card */
.card-footer-note {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed #fff;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.85rem;
  color: #fff;
}

.card-footer-note svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  flex-shrink: 0;
  margin-top: 2px;
}

.card-footer-note strong {
  color: #fff;
}

/* Responsive Breakdown */
@media (max-width: 768px) {
  .policy-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .policy-card {
    padding: 24px;
  }

  .policy-title {
    font-size: 1.75rem;
  }
}