
.seo-landing-page-banner h1{
        font-size: 36px;
    font-weight: 600;
      margin-bottom: 10px;
}

.seo-landing-page-banner h2{
        font-size: 22px;
    font-weight: 500;
     color: #fff;
         margin-bottom: 10px;
}

.seo-landing-page-banner p{
        font-size: 16px !important;
    color: #fff;
    line-height: normal;
   margin-bottom: 10px !important;
}


.seo-landing-page-banner .about-content .features-list li:before {
    content: "";
    font-family: 'icomoon';
    color: var(--color-tertiary);
    font-size: 19px;
    position: relative;
    left: 0;
    top: 0px;
}

.seo-landing-page-banner .about-content .features-list li {
   display: flex;
    padding-left:0px;
}

.seo-landing-page-banner .about-content .features-list li i{
       color: #EA7839;
    font-size: 22px;
    margin-right: 10px;
    background: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.seo-landing-page-about h2{
       font-size: 28px;
    font-weight: 600;
}

 .seo-landing-page-about  .features-list li {
    font-size: 17px;
    line-height: normal;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.seo-landing-page-about  .features-list li:before {
    content: "\e913";
    font-family: 'icomoon';
    color: var(--color-tertiary);
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 0px;
}

.orange-bg-color{
    background: #EA7839;
}

.seo-landing-page-cta .edu-btn{
        color: #000;
    background: #fff;
}

.seo-landing-page-cta .edu-btn:hover{
        color: #fff;
    background: #1ab69d;
}



@media only screen and (max-width: 767px) {
    
 .seo-landing-page-about h2 {
    font-size: 22px;
    font-weight: 600;
}

}


/*whatsapp css*/
  .whatsapp-chat a {
      color: #fff;
      font-family: inherit;
      font-weight: 500;
      font-size: 16px;
      text-decoration: none;
      align-items: center;
      background-color: #4fce5d;
      border-radius: 100px;
      border-width: 0;
      cursor: pointer;
      width: auto;
      padding: 9px 18px;
  }

  .whatsapp-chat i {
      font-size: 18px;
  }

  .whatsapp-chat {
      position: fixed;
      bottom: 12px;
      left: 8px;
     padding: 2px 4px 2px;
      border: 1px solid #4fce5d;
      border-radius: 100px;
      z-index: 99;
  }

  .whatsapp-chat span {
      width: 10px;
      height: 10px;
      background-color: rgb(255, 0, 0);
      position: absolute;
      z-index: 1;
      border-radius: 50%;
      right: 8px;
      top: 0px;
      display: block !important;
  }

  /* Pulsating Border Effect */
  .whatsapp-chat::before,
  .whatsapp-chat::after {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      border-radius: 100px;
      border: 1px solid #4fce5d;
      animation: pulsating-border 1.8s infinite ease-out;
      z-index: -1;
  }

  /* Second wave for a more dynamic effect */
  .whatsapp-chat::after {
      animation-delay: 0.9s;
      opacity: 0.6;
  }

  /* Keyframes for border animation */
  @keyframes pulsating-border {
      0% {
          transform: scale(1);
          opacity: 1;
      }

      100% {
          transform: scale(1.6);
          opacity: 0;
      }
  }

  .whatsapp-chat-details {
      display: none;
      position: fixed;
      bottom: 80px;
      left: 12px;
      border-radius: 16px;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 30px 0px;
      background-image: url(../images/background-whatsapp.jpg);
      background-size: cover;
      background-position: center;
      max-width: 400px;
      width: calc(100vw - 50px);
      opacity: 0;
      transform: translateY(20px);
      animation: fadeIn 0.8s ease-out forwards;
      z-index: 98;
  }

  @keyframes fadeIn {
      0% {
          opacity: 0;
          transform: translateY(20px);
      }

      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }

  .whatsapp-chat-details .top-bar {
      color: rgb(17, 17, 17);
      display: flex;
      align-items: center;
      padding: 12px 16px;
      background: rgb(9, 94, 84);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 16px 16px 0px 0px;
      position: relative;

  }

  .whatsapp-chat-details .top-bar .logo img {
      padding: 1px;
      border-radius: 100px;
      width: 52px;
      height: 52px;
      object-fit: contain;
      background-color: #fff;

  }


  .whatsapp-chat-details .top-bar .logo {
      position: relative;
  }

  .whatsapp-chat-details .top-bar .logo span {
      width: 10px;
      height: 10px;
      background-color: #00ff1c;
      position: absolute;
      z-index: 1;
      border-radius: 50%;
      right: 6px;
      bottom: 4px;
      display: block !important;
  }

  .header-title {
      padding-left: 18px;
      color: #fff;
  }

  .header-title h5 {
      font-size: 18px;
      padding-bottom: 4px;
  }

  .header-title p {
      font-size: 13px;
  }

  p {
      margin-bottom: 0px;
  }

  .header-title h5,
  .header-title p {
      margin: 0px;
      color: #fff;
  }

  .close-btn {
      color: #fff;
      font-weight: 400;
      position: absolute;
      top: 5px;
      right: 4px;
      font-size: 20px;
      cursor: pointer;
      opacity: .8;
  }

  .close-btn:hover {
      opacity: 1;
  }

  .chat-section {
      padding: 16px 25px;
  }

  .chat-details {
      display: flex;
      position: relative;
      margin-bottom: 12px;
  }

  .chat-content {
      padding: 6px 14px;
      position: relative;
      transform-origin: center top;
      z-index: 2;
      font-size: 15px;
      line-height: 1.39;
      max-width: calc(100% - 66px);
      border-radius: 0px 16px 16px;
      background-color: rgb(255, 255, 255);
      opacity: 1;
      hyphens: auto;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px 0px;
  }

  .chat-section .chat-content::before {
      content: '';
      position: absolute;
      top: 0;
      left: -12px;
      width: 20px;
      height: 20px;
      background: linear-gradient(225deg, #fff 0%, #fff 50%, transparent 50%, transparent);
  }

  .chat-content p {
      font-size: 17px;
      font-weight: 400;
      color: #000;
      padding: 2px;
  }

  .chat-btn {
      display: flex;
      justify-content: center;
      margin-top: 20px;
  }

  .chat-btn a {
      color: #fff;
      font-family: inherit;
      font-weight: 500;
      font-size: 18px;
      text-decoration: none;
      background-color: #4fce5d;
      border-radius: 100px;
      border-width: 0;
      cursor: pointer;
      width: auto;
      padding: 6px 18px;

  }

  .time {
      text-align: center;
      opacity: .5;
      padding-bottom: 10px;
  }

  .chat-details,
  .chat-btn {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .powered-by p {
      font-size: 12px;
      text-align: center;
      padding-top: 15px;
  }

  .powered-by p i {
      font-size: 12px;
      color: #FFA800;
  }

  .powered-by p .website-link {
      color: #006F93;
      font-size: 14px;
      text-decoration: none;
  }
  
  
  /*pop up form*/
  
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  width: 90%;
  max-width: 500px;
  padding: 25px;
  border-radius: 12px;
background: linear-gradient(321deg, #edfefc 1.2%, #fef7ec 98.98%);
  color: #fff;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  background: red;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  font-size: 22px;
    font-weight: 400;
}

.popup-content .popup-heading h3{
    font-size: 21px;
    font-weight: 600;
        margin-bottom: 0px;
}

.popup-content .popup-heading p{
        line-height: normal;
    font-size: 15px;
}

.popup-content .input-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff7350;
  font-size: 14px;
}

.popup-content .textarea-icon {
  top: 12px;
  transform: none;
}

.popup-content .form-control {
    padding: 8px 0px 8px 42px !important;
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    border: 1px solid #d5d5d5;
}

.enquiry-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(to right, #f77314, #d65c05);
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 50px;
  font-weight: 600;
  z-index: 9999;
  cursor: pointer;
}

.btn-default {
    position: relative;
    display: inline-block;
    font-family: #ff7350;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: #fff;
    background: #ff7350;
    border-radius: 8px;
    padding: 17px 58px 17px 24px;
    border: none;
    overflow: hidden;
    outline: none;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

    /* HIGHLIGHTS */
.popup-highlights{
    display:flex;
    justify-content:center;
    gap:10px;
    /*flex-wrap:wrap;*/
    margin:10px 0 0px;
}

.popup-highlight-item{
    display:block;
    align-items:center;
    gap:8px;
    background:#fff7f1;
    border:1px solid #ffe1cc;
     border-radius: 8px;
     padding: 8px;
    font-size: 12px;
    font-weight:500;
    color:#222;
    transition:.3s ease;
}

.popup-highlight-item:hover{
    background:#ff6a00;
    color:#fff;
    transform:translateY(-2px);
}

.popup-highlight-item i{
    color:#ff6a00;
    font-size:14px;
    transition:.3s ease;
}

.popup-highlight-item:hover i{
    color:#fff;
}

/* MOBILE */

@media(max-width:767px){

    .popup-highlights{
        gap:8px;
    }

    .popup-highlight-item{
        font-size:12px;
        padding:8px;
    }

}
  