/*
 Theme Name:   Astra Child
 Theme URI:    https://example.com/astra-child
 Description:  Child theme for the Astra theme
 Author:       Your Name
 Template:     astra
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../astra/style.css");

.text-secondary {
    color: #0075EB;
}
.whitespace-nowrap {
    white-space: nowrap !important
}

.gradient-sky-reflection { 
    background: linear-gradient(180deg, rgba(0, 117, 235, 0.3) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 117, 235, 0.3) 100%);
}
.btn-primary.elementor-widget-button .elementor-button {
    background: linear-gradient(88.55deg, #029CF2 0.55%, #12B4FF 98.4%);  
    padding: 2px;
    border-radius: 40px;
}
.btn-primary.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    position: relative;
    background: linear-gradient(94.65deg, #006BD7 18.39%, #0A81FF 60.66%);
    padding: 13px 22px;
    border-radius: 40px;
    background-size: 150% 100%;
  background-position: left center;
  transition: background-position 0.5s ease;
}
.btn-primary.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper {
    background-position: right center;
}
.text-primary {
    color: #02053C !important;
}
.entry-content .custom-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.custom-list li:before {
    content:"";
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #459AF0;
    border:2px solid #E5F1FD;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.custom-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.section-how-it-works .elementor-icon {
opacity: 0.5;
position: absolute;
    right: 30px;
    bottom: 40px;
}
.section-how-it-works .elementor-widget-icon-box .elementor-icon-box-content {
       padding-right: 90px;
       min-height:230px
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: auto;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row a {
    color: #595858;
}

.ast-page-builder-template .entry-header.ast-header-without-markup {
    display: none;
}
.site-footer {
    padding: 0 15px;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
max-width: 1520px;
margin: 0 auto;
border-color: #E7E7E4;
}

.career-form-container .e-con-inner{
	max-width: 1078px;
}

.career-form {
	padding: 50px;
	background: linear-gradient(180deg, rgba(0, 117, 235, 0.12) 0%, rgba(216, 216, 216, 0.12) 94.26%);
    border-radius: 10px;
}

.career-form .form-title{
	font-size: 30px;
	font-weight: 500;
	color:#02053C;
	margin-bottom: 6px;
}

.career-form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.career-form .form-group {
  flex: 1;
  min-width: 30%;
}

.career-form .form-group.full-width {
  flex: 100%;
}

.career-form input, 
.career-form select, 
.career-form textarea {
  width: 100%;
	line-height: 30px;
  padding: 12px 20px !important;
 height: auto !important;
  border-radius: 25px;
  border: 1px solid #E7E7E4;
  color: #595858;
  background-color: #fff;
}

.career-form .wpcf7-select {
  appearance: none;          
  -webkit-appearance: none; 
  -moz-appearance: none;     
   background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") 
              no-repeat right 20px center;
  background-color: #fff;    
  background-size: 16px;     
  padding-right: 40px;      
}

.career-form .wpcf7-form-control-wrap{
	margin-top: 10px;
}

.career-form label{
	color: #595858;
	font-size: 20px;
}

.career-form .required{
	color: #EB0000;
	font-weight: bold;
}

.custom-file-upload-label {

    display: flex;
    align-items: center;       
    width: 100%;             
    position: relative;
    overflow: hidden;        
    cursor: pointer;
    margin-top: 10px;
    border: 1px dashed #E7E7E4; 
    border-radius: 100px;     
    background-color: #fff;
    padding: 15px 20px;   
	max-width: 352px;

}

.custom-file-upload-label .wpcf7-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-prompt-content {
    display: flex;
    align-items: center;
    text-align: left;
    color: #333; 
}

.file-prompt-text {
    display: flex;
    flex-direction: column;
}

.file-prompt-text .main-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #444;
}

.file-prompt-text .sub-text {
    font-size: 13px;
    color: #888;
}

.career-form .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    background: linear-gradient(94.65deg, #006BD7 18.39%, #0A81FF 60.66%);
    border: 2px solid #10BCFF;
    border-radius: 50px;
    cursor: pointer;
	position: relative;
}

.custom-file-upload-label::before {
     content: "";
    width: 32px; 
    height: 33px;
    margin-right: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M12 10V18M9 13l3-3l3 3M19.35 10.04C18.67 6.59 15.64 4 12 4C9.11 4 6.6 5.64 5.35 8.04C2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5c0-2.64-2.05-4.78-4.65-4.96z'/%3E%3C/svg%3E") no-repeat center center;
     background-size: contain;
}


.career-form .wpcf7-submit::after {
    content: "";
    width: 28px;
    height: 20px;
    margin-left: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
}

.mb-0{
	margin-bottom: 0 !important;
}

/* slider code */

        .custom-slick-slider {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            box-sizing: border-box;
        }

        .slide-card {
            display: flex;
            align-items: stretch;
            justify-content: space-between;
            background: #F0F7FE;
            border-radius: 30px;
            padding: 30px 30px 0 30px;
            min-height: 535px;
            gap: 60px;
            margin: 0 15px;

        }

        .slide-left {
            flex: 0 0 450px;
            text-align: center;
            background: linear-gradient(180deg, rgba(0, 117, 235, 0.12) 0%, rgba(2, 5, 60, 0.0288) 100%);
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;

        }

        .slide-left img {
            max-width: 100%;
            height: auto;
             border-top-left-radius: 30px;
             border-top-right-radius: 30px;
			
        }

        .slide-right {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .slide-right h3 {
            color: #02053C;
            font-weight: 700;
            font-size: 28px;
            margin-bottom: 10px;
        }

        .slide-right p {
            color: #02053C;
            margin: 0 0 20px 0;
            font-size: 20px;
            font-weight: 500;
        }

        .slide-right ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 16px;

        }

        .slide-right ul li {
            position: relative;
            padding-left: 20px;
            color: #595858;
            font-size: 18px;
            font-weight: 400;
        }

        .slide-right ul li::before {
            content: "";
            background: rgba(0, 117, 235, 0.7);
            border: 3px solid #D8EAFC;
            position: absolute;
            left: 0;
            display: block;
            height: 14px;
            width: 14px;
            border-radius: 50%;
            top: 50%;
            transform: translate(-50%, -50%);

        }

        /* Slick Dots Styling */
        .slick-dots {
			position: static !important;
            margin: 70px 0 0 0;
    padding-left: 20px;
        }

        .slick-dots li button:before {
            font-size: 18px !important;
            color: #DADADA !important;
            height: 18px;
            width: 18px;
        }

        .slick-dots li.slick-active button:before {
            color: #0075EB !important;
            opacity: 1;
        }

        .slick-dots li button {
            box-shadow: none;
        }

        .container {
              width: calc(100% - 200px); 
                margin-left: 200px;
        }
		.help_slider {
			padding-left: 0;
			padding-right: 0;
		}
		.help_slider .e-con-inner {
			margin-left: 0;
			margin-right: 0;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
		#how_slider {
			padding: 0;
			padding-left: calc(50% - 784px);
		}
		.help_slider .e-con-full{
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
		#how_slider .slick-dots{
			position: absolute !important;
			left: 0;
			right: 0;
			bottom: -109px;
			padding-left: 0;
		}
		.pum.pum-overlay{
			background: rgb(0 0 0 / 70%) ;
		}
		figure.play_video {
			width: 100%;
			height: 700px;
			margin: 0 auto;
			border-radius: 30px
		}
		figure.play_video video {
			width: 100%;
			height: 100%;
			object-fit: cover;
			border-radius: 30px
		}
		.pum-title.popmake-title {
			display: none;
		}
		.pum-container.popmake {
			padding: 0 !important;
    		border-radius: 30px !important;
			left: 0 !important;
			right: 0 !important;
			margin: 0 auto !important;
			max-width: 1220px !important;
   		 	width: 100% !important;
			top: 50% !important;
    		transform: translateY(-50%);
		}
		.pum-close.popmake-close {
			width: 36px !important;
			height: 36px !important;
			border-radius: 50% !important;
			top: 30px !important;
			right: 30px !important;
			background-color: #fff !important;
			box-shadow: unset !important;
			font-size: 0 !important;
		}
		.pum-close.popmake-close::before{
				content: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.65675 7.398L1.58375 12.4713C1.44525 12.6096 1.27117 12.6804 1.0615 12.6838C0.852 12.6869 0.67475 12.6161 0.52975 12.4713C0.384917 12.3263 0.3125 12.1506 0.3125 11.9443C0.3125 11.7379 0.384917 11.5623 0.52975 11.4173L5.603 6.34425L0.52975 1.27125C0.391417 1.13275 0.320583 0.958667 0.31725 0.749001C0.314083 0.539501 0.384917 0.36225 0.52975 0.21725C0.67475 0.0724167 0.850417 0 1.05675 0C1.26308 0 1.43875 0.0724167 1.58375 0.21725L6.65675 5.2905L11.7298 0.21725C11.8683 0.0789167 12.0423 0.00808339 12.252 0.00475006C12.4615 0.00158339 12.6388 0.0724167 12.7838 0.21725C12.9286 0.36225 13.001 0.537917 13.001 0.74425C13.001 0.950584 12.9286 1.12625 12.7838 1.27125L7.7105 6.34425L12.7838 11.4173C12.9221 11.5558 12.9929 11.7298 12.9963 11.9395C12.9994 12.149 12.9286 12.3263 12.7838 12.4713C12.6388 12.6161 12.4631 12.6885 12.2568 12.6885C12.0504 12.6885 11.8748 12.6161 11.7298 12.4713L6.65675 7.398Z' fill='%23595858'/%3E%3C/svg%3E%0A");
		}
		.privacy-policy .ast-container{
			max-width: unset;
			padding: 0;
		}
		.ast-footer-copyright a:hover{
			color: #006BD7 !important;
			transition:all 0.3s;
		}
		.home_banner img{
			max-width:540px;
			width: 100%;
		}

		    
		@media (max-width: 1600px) {
			.pum-container.popmake{
				  max-width: 960px !important;
			}
			figure.play_video {
				height: 540px;
			}
			.home_banner {
				min-height: 600px;
				padding-top: 0;
			}
		}
		@media (min-width: 1199px) and (max-width: 1600px) {
			.hero_banner_img img.attachment-large {
/* 				width: 85%; */
/* 				border-radius: 76px 76px 0px 0px !important; */
			}
		}
		@media (min-width: 1025px) and (max-width: 1600px) {
		 .e-con-inner {
				padding-left: 70px !important;
				padding-right: 70px !important;
			}
			.hero_banner h1 {
				font-size: 42px;
				max-width: 563px;
			}
			.hero_banner{
			    padding-top: 50px;
				/*padding-top: 0; */
				/*margin-top: -30px; */
			}
			.hero_banner_discription p{
				font-size: 20px;
    			line-height: 30px;
				max-width: 540px;
			}
			.human_where h2 {
    			font-size: 46px !important;
			}
			.human_where p{
				font-size: 20px;
			}
			.running_services_content, .running_services_content p, .running_services_content li {
    			font-size: 18px;
			}
			.dots_running .custom-list li:before{
				top: 7px;
			}
			.tittle_head h2, .tittle_head h3 {
    			font-size: 36px;
			}
			.get_answer_card h5 {
				font-size: 16px;
			}
			.your_technicians h2 {
    			font-size: 36px;
			}
			.how_works_card span {
    			font-size: 20px;
			}
			.how_serve_card span{
				font-size: 16px;
			}
			.how_works_card p {
				font-size: 15px !important;
			}
			#menu-main-navigation li a {
    			font-size: 16px;
			}
			#how_slider .slide-right h3{
				font-size: 22px;
			}
			#how_slider .slide-right p{
				font-size: 18px;
			}
			#how_slider .slide-right ul li{
				font-size: 16px;
			}
			.who_we_are h1 {
				font-size: 42px;
			}
			.who_we_are p {
				font-size: 20px;
				max-width: 810px;
				margin: 0 auto;
			}
			.who_we_serve p{
				font-size: 18px;
			}
			.who_we_serve .who_we_serve_desc{
				font-size: 18px;
			}
			.we_are_different h4 span {
    			font-size: 18px;
			}
			.we_are_different p{
				font-size: 16px !important;
			}
			.we_different_desc, .we_different_desc p {
				font-size: 18px;
			}
			.our_promise p{
				font-size: 22px;
			}
			.career-form label{
				font-size: 18px;
			}
			.career-form .form-title{
				font-size: 24px;
			}
			.career-form .wpcf7-submit{
				font-size: 20px;
			}
		}
		@media (max-width: 1399px){
			#hero_banner_video .e-hosted-video{
				height: 600px;
			}
			
			    
		}
		@media (max-width: 1277px){
			#hero_banner_video .e-hosted-video video{
				object-position: -125px;
			}
		}
		@media (max-width: 1199px) {
			.e-con-inner {
				padding-left: 0 !important;
				padding-right: 0 !important;
			}
		}
		@media (max-width: 1185px){
			#hero_banner_video .e-hosted-video video{
				object-position: -220px;
			}
		}
		@media (max-width: 991px){
			#hero_banner_video .e-hosted-video video{
				object-position: -310px;
			}
		}
		@media (max-width: 1024px) {
			.hero_banner_img img.attachment-large {
/* 				border-radius: 76px 76px 0px 0px !important; */
			}
			.pum-container.popmake {
        		max-width: 700px !important;
    		}
			figure.play_video {
        		height: 400px;
    		}
			.pum-close.popmake-close{
				top: 18px !important;
    			right: 20px !important;
			}
			.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements{
				transition: left .4s cubic-bezier(.6, .1, .68, .53) !important;
			}
			.elementskit-menu-overlay.active{
				transition: all .4s cubic-bezier(.22, .61, .24, 1) 0s !important;
			}
			.elementskit-menu-overlay{
				transition: all .4s cubic-bezier(.6, .1, .68, .53) .2s !important;
			}

		}
		@media (min-width: 922px) and (max-width: 1024px) {
			.hero_banner h1 {
        		font-size: 42px;
    		}
			.home_banner{
				padding-top:30px;
			}
		}
        /* Media Query for Mobile/Tablet */
        @media (max-width: 991px) {
            .slide-card {
                flex-direction: column;
                text-align: center;
                min-height: auto;
                padding: 30px 20px;
            }

            .slide-left,
            .slide-right {
                flex: 0 0 100%;
                width: 100%;
            }

            .slide-left {
                margin-bottom: 20px;
            }

            .slide-right h3 {
                font-size: 24px;
            }

            .slide-right p {
                font-size: 18px;
            }
        }

		@media (max-width: 767px) {
			.hero_banner_img img.attachment-large {
/* 				 border-radius: 92px 92px 0px 0px !important; */
			}
			.pum-container.popmake {
        		max-width: unset !important;
        		width: 93% !important;
    		}
			figure.play_video {
        		height: 300px;
				border-radius: 20px;
    		}
			figure.play_video video {
				border-radius: 20px;
			}
			 .pum-close.popmake-close {
				top: 12px !important;
				right: 12px !important;
    		}
			.btn-login{
				position: relative;
				right: 5px;
			}
		}



     





@media (max-width: 1024px) {   
    .elementor-36 .elementor-element.elementor-element-5c5c1135 .elementskit-menu-hamburger,
    .elementor-36 .elementor-element.elementor-element-5c5c1135 .elementskit-menu-close,
    .elementor-36 .elementor-element.elementor-element-5c5c1135 .elementskit-navbar-nav .elementskit-submenu-panel {
    box-shadow: none;
}
.elementor-36 .elementor-element.elementor-element-5c5c1135 .elementskit-menu-close {
    text-indent: -9999px;
}
.elementor-36 .elementor-element.elementor-element-5c5c1135 .elementskit-menu-close::before,
.elementor-36 .elementor-element.elementor-element-5c5c1135 .elementskit-menu-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #333; 
  transform-origin: center;
}

.elementor-36 .elementor-element.elementor-element-5c5c1135 .elementskit-menu-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.elementor-36 .elementor-element.elementor-element-5c5c1135 .elementskit-menu-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
}

@media (max-width: 992px) {   
    .section-how-it-works .elementor-icon {
right: 15px;
    bottom: 5px;
    }
    .section-how-it-works .elementor-widget-icon-box .elementor-icon-box-content {
       padding-right:0;
       min-height:auto
}
}
@media (max-width: 768px) {
    .w-md-full {
        width: 100% !important;
    }   
	
	.career-form{
		padding: 30px 20px;
	}
	
	.career-form .form-group {
    flex: unset;
    min-width: 0;
    width: calc(50% - 10px);
	}
}
@media (max-width: 640px) { 
.w-sm-full.elementor-widget-button .elementor-button {
        width: 100% !important;
    }
	
		.career-form .form-group {
    flex: unset;
    min-width: 0;
    width: calc(100% - 10px);
	}
}