.hero-right img {
  width: 100%;
  max-width: 580px;
  filter: drop-shadow(4px -3px 0px rgba(0,0,0,.5));
}
.sec-video video{
  width: 100%;
}
.hero-left h1 {
  line-height: 1.18;
  margin-bottom: 25px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.home-hero:after {
  content: '';
  position: absolute;
  z-index: -1;
  /*   background: linear-gradient(90deg, #000, #003a08 50%, rgba(250, 100, 1, 1.0)); */
  /*   background: linear-gradient(90deg, #000 0, #003a08 50%, #000); */
  background-color: #000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
}
body .bann-btn {
  margin-top: 50px;
}
/* Form Popup css >>> */

.consult-btn:hover {
  color: var(--orange-color);
  border: 2px solid var(--orange-color);
  transition: .3s all ease-in-out;
}
.bann-btn .tcc-btn {
  max-width: 250px;
  margin-right: 20px;
  width: 100%;
}
.consult-btn {
  background: transparent;
  border: none;
  border-radius: 35px;
  color: var(--white-color);
  cursor: pointer;
  font-size: 20px;
  margin-top: 0;
  padding: 11px 20px;
  border: 2px solid var(--white_color);
}
.popup-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}
.popup-box{
  background:#fff;
  width:90%;
  max-width:600px;
  padding:30px;
  border-radius:12px;
  position:relative;
  animation:popupFade 0.3s ease;
}
@keyframes popupFade{
  from{transform:scale(0.9);opacity:0}
  to{transform:scale(1);opacity:1}
}

.close-btn{
  position:absolute;
  top:12px;
  right:12px;
  background:none;
  border:none;
  font-size:26px;
  cursor:pointer;
}
.popup-box h3{
  margin-bottom:8px;
  color: var(--black_color);
}
.popup-box p{
  font-size:14px;
  margin-bottom:20px;
  color: var(--black_color);
}
.popup-box input,
.popup-box textarea{
  width:100%;
  padding:12px;
  margin-bottom:12px;
  border-radius:6px;
  border:1px solid #ccc;
  font-size:14px;
}
.popup-box button[type="submit"]{
  width:100%;
  background:#0078ff;
  color:#fff;
  padding:12px;
}
.popup-box {
  text-align: center;
}
.tcc-btn a.cta-link {
  text-align: center;
}
body .popup-box .hs-form-field {
  margin-bottom: 0.5rem;
}
body .popup-box .hs-fieldtype-textarea.hs-input {
  min-height: 90px;
}
.bann-btn .tcc-btn, .bann-btn .consult-btn
Specificity: (0,2,0)
{
  margin-top: 25px;
}
.hero-right{
  position: relative;
}
.custom-box {
  position: absolute;
  bottom: -0.5rem;        /* -bottom-6 */        /* -left-3 */
  padding: 0.7rem 1.5rem;        /* p-6 */
  border-radius: 1rem;    /* rounded-2xl */
  left: 0.75rem;
  color: var(--white_color);
  background: rgba(255, 255, 255, 0.1); /* bg-white/10 */
  backdrop-filter: blur(24px);          /* backdrop-blur-xl */
  -webkit-backdrop-filter: blur(24px);  /* Safari support */

  border: 1px solid rgba(255, 255, 255, 0.2); /* border-white/20 */

  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); /* shadow-2xl */
}

/* md:-left-9 (applies from 768px and up) */
@media (min-width: 768px and max-width: 1024px) {
  .hero-left h1 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .hero-left h1 {
    font-size: 70px;
  }
}
@media(min-width:768px){
  .hero-right {
    flex-basis: 45%;
  }
  .hero-left {
    flex-basis: 53%;
    margin-right: 2%;
  }
  .hero-right {
    text-align: right;
  }

}


@media(max-width:767px){
  .hero-left ,
  .hero-right {
    flex-basis: 100%;
  }
  .hero-right {
    text-align: center;
  }
  .hero-right {
    margin-top: 40px;
  }
  .consult-btn {
    margin-top: 21px;
  }
  .popup-box h3 {
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 1.2;
  }
  body .close-btn {
    font-size: 41px;
    right: 5px;
    top: 0px;
  }
  .popup-box p {
    font-size: 12px;
  }
  .hero-left h1 {
    font-size: 42px;
  }
  .bann-btn .tcc-btn {
    max-width: auto; 
    margin-right: 20px;
    width: 100%;
  }
  .tcc-btn a.cta-link {
    width: 100%;
  }    .consult-btn {
        width: 100%;
    }
  body .hero-left .bann-btn {
    margin-top: 40px;
    padding-bottom: 40px;
}
  body .custom-box {
    bottom: -1.5rem;
    border-radius: 4px;
    left: 50%;
    transform: translate(-50%, -4px);
    width: 70%;
}
}


.gradient-text {
  background: linear-gradient(90deg, #ff3520, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
      text-shadow: none !important;
}


