.hide {
    display: none !important;
}


.loader {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
  }
  .loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 4px solid #22272759;
    animation: prixClipFix 2s linear infinite ;
  }

  @keyframes rotate {
    100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
      0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
      25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
      50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
      100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
  }



  .requestVirfaction {
    border: none !important;
    outline: none !important;
  }

  .requestVirfactionEmailForm {
    border: none !important;
    outline: none !important;
  }

  .requestVirfactionPhoneForm {
    border: none !important;
    outline: none !important;
  }


.alert-danger {
  text-align: center;
  background-color: rgba(180, 29, 29, 0.829);
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}




.seo-container {
  font-size: 14px !important;
  max-width: 900px;
  margin: 300px auto 0px auto;
  padding: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.seo-title-main {
  padding: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 30px;
  border-bottom: 2px solid #ddd;
}

.seo-title-section {
  padding: 10px;
  color: #555;
  margin-top: 20px;
}

.seo-text {
  padding: 10px;
  line-height: 1.6;
  color: #666;
  margin-top: 15px;
}

.seo-list {
  list-style: none;
  padding: 0;
}

.seo-list-item {
  padding: 10px 0;
}

.seo-list-link {
  text-decoration: none;
  color: #F3C975;
  font-weight: bold;
  transition: color 0.3s ease;
}

.seo-list-link:hover {
  color: #FFC800;
}

.seo-intro {
  text-align: center;
  padding: 20px 0;
  color: #444;
  font-weight: 500;
}

.seo-button {
  display: inline-block;
  background-color: #19b4a0;
  color: #fff;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.seo-button:hover {
  background-color: #d98e00;
}

.seo-image-container {
  text-align: center;
  margin-top: 20px;
}

.seo-image-container img {
  max-width: 100%;
  height: auto;
  border: 5px solid #19b4a0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
