/*
Theme Name: Bizex
Theme URI: https://themexriver.com/wp/bizex
Author: themexriver
Author URI: https://themeforest.net/user/themexriver
Description: Bizex - Business Agency WordPress theme
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bizex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Bizex is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



.tabs {
    display: flex;
    gap: 15px;
	
}

.tab-link {
    padding: 10px 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.tab-link.active {
    background-color: #333;
    color: #fff;
}

.tabs-content {
    margin-top: 20px;
}
.tabs__content{
	padding-top:60px;
}
.tabs__tab {
    display: none;
}

.tabs__tab.active {
    display: block;
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; 
}

.tab-img-box {
    flex: 1 1 calc(33.333% - 15px); 
    margin-bottom: 20px; 
}

.tab-title-box {
    margin-top: 10px;
} 

/* Pagination container */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a, 
.pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #14176C; /* Custom text color */
    background-color: #FFFBF3; /* Light background color */
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #ea8d1a;
}

.pagination a:hover {
    background-color: #ea8d1a; /* On hover, change background */
    color: #fff; /* White text on hover */
    border-color: #F7A400;
}

.pagination .current {
    background-color: #ea8d1a; /* Highlight active page */
    color: #fff;
    border-color: #ea8d1a;
    pointer-events: none; /* Disable click for current page */
}

.pagination .prev, 
.pagination .next {
    font-weight: bold;
}

.pagination a.disabled {
    color: #ccc;
    pointer-events: none;
}

.pagination a.disabled:hover {
    background-color: #FFFBF3;
    color: #ccc;
}


.tab-link {
     margin-left: 20px;
}


.testimonial-video-item {
    background: #FFFBF3;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.video-title h6 {
    font-size: 16px;
    margin-top: 10px;
}
.pagination-wrapper ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
}
.pagination-wrapper li {
    margin: 0 5px;
    list-style:none;
}


.pagination-wrapper {
    text-align: center;
}

.pagination {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    border-radius: 4px;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 5px;
}

.pagination li a,
.pagination li span {
    color: #000;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    margin: 0 2px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination li a:hover {
    background-color: #ea8d1a;
    color: #fff;
    border-color: #ea8d1a;
}

.pagination li span.current {
    background-color: #ea8d1a;
    color: #fff;
    font-weight: bold;
    border-color: #ea8d1a;
}


.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tab-link {
  flex: 0 0 auto;
  white-space: nowrap;
}
.video-title{
    margin: 10px;
    padding: 10px;
}

iframe {
     margin: 0rem 0;
margin-top:20px;
}