		/* [Master Stylesheet] */

/* ------------- Index of Stylesheet -------------
:: 1.0 Import Web Fonts
:: 2.0 Import All CSS
:: 3.0 Common/Base CSS
:: 4.0 Header Area CSS
:: 5.0 Sidebar Area CSS
:: 6.0 Welcome Area CSS
:: 7.0 About Me Area CSS
:: 8.0 Follow Instagram Area CSS
:: 9.0 Footer Area CSS
:: 10.0 Portfolio Area CSS
:: 11.0 Blog & Contact Area CSS
:: 12.0 Elements Area CSS
------------------------------------------------ */

/* :: 1.0 Import Web Fonts */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

/* :: 2.0 Import All CSS */

@import '../css/bootstrap.min.css';
@import '../css/owl.carousel.css';
@import '../css/font-awesome.min.css';
@import '../css/pe-icon-7-stroke.css';
@import '../css/magnific-popup.css';
@import '../css/animate.css';

/* :: 3.0 Common/Base CSS */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d1d1d;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

p {
    color: #838383;
    font-size: 15px;
    line-height: 2;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

a:focus {
    outline: 0 solid;
}

a,
a:hover,
a:focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

#preloader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #f2f4f8;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.preloader-wrap {
    position: relative;
    width: 130px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.preloader-logo {
    width: 52px;
    height: 52px;
    opacity: 0.9;
    -webkit-animation: preloader-spin 1.4s linear infinite;
    animation: preloader-spin 1.4s linear infinite;
}
.preloader-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 2px solid rgba(29, 29, 29, 0.18);
    -webkit-animation: preloader-pulse 1.8s ease-out infinite;
    animation: preloader-pulse 1.8s ease-out infinite;
    transform: translate(-50%, -50%) scale(1);
}
.preloader-ring-1 { width: 72px;  height: 72px;  -webkit-animation-delay: 0s;    animation-delay: 0s; }
.preloader-ring-2 { width: 90px;  height: 90px;  -webkit-animation-delay: 0.6s;  animation-delay: 0.6s; }
.preloader-ring-3 { width: 110px; height: 110px; -webkit-animation-delay: 1.2s;  animation-delay: 1.2s; }
@-webkit-keyframes preloader-spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes preloader-spin {
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes preloader-pulse {
    0%        { opacity: 0.7; -webkit-transform: translate(-50%,-50%) scale(0.85); }
    70%       { opacity: 0;   -webkit-transform: translate(-50%,-50%) scale(1.35); }
    100%      { opacity: 0;   -webkit-transform: translate(-50%,-50%) scale(1.35); }
}
@keyframes preloader-pulse {
    0%        { opacity: 0.7; transform: translate(-50%,-50%) scale(0.85); }
    70%       { opacity: 0;   transform: translate(-50%,-50%) scale(1.35); }
    100%      { opacity: 0;   transform: translate(-50%,-50%) scale(1.35); }
}

.questions-area ul li {
    display: none;
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.questions-area ul li.question-show {
    display: block;
}

.questions-area {
    padding: 0 15px;
    position: absolute;
    bottom: 100px;
    z-index: 15;
    width: 100%;
    height: auto;
    left: 0;
}

.questions-area p {
    margin-bottom: 0;
}


ul,
ol {
    margin: 0;
}

ol li,
ul li {
    list-style: outside none none;
}

img {
    height: auto;
    max-width: 100%;
}

.studio-table {
    display: table;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}

.studio-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-img-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-gray {
    background-color: #f6f6f6;
}

.bg-transparent {
    background-color: transparent;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

#scrollUp {
    background-color: #222;
    border-radius: 0;
    bottom: 100px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 0;
    text-align: center;
    width: 35px;
}

.section_padding_100 {
    padding: 100px 0;
}

.section_padding_50 {
    padding: 50px 0;
}

.section_padding_100_70 {
    padding: 100px 0 70px;
}

.section_padding_100_50 {
    padding: 100px 0 50px;
}

.section_padding_100_0 {
    padding: 100px 0 0;
}

.section_padding_0_100 {
    padding: 0 0 100px;
}

.section_heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.section_heading h2 {
    font-size: 48px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.section_heading.text-left {
    text-align: left !important;
}

.studio-btn {
    display: inline-block;
    color: #fff;
    background-color: #1d1d1d;
    height: 52px;
    padding: 0 15px;
    border-radius: 0;
    line-height: 52px;
    font-size: 16px;
    min-width: 140px;
}

.studio-btn > img {
    padding-right: 5px;
}

.studio-btn:hover,
.studio-btn:focus {
    color: #fff;
    font-size: 16px;
}

/* :: 4.0 Header Area CSS */

.header-area {
    width: 100%;
    height: 110px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    padding: 0 34px;
}

#searchbtn {
    cursor: pointer;
    margin-left: 15px;
}

.header-search-form,
.search-form-on .navbar-nav {
    display: none;
}

.search-form-on .header-search-form {
    display: block;
}

.header-area .main-menu .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 25px;
}

.header-area .main-menu .nav-link:hover,
.header-area .main-menu .nav-link:focus {
    color: #fff;
}

.dropdown-menu.show {
    border: none;
    padding: 15px 0;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
}

.dropdown-item {
    font-size: 13px;
}

.dropdown-item:hover {
    color: #000;
    font-size: 13px;
}

.header-search-form form input {
    width: 600px;
    height: 35px;
    padding: 5px 15px;
    font-size: 13px;
    color: #fff !important;
    background-color: rgba(15, 15, 30, 0.55) !important;
    border: 2px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.header-search-form form input::placeholder {
    color: rgba(255,255,255,0.55) !important;
}
.header-search-form form input:focus {
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background-color: rgba(15, 15, 30, 0.75) !important;
    outline: none;
}
/* Chrome/Safari otomatik doldurma renk override */
.header-search-form form input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px rgba(15,15,30,0.8) inset !important;
}

/* Arama canlı öneri dropdown */
#neva-search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    z-index: 9999;
    overflow: hidden;
}
#neva-search-dropdown.active {
    display: block;
}
.neva-sd-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #999;
    padding: 10px 16px 4px;
}
.neva-sd-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 16px;
    text-decoration: none;
    color: #1d1d1d;
    transition: background 0.15s;
}
.neva-sd-item:hover {
    background: #f4f6f8;
    color: #1d1d1d;
    text-decoration: none;
}
.neva-sd-item-icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #eef0f3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
    color: #666;
}
.neva-sd-item-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}
.neva-sd-item-type {
    font-size: 11px;
    color: #999;
    margin-top: 1px;
}
.neva-sd-footer {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #1d1d1d;
    text-decoration: none;
    transition: background 0.15s;
}
.neva-sd-footer:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
.neva-sd-empty {
    padding: 16px;
    text-align: center;
    font-size: 13px;
    color: #999;
}

.gradient-background-overlay {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

.gradient-background-overlay:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%);
}

/* :: 5.0 Sidebar Area CSS */

.social-sidebar-area {
    width: 60px;
    height: 55%;
    background-color: transparent;
    position: fixed;
    bottom: 100px;
    left: 0;
    z-index: 100;
    overflow: hidden;
}

.social-info-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 230px;
    left: -140px;
    z-index: 10;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-info-area a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    line-height: 1;
}

.social-info-area a i {
    font-size: 12px;
    color: #9f9f9f;
    margin-right: 5px;
}

.message-box > a {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #101010;
    text-align: center;
    color: #fff;
    font-size: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.message-box > a > img {
    max-width: 40px;
}

/* :: 6.0 Welcome Area CSS */

.welcome-area {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh !important;
}



.bg-img-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* %50 siyah transparan katman */
    transition: background-color 0.3s ease;
    z-index: 1;
}

.bg-img-item:hover::before {
    background-color: rgba(0, 0, 0, 0); /* Fareyle gelince şeffaf */
}

.bg-img-item:hover {
    transform: scale(1.1); /* %10 büyütme efekti */
}

.carousel-indicators {
    position: fixed;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 9999;
}

.carousel-indicators li {
    /*width: 100%;*/
	width: 100px;
	/*border-top: 4px white solid;
	border-bottom: 4px white solid;*/
    height: 50px;
    margin-right: 8px;
    margin-left: 0;
    text-indent: -9999999px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition-duration: 15000ms;
    transition-duration: 500ms;
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    display: none;
}

.carousel-indicators li.active:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1100;
    position: absolute;
    background-image: url(../img/core-img/active.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-item:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 20px;
    /*background-color: rgba(0, 0, 0, 0.17);*/
    content: '';
    z-index: -1;
}

.carousel-content {
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	/*
	display: flex;
    -webkit-box-align: stretch;
    justify-content: flex-end;
    flex-direction: row;
    padding-bottom: 50px;
    align-items: flex-end;
	*/

}

.slide-text {
    padding: 25px 30px 15px;
    border-left: 3px solid #fff;
    margin-left: 200px;
    /*background-color: rgba(255, 255, 255, 0.2);*/
	background-color: #343a4073;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: -100px;
}

.slide-text h2,
.slide-text h1 {
    margin-bottom: 0;
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}

.slide-text span {
    font-size: 100px;
    color: #fff;
    line-height: 1;
    font-weight: 100;
}

/* :: 7.0 About Me Area CSS */

.about-content span {
    width: 30px;
    height: 2px;
    background-color: #bebebe;
    margin: 0 auto 30px;
    display: block;
}

.about-content h2 {
    margin-bottom: 40px;
    font-size: 36px;
}

.single-service-area img {
    margin-bottom: 50px;
}

.single-service-area h5 {
    margin-bottom: 20px;
}

.single-pie-bar h6 {
    margin-top: 15px;
    margin-bottom: 0;
}

/* :: 8.0 Follow Instagram Area CSS */

.follow-me-instagram-area {
    border-top: 1px solid #dcdcdc;
    margin-bottom: 80px;
}

.follow-me-title h5 {
    margin: 30px 0;
    font-size: 18px;
}

.single-instagram-feeds a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.7);
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-instagram-feeds:hover a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* :: 9.0 Footer Area CSS */

.footer-area {
    position: fixed;
    z-index: 100;
    background-color: #1d1d1d;
    height: 80px;
    width: 100%;
    padding: 0 35px;
    bottom: 0;
    left: 0;
}

.single-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-contact-group {
    display: flex;
    align-items: center;
    gap: 28px;
}

.single-footer-content > a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-left: 5px;
    line-height: 1;
}

/* :: 10.0 Portfolio Area CSS */

.gallery_area {
    height: calc(100% - 380px);
    width: calc(100% - 245px);
    overflow-y: scroll;
    position: fixed;
    z-index: 1;
    top: 200px;
    left: 185px;
    right: 60px;
    padding-right: 45px;
}

.portfolio-menu button {
    background-color: transparent;
    font-size: 15px;
    color: #838383;
    padding: 0 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.portfolio-menu button.active,
.portfolio-menu button:hover {
    color: #1d1d1d;
}

.portfolio-menu button:focus {
    box-shadow: none;
}

.gallery_menu {
    margin-bottom: 100px;
}

.column_single_gallery_item {
    margin-bottom: 30px;
}

.column_single_gallery_item img {
    width: 100%;
}

.hover_overlay {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.hover_overlay a {
    font-size: 30px;
    color: #fff;
}

.column_single_gallery_item:hover .hover_overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* :: 11.0 Blog & Contact Area CSS */

.blog-content span,
.contact-heading-text span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #bebebe;
    margin: 0 auto 30px;
}

.blog-content h2,
.contact-heading-text h2 {
    font-size: 36px;
}

.contact-heading-text h2,
.blog-content p {
    margin-bottom: 50px;
}

.post-date,
.post-date:hover,
.post-date:focus {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.post-author,
.post-author:hover,
.post-author:focus {
    font-size: 12px;
    text-transform: uppercase;
    color: #838383;
    display: block;
    margin-bottom: 50px;
}

.pagination-area .page-link {
    color: #1d1d1d;
    border: none;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.page-item.active .page-link {
    z-index: 1;
    color: #1d1d1d;
    background-color: transparent;
    border-color: transparent;
    padding-right: 80px;
}

.page-item.active .page-link:after {
    content: '';
    width: 70px;
    height: 2px;
    background-color: #1d1d1d;
    position: absolute;
    bottom: 13px;
    left: 45px;
}

.contact-form-area form .form-control {
    margin-bottom: 30px;
    font-size: 14px;
    font-style: italic;
    height: 60px;
    border-bottom: 2px solid #c0c0c0;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: none;
    background-color: transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.contact-form-area form .form-control:focus {
    box-shadow: none;
    border-color: #1d1d1d;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.contact-form-area form textarea.form-control {
    height: 200px;
}

.map-area {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

#googleMap {
    width: 100%;
    height: 485px;
    position: relative;
    z-index: 1;
}

.contact-core-info {
    position: absolute;
    top: 30px;
    width: 280px;
    background-color: #1d1d1d;
    z-index: 1000;
    left: -90px;
    padding: 15px 40px;
    text-align: center;
    height: calc(100% - 60px);
}
@media (max-width: 767px) {
    .contact-core-info {
        position: static !important;
        width: 100vw !important;
        height: auto !important;
        left: auto !important;
        top: auto !important;
        padding: 28px 20px;
        margin-top: 0;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        border-radius: 0;
    }
    .contact-core-info img:first-child {
        margin-bottom: 20px;
        max-width: 120px;
    }
    #map {
        height: 300px !important;
        margin-bottom: 24px;
    }
}
@keyframes nevaScalePulse {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.04); }
    100% { transform: scale(1); }
}
.neva-scale-pulse {
    animation-name: nevaScalePulse;
}

.contact-core-info img {
    margin-bottom: 50px;
}

.contact-core-info .single-footer-content {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.contact-core-info .single-footer-content img {
    display: block;
    margin: 0 auto 10px;
}

.contact-popup-form .modal-content {
    padding: 50px;
}

.contact-popup-form .modal-content {
    padding: 50px;
    border: none;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.9);
}

/* :: 12.0 Elements Area CSS */

/* Accordians */

.elements-title h2 {
    font-size: 36px;
    margin-bottom: 100px;
}

.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0px;
}

.single-accordion h6 a {
    background-color: #1d1d1d;
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.single-accordion h6 a.collapsed {
    background-color: #aeaeae;
    color: #fff;
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 25px;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}

/* barfiller */

.single_progress_bar {
    margin-bottom: 20px;
}

.single_progress_bar:last-of-type {
    margin-bottom: 0;
}

.barfiller {
    background: #e0e0e0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: 15px;
    font-size: 15px;
    color: #838383;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: transparent;
}

.barfiller .tip:after {
    display: none;
}

.single_progress_bar p {
    margin-bottom: 0;
    margin-top: 10px;
}

/* Cool Facts */

.counter-area h2 {
    font-size: 36px;
}

.counter-area h6 {
    margin-bottom: 0;
    color: #838383;
}

.studio-btn.studio-btn-2 {
    background-color: transparent;
    border: 2px solid #1d1d1d;
    color: #1d1d1d;
}

.studio-btn.studio-btn-4 {
    background-color: transparent;
    border: 2px solid #aeaeae;
    color: #aeaeae;
}

/* Sonar CSS */

.carousel-indicators li.active:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: sonar-effect 1s ease-in-out .1s infinite;
    animation: sonar-effect 1s ease-in-out .1s infinite;
    z-index: 1;
    background-color: #fff;
}


@-webkit-keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 3px #fff, 0 0 5px 5px #fff, 0 0 0 5px #fff;
    }
    100% {
        box-shadow: 0 0 0 3px #fff, 0 0 5px 5px #fff, 0 0 0 5px #fff;
        -webkit-transform: translateX(-50%) scale(1.5);
        transform: translateX(-50%) scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


@keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 3px #fff, 0 0 5px 5px #fff, 0 0 0 5px #fff;
    }
    100% {
        box-shadow: 0 0 0 3px #fff, 0 0 5px 5px #fff, 0 0 0 5px #fff;
        -webkit-transform: translateX(-50%) scale(1.5);
        transform: translateX(-50%) scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* ============================================================
   NEVA CUSTOM STYLES
   ============================================================ */

/* Urunler & Cozumler Liste Sayfalari */
.neva-card {
    background: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.neva-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.neva-card-img-placeholder {
    width: 100%;
    height: 200px;
    background: #2d2c2c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #e8e8e8;
}
.neva-card-img-placeholder img {
    width: 200px;
    opacity: 0.7;
}
.neva-card-img-placeholder span {
    font-size: 13px;
    color: #bbb;
    letter-spacing: 0.04em;
    font-weight: 500;
}
.neva-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}
.neva-card-body {
    padding: 20px;
    flex: 1;
}
.neva-card-body h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 12px;
    color: #1d1d1d;
    padding-bottom: 10px;
    border-bottom: 3px solid #1d1d1d;
}
.neva-card-body p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}
.neva-card-footer {
    padding: 15px 20px;
    background: transparent;
    border-top: 1px solid #f0f0f0;
    text-align: center;
}
.neva-card-footer .studio-btn {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    min-width: 120px;
}
.neva-subtags {
    margin-top: 14px;
    border-top: 1px solid #eee;
    padding-top: 12px;
}
.neva-subtags-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 8px;
}
.neva-subtags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.neva-subtags ul li {
    font-size: 13px;
    color: #444;
    padding: 4px 0;
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}
.neva-subtags ul li::before {
    content: '\203a';
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.liste-baslik {
    text-align: center;
    margin-bottom: 50px;
}
.liste-baslik h1,
.liste-baslik h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #1d1d1d;
}
.liste-baslik p {
    color: #777;
    font-size: 16px;
}

/* ===== Detail Pages (cozumdetay / urundetay) ===== */
.neva-detail-hero {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.neva-detail-hero .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.6) saturate(0.7);
}
.neva-detail-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(10,10,20,0.25) 0%,
        rgba(10,10,20,0.35) 45%,
        rgba(10,10,20,0.80) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 38px;
}
.neva-detail-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
}
.neva-detail-breadcrumb a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}
.neva-detail-breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}
.neva-detail-breadcrumb .bc-sep {
    color: rgba(255,255,255,0.4);
    font-size: 15px;
}
.neva-detail-hero-overlay h1 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 38px;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.neva-detail-intro {
    background: #fff;
    padding: 42px 0 36px;
    border-bottom: 1px solid #e8e8e8;
}
.neva-detail-intro .intro-lead {
    font-size: 17px;
    color: #333;
    line-height: 1.85;
    margin-bottom: 0;
}
.neva-detail-intro .intro-sub {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-top: 16px;
    margin-bottom: 0;
}
.neva-detail-docs {
    margin-top: 26px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.neva-block {
    padding: 55px 0;
    border-bottom: 1px solid #e8e8e8;
}
.neva-block-alt {
    background: #f8f9fa;
}
.neva-block-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1d1d1d;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1d1d1d;
    display: inline-block;
}
.neva-block-text {
    font-size: 15px;
    color: #555;
    line-height: 1.85;
}
.neva-block-img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}
/* ===== Components Grid (cozumdetay alt bilesенler) ===== */
.neva-components-section {
    padding: 60px 0 40px;
    background: #f8f9fa;
}
.neva-card-active {
    outline: 3px solid #e8b84b;
    box-shadow: 0 6px 24px rgba(232,184,75,0.25);
}
.neva-comp-detail {
    background: #fff;
    border-radius: 8px;
    border-top: 4px solid #e8b84b;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
    margin-bottom: 32px;
    overflow: hidden;
}
.neva-comp-detail .neva-block {
    padding: 40px 32px;
    border-bottom: 1px solid #eee;
}
.neva-comp-detail .neva-block:last-child {
    border-bottom: none;
}
.neva-comp-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background: #1a1a2e;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.neva-comp-close {
    background: none;
    border: none;
    color: #e8b84b;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
}

/* ===== Galeri Grid (resim_yonu='galeri') ===== */
.neva-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}
.neva-gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    cursor: zoom-in;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.neva-gallery-item img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.neva-gallery-item:hover img {
    transform: scale(1.05);
}
@media (max-width: 767px) {
    .neva-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .neva-gallery-item img { height: 120px; }
}

/* Referanslarimiz bolumu */
.neva-referanslar {
    background: #fff;
    padding: 50px 0 40px;
    border-top: 1px solid #e9ecef;
}
.neva-referanslar .liste-baslik {
    margin-bottom: 32px;
}
.neva-referanslar .liste-baslik h1,
.neva-referanslar .liste-baslik h2 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 2px solid #222;
    display: inline-block;
}
.neva-referans-logo {
    max-width: 150px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: filter 0.25s, opacity 0.25s, transform 0.25s;
}
.neva-referans-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.07);
}
.neva-referans-name {
    font-size: 12px;
    color: #444;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 2px;
    line-height: 1.3;
}

/* Referans sayfası grid + kart */
.ref-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.ref-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 16px 20px;
    transition: transform 0.25s, box-shadow 0.25s;
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
}
.ref-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.ref-card-logo {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.ref-card-logo img {
    max-width: 180px;
    max-height: 110px;
    width: auto;
    height: auto;
    transition: transform 0.25s;
}
.ref-card:hover .ref-card-logo img {
    transform: scale(1.07);
}
.ref-card-body {
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    width: 100%;
}
.ref-card-body h6 {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
    line-height: 1.3;
}
.ref-card-body p {
    font-size: 11px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .ref-card { flex: 0 0 calc(33.33% - 14px); max-width: calc(33.33% - 14px); }
}
@media (max-width: 767px) {
    .ref-card { flex: 0 0 calc(50% - 10px); max-width: calc(50% - 10px); }
}
@media (max-width: 480px) {
    .ref-card { flex: 0 0 calc(50% - 10px); max-width: calc(50% - 10px); }
}

@media (max-width: 767px) {
    .neva-detail-hero { height: 130px; }
    .neva-detail-hero-overlay h1 { font-size: 26px; }
    .neva-detail-hero-overlay { padding-bottom: 24px; }
    .neva-block { padding: 36px 0; }

    /* Kart "Daha Fazla" butonu */
    .neva-card-footer .studio-btn {
        font-size: 12px;
        height: 36px;
        line-height: 36px;
        min-width: 0;
        padding: 0 18px;
    }

    /* Detay sayfası butonları yan yana, küçük */
    .neva-detail-docs {
        flex-wrap: nowrap;
        gap: 8px;
    }
    .neva-detail-docs .studio-btn {
        font-size: 12px;
        height: 38px;
        line-height: 38px;
        min-width: 0;
        padding: 0 8px;
        flex: 1;
        text-align: center;
    }
    .neva-detail-docs .studio-btn > img {
        display: none;
    }

    /* Breadcrumb: tüm öğeleri gizle, sadece direkt üst kategori linki kalsın */
    .neva-detail-breadcrumb > * { display: none; }
    .neva-detail-breadcrumb > a:last-of-type {
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }
    .neva-detail-breadcrumb > a:last-of-type::before {
        content: "←";
    }
    .neva-block .col-md-6:first-child { margin-bottom: 20px; }
    .neva-components-section { padding: 40px 0 24px; }

    /* Banner yazıları mobil */
    .slide-text {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: -40px;
        padding: 16px 18px 12px;
    }
    .slide-text h2,
    .slide-text h1 {
        font-size: 20px;
        line-height: 1.3;
    }
    .slide-text h6 {
        font-size: 12px !important;
        margin-top: 6px;
    }

    /* Footer mobil */
    .footer-area {
        height: auto !important;
        padding: 10px 16px 8px;
    }
    .footer-content {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .footer-contact-group {
        gap: 14px;
    }
    .single-footer-content > a {
        font-size: 11px;
        font-weight: 500;
    }
    .single-footer-content img {
        width: 13px;
        height: 13px;
    }
    .footer-social a {
        font-size: 14px;
        margin: 0 5px;
    }
    .mb-100 {
        margin-bottom: 90px;
    }

}

/* Arama Sayfası Bölüm Başlıkları */
.arama-bolum-baslik {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}
.arama-bolum-baslik h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1d1d1d;
    white-space: nowrap;
    margin: 0;
}
.arama-bolum-baslik h4 i {
    color: #888;
    margin-right: 6px;
    font-size: 18px;
}
.arama-bolum-baslik h4 span {
    font-size: 15px;
    font-weight: 400;
    color: #999;
}
.arama-bolum-cizgi {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, #ddd, transparent);
}
.arama-baslik-alt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.arama-baslik-sayi {
    font-size: 14px;
    color: #666;
}
.arama-baslik-sayi strong {
    color: #1d1d1d;
}
.arama-baslik-bos {
    color: #999;
    font-style: italic;
}
.arama-baslik-etiket {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #888;
    background: #f2f2f2;
    border-radius: 20px;
    padding: 3px 10px;
}
.arama-baslik-etiket i {
    font-size: 11px;
}

/* =====================================================
   :: Dil Değiştirici (Language Switcher)
   ===================================================== */
.lang-switcher-wrap {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 2px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 5px;
    padding: 2px 6px;
}
.lang-btn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: rgba(255,255,255,0.45) !important;
    text-decoration: none !important;
    padding: 2px 5px;
    border-radius: 3px;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
    display: inline-block;
    width: 22px;
    text-align: center;
}
.lang-btn:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.12);
    transform: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.4px !important;
}
.lang-btn.lang-active {
    color: #fff !important;
    font-weight: 700;
    pointer-events: none;
}
.lang-sep {
    color: rgba(255,255,255,0.25);
    font-size: 11px;
    user-select: none;
}

/* CTA Butonları */
.studio-btn.neva-btn-quote {
    background-color: #1a4f8a;
    border: 2px solid #1a4f8a;
}
.studio-btn.neva-btn-quote:hover,
.studio-btn.neva-btn-quote:focus {
    background-color: #1565b8;
    border-color: #1565b8;
    color: #fff;
}
.neva-docs-sep {
    display: inline-block;
    width: 1px;
    background: rgba(0,0,0,0.15);
    height: 30px;
    margin: 0 12px;
    vertical-align: middle;
}
