/*
Theme Name: Vardarhukuk
Theme URI: https://ecedenizvardar.av.tr
Author: Ece Deniz Vardar
Author URI: https://ecedenizvardar.av.tr
Description: Ece Deniz Vardar Hukuk Bürosu için özel olarak hazırlanmış WordPress teması.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vardarhukuk
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Amiri', serif !important;
    font-size: 18px;
    line-height: 1.7;
    color: #656565;
    background-color: transparent !important;
    overflow-x: hidden;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 1.2rem;
}

h1 {
    font-family: sans-serif;
    font-size: 1.6rem;
    line-height: 1.1;
    color: #0D0E13;
    font-weight: normal;
    margin-bottom: 1.2rem;
}

h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    font-weight: normal;
    color: #0D0E13;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.4rem;
    line-height: 1.25;
}

h3 {
    font-size: 1.3rem;
    line-height: 1.25;
}

h4 {
    font-size: 1.2rem;
    line-height: 1.5;
}

h5 {
    font-size: 1rem;
    line-height: 1.6;
}

h6 {
    font-size: .7rem;
    line-height: 1.72;
    letter-spacing: 2px;
}

a {
    color: #000033;
    text-decoration: none;
    transition: .3s;
}

a:hover {
    color: #0D0E13;
    text-decoration: underline;
}

ul, ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

ul ul, ol ul, ul ol, ol ol {
    padding-left: 20px;
}

ol {
    list-style: decimal;
}

.blog-outer-container {
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-color: #011F54;
}

.blog-inner-container {
    width: 100%;
    height: 100%;
    padding: 0 100px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: left;
}

.blog-inner-container .blog-title {
    font-family: sans-serif !important;
    font-size: 40px;
    font-weight: 400;
    color: #f1f1f1;
    text-decoration: none;
    width: 100%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .blog-inner-container {
        padding: 0 50px 30px;
    }
}

@media (max-width: 768px) {
    .blog-inner-container {
        padding: 0 35px 30px;
    }
    .blog-inner-container .blog-title {
        font-size: 30px;
    }
}

.footer {
    width: 100%;
    background-color: #011F54;
    padding: 50px 0;
}

footer {
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
}

.footer-container {
    width: 100%;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left, .footer-right {
    display: flex;
    align-items: center;
    width: 50%;
}

.footer-left {
    justify-content: flex-start;
    flex-direction: column;
}

.footer-right {
    justify-content: flex-end;
}

.footer-logo {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    vertical-align: middle;
}

.footer-logo img {
    height: 23px;
    vertical-align: middle;
}

.footer-menu {
    display: flex;
    gap: 35px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu a {
    font-size: 17px;
    text-decoration: none;
    color: #f1f1f1 !important;
}

@media (max-width: 1024px) {
    .footer-container {
        padding: 0 50px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 35px;
    }
    .footer-left, .footer-right {
        width: 100%;
        justify-content: flex-start;
    }
    .footer-left {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
    }
    .footer-logo {
        margin-bottom: 10px;
    }
    .footer-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .footer-menu a {
        display: block;
    }
}

.site-header {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}

.header-container {
    margin: 0;
    padding: 30px 75px;
    align-items: center;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px ;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 15px;
}

.site-logo img {
    max-height: 18px;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .header-container {
        margin: 10px 10px;
    }
    .inner-header {
        padding: 10px 35px;
    }
    .main-navigation {
        display: none;
    }
    .site-logo img {
        max-height: 18px;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 10px 10px;
    }
    .inner-header {
        padding: 10px 15px;
    }
    .site-logo img {
        max-height: 16px;
        vertical-align: middle;
    }
}

.header-left {
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 50px;
    padding: 0;
    margin: 0;
}

.main-navigation ul li {
    margin: 0;
}

.main-navigation ul li a {
    font-size: 17px !important;
    font-weight: 500;
    text-decoration: none;
    color: #f1f1f1;
}

.menu-toggle {
    display: none;
    position: relative;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-toggle .bar {
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #f1f1f1;
    transition: all 0.3s ease;
}

.menu-toggle .bar1 { transform: rotate(0deg); }
.menu-toggle .bar2 { transform: rotate(90deg); }

@media screen and (max-width: 1024px) {
    .menu-toggle {
        display: flex;
    }
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(30px);
    z-index: 999;
    align-items: center;
    justify-content: center;
}

.mobile-navigation ul {
    list-style: none;
    text-align: center;
}

.mobile-navigation ul li a {
    color: #f1f1f1;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
}

.mobile-menu-overlay.active {
    display: flex;
}

.blog-posts-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 80px 100px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .blog-posts-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 480px) {
    .blog-posts-container {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.blog-post-container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.blog-post-title {
    font-size: 28px;
    margin: 10px 0;
}

.blog-post-title a {
    text-decoration: none;
    color: #333;
}

.blog-post-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.blog-post-excerpt {
    font-size: 16px;
    color: #444;
}

.blog-post-container img {
    width: 100%;
    height: 333px;
    object-fit: cover;
}

.single-outer-container {
    min-height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    overflow: hidden;
}

.single-outer-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.single-header-content {
    color: #ffffff;
    width: 100%;
    position: relative;
    z-index: 2;
}

.entry-title {
    font-size: 40px;
    color: #f1f1f1;
}

.single-content-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-sidebar-wrapper {
    display: block;
}

.single-sidebar-area {
    margin-top: 40px; 
}

@media (min-width: 1024px) {
    .single-header-content,
    .single-content-container {
        padding-left: 100px;
        padding-right: 100px;
    }
    .content-sidebar-wrapper {
        display: flex;
        gap: 50px;
    }
    .single-content-area {
        width: 70%;
    }
    .single-sidebar-area {
        width: 30%;
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .single-header-content,
    .single-content-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .single-header-content,
    .single-content-container {
        padding-left: 35px;
        padding-right: 35px;
    }
    .entry-title {
        font-size: 2rem;
    }
}

.wp-search-input {
    background-color: transparent;
    border-color: #223035;
    color: #263037;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px 0; 
    box-sizing: border-box;
    cursor: pointer; 
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    line-height: 38px; 
    margin: 0 0 8px;
    outline: 0;
    padding: 5px 8px;
    transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
    width: 100%; 
    max-width: 100%;
}

.wp-search-input:hover,
.wp-search-input:focus {
    border-color: #3b82f6;
}

.wp-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.wp-search-form .wp-search-input {
    margin-bottom: 0; 
}

.wp-search-form button {
    background: none;
    border: none;
    color: #223035;
    padding: 0 0 10px 10px; 
    cursor: pointer;
    transition: color .2s;
    flex-shrink: 0; 
}

.wp-search-form button:hover {
    color: #3b82f6;
}

.glassy-button {
    display: inline-block !important;
    width: fit-content !important;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: none;
    border-radius: 30px;
    padding-bottom: 8px;
    padding-left: 40px !important;
    padding-top: 7px;
    padding-right: 40px !important;
    color: #f2f2f2 !important;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.3s ease;
}

.glassy-button:hover {
    background: rgba(255, 255, 255, 0.35);
}

.glassy-button a {
    color: inherit !important;
    text-decoration: none !important;
}

.whatsapp-widget-container img {
    width: 60px !important;
    height: auto !important;
}