.logo img{
	width:120px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  max-width: 84%;
  width: 84%;
}
#home-bnr .swiper-slide{
	/*height: calc(100vh - 20px);*/
}
.banner#home-bnr .gallery-thumbs .swiper-slide {
	height: 100px;
	border-radius: 10px;
}
.banner__slider{
	/*border-radius: 16px;*/
}
.pd-tp0{
	padding-top: 0;
}
.prj-status{
	color: #2e2e2e;
	font-size: 14px;
	font-weight: 600;
  letter-spacing: 0.05rem;
}
.banner{
   /* padding: 10px;
    border-radius: 20px;*/
}
.breadcrumb__area {
    margin: 10px;
    border-radius: 20px;
}
.fnt-w500{
	font-weight: 500;
}
.clr-blue{
	color:#3178b8;
}
.icon-text {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.icon-text i {
    margin-right: 8px; /* Space between icon and text */
    flex-shrink: 0; /* Prevent icon from shrinking */
    margin-top: 5px;
}

.cnt-page ul li .text span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
}
.cnt-page ul li .text a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.cnt-page ul li .text a:hover {
  color: #3178b8;
}
.cnt-page i{
	border: 1px solid #3178b8;
    /* padding: 5px; */
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    background: #3178b8;
    color: #fff;
}
.cnt-page ul li{
	margin-bottom: 35px;
}
.br-radius-50{
  border-radius: 50px;
}
.scrollbar
{
  height: 60px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 25px;
  position: relative;
  padding-right: 12px;
}
#style-3::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
  width: 3px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
  background-color: #818181;
}
.ad-title{
  color: var(--rr-common-white);
  z-index: 99;
  position: relative;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 45px;
}
.swal2-container .swal2-popup
{
    width:33%!important;
}
.swal2-html-container
{
    font-size:17px!important;
}
.swal2-title
{
     font-size:23px!important;
}
.swal2-container button
{
    font-size: 14px!important;
}
.cmr-bt5{
    margin-bottom: 5px;
}
.color-white{
    color: #f1f1f1;
}
.pos-relative{
    position: relative;
}
.z-index99{
 z-index: 99;
}
.amn-sec p{
  text-align: center;
  margin-top: 10px;
}
.amn-sec img{
    padding: 10%;
    
}
.amn-dv{
    padding: 10%;
    border: 3px solid #f1f1f1;
    border-radius: 50%;
    margin: 0 20px;
}
.ctm-list{
    margin-left: 20px;
    margin-bottom: 30px;
}
.ctm-list li{
    margin-bottom: 10px;
}
.fp-sec{
    background: #010101;
}
.sec-padding{
    padding: 100px 0;
}
.sec-padding-bottom{
    padding-bottom:100px;
}
.fp-sec{
    background: #010101;
}
.fp-text h6{
    text-align: center;
    font-weight: 500;
    color: #f1f1f1;
    margin-top: 8px;
    font-size: 18px;
}
.banner__item-content{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 100%;
}
.ftr-logo{
  width: 120px;
}

.highlights-section {
  padding: 60px 20px;
  background-color: #f5f7fa;
}



.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.highlight-box {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.highlight-box i{
  font-size: 42px;
  margin-bottom: 15px;
}

.highlight-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1f2d3d;
}

.highlight-box p {
  color: #555;
  text-align: center;
  margin-bottom: 0;
}
.recent-project__text h6{
  text-align: center;
}
.wa-icon {
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 99999;
}
.wa-icon img {
    width: 55px;
}

/* Responsive */
@media (max-width: 992px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .highlights-grid {
    grid-template-columns: 1fr;
  }
}
.counter-section {
  padding: 60px 20px;
  background-color: #f2f2f2; /* soft gray */
}


.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 10px;
  overflow: hidden;
}

.counter-box {
  padding: 25px 20px;
  border-right: 1px solid #e0e0e0;
}

.counter-box.no-border {
  border-right: none;
}

.counter-inner {
  display: flex;
  align-items: center; /* vertical center */
  gap: 15px;
}

.counter-icon {
      font-size: 36px;
    color: var(--rr-theme-primary);
    margin-right: 10px;
    background: #fff;
    padding: 14px;
    border-radius: 5px;
    box-shadow: 3px 5px 3px #c5c5c7;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.counter-icon::before{
  text-align: center;
}

.counter {
  font-size: 36px;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 1;
}

.counter::after {
  content: "+";
  margin-left: 4px;
}

.counter-content h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 4px 0 0;
  color: #555;
  line-height: 18px;
}
.floating-btn {
    position: fixed;
    top: 50%;
    left: 20px;              /* distance from left edge */
    transform: translateY(-50%);
    z-index: 9999;
    list-style: none;
    padding: 0;
    margin: 0;
}

.floating-btn li {
    margin: 8px 0;
}

.floating-btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #212529;        /* change color if needed */
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.floating-btn li a:hover {
    background: var(--rr-theme-primary);     /* hover color */
    transform: scale(1.1);
}

.mr-bt60{
    margin-bottom:60px;
}

.br-radius10{
    border-radius:10px;
}



/* Responsive */
@media (max-width: 992px) {
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .counter-box {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }

  .counter-box:nth-child(3),
  .counter-box:nth-child(4) {
    border-bottom: none;
  }
}

@media (max-width: 576px) {
  .counter-grid {
    grid-template-columns: 1fr;
  }

  .counter-box {
    border-bottom: 1px solid #e0e0e0;
  }

  .counter-box:last-child {
    border-bottom: none;
  }
}

