/*
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; }
/* --- GENEL AYARLAR --- */
:root {
    --hizmet-primary: #18b4c3; /* Marka renginize göre değiştirebilirsiniz */
    --hizmet-bg: #f8f9fa;
    --hizmet-text: #18b4c3;
}

/* --- HİZMETLERİMİZ (GRID) TASARIMI --- */
.hizmet-card {
    transition: all 0.3s ease-in-out; 
    border-radius: 15px !important;
    overflow: hidden;
    background: #fff;
	border:1px solid  var(--hizmet-primary) !important;
}

.hizmet-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

.hizmet-card img {
    transition: transform 0.5s ease;
    height: 220px;
    object-fit: cover;
}

.hizmet-card:hover img {
    transform: scale(1.1);
}

.hizmet-card .card-title {
    font-weight: normal!important;
    color: var(--hizmet-text); 
	font-size:20px;
	margin-top:10px;
}

.hizmet-card .btn-outline-primary {
    border-radius: 30px;
    padding: 8px 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

/* --- HİZMET DETAY (SIDEBAR) TASARIMI --- */
.hizmet-sidebar {
    border: none !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.hizmet-sidebar .list-group-item-primary {
    background-color: var(--hizmet-primary) !important;
    color: #fff !important;
    border: none;
    padding: 20px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hizmet-sidebar .list-group-item-action {
    border: none;
    padding: 10px 18px;
    font-weight: 500;
    color: #555;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.2s;
}

.hizmet-sidebar .list-group-item-action:last-child {
    border-bottom: none;
}

.hizmet-sidebar .list-group-item-action:hover {
    background-color: #f0f7ff;
    color: var(--hizmet-primary);
    padding-left: 30px; /* Sağa kayma efekti */
}

.hizmet-sidebar .list-group-item-action.active {
    background-color: #fff !important;
    color: var(--hizmet-primary) !important;
    font-weight: 700;
    border-left: 5px solid var(--hizmet-primary);
    padding-left: 25px;
}

/* İçerik Alanı Başlığı */
.col-md-9 h1 {
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
}

.col-md-9 h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: var(--hizmet-primary);
    border-radius: 2px;
}


.hizmet-carousel-wrapper { 
}

.hizmet-slider {
    margin: 0 -15px;
}

.hizmet-item {
    text-align: center;
    padding: 0 15px;
    outline: none;
}

.hizmet-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Yuvarlak Görsel Alanı */
.hizmet-img-circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background-size: cover;
    background-position: center;
    border: 5px solid #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.hizmet-item:hover .hizmet-img-circle {
    transform: scale(1.05);
}

.hizmet-item h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--hizmet-primary) !important;
    margin-bottom: 10px;
    transition: color 0.3s;
	
}
 

.hizmet-item p {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    padding: 0 10px;
}

/* Slick Dots (Noktalar) Tasarımı */
.slick-dots li button:before {
    font-size: 12px;
    color: #10b981;
}

.page-top,
#header .header-main,
 #header, .sticky-header .header-main.sticky{
	 border:none!important
 }
 .contact-item {
            font-size: 14px;
            color: #555;
        }
        .contact-item i {
            color: #17a2b8; /* Görseldeki turkuaz tonu */
            font-size: 1.2rem;
        }
		.contact-item a,
		.contact-item{
			color:#fff!important;
		} 
        .contact-label {
            font-weight: 400;
            color: #fff;
        }
        .contact-link {
            text-decoration: none;
            color: inherit;
        }
header .logo:after{
	content:' ';
	background:url('https://netfikirhost.com/website/essplus/wp-content/uploads/2026/04/arrow.png');
	width:280px;
	height:39px;
	left:50%;
	bottom:-39px;
	left:0;
	position:absolute;
	z-index:999;
}
.mobile-nav-wrap .menu-wrap{
	position:relative;
	z-index:9999!important;
}
.footerLogo:before{
	content:' ';
	background:url('https://netfikirhost.com/website/essplus/wp-content/uploads/2026/04/arrow.png');
    width: 280px;
    height: 39px; 
    top: 0; 
    position: absolute;
    z-index: 999; 
    margin: 0 auto;
}
.footerLogo{
	width: 100%;
    text-align: center;
    padding: 80px 0 0 0;
}

.post-meta{
	display:none;
}
 #nav-panel .accordion-menu li.menu-item.active > a{
	 background:var(--hizmet-primary) !important;
 }
 
 
.page-top:after{
	background:rgba(24, 180, 195, 0.7)!important;
	width:100%;
	height:100%;
	position:absolute;
	content:' ';
	top:0;
	
	
}