/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.6.5.1707980282
Updated: 2024-02-15 06:58:02

*/
.black-bg {
background-color: #000;
}
.widget a {
text-decoration: none;
}
section#block-24 {
color: #fff;
font-size: larger;
}
a.ast-custom-button-link {
    color: transparent !important;
}
.projectcard {
border: 1px solid #f3d694;
min-height: 26em;
/*min-height: 490px;*/
}
.projectcard .projectpostsgridtitle {
font-size: 1.2em;
color: #e2ac01;
}
.Price-label{
    background: #e2ac01;
    padding: 0.5em;
    width: fit-content;
}
.price-value{
    font-size: larger;
    font-weight: 600;
}
}
::marker {
color: #e2ac01;
}
.prev-posts-link a,
.next-posts-link a {
border: 1px solid #fff;
background-color: #e2ac01;
color: #000 !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
}
.projectcard .readmorebtn {
border: 1px solid #fff;
background-color: #e2ac01;
color: #000 !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
}
.projectcard .readmorebtn:hover {
color: #fff !important;
border: 1px solid;
}
.type-post p, .type-post li {
color: #fff !important;
}
.type-post a{
color:#e2ac01 !important;
}

.projectcard .projectpostsgridtitle {
font-size: 1.2em;
color: #e2ac01;
font-weight: 500;
}
.project-img {
border: 1px solid #e2ac01;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.projectsimgcontainer img {
aspect-ratio: 4/4 !important;
}
.blogspostimg{
aspect-ratio: 3/4 !important;
}
.project-title {
font-weight: 700;
color: #e2ac01;
font-size: 2em !important;
text-transform: capitalize;
}
.project-desc {
color: #fff !important;
}
.project-desc p {
color: #fff !important;
}
.project-desc ul {
color: #fff !important;
}
.project-desc li {
color: #fff !important;
}
.projectgallerytitle {
color: #e2ac01;
font-weight: 600;
font-size: 2em !important;
}
.slick-slide {
padding: 0.5em !important;
}
.projectgalleryimg {
/*aspect-ratio: 6 / 5 !important;*/
border: 1px solid #f3d694;
}
.headtitle {
color: #e2ac01;
font-size: 2.5em !important;
}
.prev-posts-link a,
.next-posts-link a {
color: #fff;
border: 1px solid #f3d694;
border-radius: 5px;
padding: 0.5em;
}


input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
background:transparent !important;
border-top:0px solid;
border-left:0px solid;
color: #fff;
border-right:0px solid;
border-bottom: 1px solid #e2ac01 ;
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 320px) and (max-width: 767px) {
.projectcard {
border: 0px !important;
/*min-height: 420px;*/
}
}

/* --- Table Base Styles for Dark Mode --- */
table {
    width: 100%;
    border-collapse: collapse; /* Collapses borders between cells */
    margin: 20px 0; /* Adds some space above and below the table */
    font-family: sans-serif; /* A clean, readable font */
    color: #e0e0e0; /* Off-white text for good contrast on dark backgrounds */
    background-color: #1a1a1a; /* Dark background for the table body */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); /* Subtle, dark shadow for depth */
    border-radius: 8px; /* Slightly rounded corners for a modern look */
    overflow: hidden; /* Ensures content respects border-radius, especially with borders */
}

/* Header and Data Cells */
th, td {
    padding: 12px 15px; /* Padding inside cells */
    text-align: left; /* Align text to the left */
    /* Subtle border for separation, a slightly darker shade than the text */
    border-bottom: 1px solid #333;
}

/* Table Header Specifics */
th {
    background-color: #2a2a2a; /* Slightly lighter dark shade for header background, indicates elevation */
    color: #f0f0f0; /* Slightly lighter text for headers */
    font-weight: bold; /* Bold header text */
    text-transform: uppercase; /* Optional: Make headers uppercase for emphasis */
    letter-spacing: 0.5px; /* Optional: Slight letter spacing for headers */
}

/* Remove bottom border from the last header cell */
thead tr:last-child th {
    border-bottom: none;
}

/* Zebra Striping for Readability */
tbody tr:nth-child(even) {
    background-color: #222222; /* Slightly different dark shade for even rows */
}

/* Hover Effect for Rows */
tbody tr:hover {
    background-color: #3a3a3a; /* Darker background on hover for interaction feedback */
}

