/*
Theme Name: Shinoyogi Oman
Theme URI: https://shinoyogi.com/wp-content/themes/shinoyogi2025/
Author: the WordPress team
Author URI: https://shinoyogi.com/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: shinoyogi2025

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


.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a {
   border-bottom:2px solid #ff5a00 !important; 
    color: #ff5a00 !important; 
}
.breadcrumb-container  ol{
	margin:0px !important;
	padding:0px!important;
}
.inner-page{
	padding:90px 0px;
	
}
.inner-page p{
	font-size:16px !important;
}
table thead {
  background: #333;
  color: #fff;
  text-transform: uppercase;
}
table th,
table td {
  vertical-align: middle;
  text-align: center;
}
table td.day {
  background: #ff5a00;
  color: #fff;
  font-weight: 700;
}
table td.class-type {
  background: #008000;
  color: #fff;
}
table td.time {
  background: #f8e3ff;
  font-weight: 600;
}
.pricing {
  margin-top: 30px;
}
.pricing .card {
  border: none;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #a84aa6, #8a3a8d);
  color: #fff;
}
.pricing .card-body {
  text-align: center;
}
.pricing .num {
  background: #f28a2e;
  color: #111;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 700;
  margin-top: 8px;
}
.registration {
  background: #fff6ef;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.registration strong {
  color: #a84aa6;
}
.price-table {
  
  border: 2px solid #fff;
}

.price-table th {
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  background:  #ff5a00 !important; /* wood color */
 
}

.price-table td {
  font-size: 1.1rem;
  font-weight: 600;

}

/* Cross (X) effect for old price */
.cross-text {
  position: relative;
  display: inline-block;
  color: #a00;
  font-weight: bold;
  margin-right: 5px;
}

.cross-text::before,
.cross-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: red;
  transform-origin: center;
}

.cross-text::before { transform: rotate(15deg); }
.cross-text::after  { transform: rotate(-15deg); }

.offer {
  color: green;
  font-weight: bold;
}

 .modal-content {
      border-radius: 0px !important;
      overflow: hidden;
    }
    .team-modal img {
      object-fit: cover;
      height: 100%;
    }
    .team-modal .modal-body {
      max-height: 70vh;
      overflow-y: auto;
      padding-right: 10px;
    }
.team-modal .modal-body p{
	font-size:16px !important
}
.team-modal .btn-close{
	background:transparent !important;
	border:0px !important;
	font-size:40px !important;
	position:absolute !important;
	right:15px !important;
	top:10px !important;
}
/* Sticky effect */
.header.sticky {
  position: fixed;
	width:100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 10px 20px;
	z-index:111
}
.header.sticky .logo img{
	height:70px !important
}
@media (max-width : 991px){
	.collapse:not(.show), .navbar-toggler, .toggle-bar {
		display:none !important;
	}
	.classes-con-bg::before{
		display:none !important;
	}
	.classes-con-bg::after{
		display:none !important;
	}
}
.side-contact a{
	text-decoration:none;
	color:#333
}
.form-control{
	border-radius:25px !important;
	padding:10px 20px !important;
	border:1px solid #808181 !important;
}
.ti-widget.ti-goog .ti-widget-container{
	text-align:left !important;
	margin-top:10px !important
}
.service-box a{
	text-decoration:none !important;
}
.style-li {
	list-style:none;
}
.style-li li{
	position:relative;
	padding-bottom:15px
	
}
.style-li  li .circle{
	font-size: 9px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 4px;
    left: -25px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    color: var(--e-global-color-white);
    background-color: #ff5a00c2;
}
.sticky-image {
  position: sticky;
  top: 100px; 
}
.sticky-image img {
  width: 100%;
  border-radius: 10px; 
  
}
.testi-img{
	border-radius:50% ;
	width:130px !important;
	margin-bottom:30px;
	border:5px solid #007f0f2e
}
.testi-im-img{
	border-radius:50% ;
	
 opacity:.03 !important
}
  .add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
	font-size:15px;
   font-weight: bold;
   margin-left: 2px;
   color: orange;
   cursor: pointer;
}

.contact-bg{
	background-image: url(https://shinoyogi.com/wp-content/themes/shinoyogi-2025/assets/images/bg-2.svg) !important;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
	
    
}
.registration a{
	color:#333;
	text-decoration:none;
	transition:all .4s ease-in-out;
}
.registration a:hover{
	color:#ff5a00;
}
.bdr-img{
	border-radius:10px
}
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item img{
	border-radius:10px
}

.whatsapp-button{
position: fixed;
   
    background-color: transparent;
    right: 5px;
    top: 60%;
    z-index: 999;
    }
 .testimonial {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      padding: 30px;
      display: flex;
     
      transition: all 0.3s ease;
    }

    .testimonial:hover {
      transform: translateY(-5px);
   }
.testimonial span{
	font-size:50px;
	color:#ff5a00;
}

    .testimonial img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 30px;
      border: 5px solid #007f0f2e;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .testimonial-content p {
      font-size: 1.05rem;
      color: #555;
      margin-bottom: 10px;
    }

    .testimonial-content h5 {
      margin-bottom: 0;
      font-weight: 600;
      color: #222;
    }

    .testimonial-content small {
      color: #888;
    }

    @media (max-width: 767px) {
      .testimonial {
		  align-items: center;
        flex-direction: column;
       
      }
      .testimonial img {
        margin: 0 0 20px 0;
      }
    }
.quoted{
	position:relative;
}
.quoted::before {
  content: "“";      
 font-size:50px;
	color:#ff5a00;
  vertical-align: top;
  margin-right: 0.2em;
	
       
}

.quoted::after {
	position:absolute;
  content: "”";       
  font-size:50px;
	color:#ff5a00;
  vertical-align: bottom;
  margin-left: 0.2em;
	padding-top:10px;
   
}
