body, html {
    overflow-x: hidden;
}

span.wd {
    color: #2180EA;
}
.btn-gb a.elementor-button {
    position: relative;
     transition: .5s ease all;
}

.btn-gb a.elementor-button:after {
    content: '';
    background: #0a1825;
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: .5s ease all;
    opacity: 0;
}
.btn-gb a.elementor-button:hover:after{
    width:100%;
    opacity:1;
     transition: .5s ease all;
}
.btn-gb a.elementor-button:hover span.elementor-button-content-wrapper{
    transform:translateX(25px);
     transition: .5s ease all;
}

.btn-gb a.elementor-button:hover span.elementor-button-icon{
        transform:translateX(40px);
     transition: .5s ease all;
}

.btn-gb span.elementor-button-content-wrapper {
    z-index: 999;
    position: relative;
     transition: .5s ease all;
}

.btn-gb a.elementor-button:before {
    content: '';
    background: url(https://northside.codpixels.com/wp-content/uploads/2025/12/rht-arrow.svg);
    position: absolute;
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    left: -20px;
    margin:auto;
    transition: .5s ease all;
    opacity: 1;
    z-index:999;
    display:flex;
    align-items:center;
    margin: 0 auto;
	background-size: 8%;
	top: 0;
	bottom: 0;
	background-position: left center;
}

.btn-gb a.elementor-button:hover:before{
    left: 30px;
    transition: .5s ease all;
}

.elementor-swiper-button-next:hover,
.elementor-swiper-button-prev:hover{
    background: #2180ea;
    border-color: #2180ea !important;
}
/* .ser-cn {
    min-height: 250px;
} */
.serv-cont {
    position: relative;
}

.ser-icon:hover {
    transition: .5s ease all;
    transform: rotate(-30deg);
}
.list-item li.elementor-icon-list-item {
    background: #2180ea4f;
    padding: 15px !important;
}

/* line-by-line animation */

.process {
  position: relative;
}

.process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: #2180ea;
  animation: drawDownSteps 4.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: height;
}

.cpy-rht ul.elementor-icon-list-items li.elementor-inline-item:nth-child(2) a:hover span {
    color: #2180ea !important;
}

@keyframes drawDownSteps {
  /* Start */
  0% {
    height: 0%;
  }

  /* Smooth approach to box 1 */

  50% {
    height: 42%;
  }
  100%{
    height: 77%;
  }

  /* Soft settle at box 1 */


}

.bg-box {
  position: relative;
  padding-left: 24px;
  opacity: 0;
  transform: translateY(10px);
  animation: boxReveal 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: opacity, transform;
}

/* Box reveal timing (sync with line) */
.box1 {
  animation-delay: 0.2s;
}

.box2 {
  animation-delay: 1.5s;
}

.box3 {
  animation-delay: 3s;
}

@keyframes boxReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h3.tit {
  opacity: 0;
  transform: translateY(10px);
  animation: titleFade 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.box1 h3.tit { animation-delay: 1s; }
.box2 h3.tit { animation-delay: 2.6s; }
.box3 h3.tit { animation-delay: 4.2s; }

@keyframes titleFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
h3.elementor-heading-title {
  position: relative;
}

h3.elementor-heading-title::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 6px;
  width: 20px;
  height: 20px;
  background: #2180ea;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.6);
  animation: dotReveal 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: opacity, transform;
}

.box1 h3.elementor-heading-title::before { animation-delay: 0.2s; }
.box2 h3.elementor-heading-title::before { animation-delay: 1.5s; }
.box3 h3.elementor-heading-title::before { animation-delay: 4s; }

@keyframes dotReveal {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

 .process::before,
.bg-box,
h3.tit,
h3.elementor-heading-title::before {
  animation: none;
} 


.process.is-visible .bg-box {
  animation: boxReveal 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.process.is-visible::before {
  animation: drawDownSteps 4.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* delays */
.process.is-visible .box1 { animation-delay: 0.2s; }
.process.is-visible .box2 { animation-delay: 1.5s; }
.process.is-visible .box3 { animation-delay: 3s; }

.process.is-visible h3.tit {
  animation: titleFade 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.process.is-visible .box1 h3.tit { animation-delay: 1s; }
.process.is-visible .box2 h3.tit { animation-delay: 2.6s; }
.process.is-visible .box3 h3.tit { animation-delay: 4.2s; }

.process.is-visible h3.elementor-heading-title::before {
  animation: dotReveal 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.process.is-visible .box1 h3.elementor-heading-title::before { animation-delay: 0.2s; }
.process.is-visible .box2 h3.elementor-heading-title::before { animation-delay: 1.5s; }
.process.is-visible .box3 h3.elementor-heading-title::before { animation-delay: 4s; }


/* ends */
.form-cn .elementor-field-type-submit.e-form__buttons {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
body.page-id-488 .ftr-form {
    display: none;
}


.line-b4 {
    position: relative;
}

.line-b4:before {
    content: '';
    background: #2180ea;
    width: 2px;
    height: 100%;
    left: -30px;
    position: absolute;
    margin: auto;
}

.pt-title h2 {
    position: relative;
}

.pt-title h2:before {
    content: '';
    background: #2180ea;
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 500px;
    right: 754px;
    top: 17px;
}
span.wd1 {
    font-weight: bold;
    color: #2180ea;
    font-size: 20px;
}
span.wd2 {
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
}
.priv-section table thead {
    color: #fff;
}

.priv-section table td {
    color: #fff;
}

.priv-section ul li {
    margin-bottom: 15px;
}


.serv-cont .elementor-widget-theme-post-content {
    min-height: 100px;
}

@media (min-width:1280px) and (max-width:1400px){
	.html-code{
		left: 0px;
		bottom: 215px;	
	}
	/*body {
		zoom: 0.9;
	}*/
	.main-hero {
		--min-height: 110vh !important;
	}
	.pt-title h2:before{
	    right: 579px;	
	}
}
@media (min-width:1501px) and (max-width:1540px){
	/*.e-con-inner {
		zoom: 0.9;
	}*/
	.pt-title h2:before{
		right: 840px;	
	}
}

@media (min-width:1401px) and (max-width:1450px){
	.html-code{
		left: 0px;
		bottom: 215px;	
	}
	.pt-title h2:before{
		right: 579px;	
	}
}
@media (min-width:1500px) and (max-width:1540px){
		.e-con-inner {
		zoom: 0.9;
	}
}

@media (min-width:1560px) and (max-width:1600px){
	.main-head h1 {
    font-size: 55px !important;
    line-height: 65px !important;
}
	.e-con-inner {
    /* padding: 0 5% !important; */
    padding-left: 3% !important;
    padding-right: 3% !important;
}
	.main-head {
    --container-widget-width: 65% !important;
}
	.html-code{
		left: 585px;
		bottom: 218px;	
	}
	.pt-title h2:before{
		right: 685px;	
	}
}

@media (min-width:1000px) and (max-width:1024px){
	.box{
		width: 90%;
		height: 80%;
		bottom: 6px;
		left: -144px;
	}
	.content{
		width: 100%;
		height: 75px;
		padding: 10px 44px;
		font-size: 20px;
		left: 235px;
		bottom: 38px;
	}
	.content h3{
		font-size: 16px;	
	}
	.html-code{
		  bottom: 125px;
		left: 290px;
	}
	.pt-title h2:before{
		right: 483px;
		top: 0px;	
	}
}
@media (min-width:820px) and (max-width:850px){
	.html-code{
		left: 228px;
		bottom: 75px !important;	
	}
	.dot-img {
		left: 351px !important;
		top: -25px !important;
	}
	.pt-title h2:before{
	    right: 383px !important;
		top: 0px;
	}
	
}

@media (min-width:768px) and (max-width:830px){
		.content{
		width: 80%;
		height: 60px;
		padding: 10px 30px;
		font-size: 20px;
		left: 130px;
		bottom: 30px;
	}
	.content h3{
		font-size: 16px;	
	}
	.box{
		bottom: 56px;
		left: -19px;	
	}
	.box::before{
	    bottom: 108px;	
	}
	.html-code{
		left: 228px;
		bottom: 24px;	
	}
	@keyframes drawUp {
        to {
            height: 58%;
        }
    }
	@keyframes drawRight {
		to {
			width: 50%;
		}
	}
	.pt-title h2:before{
		right: 355px;
		top: 0px;
	}

	
}
@media (max-width:767px){
	
	.process.is-visible::before{
		display:none;
	}
	h3.elementor-heading-title::before{
		left: -22px;
		top: 6px;
		width: 10px;
		height: 10px;	
	}
/* 	@keyframes drawDownSteps {

		100%{
			height: 71%;
		}

	}
	.process::before{
		top: 36px !important;	
	} */
}