/*!
Theme Name: Strive X Training
Theme URI: http://underscores.me/
Author: Web Creation Nepal
Author URI: https://webcreationnepal.com/
Description: At Strive X Training, we believe fitness is more than just workouts—it’s about pushing past limits, building confidence, and creating sustainable results. Our expert coaches design personalized programs tailored to your goals, lifestyle, and schedule. Whether you train in-person, online, or through a hybrid approach, we provide guidance, motivation, and accountability every step of the way.  We’re committed to helping you achieve your next level, one session at a time. Your transformation starts here.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strivex_training
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Strive X Training is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*css*/
.service_list li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 3px;
}
.gt-bmi-wrapper-2 .gt-bmi-book-seat .form-clt textarea {
  outline: none;
  border: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.32);
  color: var(--gt-white);
  line-height: 1;
  padding: 21px 20px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.gt-theme-btn.w-100 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 22px 32px;
  background-color: var(--gt-theme);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  color: var(--gt-white);
  text-align: center;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  z-index: 1;
  transition: all 500ms ease;
  text-transform: uppercase;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.gt-theme-btn.w-100:hover {
	background-color: #000;
}

.fitness-blog {
    background: #000;
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.blog-item {
    display: flex;
    align-items: stretch;
    margin-bottom: 60px;
    background: #141a20;
    overflow: hidden;
}

.blog-content {
    width: 50%;
    padding: 60px;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}

.blog-item.reverse .blog-content {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}

.blog-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-content p {
    color: #cbd2da;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/*.gt-theme-btn:hover {*/
/*  color: var(--gt-header);*/
/*}*/
.gt-theme-btn .shotfit-btn__hover {
  background-color: var(--gt-white);
}

.blog-image {
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

.blog-item.reverse .blog-image {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .blog-item,
    .blog-item.reverse {
        flex-direction: column;
    }

    .blog-content,
    .blog-image {
        width: 100%;
        clip-path: none;
    }

    .blog-content {
        padding: 40px;
    }
}

.top-connect-bar {
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 20px;
}

.top-connect-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

/* Left & right sections */
.connect-left,
.connect-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Text label */
.label {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #d12126;
    white-space: nowrap;
}

/* Icon box */
.icon {
    width: 40px;
    height: 40px;
    border: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #d12126;
    text-decoration: none;
    transition: all 0.25s ease;
}

.icon i {
    font-size: 24px;
}

.icon:hover {
    background: #d12126;
    color: #fff;
    border-color: #d12126;
}

@media (max-width: 768px) {
    .top-connect-bar .container {
        flex-direction: column;
        gap: 8px;
    }
}
