/*
Theme Name: GenasysAI Child
Theme URI: https://softshilinfotech.com/
Description: Child theme for Hello Elementor. Preserves GenasysAI customizations while allowing Hello Elementor parent theme updates.
Author: SoftShil Infotech
Author URI: https://softshilinfotech.com/
Template: hello-elementor
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: genasysai-child
*/

/* Preserved custom CSS from the live Hello Elementor theme */
.box-trial{position:relative;}
.box-trial-bottom:before{width:40px;height:40px; position:absolute; right:0px; bottom:0px; display:block; content:''; border-right:3px solid #222222;border-bottom:3px solid #222222; left: inherit; top: inherit;}
.box-trial-top:after{width:40px;height:40px; position:absolute; display:block; content:''; border-left:3px solid #222222;border-top:3px solid #222222; left: 0px; top: 0px;}
.box-trial-both:after,.box-trial-both:before{width:40px;height:40px; position:absolute; display:block; content:''; }
.box-trial-both:after{border-left:3px solid #222222;border-top:3px solid #222222; left: 0px; top: 0px;}
.box-trial-both:before{border-right:3px solid #222222;border-bottom:3px solid #222222; left: inherit; top: inherit;right:0px; bottom:0px; }

/*detail blog page*/
.top-spacing {
    margin-top:150px;
    margin-bottom:95px;
}

 body.single-post .top-spacing .page-content {
     padding-top:50px;
 }
 
.back-to-blog a {
       display: inline-flex;
    margin-bottom: 24px;
    color: #140E45 !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
}
.back-to-blog {
    margin-bottom:50px;
}
 body.single-post .top-spacing .entry-title {
color:#140E45;    
}
 body.single-post .top-spacing p {
font-size:18px;
    
}    

/* detail blog page ends */
#ocean,
#drifters {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	z-index: 0;
}

#centre-mask {
	position: fixed;
	top: 0;
	left: 12%;
	width: 76%;
	height: 100vh;
	background: #ffffff;
	z-index: 0;
	pointer-events: none;
}

.blog-detail-page {
	position: relative;
	z-index: 2;
	background: transparent;
}

footer,
.site-footer,
.elementor-location-footer {
	position: relative;
	z-index: 5;
	background: #ffffff;
}


.popup-form .elementor-field {
    border-radius:5px !important;
}
.popup-form  select.elementor-field-textual {
    border-radius:5px !important;
}

/*MOBILE*/

@media only screen and (max-width: 767px) {
  .nblv2__list::before,
  .nblv2__timeline-item::after,
  .nblv2__node {
    display: none !important;
    content: none !important;
    background: none !important;
    border: 0 !important;
  }

  .nblv2__timeline-item {
    padding-left: 0 !important;
  }

  .nblv2__date {
    margin-left: 0 !important;
  }
	
	
	
	  body .nblv2,
  body .nblv2__list,
  body .nblv2__timeline-item {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body .nblv2__timeline-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom:70px !important;
  }

  body .nblv2__image,
  body .nblv2__content,
  body .nblv2__date {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .top-spacing {
      padding-left:65px !important;
      padding-right:65px !important;
  }
  h1.entry-title {
      font-size:25px;
  }
}

 /* blog css */
.nblv2 .nblv2__list > .nblv2__item.nblv2__timeline-item {
    border-bottom: 0 !important;
    box-shadow: inset 0 -1px 0 0 transparent !important;
}

.nblv2 .nblv2__list > .nblv2__item.nblv2__timeline-item {
    background:
        linear-gradient(
            to right,
            transparent 0 260px,
            rgba(20,14,69,.12) 260px calc(100% - 140px),
            transparent calc(100% - 140px) 100%
        ) left bottom / 100% 1px no-repeat !important;
}