.hide-lg-btns{
  display: none;
}

.lead-gen-face{
  grid-area: 1 / 1;
  transition: transform 0.5s ease-in-out;
}
.slide-M{
  height: 100vh;
}

.lead-gen-face{
  display: flex; 
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.face-back {
  transform: rotateY(180deg);
  z-index: -1;
}

#subscribe-form {
  display: flex;
  flex-direction: row;
}

.container-leadfrom.flip .face-front {
  transform: rotateY(-180deg);
  z-index: -1 !important;
}

.container-leadfrom.flip .face-back {
  transform: rotateY(0deg);
  z-index: 1 !important;
}

.Lead-gen-section {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  padding: 155px 64px;
  background: url(../SVG/leadbg.svg) no-repeat;
  gap: 64px;
  align-items: center;
  background-size: cover;
}
.h1col {
  color: #04dc7b !important;
}
.lead-head {
  color: #fff !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 65%;
}
.lead-head h6 {
  color: #fff;
}
.lead-from {
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.lead-from-banner {
  width: 50%;
}
.container-leadfrom {
  width: 50%;
  min-height: 700px;
  height: max-content;
  background: #fff;
  padding:40px;
  gap: 24px;
  border-radius: 24px;
  display: flex;
  box-shadow: 0px 24px 48px -12px #1018282e;
  flex-direction: column;
  gap: 32px;
}

input:focus , select:focus , textarea:focus{
  outline: none;
}

#new-request-btn{
  background-color: white;
  border: none;
  color:#3050EE;
}

.container-leadfrom h2 {
  font-size: 40px !important;
}
.submit-btn {
  width: 100%;
}

.serach-box #subscribe-form button{
  padding: 8px 20px;
  width: 140px;
}

.Core-Features-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 64px;
  gap: 24px;
  align-items: center;
}
.core-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 58%;
  text-align: center;
}
.core-fea {
  display: flex;
  width: 100%;
  gap: 48px;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.fea-col {
  /* width: 303px; */
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.core-f {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.Benefits-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 64px;
  background: url(../SVG/leadbg.svg) no-repeat;
  background-size: cover;
}
.benefit-head {
  display: flex;
  flex-direction: column;
  color: #ffffff !important;
  align-items: center;
  width: 70%;
  text-align: center;
}
.benefit-head h2 {
  color: #fff !important;
}
.benefits-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
.b-banner {
  width: 40%;
}
.b-banner img {
  width: 100%;
}
.b-lead {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 43%;
}
.b-fea {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff !important;
}
.b-fea h3{
  line-height: 37px;
  color: #fff !important;
  text-align: left;
}

.b-fea h6 {
  color: #fff !important;
  text-align: left;
  line-height: 20px;
}
.get-in-tuch-section {
  display: flex;
  padding: 48px 20px;
  background: #091e42;
  align-items: center;
  justify-content: space-evenly;
}
.touch-head {
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ffffff !important;
}
.touch-head h4,
.touch-head p {
  color: #E9D7FE !important;
  text-align: left;
}
.serach-box {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.email-input {
  width: 240px;
  height: 44px;
  border-radius: 8px;
  padding: 10px;
  font-size: 16px;
  color: #667085;
  font-family: Inter;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px #1018280d;
}
.subscribe-button {
  width: max-content;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 10px 18px;
  color: #ffffff;
  background: linear-gradient(263.51deg, #091e42 0.79%, #1251ae 100%);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.footer-sectionL {
  width: 100%;
  height: 440px;
  background-color: #0f3063;
  background: url(../SVG/footerL.svg) no-repeat;
  background-size: cover;
  padding: 48px 64px;
  border-top: 2px solid #92a1b5;
  display: flex;
  flex-direction: row;
  color: #fff !important;
  justify-content: space-between;
  gap: 40px;
}
.info2 {
  color: #FAFBFC;
}
.core-fea-M {
  display: none;
}

/* term box */
.form-group-act {
  margin: 20px;
}

.term-word {
  text-decoration: underline !important;
  cursor: pointer;
}

.term-word:hover{
  color: #007bff !important;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width:830px){
  .popup {
    top: 35px;
  }
}


.popup-content {
  background: linear-gradient(145deg, #ffffff, #f8f8f8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #ddd;
  width: 95%;
  max-width: 700px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-size: medium;

}
.popup-content .tc{
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 15px;
}


.close-button {
  color: #555;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  bottom: 30px;
  left: 20px;
}

.close-button:hover,
.close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* term box end */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}


.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:16px;
}

.slide-text {
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 8px;
}

.slider-buttons {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.slider-button {
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-button.active {
  background-color: #fff;
}
.slider-container-M {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.slider-M {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide-M {
  min-width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:16px;
}

.slide-text {
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 8px;
}

.slider-buttons-M {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.slider-button-M {
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-button-M.active {
  background-color: #FFF;
}

@media (max-width: 768px) {
  .Lead-gen-section {
    padding: 32px 32px;
  }
  .lead-head {
    width: 100%;
  }
  .lead-from {
    flex-direction: column;
    width: 100%;
  }
  #subscribe-form {
    display: flex;
    flex-direction: column;
  }
  .lead-from-banner {
    width: 100%;
  }
  .container-leadfrom {
    width: 100%;
    padding: 16px;
  }
  .container-leadfrom h2 {
    font-size: 20px !important;
    color: #344054;
  }
  .Core-Features-section {
    padding: 32px 16px;
    /* gap: 24px; */
  }
  .core-head {
    width: 100%;
  }
  .core-fea {
    display: none;
  }
  .core-fea-M {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  
  .conqt-VMSimg {
    width: 100%;
  }
  .Benefits-section {
    padding: 32px 32px;
    gap: 24px;
  }
  .benefit-head {
    width: 100%;
  }
  .benefits-banner {
    flex-direction: column;
    gap: 24px;
  }
  .b-banner {
    width: 100%;
  }
  .b-lead {
    width: 100%;
  }
  .slide-M{
    height:41vh;
    /* height:63vh; */
  }
  .mobile-screen-slider{
    padding-bottom: 20px;
  }
  .get-in-tuch-section {
    padding: 32px 16px;
    flex-direction: column;
    gap: 8px;
  }
  .touch-head {
    width: 100%;
    display: flex;
  }
  .serach-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }
  .email-input {
    width: 100%;
  }
  .subscribe-button {
    width: 100%;
    text-align: center;
  }
  .footer-sectionL {
    padding: 32px 16px;
  }
  .lead-gen-face{
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 600px) and (max-width:768px){
  .slide-M{
    height: 72vh !important;
  }
}


@media only screen and (min-width: 768px) and (max-width: 830px) {
  .core-fea{
    display:none;
  }
  .core-fea-M {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .slide-M{
    height: 100vh;
  }
  .get-in-tuch-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 830px) and (max-width: 1023px) {
  .Lead-gen-section{
    width: 100%;
  }
  .core-fea{
    display: none;
  }
  .core-fea-M {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .slide-M{
    height: 100vh;
  }


  .Core-Features-section{
    width: 100%;
  }

  .Benefits-section{
    width: 100%;
  }

  .get-in-tuch-section{
    width: 100%;
  }


}
@media only screen and (min-width: 1023px) and (max-width: 1195px) {
  .Lead-gen-section{
    width: 100%;
  }
  .core-fea{
    display: none;
  }
  .core-fea-M {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .slide-M{
    height: 100vh;
  }
}

@media only screen and (min-width: 1280px) {
  .conqt-VMSimg {
    width: 40%;
    height: max-content;
  }
  .fea-col {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1280px) {
  .cards-cont {
    justify-content: none;
    gap: 0;
  }
  .cards-stories {
    width: 419.33px;
  }
  .fea-col {
    /* width: 303px; */
    padding: 30px !important;
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .slide{
    height: 313px;
  }
}
@media only screen and (min-width: 1366px) {
}
@media only screen and (min-width: 1440px) {
}
@media only screen and (min-width: 1536px) {
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1920px) {
}

@media ((min-width:460px) and (max-width: 600px)) {
  .slide-M {
    height: 52vh !important;
  }
}
