/*
Theme Name: Porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Version: 7.4.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: woocommerce, business, corporate, e-commerce, blog, news, education, food-and-drink, portfolio, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-styles, custom-background, custom-colors, custom-header, custom-logo, footer-widgets, template-editing, grid-layout, one-column, wide-blocks
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor { display: block; }
 .prestij-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
            padding: 20px 0;
            font-family: sans-serif;
        }
        .prestij-card {
            background: #ffffff;
            border: 1px solid #e1e1e1;
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            position: relative;
        }
        .prestij-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 25px rgba(0,0,0,0.1);
            border-color: #d32f2f;
        }
        .prestij-img-wrapper {
            width: 100%;
            height: 230px;
            overflow: hidden;
        }
        .prestij-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .prestij-card:hover .prestij-img-wrapper img {
            transform: scale(1.1);
        }
        .prestij-info {
            padding: 25px;
            text-align: center;
        }
        .prestij-info h3 {
            margin: 0 0 15px 0;
            font-size: 20px;
            color: #1a1a1a;
            font-weight: 700;
            text-transform: uppercase;
        }
        .prestij-link-btn {
            display: inline-block;
            padding: 10px 25px;
            background-color: #d32f2f;
            color: #fff !important;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            font-size: 14px;
            transition: background 0.3s ease;
        }
        .prestij-link-btn:hover {
            background-color: #b71c1c;
        }
        /* Mobil Düzen */
        @media (max-width: 768px) {
            .prestij-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }
		
@media (min-width: 992px){
	header .header-main{
		position: fixed !important; 
		z-index: 99999;
		width: 100%;
		background: rgba(255, 255, 255, 0.5);
	}
	.page-top {
	padding:100px 0 0 0!important;
	}
}		
 
#header, .sticky-header .header-main.sticky{
	border:none!important;
}
.footer-copyright,
.footer, .footer p, .footer .widget > div > ul li, .footer .widget > ul li,
.footer a:not(.btn), .footer .tooltip-icon{
	color:#fff!important;
}