html,
body {
  overflow-x: hidden;
}


.two-column-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: left;
}

.two-column-gallery > div {
  flex: 1 1 50%;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}

.two-column-gallery img {
  max-width: 100%;
  height: auto;
  border-radius: 20px !important;
}

.job-cnt-frm input:focus,
.job-cnt-frm textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

.job-cnt-frm input::placeholder,
.job-cnt-frm textarea::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

.job-cnt-frm .elementor-field-textual.elementor-size-md {
    padding: 6px 0px !important;
}





.team-img a {
	width:100% !important;
}

.dialog-close-button {
    display: flex;
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 9px;
    border-radius: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
}


.btn-project svg {
  transition: transform 0.3s ease; 
}
.btn-project:hover svg {
  transform: translateX(5px); 
}



.btn-app svg {
    font-size:11px;
}

.btn-app .elementor-button {
  position: relative;
  border: none; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px !important;
  color: #333;
}


.btn-app .elementor-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%; 
  height: 1px;
  background-color: #333;
  transition: width 0.3s ease;
}

.btn-app .elementor-button:hover::after {
  width: 100%;
}


.btn-app .elementor-button svg path {
  stroke: #333;
  transition: stroke 0.3s ease;
}

.btn-app .elementor-button:hover {
  color: #EE470C;
}

.btn-app .elementor-button:hover::after {
  width: 100%;
  background-color: #EE470C; 
}

.btn-app .elementor-button:hover svg path {
  stroke: #EE470C; 
}













.ser-animate {
  position: relative !important;
  overflow: hidden !important;
  cursor:pointer;
}

.ser-animate::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: inherit !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: transform 0.6s ease !important;
  z-index: 0 !important;
}

.ser-animate:hover::before {
  transform: scale(1.1) !important;
}

.ser-animate > * {
  position: relative !important;
  z-index: 1 !important;
}


.pro-img {
  position: relative !important;
  overflow: hidden !important;
  display: inline-block !important;
  border-radius: 6px !important;   /* sirf parent par */
  cursor: pointer !important;
}

.pro-img img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  transition: transform 0.6s ease !important; 
}

.pro-img:hover img {
  transform: scale(1.1) !important; 
}


.btn-pro .elementor-button .elementor-button-icon svg {
  transition: transform 0.3s ease !important;
}

.btn-pro .elementor-button:hover .elementor-button-icon svg {
  transform: translateX(5px) !important;
}


.slid-banner .swiper-slide-bg {
  border-radius: 24px !important;
} 


.slid-banner .swiper-slide-contents {
    width: 686px !important;
    padding: 61px 40px 92px;
    background-color: #00000099;
    border-radius: 0px 24px 0px 24px;
}

.slid-banner .swiper-pagination {
    position: absolute;
    text-align: left;
    padding-bottom: 46px !important;
    padding-left: 40px !important;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.slid-banner .swiper-pagination-bullet-active {
    width: 60px !important;
    border-radius: 10px;
    background-color: #F09114 !important;
}

.slid-banner .swiper-pagination-bullet {
    transition: width 0.3s ease, border-radius 0.3s ease;
    opacity: 1 !important;
}


.head-gradient {
  background: linear-gradient(90deg, #EE470C 0%, #F09114 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;  
}


.btn-pro svg {
    width: 20px !important;
}


.abt-boder-001 {
  position: relative;
}

.abt-boder-001::before {
  content: "";
  position: absolute;
  bottom: 0;  
  left: 0;
  width: 100%;   
  height: 4px;  
    background: linear-gradient(90deg, #fff, #F09114);
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}


.abt-boder-004 {
  position: relative;
}

.abt-boder-004::before {
  content: "";
  position: absolute;
  bottom: 0;  
  left: 0;
  width: 100%;   
  height: 4px;  
background: linear-gradient(90deg, #F09114, #fff) !important;
border-top-right-radius: 100px !important;
border-bottom-right-radius: 100px !important;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}

.abt-boder-005 {
  position: relative;
}

.abt-boder-005::after {
  content: "";
  position: absolute;
  top: 0;  
  left: 0;
  width: 100%;   
  height: 4px;  
  background: linear-gradient(90deg, #F09114, #fff);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.abt-boder-002 {
  position: relative;
}

.abt-boder-002::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px; 
  height: 100%;
  background: linear-gradient(180deg, #fff, #F09114);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}


.abt-boder-003::before {
	  background: linear-gradient(180deg, #F09114, #fff) !important;
 border-bottom-left-radius: 100px !important; 
  border-bottom-right-radius: 100px !important; 
    border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}




  .image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .image-grid div {
    flex: 0 0 48%;
  }
  .image-grid img {
    width: 100%;
    height: auto;
  }


 .traffic-gallery {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 20px;
  }
  .traffic-gallery div {
    flex: 0 0 48%;
  }
  .traffic-gallery img {
    width: 100%;
    height: 600px;
		object-position: 50% 60%;
    object-fit: cover;
    border-radius:20px;
  }


.postid-1208 .project-photo img {
		    object-position: 50% 85% !important;
}







@media screen and (max-width: 1025px) {
	.slid-banner .swiper-slide-contents {
			width: 620px !important;
	}
}




@media screen and (max-width: 767px) {

.slid-banner .swiper-slide-contents {
    width: 100% !important;
    padding: 40px 20px 80px;
}

.slid-banner .swiper-pagination {
    padding-bottom: 30px !important;
    padding-left: 20px !important;
}


.abt-boder-001::before {
  height: 0px; 
    content: none !important;
    display: none !important;
}


.abt-boder-004::before {
 height: 0px; 
    content: none !important;
    display: none !important;
}

.abt-boder-002::before {
 height: 0px; 
    content: none !important;
    display: none !important;
}

.abt-boder-003::before {
 height: 0px;  
    content: none !important;
    display: none !important;
}

.abt-boder-005::after {
 height: 0px; 
    content: none !important;
    display: none !important;
}

.slid-banner .swiper-pagination-bullet-active {
    width: 40px !important;
}

   .image-grid div {
      flex: 0 0 100%;
    }

    .traffic-gallery div {
      flex: 0 0 100%;
    }

  .two-column-gallery {
    flex-direction: column;
  }


.traffic-gallery img {
    height: 300px;
	}







}







@media screen and (min-width: 767px) {

.mob-res {
	display:none !important;
}

.mob-btn {
	display:none !important;
}

}