.pg-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
max-width: 1000px;
margin: 40px auto;
padding: 0 20px;
}
.pg-item {
display: block;
background: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 12px;
text-align: center;
text-decoration: none;
color: #222;
transition: all 0.3s ease;
box-shadow: 0 3px 6px rgba(0,0,0,0.08);
overflow: hidden;
}
.pg-item:hover {
transform: translateY(-6px);
box-shadow: 0 8px 16px rgba(0,0,0,0.15);
border-color: #0073aa;
}
.pg-content {
padding: 30px 20px;
}
.pg-item h3 {
margin-bottom: 10px;
font-size: 20px;
font-weight: 600;
}
.pg-link-text {
font-size: 14px;
color: #0073aa;
opacity: 0.8;
transition: opacity 0.3s ease;
}
.pg-item:hover .pg-link-text {
opacity: 1;
text-decoration: underline;
}* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-wpsm_color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.wpsm_col-xs-1, .wpsm_col-sm-1, .wpsm_col-md-1, .wpsm_col-lg-1, .wpsm_col-xs-2, .wpsm_col-sm-2, .wpsm_col-md-2, .wpsm_col-lg-2, .wpsm_col-xs-3, .wpsm_col-sm-3, .wpsm_col-md-3, .wpsm_col-lg-3, .wpsm_col-xs-4, .wpsm_col-sm-4, .wpsm_col-md-4, .wpsm_col-lg-4, .wpsm_col-xs-5, .wpsm_col-sm-5, .wpsm_col-md-5, .wpsm_col-lg-5, .wpsm_col-xs-6, .wpsm_col-sm-6, .wpsm_col-md-6, .wpsm_col-lg-6, .wpsm_col-xs-7, .wpsm_col-sm-7, .wpsm_col-md-7, .wpsm_col-lg-7, .wpsm_col-xs-8, .wpsm_col-sm-8, .wpsm_col-md-8, .wpsm_col-lg-8, .wpsm_col-xs-9, .wpsm_col-sm-9, .wpsm_col-md-9, .wpsm_col-lg-9, .wpsm_col-xs-10, .wpsm_col-sm-10, .wpsm_col-md-10, .wpsm_col-lg-10, .wpsm_col-xs-11, .wpsm_col-sm-11, .wpsm_col-md-11, .wpsm_col-lg-11, .wpsm_col-xs-12, .wpsm_col-sm-12, .wpsm_col-md-12, .wpsm_col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 600px) {
.wpsm_col-md-1, .wpsm_col-md-2, .wpsm_col-md-3, .wpsm_col-md-4, .wpsm_col-md-5, .wpsm_col-md-6, .wpsm_col-md-7, .wpsm_col-md-8, .wpsm_col-md-9, .wpsm_col-md-10, .wpsm_col-md-11, .wpsm_col-md-12 {
float: left;
}
.wpsm_col-md-12 {
width: 100%;
}
.wpsm_col-md-11 {
width: 91.66666667%;
}
.wpsm_col-md-10 {
width: 83.33333333%;
}
.wpsm_col-md-9 {
width: 75%;
}
.wpsm_col-md-8 {
width: 66.66666667%;
}
.wpsm_col-md-7 {
width: 58.33333333%;
}
.wpsm_col-md-6 {
width: 50%;
}
.wpsm_col-md-5 {
width: 41.66666667%;
}
.wpsm_col-md-4 {
width: 33.33333333%;
}
.wpsm_col-md-3 {
width: 25%;
}
.wpsm_col-md-2 {
width: 16.66666667%;
}
.wpsm_col-md-1 {
width: 8.33333333%;
}
.wpsm_col-md-pull-12 {
right: 100%;
}
.wpsm_col-md-pull-11 {
right: 91.66666667%;
}
.wpsm_col-md-pull-10 {
right: 83.33333333%;
}
.wpsm_col-md-pull-9 {
right: 75%;
}
.wpsm_col-md-pull-8 {
right: 66.66666667%;
}
.wpsm_col-md-pull-7 {
right: 58.33333333%;
}
.wpsm_col-md-pull-6 {
right: 50%;
}
.wpsm_col-md-pull-5 {
right: 41.66666667%;
}
.wpsm_col-md-pull-4 {
right: 33.33333333%;
}
.wpsm_col-md-pull-3 {
right: 25%;
}
.wpsm_col-md-pull-2 {
right: 16.66666667%;
}
.wpsm_col-md-pull-1 {
right: 8.33333333%;
}
.wpsm_col-md-pull-0 {
right: auto;
}
.wpsm_col-md-push-12 {
left: 100%;
}
.wpsm_col-md-push-11 {
left: 91.66666667%;
}
.wpsm_col-md-push-10 {
left: 83.33333333%;
}
.wpsm_col-md-push-9 {
left: 75%;
}
.wpsm_col-md-push-8 {
left: 66.66666667%;
}
.wpsm_col-md-push-7 {
left: 58.33333333%;
}
.wpsm_col-md-push-6 {
left: 50%;
}
.wpsm_col-md-push-5 {
left: 41.66666667%;
}
.wpsm_col-md-push-4 {
left: 33.33333333%;
}
.wpsm_col-md-push-3 {
left: 25%;
}
.wpsm_col-md-push-2 {
left: 16.66666667%;
}
.wpsm_col-md-push-1 {
left: 8.33333333%;
}
.wpsm_col-md-push-0 {
left: auto;
}
.wpsm_col-md-offset-12 {
margin-left: 100%;
}
.wpsm_col-md-offset-11 {
margin-left: 91.66666667%;
}
.wpsm_col-md-offset-10 {
margin-left: 83.33333333%;
}
.wpsm_col-md-offset-9 {
margin-left: 75%;
}
.wpsm_col-md-offset-8 {
margin-left: 66.66666667%;
}
.wpsm_col-md-offset-7 {
margin-left: 58.33333333%;
}
.wpsm_col-md-offset-6 {
margin-left: 50%;
}
.wpsm_col-md-offset-5 {
margin-left: 41.66666667%;
}
.wpsm_col-md-offset-4 {
margin-left: 33.33333333%;
}
.wpsm_col-md-offset-3 {
margin-left: 25%;
}
.wpsm_col-md-offset-2 {
margin-left: 16.66666667%;
}
.wpsm_col-md-offset-1 {
margin-left: 8.33333333%;
}
.wpsm_col-md-offset-0 {
margin-left: 0;
}
}.wpsm_testimonial_2{
text-align: center;
margin-bottom:30px;
}
.wpsm_testi_description{
color:#8a9aad;
line-height: 30px;
font-size: 18px;
}
.wpsm_testi_pic{
position: relative;
}
.wpsm_testi_pic > img{
border-radius: 0%;
width:100px;
height:100px;
margin-left: auto;
margin-right: auto;
}
.wpsm_testi_title{
color:#444;
margin-top: 15px;
margin-bottom: 5px;
font-size: 19px;
font-weight: bold;
}
.wpsm_testi_title > small{
color:#8a9aad;
margin-top: 10px;
color: darkgray;
display: block;
font-size: 17px;
}
.wpsm_testi_review{
margin-bottom: 10px;
}
.wpsm_testi_links{
color: #00aced;
border: 0px !important;
box-shadow: none;
font-size: 14px;
border: 0px;
text-shadow: none;
padding: 0;
margin: 0;
}.wpsm_testi_b_row{
overflow:hidden;
display:block;
width:100%;
border:0px solid #ddd;
margin-bottom:30px;
}
.wpsm_testimonial{
margin-bottom:30px;
overflow:hidden;
}
.wpsm_testimonial .wpsm_testi_content{
padding: 15px 10px;
border-radius:6px;
margin-bottom: 15px;
position: relative;
background:#1e73be;
min-height: 70px;
}
.wpsm_testimonial .wpsm_testi_content:after{
content: "";
border-top: 10px solid #1e73be;
border-left: 10px solid transparent;
border-right: 9px solid transparent;
position: absolute;
bottom: -8px;
left: 16%;
}
.wpsm_testimonial .wpsm_testi_description{
margin-bottom: 10px;
color:#fff;
line-height: 30px;
font-size: 18px;
}
.wpsm_testimonial-pic{
float:left;
}
.wpsm_testimonial-pic > img{
width: 80px !important;
height: 80px !important;
border-radius: 50% !important;
border: 1px solid #e5e5e5;
margin-left: 20px;
margin-bottom:7px;
}
.wpsm_testimonial .wpsm_testimonial-review{
margin: 3px 0 0 20px !important;
float: left;
}
.wpsm_testimonial .wpsm_testimonial-title{
font-size:16px;
text-transform:capitalize;
font-weight: bold;
margin:0;
}
.wpsm_testimonial > .wpsm_testimonial-review span{
color: darkgray;
display: block;
font-size: 13px;
margin-bottom:5px;
}
.wpsm_testimonial .wpsm_testi_links{
padding:0;
margin:0;
}
.wpsm_testimonial .wpsm_testi_links{
color:#00aced;
border:0px !important;
box-shadow:none;
font-size:14px;
border:0px;
text-shadow:none;
}
.wpsm_row{
overflow:hidden;
display:block;
width:100%;
}.wpsm-testi-owl-carousel,
.wpsm-testi-owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
position: relative;
}
.wpsm-testi-owl-carousel {
display: none;
width: 100%;
z-index: 1;
}
.wpsm-testi-owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
.wpsm-testi-owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.wpsm-testi-owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.wpsm-testi-owl-carousel .owl-item,
.wpsm-testi-owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.wpsm-testi-owl-carousel .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
}
.wpsm-testi-owl-carousel .owl-item img {
display: block;
}
.wpsm-testi-owl-carousel .owl-dots.disabled,
.wpsm-testi-owl-carousel .owl-nav.disabled {
display: none;
}
.no-js .wpsm-testi-owl-carousel,
.wpsm-testi-owl-carousel.owl-loaded {
display: block;
}
.wpsm-testi-owl-carousel .owl-dot,
.wpsm-testi-owl-carousel .owl-nav .owl-next,
.wpsm-testi-owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.wpsm-testi-owl-carousel .owl-nav button.owl-next,
.wpsm-testi-owl-carousel .owl-nav button.owl-prev,
.wpsm-testi-owl-carousel button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.wpsm-testi-owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.wpsm-testi-owl-carousel.owl-hidden {
opacity: 0;
}
.wpsm-testi-owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.wpsm-testi-owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.wpsm-testi-owl-carousel.owl-grab {
cursor: move;
cursor: grab;
}
.wpsm-testi-owl-carousel.owl-rtl {
direction: rtl;
}
.wpsm-testi-owl-carousel.owl-rtl .owl-item {
float: right;
}
.wpsm-testi-owl-carousel .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.wpsm-testi-owl-carousel .owl-animated-in {
z-index: 0;
}
.wpsm-testi-owl-carousel .owl-animated-out {
z-index: 1;
}
.wpsm-testi-owl-carousel .fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.owl-height {
transition: height 0.5s ease-in-out;
}
.wpsm-testi-owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 0.4s ease;
}
.wpsm-testi-owl-carousel .owl-item .owl-lazy:not([src]),
.wpsm-testi-owl-carousel .owl-item .owl-lazy[src^=""] {
max-height: 0;
}
.wpsm-testi-owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
}
.wpsm-testi-owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.wpsm-testi-owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.webkih.com/wp-content/plugins/testimonial-builder/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 0.1s ease;
}
.wpsm-testi-owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.wpsm-testi-owl-carousel .owl-video-playing .owl-video-play-icon,
.wpsm-testi-owl-carousel .owl-video-playing .owl-video-tn {
display: none;
}
.wpsm-testi-owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 0.4s ease;
}
.wpsm-testi-owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}
.owl-nav.disabled + .owl-dots {
margin-top: 30px;
}
.owl-dots {
text-align: center;	
-webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
background: #869791;
}
button:not(:hover):not(:active):not(.has-background)
{
background-color:transparent !important;
}.wk-team-wrapper {
padding: 30px 10px;
background: transparent;
font-family: 'Inter', sans-serif;
}
.wk-team-header {
max-width: 1200px;
margin: 0 auto 20px;
text-align: center;
}
.wk-team-header h2 {
font-size: 1.5rem;
margin: 0;
font-weight: 800;
color: var(--primary);
} .wk-team-grid {
display: grid;
grid-template-columns: repeat(4, 1fr); 
gap: 12px;
max-width: 1200px;
margin: 0 auto;
} .wk-member-card {
background: #ffffff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
display: flex;
flex-direction: column;
border-top: 4px solid transparent; } .wk-team-grid .wk-member-card:first-child {
border-top: 4px solid var(--accent); box-shadow: 0 10px 25px rgba(1, 28, 57, 0.12); transform: translateY(-2px);
}
.wk-member-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
} .wk-member-img {
width: 100%;
height: 180px; object-fit: cover;
} .wk-member-info {
padding: 15px 10px;
text-align: center;
}
.wk-member-info h3 {
margin: 0;
font-size: 1rem;
font-weight: 700;
color: var(--primary);
}
.wk-member-info p {
margin: 2px 0 10px;
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--accent);
} .wk-member-social {
display: flex;
justify-content: center;
gap: 8px;
}
.wk-social-link {
width: 28px;
height: 28px;
background: #f8fafc;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-size: 0.75rem;
color: #64748b;
transition: all 0.2s ease;
}
.wk-social-link:hover {
background: var(--primary);
color: #ffffff !important;
} @media (max-width: 1024px) {
.wk-team-grid {
grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
.wk-team-grid {
grid-template-columns: repeat(2, 1fr); gap: 8px;
}
.wk-member-img {
height: 140px; }
.wk-member-card:first-child {
transform: none; }
}