/* Header */
.header {
  padding: 30px 0 50px;
  background: rgb(152,221,202);
  background: linear-gradient(0deg, rgba(152,221,202,1) -20%, rgba(173,232,216,1) 15%, rgba(173,232,216,1) 54%, rgba(152,221,202,1) 100%);
  background: #023e3f;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .header {
    padding: 70px 0;
  }
  .web-dev-anim{
    display: flex;
  }
}

/* navigator */
.header .navigator {
  margin-bottom: 100px;
  font-family: var(--secondary-font);
}

/* title */
.header .navigator .title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
  margin-right: 45px;
}
.header .navigator .title::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--dark);
  right: -24px;
}

/* item */
.header .navigator .item {
  font-size: 15px;
  font-weight: 300;
  color: var(--dark);
  border-bottom: 1px solid transparent;
}
.header .navigator .item.active {
  font-weight: 500;
  border-bottom-color: var(--dark);
 }
.header .navigator .item:not(:last-child) {
  margin-right: 25px;
}
.header .navigator .item:hover {
  border-bottom-color: var(--dark);
}

/* title-5 */
.header .title-5 {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
}

/* title-1 */
.header .title-1 {
  font-size: clamp(2.01rem,calc(.5rem + 2.9004vw),3.247rem);
  font-family: var(--third-font);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 30px;
}

/* hero */
.header .hero {
  position: absolute;
  bottom: -100px;
  left: 50%;
  width: 800px;
}
@media only screen and (max-width: 1199.98px) {
  .header .hero {
    left: 60%;
    width: 700px;
  }
  .web-dev-anim{
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .header .hero {
    display: none
  }
}

.web-dev-anim{
  width: 288px; 
  margin-left: 200px;
  margin-top: 40px;
}
.hero-p{
  color: #ffffff;
}
/*------------------------------------------------------*/

/* plan */
.se-i .plans .plan {
  position: relative;
  padding: 40px;
  background-color: var(--dark);
  border: 1px solid var(--dark);
  border-radius: 12px;
  height: 100%;
  z-index: 2
}
.light-theme .se-i .plans .plan {
  background-color: var(--light);
  border-color: var(--border);
}

/* popular-box */
.se-i .plans .plan .popular-box {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}
.light-theme .se-i .plans .plan .popular-box {
  background-color: #fff;
}
.se-i .plans .plan .popular-box::before {
  position: absolute;
  content: '';
  left: -4px;
  top: -4px;
  width: 48px;
  height: 48px;
  background: conic-gradient(
    #fd004c,
    #fe9000,
    #fff020,
    #3edf4b,
    #3363ff,
    #b102b7,
    #fd004c
  );
  animation: spin 1.5s infinite linear;
  border-radius: 50%;
  z-index: -1;
}
.se-i .plans .plan .popular-box img {
  width: 17px;
  filter: invert(1);
}
.light-theme .se-i .plans .plan .popular-box img {
  filter: invert(0);
}

/* plan-icon */
.se-i .plans .plan-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: -4px
}

/* plan-head */
.se-i .plans .plan-head {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.light-theme .se-i .plans .plan-head {
  border-color: var(--border);
}
.se-i .plans .plan-name {
  font-size: 20px;
  font-family: var(--primary-font);
  font-weight: 600;
  color: #ffffff;
}
.light-theme .se-i .plans .plan-name {
  color: var(--dark);
}
.se-i .plans .plan-para {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-gray);
  min-height: 50px
}

/* plan-price */
.se-i .plans .plan-price {
  margin-bottom: 20px
}
.se-i .plans .plan-price .price {
  font-size: 30px;
  font-family: var(--primary-font);
  font-weight: 700;
  color: #ffffff;
}
.light-theme .se-i .plans .plan-price .price {  
  color: var(--dark);
}
.se-i .plans .plan-price .price-comment {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-gray);
}

/* actions */
.se-i .plans .actions {
  padding-bottom: 10px
}

/* group */
.se-i .plans .group {
  margin-top: 45px;
}
.se-i .plans .group .title-4 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px
}
.light-theme .se-i .plans .group .title-4 {
  color: var(--dark);
}
.se-i .plans .group .list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-gray);
  padding-right: 26px;
}
.se-i .plans .group .list li:not(last-of-type) {
  margin-bottom: 10px
}
.se-i .plans .group .list li img {
  margin-right: 10px;
  width: 16px
}

/* float-box */
.se-i .plans .group .list li .float-box {
  position: absolute;
  top: 2px;
  right: 0;
  width: 18px;
  height: 18px;
}
.se-i .plans .group .list li .float-box::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: '?';
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, .1);  
  border-radius: 50%;
  font-size: 12px;
  font-family: var(--secondary-font);
  font-weight: 600;
  line-height: 1;
  transition: all .15s ease-in-out;
}
.light-theme .se-i .plans .group .list li .float-box::before {
  background-color: rgba(0, 0, 0, .1);
}
.se-i .plans .group .list li .float-box:hover::before {
  background-color: rgba(0, 0, 0, .2);
}
.se-i .plans .group .list li .float-box::after {
  position: absolute;
  content: attr(data-text);
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 280px;
  background-color: var(--semi-dark);
  white-space: normal;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--text-gray);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  box-shadow: 0 10px 45px 0 rgba(0, 0, 0, .4);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all .15s ease-in-out;
}
.light-theme .se-i .plans .group .list li .float-box::after {
  background-color: #fff;
  border: 1px solid var(--border);
  background-color: #FFFFFF;
  box-shadow: 0 2px 15px #dde5eb;
}
.se-i .plans .group .list li .float-box:hover::after {
  visibility: visible;
  opacity: 1;
}

/* se-footer */
.se-i .se-footer .line {
  margin: 6px 12px;
}
.se-i .se-footer .line .icon {
  min-width: 16px;
  width: 16px;
  margin-right: 10px;
}
.se-i .se-footer .line .text {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--text-gray);
  line-height: 1;
}
/*------------------------------------------------------*/

.services-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: max-content;
  margin-bottom: 60px;
}
.services-head div {
  display: flex;
  width: 40%;
  font-size: 21px;
}
.services-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 20px;  */
  overflow: hidden;
  height: 465px;
}
.services-img{
  width: 25%;
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)), url("/assets/images/pages/seo/emp-seo.jpg");
  background-position: 70% 0%;
  background-size: cover;
  display: flex;
  align-items: end;
  color: white;
}
.services-img-content{
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 13px;
}
.services-img-content p{
  font-size: 13px;
}
.services-img-content a{
  background-color: #15CD72;
  color: white;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.services-img-content a:hover{
  background-color: #13B966;
}
.service-features img{
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 8px;
}

.service-features h4{
  font-size: 15px;
}
.service-features p{
  font-size: 12px;
}

.service-feat-main{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  gap: 15px;
  width: 80%;
  height: 100%;
  padding: 0px 0px 0px 20px;
}

.service-features{
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  width: 255px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)  ; 
}

.service-features span {
  width: 100%;
  border-top: 1px solid #ccc;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #4d4c4c;  
  font-weight: 500;
}

.feat-img-div{
  background-color: #15cd7173;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  position: relative;
}
.seo-features-sec{
  padding: 90px 0px;
  border-bottom: 1px solid var(--border);
}

.client-section{
  background-color: #fff;
  padding: 90px 0px;
  border-bottom: 1px solid var(--border);
}

.client-count{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 45%;
  gap: 10px;
}
.client-count-div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
}
.div-border{
  border-right: 1px solid #ccc;
}

.client-count-no{
  display: flex;
  flex-direction: column;
  flex-basis: calc(80% / 3);
}

.client-count-no p{
  font-size: 25px;
  font-weight: 500;
  color: #023e3f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.client-count-no h4{
  font-size: 12px;

}
.client-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.client-img {
  background-image: url("/assets/images/pages/seo/client.jpg");
  width: 45%;
  height: 400px;
  background-position: 70% 0%;
  background-size: cover;
  border-radius: 8px;
}
.client-head-tag{
  width: 80%;
  font-size: 22px;
  height: 100px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.client-head-tag span{
  color: #15CD72;
}

.client-exp {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 8px;
  height: max-content;
  flex-basis: calc(90% / 2);
}

.client-exp h5{
  font-size: 15px;
}

.client-exp p{
  line-height: 1.5;
  font-size: 12px;
}
.our-awards{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
}
.our-awards h4 {
  font-size: 23px;
}

.our-awards div{
  width: 50%;
}

.client-contact-main{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.client-contact{
  background-color: #023e3f;
  width: 90%;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  gap: 15px;
}

.client-contact h4{
  font-size: 25px;
}

.client-contact p{
  font-size: 15px;
}

.client-sch-tag{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
}

.client-sch-btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.client-sch-btn a{
  padding: 10px;
  color: white;
  background-color: #15CD72;
  border-radius: 8px;
  font-weight: 500;
  transition: box-shadow .20s ease, background-color .20s ease, border-color .20s ease, color .20s ease;
}

.client-sch-btn a:hover{
  background-color: #13B966;
}

.oppr-seo-main{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.oppr-seo{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  border-radius: 8px;
}

.oppr-seo p{
  font-size: 13px;
}
.oppr-seo h4{
  font-weight: 500;
}

.oppr-seo img{
  width: 40px;
  height: 40px;
}

.saas {
  background-color: #e1deff;
}
.insure {
  background-color: #ecddbd;
}
.finance {
  background-color: #bdd6ec6e;
}
.ecomrce {
  background-color: #bdecd199;
}

.seo-comparisn{
  padding: 90px 0px;
  border-bottom: 1px solid var(--border);
}
.table-main-div{
  display: flex;
  justify-content: center;
  align-items: center;
}

table{
  width: 100%;
  border-collapse: collapse;
}
table thead{
  height: 40px;
}

.table-row{
  border-bottom: 1px solid #ccc;
  height: 40px;
}
.table-column-1{
  font-weight: 600;
  width: 33.33%;
  padding: 15px;
}
.table-column-2 {
  background-color: #15cd7230;
  padding: 15px;
  width: 33.33%;
}

.column-2-div{
  display: flex;
}

.table-column-2 img {
  width: 15px;
  height: 15px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.table-column-3 img {
  width: 10px;
  height: 10px;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.table-column-3{
  padding: 15px;
  width: 33.33%;
}
.table-column-2 span, .table-column-3 span{
  font-weight: 500;
}
.table-row-btn{
  height: 60px;
}

.table-row-cta{
  height: 80px;
  background-color: #15cd7230;
  border-radius: 0px 0px 8px 8px;
}

.table-row-head {
  border-radius: 8px 8px 0px 0px;
}

.step-nxt-section{
  background-color: white;
  padding: 90px 0px;
  border-bottom: 1px solid var(--border);
}

.step-nxt-main{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 60px;
}

.set-nxt-sn-div{
  background-color: #15cd7230;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 15px;
  padding: 15px;
  width: calc(100% / 3);
}
.set-nxt-sn-div p {
  font-size: 15px;
}
.set-nxt-sn-div a {
  font-weight: 600;
  color: #023e3f;
  display: flex;
  align-items: center;
}

.set-nxt-sn-div img{
  width: 20px;
  height: 20px;
  background-color: #023e3f;
  margin-right: 10px;
  border-radius: 5px;
}

.main-clr{
  color: #15CD72;
}

@media only screen and (min-width: 481px) and (max-width: 992px){
  .web-dev-anim{
    display: none;
  }
  .services-img {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .services-img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  
  .services-list {
    height: unset;
  }
  .service-feat-main {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    padding: unset;
    width: 100%;
    justify-items: center;
  }
  .service-features {
    width: unset;
  }
  .client-main {
    flex-direction: column;
  }
  .client-count {
    width: 100%;
  }
  .client-img {
    width: 100%;
  }
  .client-count-div{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .services-list {
    height: unset;
  }
  .service-feat-main {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    padding: unset;
    width: 100%;
    justify-items: center;
  }
  .client-main {
    flex-direction: column;
  }
   .client-count{
    width: 100%;
    margin-bottom: 30px;
  }
   .client-img{
    width: 100%;
  }
   .client-count-div{
    margin-bottom: 30px;
  }
   .client-head-tag {
    width: 100%;
  }
   .oppr-seo-main{
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
   .oppr-seo{
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .web-dev-anim{
    display: none;
  }
  .services-head{
    flex-direction: column;
    gap: 30px;
  }
  .services-head div{
    width: 100%;
  }
  .services-list{
    height: unset;
    justify-content: center;
  }
  .service-feat-main{
    padding: 0px 0px 0px 00px;
    grid-template-columns: unset;
    width: unset;
    justify-items: center;
  }
  .service-features{
    width: 75%;
  }
  .client-main{
    flex-direction: column;
  }
  .client-img{
    width: 100%;
  }
  .client-count{
    width: 100%;
    gap: 0px;
  }
  .client-count-div{
    margin-bottom: 30px;
    height: max-content;  
    align-items: start;
  }
  .our-awards{
    flex-direction: column;
  }
  .our-awards div{
    width: 100%;
  }
  .client-contact{
    flex-direction: column;
  }
  .oppr-seo-main{
    flex-direction: column;
  }
  .table-column-3{
    display: none;
  }
  .step-nxt-main{
    flex-direction: column;
  }
  .set-nxt-sn-div{
    width: 100%;
  }
  .services-img {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .web-dev-anim{
    display: none;
  }
  .services-head{
    flex-direction: column;
    gap: 30px;
  }
  .services-head div{
    width: 100%;
  }
  .services-list{
    height: unset;
    justify-content: center;
  }
  .service-feat-main{
    padding: 0px 0px 0px 00px;
    grid-template-columns: unset;
    width: unset;
  }
  .client-main{
    flex-direction: column;
  }
  .client-count{
    width: 100%;
    gap: 0px;
  }
  .client-img{
    width: 100%;
  }
  .client-head-tag{
    width: 100%;
    margin-bottom: 30px;
  }
  .client-count-div{
    margin-bottom: 30px;
    height: max-content;  
    align-items: start;
  }
  .our-awards{
    flex-direction: column;
  }
  .our-awards div{
    width: 100%;
  }
  .client-contact{
    flex-direction: column;
  }
  .oppr-seo-main{
    flex-direction: column;
  }
  .seo-comparisn{
    display: none;
  }
  .step-nxt-main{
    flex-direction: column;
  }
  .set-nxt-sn-div{
    width: 100%;
  }
  .service-features{
    width: 75%;
  }
  .services-img {
    display: none;
  }
}

