/**
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
*/
/*contact page image boxes links color*/
.phone-link {
  font-family: 'Roboto Serif', serif;
  font-size: 17px;
  font-weight: 700;  /* semi-bold */
  color:#E27300;
  text-decoration:underline;
}
.email-link{
 font-family: 'Roboto Serif', serif;
  font-size: 17px;
  font-weight: 700;  /* semi-bold */
  color:#E27300;
  text-decoration: underline;   
}
/*cf7 error messages red color*/
.elementor-18 .elementor-element.elementor-element-b6a2e45 .ekit-form form label span {
    display:inline;
}.elementor-21 .elementor-element.elementor-element-3de7999 .ekit-form form label span {
    color: #DC3232;
    display:inline;
}

.elementor-16 .elementor-element.elementor-element-8ba4270 .ekit-form form label span {
   color: #DC3232;
    display:inline;
}
div#n2-ss-2 .n2-font-8c5a44f9f8ea27529e116be027e6e195-hover {
    font-family: 'Roboto Serif', serif;
    color: #ffffff;
    font-size: 281.25%;
}
div#n2-ss-2 .n2-font-aa73656433f50964ce923250b4cc0bb5-paragraph{
	 font-family: 'Roboto Serif', serif;
	font-size:17px;
	font-weight:700;
}

element.style {
}
div#n2-ss-2 .n2-ss-button-container a div {
	font-family: 'Roboto Serif', serif;
font-size:16px;
font-weight:700;}


   
.image-container img {
    width: 900px;
    height: 450px;
}

a.wpr-button {
    text-decoration: none !important;
}
.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon {
    display:none;
}
.elementor-18 .elementor-element.elementor-element-b3f1838 .elementskit-commentor-bio .elementskit-commentor-image > img {
    border-radius: 0px;
    height: 200px;
    width: 400px;
}

.elementor-18 .elementor-element.elementor-element-b3f1838 .elementskit-commentor-bio .elementskit-commentor-image > img {
    border-radius: 0px;
    height: 200px;
    width: 400px;

}
 .testimonial-image img{
     width:100%;
 }
.icon-shape h4{
    text-decoration:none;
    
}
.icon-shape p{
    text-decoration:none;
}

.icon-box h4{
 color:black;
	 font-family: 'Roboto Serif', serif;
	 font-weight:600;
	 font-size:22px;
}	


.icon-box p{
    	 font-family: 'Roboto Serif', serif;
    	 font-weight:400;
    	 font-size:15px;
    	 color:black;
    	 padding-top:10px;
    	 text-align:justify;
    	 line-height:31px;
    	 
    	
    	
}
.icon-box {
 position: relative;
		height:280px;
padding:35px 35px 0px 35px;

	 
}
.icon-shape{
	 transition: transform 0.7s ease-in-out;
   height: 80px;
                line-height: 50px !important;
                width: 80px;
                border-radius: 50px;

                top: -40px;
                z-index: 9999;
                left: 161px;
                position: absolute;
                
              
}
.icon-shape img{
    opacity:0;
    height:40px;
    width:35px;
    position:absolute;
    left:22px;
    top:22px;
}
.swiper-slide-inner:hover .icon-shape img{
    opacity:1;
}
.swiper-slide-inner:hover .icon-box h4{
    color:white;
}
.swiper-slide-inner:hover .icon-box p{
    color:white;
}
.swiper-slide-inner:hover .icon-shape{
	background-color: #684df4;
  
  
}
.swiper-slide-inner:hover{
	background-color:#684df4 ;
}

.swiper-slide-inner:hover .icon-box{

	 background-image: url('https://www.vrsitrentals.com/staging/wp-content/uploads/2025/05/service_box_bg.webp');
	background-size: cover;       /* Makes image cover the box */
  background-position: center;  /* Centers the image */
  background-repeat: no-repeat;
  display: block;
	 transition: transform 0.2s ease, box-shadow 0.2s ease;
background-color: #684df4;
	 background-size: 110%; /* Zoom */
	   transform: scale(1.1);
}
.testimonials .elementskit-commentor-image {
    margin-bottom: 0px !important;
}

  .testimonials .elementskit-profile-info {
margin: 0 !important;
} 
.position {

    position: absolute;

    top: -15px;

    left: -10px;

    background-color: #3e54a4;

    color: #fff;

    font-size: 15px;

    border-radius: 50%;

    width: 45px;

    height: 45px;

    z-index: 2;

    line-height: 50px;

}

@keyframes ripple {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

        opacity: 0

    }
 
    30% {

        opacity: .4

    }
 
    100% {

        -webkit-transform: scale(1.8);

        transform: scale(1.8);

        opacity: 0

    }

}

.pro_card .position::before{

    content: "";

    position: absolute;

    inset: 0;

    background-color: #3e54a4;

    z-index: -1;

    border-radius: 50%;

    transition: all ease .4s;

    animation-duration: 2s;

    animation-timing-function: ease-in-out;

    animation-iteration-count: infinite;

    animation-name: ripple;

}

.position {
    position: absolute;
    top: -15px;
    left: -10px;
    background-color: #3e54a4;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 2;
    line-height: 40px;
}

@keyframes ripple {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

        opacity: 0

    }
 
    30% {

        opacity: .4

    }
 
    100% {

        -webkit-transform: scale(1.8);

        transform: scale(1.8);

        opacity: 0

    }

}

.pro_card .position::before{

    content: "";

    position: absolute;

    inset: 0;

    background-color: #3e54a4;

    z-index: -1;

    border-radius: 50%;

    transition: all ease .4s;

    animation-duration: 2s;

    animation-timing-function: ease-in-out;

    animation-iteration-count: infinite;

    animation-name: ripple;

}
.ast-blog-layout-4-grid .ast-article-post {
width: 50%;
}
.post-thumb img {
    margin: 0 auto;
    height: 225px;
    object-fit: cover;
    
}
.show_links {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    bottom: 125px;
    gap: 15px;
    right: 30px;
    z-index: 9999;
}
#callNow img {
    background: #fff;
    border-radius: 50px;
    padding: 5px;
}
.ph img {
    width: 35px;
    height: 35px !important;
    filter: drop-shadow(2px 3px 5px black);
}
.elementor-544 .elementor-element.elementor-element-90a0b1a .elementor-icon-list-text::after{
    content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #DD6D2A;
  transition: width 0.3s ease;
}
.elementor-544 .elementor-element.elementor-element-90a0b1a .elementor-icon-list-text:hover::after{
    width: 100%;
}
.elementor-544 .elementor-element.elementor-element-ecdac23 .elementor-icon-list-text::after{
    content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #DD6D2A;
  transition: width 0.3s ease;
}
.elementor-544 .elementor-element.elementor-element-ecdac23 .elementor-icon-list-text:hover::after{
    width: 100%;
}
.elementor-544 .elementor-element.elementor-element-6475580 .elementor-icon-list-text::after{
    content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #DD6D2A;
  transition: width 0.3s ease;
}
.elementor-544 .elementor-element.elementor-element-6475580 .elementor-icon-list-text:hover::after{
    width:100%;
}
.it-solutions div span::after{
    content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #DD6D2A;
  transition: width 0.3s ease;
}
.it-solutions div span:hover::after{
    width: 100%;
}



#ast-scroll-top{
    background-color: var(--ast-global-color-0);
    font-size: 15px;
    bottom: 70px;
}


.elementor-570 .elementor-element.elementor-element-96b4e75 .elementskit-commentor-bio .elementskit-commentor-image > img {
    height: 200px;
    width: 400px;
    border-radius: 15px;
}
/*.image-container img{*/
/*    width:630px;*/
/*}*/
.inner-box{
    position:relative;
}



.inner-box .icon-box .icon-img {
   position: relative;
   top: -62%;
    left: -24%;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 1;
    vertical-align: middle;
    transition: transform 0.3s ease;

}

.inner-box:hover .icon-box .icon-img {
  transform: scale(1.1);
}

.inner-box .icon-box .bg-pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 130px;
  height:130px;
  background-repeat: no-repeat;
}

.inner-box .icon-box .overlay-pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 130px;
  height: 130px;
  opacity: 0;
  transform: translateY(30px);
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.inner-box:hover .icon-box .overlay-pattern {
  opacity: 1;
  transform: translateY(0px);
}

.inner-box .icon-box .count {
  position: absolute;
  top: -8px;
  right: -5px;
  font-size: 15px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid white;
  transition: all 500ms ease;
  color:white;
  z-index: 2;
}

.inner-box .icon-box .count:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
  z-index: -1;
}

.inner-box:hover .icon-box .count:before {
  transform: scale(1, 1);
  background-color: #E27300;
}

.inner-box:hover .icon-box .count {
  color: #fff;
}

.inner-box .icon-box::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;

  transition: all 500ms ease;
  z-index: 0;
}

.inner-box:hover .icon-box::before {

}
.inner-box h4 {
  font-family: 'Roboto', serif;
  font-weight: 600;
  font-size: 17px;
 margin-left:-40px;
  color:white;

}

.vertical-scroll-list {
      max-height: 400px; /* Adjust height as needed */
      overflow-y: auto;
      scroll-snap-type: y mandatory;
      -webkit-overflow-scrolling: touch;
      border-radius: 10px;
      padding-right: 10px;
    }

    .vertical-scroll-list::-webkit-scrollbar {
      width: 8px;
    }

    .vertical-scroll-list::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 10px;
    }
    .vertical-scroll-list .list-item a:hover{
        color:#E27300;
    }
.vertical-scroll-list .list-item a{
    color:black;
    text-decoration:none;
   font-family: 'Roboto Serif', serif;
    font-weight:600;
}
    .list-item {
      background: white;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      margin-bottom: 16px;
      padding: 20px;
      border-radius: 12px;
      font-size: 17px;
      font-weight: 600;
      scroll-snap-align: start;
    }
    


div#n2-ss-2 .n2-style-d4035adfa79ada5f228d87142ef0c01f-heading {
   
    margin-left: 50px;
}
div#n2-ss-2 .n2-style-21538faaeeb5d7af3b15b52877b65c5f-heading {
   
    margin-left: 30px;
}
div#n2-ss-2 .n2-ss-button-container--non-full-width, div#n2-ss-2 .n2-ss-button-container--non-full-width a {
    margin-left: 40px;
   
}
.elementor-18 .elementor-element.elementor-element-b3f1838 .elementskit-commentor-bio .elementskit-commentor-image > img {
    border-radius: 0px;
    height: 250px;
    width: 400px;
}
.process-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/*mega-menu styles*/
.slns {
    left: -60%;
    top: 10px;
}
.slns a.elementskit-btn.whitespace--normal{
 font-family: 'Roboto Serif', serif;
    font-size: 16px;
    color:black;
    font-weight:700;    
}
.slns span{
    font-family: 'Roboto Serif', serif;
    font-size: 15px;
    color:black;
    font-weight:400; 
    text-align:justify;
}
.slns .ekit-heading--title.elementskit-section-title{
      font-family: 'Roboto Serif', serif;
    font-size: 22px;
    color:black;
    font-weight:600; 
}
.it-solutions {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.it-solutions div span {
    font-size: 16px;
    color: #141D3B;
    font-weight: 600;
    font-family: 'Roboto Serif', serif;

}


.it-solutions div span:hover{
    color:#DC6F28;
}
a.atag{
    color: #273272;
}
a.atag:hover {
    color: #ee644b;
}
 
.it-solutions {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
 
.it-solutions img {
    width: 30px;
    transition: .5s;
}
@media (max-width: 440px){
    .slns{
        left:0px;
        height:1130px;
    }
    .ekit-wid-con .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a{
        margin-top:25px;
    }
}

.elementor-580 .elementor-element.elementor-element-a2e9626 .ekit-form form label span{
    color:red;
}
/* Vertical dashed line */
.vertical-line {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
  width: 2px;
  border-left: 2px dashed #E27300;
  z-index:0;
  
}

/* Horizontal dashed line */
.horizontal-line {
  position: absolute;
  top: 120px;
  left: 5%;
  right: 5%;
  border-top: 2px dotted #E27300;
  z-index: 1;
}

/* Individual steps */
.step {
  width: 30%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.icon1:hover{
    background-color:#E27300;
}

.icon1 {
 border:3px dotted #E27300;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.icon1 img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

.circle {
  margin-top:80px;
  background: white;
  border: 2px solid blue;
  color: black;
  font-weight: bold;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
}

.content-box {
  background: white;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(2,0,0,1.05);
}

.content-box h3 {
  color: #1a1a4f;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  
  font-family: 'Roboto Serif', serif;
}

.content-box p {
  font-size: 14px;
  color: black;
  line-height: 1.5;
  font-weight:500;
  font-family: 'Roboto Serif', serif;
}

/* Arrow images */
.arrow {
  position: absolute;

  height: auto;
  z-index: 3;
}

.arrow1 {
  top: 30px;
  left:26%;
}

.arrow2 {
  top: 30px;
  left: 59%;
}

@media (max-width: 600px) {
  .choose figure.elementor-image-box-img img {
    opacity: 1;
    transition-duration: 0.3s;
    border: 1px solid #15085A;
    border-radius: 0px 0px 30px 0px; /* example tweak */
    background-color: #15085A;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .position{
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 15px;
  }
  figure.elementor-image-box-img {
    width: auto !important;
    margin-top: 20px !important;
}
  .image-container img{
      width: auto;
      height: auto;
    }
  .process-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .step {
    width: 100%;
    margin-bottom: 40px;
  }

  .vertical-line {
    display: none;
  }

  .horizontal-line {
    top: auto;
    left: 0;
    right: 0;
    border-top: none;
    border-left: 2px dotted #E27300;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .arrow,
  .arrow1,
  .arrow2 {
    display: none;
  }

  .icon1 {
    width: 60px;
    height: 60px;
  }

  .icon1 img {
    width: 30px;
    height: 30px;
  }

  .circle {
    width: 35px;
    height: 35px;
    line-height: 32px;
    font-size: 14px;
  }

  .content-box {
    padding: 15px;
    font-size: 13px;
  }

  .content-box h3 {
    font-size: 18px;
  }

  .content-box p {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .icon-shape h4 {
    text-decoration: none;
  }

  .icon-shape p {
    text-decoration: none;
  }

  .icon-box h4 {
    color: black;
    font-family: 'Roboto Serif', serif;
  }

  .icon-box p {
    font-family: 'Roboto Serif', serif;
    font-weight: 400;
    font-size: 16px;
    color: black;
  }

  .icon-box {
    position: relative;
    height: 230px;
    padding: 40px;
  }

  .icon-shape {
    transition: transform 0.7s ease-in-out;
    height: 80px;
    line-height: 50px !important;
    width: 80px;
    border-radius: 50px;
    top: -40px;
    z-index: 9999;
    left: 140px;
    position: absolute;
  }

  .swiper-slide-inner:hover .icon-box h4 {
    color: white;
  }

  .swiper-slide-inner:hover .icon-box p {
    color: white;
  }

  .swiper-slide-inner:hover .icon-shape {
    background-color: #684df4;
    transform: rotate(360deg);
  }

  .swiper-slide-inner:hover {
    background-color: #684df4;
  }

  .swiper-slide-inner:hover .icon-box {
    background-image: url('https://www.vrsitrentals.com/staging/wp-content/uploads/2025/05/service_box_bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #684df4;
    background-size: 110%;
    transform: scale(1.1);
  }

  .testimonials .elementskit-commentor-image {
    margin-bottom: 0px !important;
  }

  .testimonials .elementskit-profile-info {
    margin: 0 !important;
  }
}
.elementor-social-icon-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%);
}
.elementor-18 .elementor-element.elementor-element-b3f1838 .elementskit-tootltip-testimonial .elementskit-commentor-content, .elementor-18 .elementor-element.elementor-element-b3f1838 .elementskit-single-testimonial-slider, .elementor-18 .elementor-element.elementor-element-b3f1838 .elementskit-testimonial_card{
    text-decoration:none!important;
}
@media (max-width: 767px) {
  .ast-blog-layout-4-grid .ast-article-post {
    width: 100%;
    padding: 0px 50px !important;
  }
}
@media (max-width: 767px) {
  .testimonial-image img{
    width: 100%;
    
  }
}
@media (max-width: 767px) {
  .ekit-wid-con .elementskit-info-image-box .elementskit-box-header img { 
    width: 100%;
    
  }
}
