/*
Theme Name: Aramco Child
Theme URI: http://demo.casethemes.net/aramco
Author: Case-Themes
Author URI: https://casethemes.net/
Description: **Introducing Aramco – Physical Therapy & Physiotherapy WordPress Theme**   Experience the future of rehabilitation with Aramco. This cutting-edge approach combines AI-driven techniques with expert therapy to optimize recovery, improve mobility, and enhance overall well-being.
Version: 1.0.0
Requires PHP: 7.4
Tested up to: 6.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: aramco
Text Domain: aramco-child
Copyright (c) 2025 Case-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
Tags:  	chiropractor, clinic, dentist, doctor, healthcare, medical, orthopedic, pharmacy, physical therapy, physiotherapy, psychologist, rehab, rehabilitation, sport, wellness 
*/

.pxl-testimonial-box .pxl-item--star {
    color: #b5b96d;
     
}

.pxl-contact-form-3 .pxl-holder {
    justify-content: center!important;
}

body.page-id-7601 .elementor-element.elementor-element-bba4ad1:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    background-image: url("https://thetherapynetwork.viewmysitenow.com/wp-content/uploads/2025/06/Why-TTN-Banner.png")!important;
     
}

 .pxl-pxl-info-cards1 .pxl-icon-text .pxl-item--icon {
   
   background-color: #b5b96d !important;
   
} 

// Footer text alignment
.res-id{
	white-space:nowrap!important;
} 

/*  */

.cf7-row {
/*   display: flex; */
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 15px;
  width:100%!important;
}
/* .cf7-third {
  flex: 1;
  min-width: 0;
}
 */

/* Force show the native file upload field */

.wpcf7-file {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2 !important;
  pointer-events: all !important;
}

/* Hide the custom styled fake input and button */
.pxl-file-upload-input,
.pxl-file-upload-button {
  display: none !important;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 10px;
  border: 1px solid #b5b96d;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="date"]:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
  border-color: #214671;
}

.wpcf7-list-item {
  display: block !important;
  margin-bottom: 5px;
}

/* .wpcf7 input[type="file"] {
  padding: 4px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 400px;
} */

a.pxl-item--link {
    white-space: nowrap!important;
}

.pxl-text {
    color: #fff!important;
    white-space: nowrap!important;
}

 .pxl-pxl-info-cards1 .pxl-item--description {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.55;
	color:#fff!important;
}
.pxl-pxl-info-cards1 .pxl-item--description:hover{
	color:#b5b96d!important;
} 

.pxl-file-upload-wrapper .pxl-file-upload-button {
     
    background: #b5b96d!important;
     
}

.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow {   
    color: #b5b96d!important;
    border: 2px solid #b5b96d!important;   
}

.pxl-swiper-arrow-wrap {
    padding-bottom: 50px!important;
}

 a:hover {
    color: #b5b96d!important;
} 

@media (min-width: 1920px) {
  .elementor-4448 .elementor-element.elementor-element-c79b9e6 .pxl-pxl-info-cards {
    max-width: 500px;
    background: #214671;
  }
}

/* Swiper slider home page */

 
.slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 50px 0;
  background: radial-gradient(circle at center, #d1d1d1, #d1d1d1);
  border-radius: 20px;
}

.slider__inner {
  display: flex;
  transition: transform 0.5s ease;
  transform: translateX(-33.33%);
}

.slider__img-wrapper {
  min-width: 33.33%;
  text-align: center;
  position: relative;
  transform: scale(0.9);
  transition: all 0.5s ease;
  opacity: 0.5;
  cursor: pointer;
}

.slider__img-wrapper.active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.slider__img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.slider__text {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

.slider__trigger-arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  background: #b5b96d;
  color: white;
  width: 60px;           /* fixed width */
  height: 60px;          /* fixed height */
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}


.slider__overlay-arrows {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
}

.slider__overlay-arrows .slider__prev,
.slider__overlay-arrows .slider__next {
  width: 60px;
  height: 60px;
  font-size: 40px;
  cursor: pointer;
  color: white;
  background: #b5b96d;
  padding: 0px;
  border-radius: 50%;
display: flex;
  align-items: center;
  justify-content: center;
}

/* Title anchor links - white text */
/* a[href="/what-hurts/neck-back-pain/back-pain/"],
a[href="/what-hurts/neurological-balance-rehab/neurologic-conditions/"],
a[href="/what-hurts/upper-body-conditions/upper-body/"],
a[href="/what-hurts/total-body-chronic-pain/total-body/"],
a[href="/what-hurts/neck-back-pain/neck-pain/"] {
  color: #ffffff;
  text-decoration: none;
} */

#uc_uc_card_post_carousel_elementor_4017850 .owl-nav {
    position: relative!important;
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Space between slider and arrows */
}

#uc_uc_card_post_carousel_elementor_4017850 .owl-nav .owl-prev,
#uc_uc_card_post_carousel_elementor_4017850 .owl-nav .owl-next {
    position: relative!important;
    display: inline-block;
    width: 6em;
    height: 3em;
    margin: 0 1em;
    border: 1px solid #242022;
    border-radius: 100vw;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 30%;
    background-repeat: no-repeat;
    transition: all 200ms ease;
}

  

#uc_uc_card_post_carousel_elementor_26be8cb .owl-nav {
    position: relative!important;
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Space between slider and arrows */
}

#uc_uc_card_post_carousel_elementor_26be8cb .owl-nav .owl-prev,
#uc_uc_card_post_carousel_elementor_26be8cb .owl-nav .owl-next {
    position: relative!important;
    display: inline-block;
    width: 6em;
    height: 3em;
    margin: 0 1em;
    border: 1px solid #242022;
    border-radius: 100vw;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 30%;
    background-repeat: no-repeat;
    transition: all 200ms ease;
}

.elementor-14 .elementor-element.elementor-element-acde096 .pxl-nav-menu .pxl-menu-primary > li {
    margin: 10px 30px 10px 7px!important;
}
/* Team member details page */
	.team-member-container {
    font-family: 'Segoe UI', sans-serif;
}

.team-member-content p {
    line-height: 1.7;
    margin-bottom: 15px;
}

	.team-member-details h1 {
    color: #214671;
    font-size: 36px;
    font-weight: bold;
}

.pxl-background-footer::before {
      background: none!important;
    
}

.pxl-testimonial-box1 .pxl-desc {   
    padding-bottom: 40px!important;
}

.pxl-tab--title {
   pointer-events: none; /* stop tab click JS */
}
.pxl-tab--title a {
   pointer-events: auto!important; /* allow only <a> to be clickable */
}

/* Remove all default bullets */
ul, li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.pxl-service-style1 .pxl-post--featured img {
    border-radius: 20px;
    max-height: 600px;
    object-fit: cover;
}

.postid-9041 .pxl-contact-form-1 .pxl-holder {
    background: #214671;
    padding: 10px;
}

.postid-9041 h4.pxl-heading {
    display: none;
}

/* Blog Post Bullet Display */

body.single-post article {
  --scoped-list-style: disc;
}

body.single-post article ul li {
  list-style: var(--scoped-list-style) !important;
  list-style-position: inside !important;
}





/* ---------- 2) Make sure sidebar / widgets stay without bullets ---------- */
.widget ul,
.widget_categories ul,
#categories-1 ul,
.sidebar ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.widget li,
.widget_categories li,
#categories-1 li,
.sidebar li {
  display: block !important;
}

.blog .custom-page-banner {
    background-image: url(/wp-content/uploads/2025/11/Blog-Banner.png);
    height: 300px !important;
    background-size: 100% 100%;
}


li i.fa {
    font-family: 'Public Sans', sans-serif !important;
	font-weight:600;
}

li i.fa::before {
    font-family: "Font Awesome 5 Pro" !important;
    margin-right: 8px;
}

@media (max-width: 1280px) {
    .pxl-nav-menu .pxl-menu-primary {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
	.pxl-text-editor {
    padding-left: 15px;
}
}

@media (max-width: 768px) {
 .pxl-pxl-info-cards1 .pxl-item-link .pxl--links .pxl-item--link {
    font-size: 19px!important;  
	white-space:normal!important;
}
	
.pxl-testimonial-grid1 .pxl-item--holder {
    display: inline !important;
}

.custom-page-banner .page-title {
    margin-left: 20px;
}		

}

.learn-more-hover {
  color: #000; /* default text visible */
  transition: all 0.3s ease;
}

.learn-more-hover:hover {
  color: #fff !important; /* hover var visible text */
}
 

/* Elementor Icon List Text Font Fix */
.elementor-icon-list-text {
    font-family: 'Public Sans', sans-serif !important;
}

/* Google Review Plugin Font Fix */

.rpi-text,
.rpi-scroll,
.rpi-info,
.rpi-url,
.rpi-url * {
    font-family: 'Public Sans', sans-serif !important;
}

.widget_categories ul li a .title{
	font-family: 'Public Sans', sans-serif!important;
}

.page-numbers {
 font-family: 'Public Sans', sans-serif!important;
}

button.calculate-button {
    font-family: 'Public Sans';
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cf7-submit {
	
	font-family: 'Public Sans'!important;
}

button.button-contact {
    font-family: 'Public Sans'!important;
}

span.pxl-counter--value.effect-default {
 font-family: 'Public Sans'!important;
}

span.pxl-counter--suffix {
  font-family: 'Public Sans'!important;
}

@media (max-width: 480px) {

    .where-hurt-btn .btn {  
        padding: 0 20px !important;        
    }
	
.pxl-menu-toggle {
 right: -25px !important;    
}
	
	.pxl-contact-form-4 .pxl-holder .pxl-col {    
    gap: 0px !important; 
}
.pxl-item--archive.pxl-item--standard .pxl-post--tags {
    display: inline !important;
}

.custom-page-banner .page-title {    
    left: 0px !important;  
}
	
.custom-page-banner {
    height: 150px !important;
}
	
.pxl-icon-box1.style-6 {
    border-right: 5px solid var(--primary-color) !important; 
    padding: 15px 20px 23px 20px !important;
}	
.pxl-contact-form-3 .button-contact {
    padding: 0 20px !important; 
}
.uc_image_carousel_content {
    min-height: 100px !important;
}
}

.pxl-testimonial-grid1 .pxl-item--star {
    background: #B5B96D;
}

i.tm-skincolor.fa.fa-long-arrow-right {
    color: #aabe4e !important;
}