/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");




/* Custom CSS can go here */



.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 2px !important;
}



.elementor-widget-icon-box.slide-up {
    transition: transform 0.3s ease;
}

.elementor-widget-icon-box.slide-up:hover {
    transform: translateY(-8px);
}



.contact-icon .elementor-icon-list-text:hover{
	text-decoration: underline !important;
}

.contact-icon .elementor-icon-list-text a{
	color: #4B4B53 !important;
}

.contact-form .form-control::placeholder {
    color: #C7C7C7;
    opacity: 1;
}


.contact-form .form-control::-webkit-input-placeholder {
    color: #C7C7C7;
}


.contact-form .form-control::-moz-placeholder {
    color: #C7C7C7;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #C7C7C7;
}

.recapcha {
    scale: 0.7 !important;
    transform: center right !important;
}


.btn-lg{
	padding: 10px 40px !important;
}


/* slider start */

.custom-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 00px;
  background: #000;
  overflow: hidden;
}

.slide-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex !important;
  align-items: center;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.content-inner {
  position: relative;
  z-index: 5;
}

.slide-count {
  font: normal normal normal 15px/65px Questrial;
  color: #fff !important;
  display: block;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.slide-title {
  font: normal normal normal 50px/65px Questrial;
  margin-bottom: 10px;
  color: #ffffff !important;
}
.slide-desc {
  font: normal normal normal 16px/30px Poppins;
  margin-bottom: 30px;
  max-width: 500px;
  color: #ffffff !important;
}
.slide-desc p{
    height: 220px;
    overflow-y: scroll !important;
    -ms-overflow-style: none;  
    scrollbar-width: none;   
}


.btn-trial {
  display: inline-block;
  padding: 12px 35px;
  background: #fff;
  color: #cb0267;
  font: normal normal normal 16px/23px Questrial;
  border-radius: 10px;
}

.btn-trial:hover {
  background-color: #cb0267 !important;
  color: #fff !important;
}

.thumb-wrapper {
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  width: 60%;
  z-index: 10;
}

.thumb-item {
  padding: 0 10px;
  outline: none;
}

.thumb-item img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.slider-controls {
  position: absolute;
  bottom: 30px;
  left: 10%;
  z-index: 999;
}

.slider-controls button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer !important;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slider-controls button:focus,
.slider-controls button:hover {
  background: transparent;
}

.thumb-wrapper {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  width: 60%;
  z-index: 10;
  pointer-events: none;
}

.thumb-item {
  padding: 0 15px;
  outline: none;
  pointer-events: auto;
  cursor: pointer;
}

.thumb-item.slick-slide.slick-current.slick-active {
    scale: 1.2 !important; 
}

.thumb-item.slick-slide{
	scale 0.95 !important; 
	padding : 80px 15px !important ; 
	transform-origin: center right;

}




/* slider end*/


@media (max-width: 767px) {
    .recapcha {
    justify-items: self-end ;
        margin-left: 10px !important;
    }
	.wpcf7-spinner{
		position: absolute !important;
	}
.text-start.sub-btn {
    text-align: center !important;
  }
  .thumb-item img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.slide-title {
  font: normal normal normal 30px/65px Questrial;
}

.thumb-wrapper {
  position: absolute;
  top: 90%;
  right: -5%;
  transform: translateY(-50%);
  width: 50%;
  z-index: 10;
  pointer-events: none;
}

	.slide-desc p{
		height: 180px;
		overflow-y: scroll !important;
	}
	.slide-count{
		margin-bottom: 0 !important;
	}
	.slide-item {
    height: 100vh; 
	}
	.custom-slider-wrapper {
    position: relative;
    width: 100%;
		height: 90vh;
	}
  .content-inner {
    position: relative;
    z-index: 5;
    padding-bottom: 130px;
  }
  .home-banner-bg img{
    object-fit: cover !important;
  }
	
}