.howitwrap{background:#056cb8; padding:60px 0 60px 70px; border-radius: 40px; margin:60px 0; margin-right: 200px; position: relative;}
.howitimg{position: absolute;
    right: -230px;
    top: 0;
    max-width: 536px;}

.howitsection .container{max-width: 1140px;}

.howitwrap .titleTop h3{color: #fff;}

.howlist {
	list-style: none;
}
.howlist li {
	margin-top: 40px;
	display: flex;
	gap: 30px;
}
.howlist li .iconcircle {
	text-align: center;
	display: inline-block;
	width: 80px;
    height: 80px;
    flex: 0 0 80px;
	background: #fff;
    border-radius: 50%;
	align-items: center;
    display: flex;
    justify-content: center;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

.howlist li .iconcircle i {
	font-size: 40px;
	color: #ffd302;
}
.howlist li h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}
.howlist li p {
	font-size: 14px;
	line-height: 24px;
	color:rgba(255,255,255,0.6);
}




.statsbox{
	padding: 20px 30px 0;
    background: #f3f5f7;
    border-radius: 35px 35px 0 0;
    width: 530px;
    margin:0 auto;
	margin-top: -74px;
	position: relative;
	z-index: 2;
	box-shadow: 0px -16px 20px rgba(0,0,0,0.2);
}



.statsbox .statint {
    text-decoration: none;   
    transition: all 0.4s ease 0s;
}

.statico{margin-right: 15px;}
.statico i{ font-size:36px;}
.statsbox .statint h4{margin-bottom: 0; font-size:32px;}
.statsbox .statint p{font-size: 14px;}
.statsbox .col:nth-child(1) h4, .statsbox .col:nth-child(1) i{color:#056cb8;}
.statsbox .col:nth-child(2) h4, .statsbox .col:nth-child(2) i{color:#ffd302;}
.statsbox .col:nth-child(3) h4, .statsbox .col:nth-child(3) i{color:#056cb8;}



.popularind{margin-top:30px; text-align: center;}
.popularind h4{margin-bottom: 10px; font-size: 16px;}

.hmindlist{margin-bottom: 0;}
.hmindlist li{display: inline-block; margin-right:8px; margin-bottom:8px;}
.hmindlist li a{    border-left: 1px solid #056cb8;
    padding: 10px 15px;
    display: block;
    margin: 5px 5px 5px 0;
    border-radius: 4px;
    color: #000;
    background: #fff;}
.hmindlist li a:hover{background:#056cb8; color:#fff;}


.citieswrap{background:#f2f6fd;}
.citiessrchlist .cityinfobox{background: #fff; box-shadow:0px 18px 40px rgb(25 15 9 / 10%); padding: 25px; border-radius:0 0 10px 10px;}
.citiessrchlist li{margin-top: 30px; transition: all 0.4s ease 0s;}
.citiessrchlist li .cityimg img{border-radius: 10px 10px 0 0;}

.citiessrchlist li:hover{transform: translateY(-3px); transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);}
.citiessrchlist li:hover .cityinfobox{box-shadow:0px 18px 40px rgb(25 15 9 / 10%);}

/* Responsive Fix for How It Works Section Only */
@media (max-width: 992px) {
  .howitwrap {
    padding: 40px 20px;
    margin: 40px 0;
    margin-right: 0;
    border-radius: 20px;
  }

  .howitwrap .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .howitwrap .col-lg-7 {
    width: 100%;
  }

  .howitimg {
    position: relative;
    right: 0;
    top: 20px;
    max-width: 100%;
    margin-top: 20px;
  }

  .howitimg img {
    width: 100%;
    height: auto;
  }

  .howlist li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .howlist li .iconcircle {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
  }

  .howlist li h4 {
    font-size: 20px;
  }

  .howlist li p {
    font-size: 14px;
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .howitwrap {
    padding: 30px 15px;
  }

  .howlist li {
    margin-top: 25px;
  }

  .howlist li .iconcircle {
    width: 60px;
    height: 60px;
  }

  .howlist li .iconcircle i {
    font-size: 30px;
  }
}

