/*
Theme Name: Mission PT
Theme URI: #
Author: the Digital guider team
Author URI: #
Description: 
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
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
 */



 .footer-copyright-text div.para {
    color: var(--white-color);
    margin: 0;
}

.post-featured-image img {
    width: 100%;
}

#servicesslider .post-item-body h3{
    min-height:60px;
    margin-bottom: 10px;
}



#servicesslider .shortdesc ul {
  list-style: none; /* remove default bullet */
  padding: 0;
  margin: 0;
}

#servicesslider .shortdesc ul li {
  display: flex;
  align-items: center; /* vertical centering */
  margin-bottom: 8px;
}

#servicesslider .shortdesc ul li::before {
  content: "\f00c"; 
  font-family: "FontAwesome";
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  height: 20px;
  width: 20px;
  margin-right: 10px;
  
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0; /* prevent shrinking */
}


.gallery-carousel {
  padding: 50px 0;
}

.gallery-image img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
}


.btnnotfound{
  background-color:#6000ee !important; 
  color:#fff !important
  
}

/************Blog pages*********/
.blog-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.blog-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.blog-post {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.blog-post:hover {
  transform: translateY(-5px);
}

.blog-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-content {
  padding: 20px;
}

.blog-post-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.blog-post-title a {
  color: #333;
  text-decoration: none;
}

.blog-post-title a:hover {
  color: #0073e6;
}

.blog-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #0073e6;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}

.read-more:hover {
  background: #005bb5;
}



/* Single Post Styling */
.blog-single-post {
  padding: 60px 0;
}



.single-post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 25px;
}

.single-post-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}



.single-post-content p {
  margin-bottom: 20px;
}



.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* ✅ Changed to 3 columns */
  gap: 30px;
  margin-top: 30px;
}

.archive-post {
  border: 1px solid #eee;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

.archive-post:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.archive-thumb img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 15px;
}

.entry-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.entry-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:hover {
  color: #0073aa;
}

.blog-section .blog-grid .blog-thumb img{
    height:300px;
    object-fit: cover;
}

.therapydesc p{
	color:#fff;
}

/************Blog pages*********/

.form-loader .spinner {
  border: 3px solid #4400f6;
  border-top: 3px solid #4400f6;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.form-contact{
	display:flex;
}
