/*html{
	scroll-behavior: smooth !important;
}*/

.g-recaptcha {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

/*custom scrollbar*/
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #fff; 
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ff6b6b 0%, #ffd93d 100%); 
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(35deg, #ff6b6b 0%, #ffd93d 100%)
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(185deg, #ff6b6b 0%, #ffd93d 100%)
}

/*custom scrollbar*/

/*custom range input*/
input[type="range"] {
    -webkit-appearance: none; /* Remove default styling */
    width: 100%;
    height: 10px;
    background: #ddd; /* Background color of the track */
    border-radius: 5px;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
}
input[type="range"]::-webkit-slider-runnable-track {
    height: 10px;
    background: #ddd; /* Default track color */
    border-radius: 5px;
}

input[type="range"]::-moz-range-track {
    height: 10px;
    background: #ddd; /* Default track color */
    border-radius: 5px;
}

input[type="range"]::-ms-track {
    height: 10px;
    background: #ddd; /* Default track color */
    border-radius: 5px;
    border-color: transparent;
    color: transparent;
}

/* Style the thumb (dot) */

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #0d6efd; /* Color of the dot */
    cursor: pointer;
    border-radius: 50%;
    transition: background .2s;
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #0d6efd; /* Color of the dot */
    cursor: pointer;
    border-radius: 50%;
    transition: background .2s;
}

.para-align-left p{
	text-align: left !important;
}

input[type="range"]::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #0d6efd; /* Color of the dot */
    cursor: pointer;
    border-radius: 50%;
    transition: background .2s;
}
/*custom range input*/

/*animate whatsapp chat icon*/
.wachat-vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.wachat-vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

/*animate whatsapp chat icon*/

.nowrap-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; /* or a fixed width like 200px */
  display: block; /* or inline-block if needed */
}

.cta-area{
	background: #000 !important;
}

.dark-bg{
	background: #000 !important;
}
.light-bg{
	background: #111 !important;
}

.bread-title h1{
    font-size: 30px;
    line-height: 36px;
    margin-top: 35px;
    margin-bottom: 10px;
    background-image: linear-gradient(to right, #673AB7 10%, #E91E63 55%, #E91E63 55%, #ffc014 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.hc-offcanvas-nav.hc-nav-1 .nav-container{
	min-width:320px !important;
}

.sub-menu-column{
	text-align: center;
}
.hd-service-img{
	height: 100px;
	width: auto;
	//box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	display: block;
	text-align: center;
	margin:0px auto 10px auto;
}
.sub-menu-column hr{
	color: #050748 !important;
	background-color: #050748 !important;
	border:none;
	height: 3px;
	opacity: 1;
}
.sub-menu-column ul li, .sticky .nav-list .sub-menu-column ul li{
    padding-top:5px !important;
    padding-top:5px !important;
}
.sub-menu-column ul li a small{
	display: block;
	font-size: 10px !important;
}

.portfolio-slider, .service-slider{
	padding: 20px !important;
}

.portfolio-slider .slick-slide{
	margin-right: 50px !important;
}
.portfolio-slider .slick-prev, .portfolio-slider .slick-next, .service-slider .slick-prev, .service-slider .slick-next{
	height: 55px !important;
	width:55px !important;
}

.no-data-img{
	width: 225px;
}

.portfolio-slider .slick-prev:before, .portfolio-slider .slick-next:before, .body-post-carousel .slick-prev:before, .body-post-carousel .slick-next:before, 
.service-slider .slick-prev:before, .service-slider .slick-next:before{
	color:#fff !important;
	font-size: 35px !important;
	text-shadow: 3px 3px 10px rgba(255,255,255,0.7) !important;

}

.portfolio-slider .slick-list .slick-track, .service-slider .slick-list .slick-track{
	margin:10px !important;
}

.portfolio-slider .slick-list .slick-track li{
	background: #fff !important;
	padding: 20px 10px !important;
	margin-left: 10px !important;
	border-radius: 100px !important;
	text-align: center !important;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5) !important;
}

.portfolio-slider .slick-list .slick-track li.active{
	background: #1e1c27 !important;
	padding: 20px 10px !important;
	margin-left: 10px !important;
	border-radius: 100px !important;
	text-align: center !important;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5) !important;
}


.portfolio-slider .slick-list .slick-track li a{
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #1e1c27 !important;
}

.portfolio-slider .slick-list .slick-track li.active a{
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #fff !important;
}

.check-list ul{
    list-style-position: inside !important;
	list-style-type: square !important;
	margin:10px 0px;
}
.check-list ul li{
	display: block;
	font-size: 15px;
	padding: 7px;
	line-height: 20px;
}
.check-list ul li:before{
	font-family: "fontAwesome";
	content: '\f05d';
	margin-right: 10px;
	display: inline-block;
	color: #ffc015;
}
.service-highlight{
	padding: 5px 20px 10px 20px;
}
.service-highlight p{
	color: #050748;
	margin-bottom: 5px;
	font-size: 14px;
}
.service-highlight ul{
    list-style-position: inside !important;
	list-style-type: square !important;
}
.service-highlight ul li{
	display: block;
	font-size: 13px !important;
	padding: 2px;
	line-height: 18px;
	color: #6a6a8e;
}
.service-highlight ul li:before{
	font-family: "fontAwesome";
	content: '\f05d';
	margin-right: 10px;
	display: inline-block;
	color: #ffc015;
}

.sticky .nav-list li{
	padding-top: 18px;
	padding-bottom: 18px;
}


.sub-menu-section ul li{
	background: linear-gradient(to bottom, #fffdf2 0, #ffeff5 100%);
	padding: 20px 15px;
	margin: 10px 10px;
}
.sub-menu-section ul li:hover{
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.sub-menu-section ul li a span{
	font-size: 14px;
	color: #6a6a8e;
}

.bg-noise{
	background: #000;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.05) 2px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.03) 1.5px, transparent 1.5px),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 100px 100px, 150px 150px, 80px 80px, 120px 120px;
    animation: particleFloat 25s linear infinite;
}

@keyframes particleFloat {
    0% { background-position: 0 0, 0 0, 0 0, 0 0; }
    100% { background-position: 100px 100px, -150px -150px, 80px -80px, -120px 120px; }
}
.bg-dots{
    width: 100%;
	background-color: #000000;
    background-image: radial-gradient(circle, #222 1px, transparent 1px);
    background-size: 10px 10px;
    background-position: 0 0;
}

.bg-black{
	background: #000;
	z-index: 1;
}
.bg-line{
	background: #000;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
}

.office-card .office-text{
	background: #fff;
	padding: 20px;
	border-radius: 0 0 9px 9px;
}

.grad-text{
	background-image: linear-gradient(to right, #673AB7 10%, #E91E63 55%, #E91E63 55%, #ffc014 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.common-heading h1,
.common-heading h2,
.common-heading h3,
.common-heading h4,
.common-heading h5{
	background-image: linear-gradient(to right, #673AB7 10%, #E91E63 55%, #E91E63 55%, #ffc015 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.common-heading h2{
	font-size: 35px;
	line-height: 40px;
}
.common-heading span{
	color: #b7b7cd;
}

.grey-text{
	color: #b7b7cd;
}
.para-main{
	color: #b7b7cd;
}

.para-main p{
	margin-bottom: 20px;
	text-align: justify;
}

.para-text{
	color: #b7b7cd;
	font-size: 15px;
}

.service-action{
	padding:0px 15px 15px 15px;
}

.srv-btn {
	width: 100% !important;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #ff5652, #ff974f, #ff5752, #ffc323);
    box-shadow: 0 10px 15px 0 rgb(175 0 87/20%);
    padding: 15px 0px;
    line-height: 0;
}

.hero-heading-sec h1{
	font-size: 41px;
	line-height:45px;
}
.categories-number{
	/*background: #e5eff9;*/
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 14px;
}
.accordion-item{
	background: #212121;
	border:1px solid #555555;
}
.accordion-item .accordion-button{
	background: #121212;
	color: #ffc015;
}

/* Tool sidebar start */
.ps-tool-sidebar{
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	padding: 20px;
	border-radius: 10px;
	background: #242529;
}
.ps-tool-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.ps-tool-list ul li{
	border-bottom: 1px solid #555555;
}
.ps-tool-list ul li a{
	color: #efefef;
	padding: 10px 10px;
	font-size: 16px;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.ps-tool-list ul li a.active{
	background: #000;
}

.portfolio-section .short-desc{
    color: #6767c1;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.portfolio-section .img-fluid{
    width: 100% !important;
}
.portfolio-section .portfolio-item-subtitle{
    font-size: 1rem;
    color: #673AB7;
    font-weight: 600;
}

/* tool sidebar end */

/*popup starts*/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999999;
    display: none;
    backdrop-filter: blur(5px);
}

.popup-content {
    position: relative;
    max-width: 750px;
    width: 90%;
    max-height: 90%;
    margin: 10% auto;
    background: white;
    border-radius: 15px;
    /*overflow: hidden;*/
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: popupSlideIn 0.5s ease-out;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: scale(0.7) translateY(-50px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.popup-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    position: relative;
}

.popup-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.popup-image {
    width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.popup-body {
    padding: 20px;
    text-align: center;
}

.popup-description {
    color: #666;
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.popup-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.popup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}
/*popup ends*/
.ajs-content p{
    color: #6c757d !important;
    font-size: 14px !important;
}
.ps-quote-form {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
}
.ps-quote-form .input-control {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.ps-quote-form input {
    width: 100%;
    height: 50px;
    padding: 10px 30px;
    margin: 0;
    color: #172b43;
    font-size: 15px;
    outline: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: -6px 6px 11px rgba(245, 245, 245, 0.35), 6px -6px 11px rgba(245, 245, 245, 0.35);
    box-shadow: -6px 6px 11px rgba(245, 245, 245, 0.35), 6px -6px 11px rgba(245, 245, 245, 0.35);
}
.ps-quote-form button{
    width: 100%;
    text-align: center;
}

#accordionExample .accordion-button{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3rem;
}
#accordionExample .accordion-body{
    font-size: 0.9rem;
    line-height: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .common-heading h2{
		font-size: 25px;
		line-height: 31px;
	}
	.bread-title h1{
        font-size: 25px;
        line-height: 30px;
        margin-top: 10px;
    }

    .hero-heading-sec h1{
		font-size: 25px;
		line-height:31px;
	}

	.popup-content {
        max-width: 95%;
        margin: 2% auto;
    }
    
    .popup-header {
        padding: 15px;
    }
    
    .popup-title {
        font-size: 1.25rem;
        margin-right: 50px;
    }
    
    .popup-image {
        max-height: 50vh;
    }
    
    .popup-body {
        padding: 15px;
    }
}


@media only screen and (max-width: 450px) {
  	.common-heading h2{
		font-size: 25px;
		line-height: 30px;
	}

	.timeline-row .timeline-content:before{
		right: 0px;
	}

	.popup-content {
        max-width: 98%;
        margin: 20% auto;
        border-radius: 10px;
    }
    
    .popup-title {
        font-size: 1.1rem;
    }
    
    .popup-image {
        max-height: 40vh;
        border-radius: 10px;
    }
}