*{margin: 0px; padding: 0px; box-sizing: border-box;}


body {
  font-family: "inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #484848;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
  letter-spacing: 0.6px;
}

p{
   font-family: "inter", sans-serif;
   letter-spacing: 0.6px;
}

a{
 text-decoration: none;
 letter-spacing: 0.6px;
}


ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}


button {
  background: none;
  border: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}


:root {
  --primary-color1: #d7172e;
  --primary-color2: #0e1728;
  --secondary-color: #373639;
  --drk-color:#2c2f34;
  --white: #fff;
  --txt-color:#55535d;
  --title-color:#36374c;
}

/*-------------------------------*/


/*------banner-------wrap------start------*/

.banner-sctn{
  width: 100%;
  position: relative;
  padding: 50px 0px;
  background-image: url(../images/best-crm-for-education-agents/banner-bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.banner-sctn:before{
  content: '';
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/best-crm-for-education-agents/banner-pttren.webp);
  opacity: 0.5;
  background-position: left bottom;
}


.banner-content{
  width: 95%;
  position: relative;
}

.banner-content h1{
  font-size: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 13px;
  line-height: 66px;
}

.banner-content h1:first-letter{
  color: var(--primary-color1);
  font-size: 55px;
  font-weight: 500;
}

.banner-content h1 span{
  text-decoration: underline;
}

.banner-content h1 i{
  color: var(--primary-color1);
}

.banner-content p{
  font-size: 16px;
  line-height: 27px;
  color: var(--txt-color);
  margin-bottom: 25px;
  /* text-align: justify; */
}

.crm-mdul-bx .crm-mdul-title{
  font-size: 27px;
  margin-bottom: 3px;
  display: inline-block;
  color: var(--title-color);
  background: linear-gradient(90deg,rgb(223, 221, 236) 0%, rgba(9, 9, 121, 0.03) 35%);
  padding: 5px 10px 2px;
  border-left: 3px solid var(--primary-color1);
  box-shadow: 1px 2px 8px 0px #ddd;
}

.crm-mdul-bx ul{
  margin-top: 20px;
  position: relative;
}

.crm-mdul-bx ul:before{
  content: '';
  left: 4px;
  top: 0px;
  width: 1px;
  height: 110px;
  background-color: #0e172836;
  position: absolute;
}

.crm-mdul-bx ul li{
  font-size: 18px;
  padding: 0px 0px 12px 23px;
  position: relative;
  color: var(--txt-color);
}


.crm-mdul-bx ul li:before{
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid var(--primary-color1);
  background-color: var(--white);
  display: inline-block;
  box-shadow: 1px 1px 5px 0px #6d6767;
  position: absolute;
  top: 11px;
  left: 0px;
}

/*------banner-------wrap------end------*/


/*--------title-----wrap----start-------*/

.smll-title{
  font-size: 18px;
  position: relative;
  color: var(--primary-color1);
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}

.heading-wrp h2{
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--title-color);
}

.heading-wrp h2 span{
  color: var(--primary-color1);
}

/*--------title-----wrap----end-------*/

/*----about--------wrap-------start------------*/

.about-sctn{
  width: 100%;
  position: relative;
  padding: 70px 0px;
  background-color: #f9f4f4;
  z-index: -1;
}

.about-sctn:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/about-bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 55%;
  height: 100%;
}


.about-img-wrp{
  display: flex;
  position: relative;
}


.abt-img2{
  width: calc(95% - 20px);
}

.abt-img2 img{
  width: 100%;
  aspect-ratio: 1 / 1.500;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  animation: abtImgMive 3s infinite linear;
}

@keyframes abtImgMive{
  0%{transform: translateX(0);}
  50%{transform: translateX(10px);}
  100%{transform: translateX(0);}
}


.img-with-abt-cntnt-bx{
  display: grid;
  grid-template-columns: 0.9fr 4fr;
  align-items: end;
  gap: 40px 10px;
  margin-bottom: 40px;
  position: relative;
}


.abt-content{
  position: relative;
  z-index: 1;
  width: 100%;
}

.abt-innr-txt p{
  font-size: 15px;
  line-height: 26px;
  color: var(--txt-color);
  /* text-align: justify; */
  margin-bottom: 15px;
}

/*----about--------wrap-------end------------*/

/*--------crm-----features----wrap---start------*/
.features-sctn{
  background: linear-gradient(41deg,rgba(247, 210, 215, 1) 0%, rgba(212, 230, 246, 1) 100%);
  width: 100%;
  position: relative;
  padding: 60px 0px 0px;
}


/*---------------------*/

.feature-lft-content{
  position: sticky;
  top: 100px;
}

.feature-card-wrp{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 800px;
  overflow: hidden;
  margin-bottom: 65px;
}

.feature-card{
  background-color: rgba(235, 240, 247, 0.69);
  width: 100%;
  height: 220px;
  margin-bottom: 33px;
  backdrop-filter: blur(4px);
  border-radius: 5px 30px 5px 5px;
  position: relative;
  transition: transform 0.4s ease;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 65px;
  /*background-color: #e9dcdc;*/
  background: radial-gradient(circle,rgba(255, 252, 253, 1) 0%, rgba(233, 220, 220, 1) 100%);
  z-index: 1;
  transition: all 0.6s ease;
  border-radius: 0px 0px 27px 0px;
}

.feature-card:hover::before {
  height: 100%;
  width: 100%;
  border-radius: 5px 30px 5px 5px;
}


.feature-icn{
  width: 80px;
  height: 65px;
  background-color: #e9dcdc;
  color: var(--primary-color1);
  text-align: center;
  line-height: 60px;
  font-size: 33px;
  margin-bottom: 10px;
  border-radius: 0px 0px 27px 0px;
}

.feature-card:hover .feature-icn{
  background-color: #f1cece;
  color: var(--primary-color1);
  text-shadow: none;
}

.feature-card h6{
  color: var(--title-color);
  font-size: 19px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d7172e59;
  padding-bottom: 12px;
}

.innr-feature-txt{
   padding: 10px 25px 20px;
}

.innr-feature-txt p{
  font-size: 14px;
  color: var(--txt-color);
  letter-spacing: 0.7px;
  line-height: 22px;
}


.innr-feature-txt,
.feature-icn {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}


/*---------------------------*/
.marquee-inner {
  display: flex;
  flex-direction: column;
  animation: vertical-marquee 18s linear infinite;
}

/* Pause animation on hover */
.feature-card-wrp:hover .marquee-inner {
  animation-play-state: paused;
}

/* Keyframes for seamless loop */
@keyframes vertical-marquee {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/*-----------------------------*/

/*----------------------------*/

.float-txt {
  /*position: sticky;
  top: 0%;
  left: 0%;*/
  -webkit-transform: rotate(-90deg) translateY(0px) translateX(-520px);
  -moz-transform: rotate(-90deg) translateY(0px) translateX(-520px);
  -ms-transform: rotate(-90deg) translateY(0px) translateX(-520px);
  -o-transform: rotate(-90deg) translateY(0px) translateX(-520px);
  transform: rotate(-90deg) translateY(0px) translateX(-520px);
  z-index: -1;
}

.float-txt h3 {
  font-weight: 600;
  font-size: 65px;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.5px;
  color: var(--primary-color1);
  opacity: 0.2;
}

/*----crm------features-----wrap-----end-----*/

/*-------counter------wrap-----start------*/

.counter-sctn{
  position: relative;
  padding: 25px 27px;
  background-color: #eaeaed;
  margin: -39px auto 0px;
  overflow: hidden;
}

.innr-count-wrp{
  display: flex;
}

.innr-count-wrp .counter-bx{
  border-right: 1px solid #d7172ea8;
  padding: 7px 8px;
  column-gap: 9px;
  width: 100%;
  height: 85px;
  align-items: center;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-align: center;
}

.innr-count-wrp .counter-bx:last-child{
  border-right: none;
}

.counter-bx:hover{
  background-color: var(--primary-color1);
}

.counter-bx:hover h6,
.counter-bx:hover h3{
  color: var(--white);
}

.counter-bx h6{
  font-size: 36px;
  color: var(--primary-color1);
  margin-bottom: 0px;
  font-weight: 700;
}

.counter-bx h3{
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 22px;
  color: var(--title-color);
}

/*------counter------wrap----end---------*/





@media only screen and (max-width:1399px){



.img-with-abt-cntnt-bx {
  grid-template-columns: 1.3fr 4fr;
}

.about-sctn {
  padding: 55px 0px;
}

.abt-img2 {
  width: calc(86% - 20px);
}

.heading-wrp h2 {
  font-size: 34px;
}



.feature-icn {
  width: 78px;
  height: 59px;
  line-height: 57px;
  font-size: 27px;
  margin-bottom: 4px;
}

.innr-feature-txt {
  padding: 10px 20px 20px;
}

.feature-card h6 {
  font-size: 17px;
  margin-bottom: 13px;
  padding-bottom: 9px;
}



}


@media only screen and (max-width:1199px){



.banner-content h1 {
  font-size: 36px;
  line-height: 58px;
}

.banner-content h1::first-letter {
  font-size: 45px;
}

.banner-content p {
  font-size: 15px;
}


.crm-mdul-bx .crm-mdul-title {
  font-size: 24px;
}

.cptcha-wrp {
  width: 80%;
}

.banner-sctn {
  padding: 35px 0px;
}





 .heading-wrp h2 {
    font-size: 28px;
  }


  .abt-img2 {
    width: calc(100% - 20px);
  }

  .counter-bx h3 {
    font-size: 15px;
  }


  .feature-card {
    height: auto;
  }

  .feature-card-wrp {
    height: 400px;
    margin-bottom: 25px;
  }


  .float-txt {
    transform: rotate(-90deg) translateY(0px) translateX(-355px);
  }

  .float-txt h3 {
   font-size: 50px;
  }

 

  
}



@media only screen and (max-width:991px){

  .banner-content {
  width: 100%;
}

  .banner-content h1 {
    font-size: 30px;
    line-height: 44px;
  }

   .banner-content h1::first-letter {
    font-size: 40px;
  }

   .banner-content p {
    font-size: 14px;
  }

  .crm-mdul-bx .crm-mdul-title {
    font-size: 22px;
  }

  .crm-mdul-bx ul li {
  font-size: 16px;
}

.about-sctn {
    padding: 40px 0px 55px;
  }

 .abt-img2{
    display: none;
   }

    .img-with-abt-cntnt-bx {
      grid-template-columns: 1fr;
      margin-bottom: 7px;
    }




  .counter-sctn {
    padding: 12px 5px;
    margin: 0px auto 0px;
  }

  .counter-bx h3 {
    font-size: 14px;
  }

  .counter-bx h6 {
  font-size: 32px;
}


 .features-sctn {
  padding: 50px 0px 0px;
}

 .feature-card-wrp {
    height: 360px;
    margin-bottom: 30px;
  }

   .float-txt {
    transform: rotate(-90deg) translateY(0px) translateX(-265px);
  }

  .float-txt h3 {
    font-size: 40px;
  }

   .cptcha-wrp {
    width: 100%;
  }

  .banner-sctn::before {
    width: 100%;
  }


}


@media only screen and (max-width: 767px) {



.feature-card-wrp {
    height:250px;
    margin-bottom: 0px;
  }

   .float-txt h3 {
    font-size: 30px;
  }

  .float-txt {
    transform: rotate(-90deg) translateY(0px) translateX(-217px);
  }

   

  .innr-count-wrp {
    flex-wrap: wrap;
  }

  .innr-count-wrp .counter-bx {
    padding: 15px 5px;
    width: 50%;
    height: auto;
  }

  .counter-bx h6 {
    font-size: 32px;
  }

  .counter-bx h3 {
    font-size: 13px;
  }

  .innr-count-wrp .counter-bx:nth-child(2) {
  border-right: none;
}

.innr-count-wrp .counter-bx {
  border-bottom: 1px solid #d7172ea8;
}

.innr-count-wrp .counter-bx:nth-child(3),
.innr-count-wrp .counter-bx:nth-child(4){
  border-bottom: none;
}



 
}



@media only screen and (max-width:575px){

.banner-sctn .free-demo-form{
        max-width: 100%;
        margin-top: 10px;
      }
  .banner-content h1::first-letter {
    font-size: 36px;
  }

  .banner-content h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .banner-content p {
    font-size: 14px;
    line-height: 25px;
  }

  .crm-mdul-bx .crm-mdul-title {
    font-size: 22px;
  }

  .crm-mdul-bx ul li {
  font-size: 13px;
  padding: 0px 0px 10px 20px;
  font-weight: 600;
}

.crm-mdul-bx ul::before {
  height: 82px;
}

.crm-mdul-bx ul li::before {
  top: 5px;
}


 .about-sctn {
    padding: 30px 7px;
  }

  .heading-wrp h2 {
    font-size: 24px;
    line-height: 33px;
  }

 



.features-sctn {
  padding: 30px 0px 15px;
}

.feature-lft-content {
  display: none;
}

 .float-txt{
  transform: none;
 }

 .float-txt h3 {
    font-size: 28px;
    opacity: 1;
    text-align: center;
    padding-bottom: 34px;
  }



.feature-card-wrp {
    height: auto;
    margin-bottom: 0px;
  }

  .marquee-inner {
  animation: none;
}

.marquee-inner .row:last-child{
  display: none;
}


  
}
