/*
Theme Name: fit-quest
Theme URI: 
Author: 
Author URI: 
Description: clone of twenty-twenty-five
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fit-quest
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


/* Styles for the leaderboard table */
.Section-Event {
  width: 1000px;
}
.leaderboard-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  text-align: center;
  border: 1px solid #ddd;
}

.leaderboard-table thead {
  background-color: white;
  color: black;
}

.leaderboard-table thead th {
  padding: 10px;
  font-weight: bold;
}

.leaderboard-table tbody td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  color: white;
}
.leaderboard-container {
  overflow: visible; /* No scrolling by default */
  position: relative; /* Ensure proper positioning of child elements */
}
@media screen and (max-width: 768px) {
  .leaderboard-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .leaderboard-table {
    min-width: 600px;
    width: auto;
    border-collapse: collapse;
  }

  /* Button Styling */
  .load_more {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 50px;
    cursor: pointer;
  }

  .load_more:hover {
    background-color: white;
    color: black;
  }
  .Un-used_col {
    display: none;
  }
  .wp-block-image img {
    box-shadow: none !important;
    /* 	   height:300px !important; */
    /* 	   padding:0 5%;		 */
  }
  .scan-pay-head {
    text-align: center !important;
  }
  .scan-arrow-col {
    display: none;
  }
  .venmo-scan-col {
    padding: 0 !important;
  }
  .venmo-scan-img img {
    width: 300px !important;
  }
  .animi-row {
    display: none !important;
  }
  .is-style-default {
    margin-left: -64px !important;
    font-size: 12px !important;
    /* 		padding-top:20px !important;
     padding-bottom:20px !important; */
    padding: 20px 10px !important;
  }
  .founders-image img {
    height: auto !important;
    width: 70% !important;
    display: flex !important;
    /* 	margin:0 auto !important; */
  }
  .Founder_column_01 {
    padding-left: 25% !important;
    padding-top: 0 !important;
  }
  .rule2-para {
    margin-right: -80px !important;
  }
  .wp-image-202 {
    padding-left: 5% !important;
  }
  .wp-image-202 {
    margin-left: 5%;
  }
}
/* Button positioning on desktop view */
@media screen and (min-width: 769px) {
  .load_more {
    position: absolute;
    top: 170%;
    right: 20px;
    padding: 20px 50px;
    background-color: transparent;
    color: #e5b84f;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid white;
  }

  .load_more:hover {
    background-color: #e5b84f;
    /* 		border:1px solid black; */
    border: none;
    color: black;
  }
  /* 	.Level_up_img img{
      max-height:150px !important;
 } */
  .Arrow_up {
    width: 20% !important;
  }
}

.founders-image {
  transform: skew(1deg, 5deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.founders-image:hover {
  transform: skew(0deg, 0deg) translate(5px, -5px);
  /*   box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);  */
}

.wp-block-buttons .wp-block-button__link {
  font-family: Arial, sans-serif !important;
}

/* Style the form wrapper */
.custom-contact-form {
  background-color: #000000;
  padding: 20px;
  border-radius: 8px;
  color: #fff; /* White text */
  max-width: 500px; /* Optional: Restrict form width */
  margin: 0 auto; /* Center the form */
  font-family: Arial, sans-serif;
}

/* Style each label-input group */
.custom-contact-form .form-group {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  align-items: center;
}

/* Label styling */
.custom-contact-form .form-group label {
  width: 115px;
  display: flex;
  align-items: end;
  font-size: 22px;
  color: #fff;
}

/* Input fields styling */
.custom-contact-form .form-group input[type="text"],
.custom-contact-form .form-group input[type="email"],
.custom-contact-form .form-group input[type="tel"],
.custom-contact-form .form-group textarea {
  flex: 2; /* Input fields take more space */
  padding: 10px;
  background: none;
  border: none;
  border-bottom: 3px solid #fff; /* White underline */
  color: #fff; /* White text */
  font-size: 14px;
  outline: none; /* Remove the focus outline */
}

/* Add focus styles (optional for better UX) */
.custom-contact-form .form-group input[type="text"]:focus,
.custom-contact-form .form-group input[type="email"]:focus,
.custom-contact-form .form-group input[type="tel"]:focus,
.custom-contact-form .form-group textarea:focus {
  border-bottom: 3px solid #c99d47; /* Golden underline when focused */
}

/* Placeholder text styling */
.custom-contact-form .form-group input::placeholder {
  color: #fff;
  opacity: 0.7;
}

/* Submit button styling */
.custom-contact-form .form-group-btn input[type="submit"] {
  background-color: #c99d47; /* Golden color */
  color: #fff; /* Black text */
  padding: 25px 45px;
  border: none;
  /*     border-radius: 30px; */
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;

  display: block;
  margin: 15px auto;
}

/* Submit button hover effect */
.custom-contact-form .form-group-btn input[type="submit"]:hover {
  background-color: #d4b05e; /* Lighter golden */
  transition: background-color 0.3s ease;
}

.form-group-btn {
  display: flex;
  flex-direction: column;
}

/* rule2 image shape css */
/* rule2 image shape css */
/* .rule2-img {
   position: relative;
   width: 300px; 
   height: 400px;
   overflow: hidden; 
 }
 
 .rule2-img img {
   position: absolute;
   height: 100%;
   object-fit: cover; 
 }
 
 .rule2-img::before,
 .rule2-img::after {
   content: '';
   position: absolute;
   background: black;
   z-index: 1; 
 }
 
 
 .rule2-img::before {
   top: 0;
   right: 0;
   width: 80px;
   height: 80px;
 }
 
 
 .rule2-img::after {
   bottom: 0;
   left: 0;
   width: 80px; 
   height: 80px; 
 }
  */
.rule2-para {
  z-index: 10;
  width:22% !important;
	
}

/* .levelup-text {
   position: absolute; 
   bottom: 0; 
   transform: translateX(-50%);
   color: #333;
   writing-mode: vertical-rl; 
   text-align: center; 
   display: inline-block; 
   vertical-align: baseline; 
   line-height: 1.2; 
 }
  */

/* site runner ,biking -animation css */
.animi-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

/* .animation-container {
   position: relative;
   display: inline-block;
   width: 100px; 
   height: auto;
 } */

.runner-gif,
.biker-gif,
.weightlifter-gif {
  background-color: #af8a4a;
  border-radius: 50%;
  width: 100px;
  position: absolute;
  animation: move-along-row 6s linear infinite;
}

@keyframes move-along-row {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}

@media (min-width: 300px) and (max-width: 768px) {
  .animi-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100px !important;
    overflow: hidden;
  }
  .runner-gif,
  .biker-gif,
  .weightlifter-gif {
    background-color: #af8a4a;
    border-radius: 50%;
    width: 50px !important;
    position: absolute;
    animation: move-along-row 6s linear infinite;
  }

  @keyframes move-along-row {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(
        100px
      ); /* Shorter movement range for smaller screens */
    }
    100% {
      transform: translateX(0);
    }
  }
}

/* Style for Action Buttons for the registration */
button.edit-button,
button.delete-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 6px;
}

button.edit-button svg,
button.delete-button svg {
  vertical-align: middle;
}

button.delete-button {
  margin-left: 8px;
}

#wpcf7-f108-p42-o1 .wpcf7-response-output {
  color: white !important;
}

#wpcf7-f108-p42-o1 .wpcf7-not-valid-tip {
  font-size: 14px !important;
}

#submit-button {
  padding: 12px 20px !important;
  background-color: blue !important;
}

#cf7-custom-form div {
  margin-bottom: 10px;
}
#cf7-custom-form label {
  display: block;
}

#live-ticker-animation {
  border: 5px solid transparent; /* Make the border transparent initially */

  cursor: pointer;
  display: inline-block;

  /* Set the border-image with a gradient including #af8a4a */
  border-image: linear-gradient(45deg, #af8a4a, #d1b17d, #6b4f3b, #a7c4a0);
  border-image-slice: 1;
  animation: moveLeftAndBack 4s ease-in-out infinite,
    borderMove 4s ease-in-out infinite;
}

@keyframes moveLeftAndBack {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-150px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes borderMove {
  0% {
    border-image-source: linear-gradient(
      45deg,
      #af8a4a,
      #d1b17d,
      #6b4f3b,
      #a7c4a0
    );
  }
  25% {
    border-image-source: linear-gradient(
      135deg,
      #6b4f3b,
      #af8a4a,
      #d1b17d,
      #a7c4a0
    );
  }
  50% {
    border-image-source: linear-gradient(
      225deg,
      #d1b17d,
      #a7c4a0,
      #af8a4a,
      #6b4f3b
    );
  }
  75% {
    border-image-source: linear-gradient(
      315deg,
      #a7c4a0,
      #6b4f3b,
      #af8a4a,
      #d1b17d
    );
  }
  100% {
    border-image-source: linear-gradient(
      45deg,
      #af8a4a,
      #d1b17d,
      #6b4f3b,
      #a7c4a0
    );
  }
}

.levelup-text {
  display: inline-block;
  transform: rotate(270deg);
}
.levelup-text01 {
  display: inline-block;
  transform: rotate(270deg);
}

@media (max-width: 768px) {
  .levelup-text,
  .levelup-text01 {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: none;
    height: 100%;
    text-align: center;
  }

  .levelup-text h2 {
    font-size: 60px !important;
  }
  .wp-image-47 {
    height: 250px !important;
    padding: 5% 5%;
  }
  .wp-image-304 {
    width: 50%;
    display: flex;
    margin: 0 auto;
  }
}

/* iPad Pro (12.9-inch, 3rd Gen) and iPad Air */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),
  (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .levelup-text h2 {
    font-size: 150px !important;
    margin-top: 0 !important;
    margin-bottom: -60px !important;
  }
  .Home_para {
    padding-left: 0 !important;
  }
}
@media (width: 820px) {
  .levelup-text h2 {
    font-size: 120px !important;
    margin-top: 0 !important;
    margin-bottom: -60px !important;
  }
}
@media (width: 768px) {
  .Home_Button_inc a {
    width: 180px !important;
  }
  .Home_Photo_section {
    padding-right: 20%;
	  padding-right:0 !important;
  }
  .wp-image-47 {
    padding: 5% 0 !important;
    height: 300px !important;
    display: flex;
    margin: 0 auto;
  }
}

/*-------------  */

@media (max-width: 768px) {
  .Home_banner {
    height: 300px !important; /* Set the height */
    background-size: cover !important; /* Ensure the background image covers the entire container */
    background-position: center center !important; /* Keep the image centered */
  }
}

/* For smaller mobile screens */
@media only screen and (max-width: 480px) {
  .Home_banner {
    height: 250px !important; /* Reduce height for very small screens */
    background-size: cover !important; /* Make sure the background image covers the container */
    background-position: center center !important; /* Center the image */
  }
}

@media (max-width: 480px) {
  .custom-contact-form {
    padding-bottom: 0 !important;
  }
  .custom-form-mob-pad {
    padding: 15px 15px 0 !important;
  }
  .register-now {
    padding: 0 !important;
  }

  .page-id-42 .wp-container-core-columns-is-layout-10 .wp-block-image {
    margin: 0 !important;
  }
  .custom-home-col2-reg {
    padding: 0 !important;
  }
  .founders-image img {
    height: auto !important;
    /*         width:350px !important; */
    width: 100vw !important;
  }
  .founders-image {
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .Founder_column_01 {
    padding: 0 !important;
  }

  @keyframes moveLeftAndBack {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-80px);
    }
    100% {
      transform: translateX(0);
    }
  }
}

@media (max-width: 912px) {
  .page-id-42 .wp-container-core-columns-is-layout-10 {
    display: flex !important;
    flex-direction: column !important;
  }
  .page-id-42 .wp-container-core-columns-is-layout-10 .wp-block-image {
    margin: 10px !important;
  }
  .custom-home-col2-reg {
    margin: 0 auto !important;
  }

  .custom-home-col2-reg source {
    width: 500px !important;
    height: 400px !important;
  }
}

@media (max-width: 1024px) {
  .custom-contact-form .form-group input {
    width: 90% !important;
  }
  .custom-contact-form .form-group label {
    width: 150px !important;
  }
}

.Home_section005_para001 {
  width: 80%;
}

@media (min-width: 481px) and (max-width: 768px) {
  .custom-cycle-br {
    display: block;
  }
  .Home_section005_para001 {
    width: 57%;
    padding: 0 !important;
  }
  .Home_heading {
    font-size: 24px !important;
    padding-top: 5% !important;
    text-align: left;
  }
  .Home_para {
    padding: 0 !important;
    margin-top: 0;
  }
  .Home_section03_but {
    padding: 10% 8% !important;
  }
  .Home_Button_inc a {
    font-size: 14px !important;
    padding: 10px !important;
    width: 100px !important;
  }
  .Home_Section005_col {
    padding: 5% 8% !important;
  }
  .Home_section005_para {
    padding-top: 0 !important;
    font-size: 16px !important;
  }
  .Home_section005_headings {
    font-size: 24px !important;
  }
  .Home_section006_group {
    padding: 0 !important;
  }
  .Home_section006_coll {
    padding: 5% 7% !important;
  }
  .Home_Photo_section {
    padding-left: 1% !important;
  }
  .Home_photo_section_02 {
    padding-right: 30px !important;
  }
  .custom-contact-form {
    padding: 0 !important;
  }
  .custom-contact-form .form-group label {
    font-size: 16px !important;
  }
  .custom-contact-form .form-group-btn input[type="submit"] {
    padding: 15px 35px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
  }
  .Buttons_text a {
    font-size: 14px !important;
    padding: 10px 15px !important;
    font-family: "Open Sans" !important;
  }

  .logo {
    height: 100px;
    width: 100px;
  }
}

/* For smaller mobile screens */
@media (max-width: 480px) {
  .page-id-42 .wp-container-core-group-is-layout-5 {
    padding: 10px !important;
  }

  .page-id-42 .wp-container-core-group-is-layout-13,
  .page-id-42 .wp-container-core-group-is-layout-15 {
    padding: 0 !important;
  }

  .custom-rule-1-img img {
    object-fit: cover;
    width: 100vw !important;
    height: 400px;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
  }

  .page-id-42 .wp-container-core-columns-is-layout-10 .wp-block-image {
    margin: 0px !important;
  }
  .wp-container-core-columns-is-layout-9 {
    max-width: 100vw !important;
  }
  .custom-founders-para {
    padding: 5px 10px !important;
  }
  .custom-img-pad-mob {
    padding: 0 !important;
  }

  .Home_section006_coll {
    padding: 0 !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  .Level_up_img .wp-image-47 {
    width: 100vw !important;
  }
  .Level_up_img .wp-image-47 {
    padding: 0 !important;
  }
  .custom-cycle-br {
    display: block;
  }

  body .custom-rule-1 {
    padding: 20px 10px !important;
    position: absolute;
    margin: 10px 15px 0 0;
  }
  body .custom-rule-2 {
    position: absolute;
    left: 20%;
    margin-top: 10px;
	 width:auto !important; 
  }

  .Image_circle007 {
    width: 200px !important;
  }

  .logo {
    height: 80px;
    width: 80px;
  }

  .Buttons_text {
    font-size: 10px !important;
  }
  .Home_Section_buttons {
    padding-top: 0 !important;
  }
  .Home_circle {
    width: 200px !important;
  }
  .custom-contact-form .form-group input {
    width: 90% !important;
  }
}

@media (max-width: 390px) {
  .wp-block-image .img {
    height: 150px !important;
  }
}
@media (max-width: 430px){
body.custom-rule-2{
max-width:10% !important;
}
}


@media (max-width: 430px){
enents-img{
height:300px !important;
width:100%;
}
}


