/*
Theme Name: Treyna Group
Theme URI: https://treynagroup.com
Description: Treyna Group Default Theme
Author: Qairos Inc.
Author URI: https://www.qairos.asia
Template: twentytwentyfive
Version: 1.0.0
*/

.wp-block-group > * {
  animation: fadeInUp 0.8s ease-out forwards;
}

.wp-block-group-centered {
  text-align: center;
  max-width: 1440px !important;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55px;
  margin-top: 25px !important;
}

.featured-image {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .tg-fullscreen-title {
    font-size: 15px !important;
  }

  .tg-fullscreen-title-desktop {
    display: none !important;
  }

  .tg-fullscreen-title-mobile {
    display: block !important;
  }

  .wp-block-group-centered {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
