/**
Theme Name: Astra Child
Author: M.K.Heidari
Author URI: https://ohweb.dev/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.entry-content p {
  text-align: justify;
}

.reading-time {
    background-color: #f5f5f5; /* Light gray background */
    color: #333333; /* Dark gray text color */
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.reading-time:hover {
    background-color: #e0f7fa; /* Soft blue background on hover */
    color: #0288d1; /* Bright blue text color on hover */
}


.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: right; /* Align text to the right for Persian/Arabic */
    background-color: #0F102A; /* Dark background color */
    color: #ffffff; /* White text color */
}

.custom-table thead tr {
    background-color: #1E2A38; /* Slightly lighter dark color for header */
    color: #ffffff; /* White text color */
    text-align: center;
    font-weight: bold;
}

.custom-table th,
.custom-table td {
    padding: 12px 15px;
    border: 1px solid #333333; /* Dark gray border */
}

.custom-table tbody tr {
    border-bottom: 1px solid #333333; /* Dark gray border */
}

.custom-table tbody tr:nth-of-type(even) {
    background-color: #2A3B4C; /* Darker background for even rows */
}

.custom-table tbody tr:last-of-type {
    border-bottom: 2px solid #1E2A38; /* Slightly lighter dark border */
}

.custom-table tbody tr:hover {
    background-color: #3A4B5C; /* Darker background on hover */
}

/* Responsive Styles */
@media screen and (max-width: 600px) {
    .custom-table thead {
        display: none;
    }

    .custom-table, .custom-table tbody, .custom-table tr, .custom-table td {
        display: block;
        width: 100%;
    }

    .custom-table tr {
        margin-bottom: 15px;
    }

    .custom-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .custom-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
    }
}


#my-footer-quick-links{
	text-align: center;
	padding: 0px 0 85px; 
	position: relative; 
	z-index: 2; 
	display: block; 
	clear: both;
}

#my-footer-quick-links > h3{ 
	font-weight: 600; 
	font-size: 20px; 
	line-height: 25px; 
	display: inline-block; 
	position: relative;
}

#menu-footer-quick-links{
	margin: 0px; 
	padding: 0 0 10px; 
	list-style-type: none;
}

#menu-footer-quick-links > li{
	margin-top: 10px;
}

#menu-footer-quick-links > li a{
	color: white;
}

#menu-footer-quick-links > li a:hover{
	cursor: pointer;
	color: #13c5dd;
}

#colophon {
    position: relative;
    overflow: hidden;
    background-color: #131F40;
    padding-top: 60px; /* Additional space for the wave */
}

.wave {
    position: absolute;
    top: 0px;
    width: 200%;
    height: 30px;
    background: url('https://abazinco.com/wp-content/uploads/2025/05/Ohweb-Abazin-Ocean-3.svg') repeat-x;
    background-size: 30px 100%;
    animation: wave-animation 100s linear infinite;
}

.bubble {
    position: absolute;
    bottom: 0;
    background-color: #131F40; /* Bubbles same color as background */
    border: 2px solid #fff; /* Highlighted border */
    border-radius: 50%;
    opacity: 0.7;
    animation: rise-random var(--bubble-duration) linear infinite;
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.4); /* Highlight effect */
}

@keyframes wave-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}

@keyframes rise-random {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(var(--bubble-direction-x), -100vh);
        opacity: 0; /* Vanish effect */
    }
}
