/*
Theme Name: Floka Child
Theme URI: https://floka.casethemes.net/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/
Description: Floka  is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.1
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: floka
Text Domain: floka-child
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 6.4
*/


/* Pagination Container */
.pagination {
    text-align: center;
	justify-content: center;
    align-items: center;
    margin-top: 30px;
}

/* Pagination Links */
.pagination .page-numbers {
    display: inline-block;
	
    padding: 2px 14px;
    margin: 10px;
    border-radius: 10%;
    border: 2px solid #db3483;
    color: #db3483;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Hover Effect */
.pagination .page-numbers:hover {
    background: #db3483;
    color: #fff;
}

/* Current Page */
.pagination .current {
    background: #db3483;
    color: #fff;
    border-color: #db3483;
}

/* Previous / Next buttons */
.pagination .prev,
.pagination .next {
    border-radius: 20px;
    padding: 8px 16px;
}

/* .video-short-frame {
    position: relative;
    width: 100%;
    padding-top: 177%;
    overflow: hidden;
    border-radius: 10px;
}

.video-short-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}  */
.purvi {
    max-width: 160px;
    margin: auto;
}

.tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
}

.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__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;
}