/*
Theme Name: SKT Design Agency Pro Child
Theme URI: https://www.sktthemes.org/
Description: Child theme for SKT Design Agency Pro.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: skt-design-agency-pro
Version: 1.0
Text Domain: skt-design-agency-pro-child
*/

.trainer-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.trainer-pagination li {
    display: inline-block;
}


.trainer-pagination a,
.trainer-pagination span {
    display: inline-block;
    padding: 8px 19px;
    border-radius: 6px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.trainer-pagination a:hover {
    background-color: #3EC7B3;
    color: #fff;
}

.trainer-pagination .current {
    background-color: #3EC7B3;
    color: #fff;
    pointer-events: none;
}


.trainer-card:hover {
    box-shadow: 0px 4px 16px rgb(0 0 0 / 20%);
    cursor: auto;
}
.trainer-head {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
}
.trainers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.view-profile {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    width: 100%;
    background: #3EC7B3;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.trainer-card {
    width: 27.33%;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
     padding: 15px 20px;
}

.trainer-card .review-section {
    justify-content: end;
}
.trainer-info h3 {
    text-align: left;
    width: 71%;
    font-size: 16px;
	font-weight: 600;
    margin: 9px 0px;
}
.trainer-sidebar .review-stars {
    min-width: 45%;
    color: #FFD700;
    font-size: 28px;
    text-align: left;
    margin-right: 18px;
}
.trainer-sidebar .review-section {
    margin-top: 0px;
    display: flex
;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.trainer-about {
    margin: 0 0px 10px;
    text-align: left;
    color: #515151;
    font-size: 14px;
    line-height: 25px;
}
.trainer-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
span.trainer-subject {
    font-size: 14px;
    font-weight: 600;
    color: #29a795;
    background: #eeeeee;
    padding: 4px 9px !important;
    border-radius: 6px;
    margin: 5px 0px;
}
.trainer-info {
    padding: 10px;
}

.trainer-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
}


.view-profile:hover {
    background: #30a896;
    color:white !important;
}




/* single trainer */

.trainer-profile-container {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
 flex-direction: row-reverse;
    padding: 60px 0;
}

.trainer-sidebar {
    width: 27%;
    height: fit-content;
    text-align: center;
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 14%);
}
.trainer-sidebar h2 {
    font-size: 18px;
    margin: 15px 0;
    font-weight: 600;
}

.trainer-profile-pic {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.trainer-fee {
    font-size: 16px;
    font-weight: 600;
    color: black;
    display: flex
;
    justify-content: center;
    column-gap: 7px;
}

.trainer-content {
    width: 70%;
    margin-right: 20px;
}
button#inquiry-now {
    background: #45C9B6;
    border: none;
    padding: 9px 25px;
    border-radius: 35px;
    color: white !important;
    font-weight: 500;
    font-size: 15px;
}

button#inquiry-now:hover {
    background: #30a896;
    color:white !important;
}
h3.subject {
    background: #45c9b63d !important;
    width: fit-content;
    color: #08a790;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}
.class-location h3 {
    font-size: 15px;
    margin-bottom: 10px;
}
.class-location p {
    background: #efefef;
    width: fit-content;
    padding: 6px 25px;
    border-radius: 25px;
    margin-top: 15px;
}
h3.about-trainer-title {
    margin-bottom: 10px;
}
p.about-class {
    margin: 20px 0px;
}
.languages-container, .class-location-container {
    display: flex
;
    column-gap: 15px;
}
#inquiry-popup {
    position: fixed;
    top: 50%;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 40px 60px 0px;
    border: none;
    border-radius: 20px;
    display: none;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 28%);
}

#inquiry-popup textarea.wpcf7-form-control.wpcf7-textarea {
    height: 50px;
    min-height: 130px;
}
   #inquiry-popup h3{
       margin-bottom: 20px;
   } 

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.close-btn:hover {
    color: #ff000; /* Change color when hovering over the X */
}
/* reviews */
.review-section {
    margin-top: 0px;
    display: flex
;
margin: 0 auto;
    width: 80%;

    justify-content: center;
    align-items: center;
}
.review-stars {
    min-width: 100%;
    color: #FFD700;
    display: flex
;
    font-size: 18px;
    text-align: right;
    margin-right: 18px;
    justify-content: flex-end;
    column-gap: 10px;
}

.review-stars .star {
    margin-right: -7px; /* Spacing between stars */
}

.review-stars .filled {
    color: #FFD700; /* Gold color for filled stars */
}

.review-stars .empty {
    color: #e0e0e0; /* Light gray for empty stars */
}

.review-count {
    font-size: 16px;
    color: #333; /* Darker color for the review count */
    margin-top: 5px;
}
.trainer-contact-icons {
    display: flex
;
flex-wrap: wrap;
    justify-content: center;
    column-gap: 17px;
}
.fa-envelope:before, .fa-whatsapp:before {
    
    color: white;
}
.contact-icon {
    background: #3ec7b3;
    padding: 8px 15px;
    border-radius: 100px;
}

.trainer-filter {
    text-align: center;
    margin-bottom: 50px;
}
.trainer-filter label {
    font-size: 20px !important;
    margin-right: 6px;
    font-weight: 600 !important;
}
select#trainer-subject-filter {
    padding: 8px;
    font-size: 15px;
    background: #3EC7B3;
    border: none;
    color: white;
    border-radius: 10px;
    font-weight: 600;
}
