/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.footer-left div {
	margin-bottom:20px;
}
.footer-left div span{
	border:1px solid #C53927;
	padding:5px;
	border-radius:10px;
}
.footer-right{
	padding-left:30px;
	border-left:1px solid #fff;
}
.footer-right br{
	display:none;
}
.footer-right div.left{
	text-transform:uppercase;
	display:inline-block;
	vertical-align:top;
	width:15%;
	font-weight:bold;
}
.footer-right div.right{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	width:80%;
}
.footer-right div{
	margin-bottom:10px;
}
.footer-right div.full{
	text-transform:uppercase;
	font-weight:bold;
}
.footer-right div.full a{
	padding-left:20px;
	padding-right:20px;
}
.footer-right div.full a:first-child{
	padding-left:0px;
}
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.cursor-text {
  font-size: 14px;
  font-weight: 600;
  color: black;
}
.service-item {
  position: relative;
  height: 120px!important; /* fixed height */
  padding: 25px;
  border-top: 2px solid #c53926;
  overflow: hidden!important;
  cursor: pointer;
  transition: all 0.4s ease!important;
}
.service-item-last{	
  border-bottom: 2px solid #c53926;
}


/* Title styling */
.service-item h3,
.service-item .elementor-heading-title {
  margin: 0;
  transition: transform 0.4s ease;
}

/* Description positioned absolute */
.service-desc {
  position: absolute;
  left: 25px;
  bottom: 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  font-size: 14px;
  max-width: 70%;
}

/* Arrow */
.service-arrow {
  position: absolute;
  right: 25px;
  top: 10px;
  transition: transform 0.4s ease;
}

/* Hover */
.service-item:hover {
  background: #c6331f;
  color: #fff;
}
.vertical-tabs .e-n-tabs-heading{
  display: flex!important;
  flex-direction: row!important;
}

.vertical-tabs button {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.8px;
  white-space: nowrap;
  padding: 10px;
  text-align: center;
}
.vertical-tabs .e-n-tabs-content{
	padding-left:10%;
	padding-right:15%;
	display: flex !important;
  	align-items: center;
}
.service-item:hover .service-desc {
  opacity: 1;
  transform: translateY(0);
}
.service-item:hover .service-title h2{
	color:#fff!important;
}
.service-item:hover .service-arrow {
  transform: translateX(6px);
}
.service-item:hover .service-arrow svg {
  fill: #fff !important;
}

.kda-footer-form {
  max-width: 600px;
  color: #fff;
}

/* Remove default spacing */
.kda-footer-form p {
  margin: 0;
}

/* Section Titles */
.form-title {
  display: block;
  margin: 20px 0 10px;
}

/* Wrapper spacing */
.pill-group .wpcf7-list-item {
  display: inline-block;
  margin: 5px 8px 5px 0;
}

/* Style the label as pill */
.pill-group .wpcf7-list-item-label {
  display: inline-block;
    background: #AC2723;
    padding: 5px 20px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #fff;
}
.kda-footer-form input[type="checkbox"],
.kda-vendor-form input[type="radio"]{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.kda-vendor-form .pill-group .wpcf7-list-item-label {
    background: #ddd;
	color: #333;
}

/* Checked state */
.pill-group input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background: #fff;
  color: #c6331f;
}

.kda-vendor-form  .pill-group input[type="radio"]:checked + .wpcf7-list-item-label {
  background: #AC2723;
  color: #fff;
}
/* Two column layout */
/* Two column wrapper */
.form-row {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.form-row > * {
    flex: 1;
}

/* Style inputs */
.form-row input , .form-row textarea, .form-row select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding: 10px 0;
  color: #fff;
}
.kda-vendor-form .form-row input,
.kda-vendor-form  .form-row textarea,
.kda-vendor-form  .form-row select{
	color:#000;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.kda-vendor-form  .form-row input.wpcf7-date{
	padding:14px 5px;
}
.kda-vendor-form  .form-row textarea{
	height:80px;
	padding-left:10px;
}
.form-row input::placeholder {
  color: rgba(255,255,255,0.6);
}

.kda-vendor-form  .form-row input::placeholder {
  color: rgba(0,0,0,0.6);
}
.form-row input:focus {
  outline: none;
  border-bottom: 1px solid #fff;
}

.kda-vendor-form .form-row input:focus {
	border:0px;
  outline: none;
  border-bottom: 1px solid #000;
 
}

/* Submit button */
.form-submit {
  margin-top: 25px;
}

.form-submit input[type="submit"] {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s ease;
background: #C53927;

}

.form-submit input[type="submit"]:hover {
  background: #fff;
  color: #C53927;
}

.kda-vendor-form .form-submit input[type="submit"]:hover {
  background: #000;
  color: #ffff;
}

.contact-form-section .wpcf7-response-output{
	color:#fff;
}

/*body.loading {
  overflow: hidden;
}

body.loading .site,
body.loading main,
body.loading header,
body.loading footer {
  opacity: 0;
}

#page-loader {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.loader-logo {
  width: 180px;
  transition: all 1.2s cubic-bezier(.77,0,.18,1);
	https://wptechhub.com/KDA/wp-content/uploads/2026/04/kda_premium_particle_logo.gif
}

.loader-logo.move {
  position: fixed;
  top: 30px;      
  left: 140px;     
  width:120px;
}*/

/* =========================
   LOADER VISIBILITY
========================= */



.main-header-menu li{
	text-transform:uppercase;
	line-height:35px!important;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}

.main-header-menu li.current-menu-item,
.main-header-menu li:hover{
	background:#C6382E;
	border-radius:5px;
}
.ast-builder-footer-grid-columns{
	grid-template-columns:1fr 4fr!important;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}
.project-column {
  padding: 20px;
  border-radius: 10px;
}

.project-title {
  text-transform:uppercase;
  padding: 15px;
  border-radius:10px;
  background:#fff;
  margin-bottom:0px;
}
.project-column:hover .project-title {
    background: #C53A26;
	color:#fff;
}
.project-subcategories {
  list-style: none;
  margin-left: 0px!important;
  padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:#000;
  border-radius:0px 0px 20px 20px;

}
.project-column:hover .project-subcategories {
	background:#fff;
}
.project-subcategories li {
  margin-bottom: 10px;
  cursor: pointer;
}
.recent-projects .elementor-image-box-img img{
	border-radius:10px;
}
.recent-projects h3,.recent-projects h3 a{
	color:#fff;
	font-size:20px;
	margin-bottom:0px!important;
}
.recent-projects .elementor-image-box-content{
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
}

.recent-projects .elementor-image-box-description{
	color:#fff;
}

.projectlist {
	display:block;
	text-align:center;
}

.projectlist .projectrow{
	display:inline-block;
	width:45%;
	vertical-align:top;
	text-align:left;
}
.projectlist .projectrow:last-child{
	padding-top:125px;
}
.slideInUp-custom {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.slideInUp-custom.show {
  opacity: 1;
  transform: translateY(0);
}

/*Segments Page*/

.segments-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.segment-title {
	margin-top:30px;
	background:#ECECEC;
	font-size:20px;
	padding:25px 10px 25px 25px;
	margin-bottom:0px;
	border-radius:10px;
}

.segment-item,
.project-item{
  cursor: pointer;
  margin-bottom: 8px;
}
.segment-column ul{
	font-size:14px;
	list-style-type:none;
    margin-left: 0px;
    margin-top: 0px;
    padding: 20px;
}

.segment-item,
.project-item{
	color:#333;
}

.segment-item.active,
.project-item.active,
.segment-item:hover,
.project-item:hover{
  color: #C6382D;
  font-weight: bold;
}
.segment-column:has(.segment-item.active) .segment-title,
.segment-column:has(.project-item.active) .segment-title{
  background: #C6382D;
	color:#fff;
}
.segment-column:has(.segment-item.active) ul,
.segment-column:has(.project-item.active) ul{
    background: linear-gradient(to bottom, #ffffff, #ccc);
    border-radius: 0 0 20px 20px;
}
.segment-content {
  margin-top: 40px;
}

.project-slider {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  margin-top:40px;
}
.project-list-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.project-slide {
  min-width: 50%;
  padding: 10px 50px;
}
.project-slide img{
	width:100%;
	margin-bottom:20px;
	border-radius:20px!important;
}
.slider-nav button {
  padding: 8px 15px;
  margin: 10px 5px;
  cursor: pointer;
}
.segment-content{
	text-align:center;
	padding-left:5%;
	padding-right:5%;
	position:relative;
}
.segment-content h2{
	color:#C6382D;
}
.project-slide .elementor-image-box-content{
	text-align:left;
}
.project-slide .elementor-image-box-content h3{
	color:#C6382D;
	margin-bottom:0px;
	font-size:24px;
}
.project-slide .elementor-image-box-content h3 a{
	color:#C6382D;	
}
.slider-nav{
	position:absolute;
	bottom:50%;
	width:100%;
	left:0;
}

.slider-nav .prev{
	position:absolute;
	left:0;
}

.slider-nav .next{
	position:absolute;
	right:0;
}
.project-slide:nth-child(2n) {
  margin-top: 100px;
}
.project-subcategories li:hover{
	color:#C6382D;
}
.project-row:has(.project-slide + .project-slide) {
    margin-top: -100px;
}
.project-row:first-of-type {
    margin-top: 0 !important;
}
/* Make items auto height */
.project-row .project-slide {
	display:inline-block;
	width:48%;
	vertical-align:top;
	margin-bottom:30px;
}
.project-row .project-slide:nth-child(2){
	margin-top:100px;
}

.single-project .entry-meta{
	display:none;
}
.segment-content-inner{
	padding-bottom:50px;
}
.project-back-link{
	max-width: 1180px;
    margin: 0 auto;
    padding-top: 60px;
}
.project-back-link a,.blog-back-link a{
	background: #C6382D;
    padding: 1px 10px;
    border-radius: 3px;
    color: #fff;
}
.project-content .swiper-pagination-bullets{
	bottom:-20px!important;
}
.process-flow-list{
	padding-top:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:50px;
}

.process-flow-list .process-block {
	text-align:center;
}
.process-flow-list .process-block img{
	width:70px;
}

.process-flow-list .process-block i{
	color:#C9443A;
}


.process-flow-list .process-block .heading{
	display:block;
	width:100%;
	font-size:12px;
}
.kda-vendor-form h4{
    background: #ECECEC;
    padding: 10px;
    margin-top: 10px;
    color: #C6382D;
}
.wpcf7-not-valid-tip{
	font-size:12px;
}
.single-post .ast-container{
	padding-top:40px;
	padding-bottom:40px;
}
.blog-back-link{
	margin-bottom:20px;
}
.kda-career-form label{
	padding-left:10px;
}
/* =========================
   Desktop First Media Queries
========================= */

/* Large devices (laptops/desktops) */
@media (max-width: 1300px) {
	.scrolltextcontainer{
		padding-left:5%!important;
	}
}
@media (max-width: 1200px) {
	.scrolltextcontainer{
		padding-left:20px!important;
	}
	.main-header-menu li a{
		text-transform:capitalize;
	}
	.site-header-primary-section-right-center{
		padding:0px!important;
	}
	.ast-builder-layout-element.ast-flex.site-header-focus-item[data-section="section-hb-social-icons-1"]{
		padding:0px!important;
	}
	.project-container .project-content{
		padding-right:20px;
		padding-left:20px;
	}
	.project-back-link{
		max-width:100%;
		padding-left:20px;
	}

}
@media (max-width: 1100px) {
	.footer-left{
		font-size:13px;
	}
	.ast-builder-menu-1 .menu-item > .menu-link{
		font-size:12px;
	}
	.home-segments .project-grid .project-title{
		font-size:20px;
	}
}
/* Medium devices (tablets) */
@media (max-width: 992px) {
	.ast-builder-footer-grid-columns{
		grid-column-gap:30px;
		grid-template-columns: 1.3fr 4fr!important;
	}
	.footer-left{
		font-size:12px;
	}
	.footer-right div.left{
		width:40%;
	}
	.footer-right div.right{
		width:100%;
		font-size:12px;
	}
	.footer-right div.full a{
		padding-left:10px;
		padding-right:10px;
		font-size:12px;
	}
	.form-row{
		display:block;
	}
	.process-flow-list{
		gap:30px;
	}
	.process-flow-list .process-block img{
		width:55px;
	}
	.segment-title{
		font-size:18px;
		padding:15px 10px;
	}
	.segment-column ul{
		padding:15px;
	}
	.segment-content h2{
		font-size:36px;
	}
	.segment-content{
		font-size:14px;
	}
	.segment-content{
		padding-left:20px;
		padding-right:20px;
	}
	.project-slide{
		padding:10px 40px;
	}
	.project-slide .elementor-image-box-content h3{
		font-size:20px;
	}
	.project-back-link{
		padding-top:45px;	
	}
	.home-segments .project-grid .project-title{
		font-size:18px;
	}
	.project-subcategories{
		font-size:14px;	
	}
	.vertical-tabs .e-n-tabs-content {
    	padding-left: 0px;
    	padding-right: 5%;
    }
}

/* Small tablets & large mobiles */
@media (max-width: 768px) {
	.ast-builder-footer-grid-columns{
		display:block!important;
	}
	.footer-left{
		text-align:left;
	}
	.footer-right {
		margin-top:30px;
		padding-left: 0px;
		border-left: none;
		text-align: left;
	}
	.site-footer-below-section-1{
		display:none!important;	
	}
	.kda-career-form .emptylabel,
	.kda-career-form br{
		display:none;
	}
	.process-flow-list{
		gap:25px;
	}
	.process-flow-list .process-block i{
		font-size:12px;
	}
	.process-flow-list .process-block img{
		width:40px;
	}
	.process-flow-list .process-block .heading{
		font-size:10px;
	}
	 .segments-top {
        grid-template-columns: repeat(2, 1fr);
    }
	.segment-column ul{
		margin-bottom:0px;
	}
	.segment-title{
		margin-top:20px;
	}
	.project-slide{
		padding:10px 30px;
	}
	.project-slide .elementor-image-box-content h3{
		font-size:18px;	
	}
	.segment-content-inner{
		padding-bottom:20px;
	}
	.home-segments .project-grid  {
    	grid-template-columns: repeat(2, 1fr);
    }
	.recent-projects h3, .recent-projects h3 a {
		font-size:18px;
	}
    .vertical-tabs .e-n-tabs-heading {
        flex-direction: column !important;
        width: 100%;
    }

    .vertical-tabs button {
        writing-mode: horizontal-tb !important;
        transform: none !important;
        width: 100%;
        text-align: left;
    }}

/* Mobile devices */
@media (max-width: 576px) {
	.kda-vendor-form .form-row input, .kda-vendor-form .form-row textarea, .kda-vendor-form .form-row select, .kda-career-form label{
		font-size:12px;
	}
		.process-flow-list{
		gap:20px;
	}

	.process-flow-list .process-block img{
		width:30px;
	}
	.process-flow-list .process-block .heading{
		font-size:8px;
	}
	.project-slide{
		padding:10px 20px;
	}
	.project-slide .elementor-image-box-content h3{
		font-size:16px;	
	}
	.segment-content h2{
		font-size:32px;
	}
}

/* Extra small devices */
@media (max-width: 480px) {
	.project-back-link{
		padding-top:40px;	
	}
	.segments-top{
		grid-template-columns:repeat(1, 1fr);
	}
	.segments-top{
		gap:0px;
	}
	.segment-column ul{
		padding-bottom:0px;
	}
	.segment-title{
		padding:10px 10px;
	}
	.segment-content{
		font-size:12px;
		padding-left:15px;
		padding-right:15px;
	}
	.project-row .project-slide{
		width:100%;	
		margin-bottom:0px;
	}
	.project-row .project-slide:nth-child(2){
		margin-top:0px;
	}
	.project-row:has(.project-slide + .project-slide) {
		margin-top:0px;
	}
	.segment-content h2{
		font-size:28px;
	}
}