/*
Theme Name: Kardesler
Theme URI: kardeslerklima.com
Author: Murat Kurtuldu
Description: Kardesler Klima WordPress Theme
Author URI: https://muratkurtuldu.com
Text Domain: kardesler
Tags: climate, air conditioning, heating, ventilation, responsive, custom colors, custom menu, featured images, theme options, translation ready
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.4
Stable tag: 1.0
Version: 1.0
License: GNU General Public License v2 or later
*/
/* Bootstrap CSS */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css');
/* Bootstrap Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
/* Google Fonts - Poppins & Bitter */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&subset=latin-ext');
/* Owl Carousel */
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css');

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

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* Global Styles */
body {
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    color: #333;
}

/* Header */

header {
    background: url('assets/img/bg-header.jpg') no-repeat center center/cover;
}

.topbar {
    background: rgba(255, 255, 255, 0.171);
}

.topbar ul li {
    font-size: 0.9rem;
}

.topbar ul li:last-child span {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -1px;
    color: gray;
    padding-right: 5px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
}

.topbar ul li:last-child .bi-whatsapp {
    font-size: 1.2rem;
    background: green;
    color: white;
    padding: 15px;
    line-height: 50px;
}

.navbar {
    padding: 0;
}

.navbar .container {
    border-bottom: 5px solid rgb(194, 4, 4);
}

.navbar ul li {
    text-transform: uppercase;
}
.nav-link {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.navbar-nav .dropdown-menu {
    border: 0;
	border-radius: 0;
    font-size: 0.8rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#main-carousel .item {
    min-height: 50vh;
    position: relative;
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

#main-carousel .carousel-content {
    position: relative;
    bottom: 0;
    padding-bottom: 0 !important;
    background: rgba(89, 102, 118, 0.62);
    backdrop-filter: blur(25px);
}

#main-carousel .item .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#main-carousel .carousel-content h2 {
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#main-carousel .carousel-content .btn {
    border-radius: 0;
    font-size: 0.8rem;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
}

#main-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

#main-carousel .owl-nav button {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none;
    margin: 0;
    border-radius: 0;
    width: 48px;
    height: 48px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: background 0.2s;
}

#main-carousel .owl-nav button:hover {
    background: rgba(194, 4, 4, 0.9);
    color: #fff;
}

#urun-ve-hizmetler {
    min-height: 700px;
    position: relative;
    z-index: 111;
}

#urun-ve-hizmetler::after {
    background: #415C6B;
    background: linear-gradient(180deg, rgba(65, 92, 107, 1) 0%, rgba(22, 41, 52, 1) 100%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 365px;
    z-index: -1;
}

.sidebar-menu {
    background: #F2F4F4;
}

.sidebar-menu h2 {
    background: #172B36;
    color: #fff;
    font-size: 1rem;
    padding: 25px 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-menu ul li {
    padding: 20px 30px;
}

.sidebar-menu ul li a {
    color: #333;
    font-size: 0.9rem;
    text-decoration: none;
    display: block;
}

.sidebar-menu ul li:nth-child(odd) {
    background: #E5E5E5;
}

.sidebar-menu ul li {
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
}

.sidebar-menu ul li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: #c20404;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.sidebar-menu ul li:hover::before {
    right: 0;
}

.sidebar-menu ul li a {
    position: relative;
    z-index: 2;
    transition: color 0.3s;
}

.sidebar-menu ul li:hover a {
    color: white;
}

.bilgi-kutu .card,
.bilgi-kutu .card-body {
    border-radius: 0;
    border: 0;
}

.bilgi-kutu .card .card-body {
    background: linear-gradient(270deg, #D6DADD 0%, #FFFFFF 100%);
    margin-left: 20%;
    margin-top: 20%;
}

.bilgi-kutu .card .c-icon {
    height: 100px;
}

.bilgi-kutu .card .card-body h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.bilgi-kutu .card .card-body p {
    font-size: 0.7rem;
    color: #666;
}

.bilgi-kutu .card .card-body .c-link {
    font-size: 0.9rem;
    font-weight: bold;
    color: #c20404;
}

.sonurunler .baslik {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: #596676;
}

.urun {
    border-color: #EFEFEF;
    border-radius: 0;
    transition: box-shadow 0.3s, transform 0.3s;
}

.urun:hover {
    box-shadow: 0 8px 32px 0 rgba(194, 4, 4, 0.15), 0 1.5px 8px 0 rgba(89, 102, 118, 0.08);
    transform: translateY(-8px) scale(1.01);
    border-color: #c20404;
}

.urun .card-body {
    background: #EFEFEF;
    border-bottom: 10px solid #D6DADD;
    position: relative;
    padding: 0;
    transition: background 0.3s, border-bottom-color 0.3s;
}

.urun:hover .card-body {
    background: #fff;
    border-bottom-color: #c20404;
}

.urun .card-body::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 50%;
    height: 5px;
    background: #596676;
    z-index: 1;
    transition: background 0.3s, width 0.3s;
}

.urun:hover .card-body::after {
    background: #c20404;
    width: 100%;
}

.urun .card-body .text-muted {
    position: absolute;
    z-index: 11;
    top: -30px;
    left: 15px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: 400 !important;
    color: #c20404 !important;
    text-transform: uppercase;
    transition: color 0.3s;
}

.urun:hover .card-body .text-muted {
    color: #596676 !important;
}

.urun .badge {
    border-radius: 0;
    top: 0;
    left: 0;
    padding: 10px 15px;
    font-size: 0.7rem;
    background-color: #c2040426;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c20404;
    transition: background 0.3s, color 0.3s;
}

.urun:hover .badge {
    background-color: #c20404;
    color: #fff;
}

.urun .card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 20px 15px;
    transition: color 0.3s;
}

.urun:hover .card-title,
.urun:hover .card-title a {
    color: #c20404;
}

.urun .card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.banner .card,
.banner .card-img {
    border-radius: 0;
}

.banner .card-img {
    min-height: 300px;
    object-fit: cover;
}

.banner .banner-bilgi {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(225.76deg, rgba(89, 102, 118, 0.16) 9.12%, #182D70 71.86%);
}

.banner .banner-bilgi h3 {
    font-weight: bolder;
    text-transform: uppercase !important;
}

.banner .btn-link {
    color: white;
    font-size: 0.9rem;
}

.banner .btn-link i,
.banner ul li i {
    font-size: 1.2rem;
    margin-right: 5px;
}

.banner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner ul li {
    padding: 10px 0;
    font-size: 0.9rem;
    color: #fff;
    border-bottom: 1px solid #ffffff2b;
}

.nasil.banner .card-img {
    height: 450px;
}

.nasil.banner .banner-bilgi {
    background: linear-gradient(175.84deg, rgba(207, 64, 53, 0.1) 3.39%, #CF4035 79.67%);
}

#bilgi-alani {
    background: url(assets/img/bg-sss.jpg) no-repeat center center/cover;
    position: relative;
}

.endustriyel.banner {
    border: 5px solid #ACBDC6;
}

.endustriyel.banner h4 {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: -1px;
}

.bilgi-bankasi .accordion-item,
.bilgi-bankasi .accordion-collapse,
.bilgi-bankasi .accordion-button {
    background: transparent;
    border-radius: 0;
    border-color: #acbdc67e;
    color: white;
}

.bilgi-bankasi .accordion-item.show,
.bilgi-bankasi .accordion-item .accordion-collapse.show,
.bilgi-bankasi .accordion-item .accordion-button:not(.collapsed) {
    background: transparent;
    border-radius: 0;
}

.bilgi-bankasi .accordion-item .accordion-button:not(.collapsed) {
    font-weight: bolder;
    background: #ACBDC6;
    color: #333;
}

.bilgi-bankasi .accordion-body {
    font-size: 0.8rem;
}

.partnerslide .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnerslide img {
    filter: grayscale(100%);
    transition: filter 0.3s;
    height: 80px;
    width: auto !important;
    opacity: 0.5;
}

.partnerslide img:hover {
    filter: none;
    opacity: 1;
}

footer {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 50px;
}

footer .f-logo {
    filter: grayscale(100%);
    margin-bottom: 20px;
}

footer .f-menu {
    margin-bottom: 20px;
}

footer .f-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #cccccc68;
    border-bottom: 1px dotted #cccccc68;
}

footer .f-menu ul li {
    padding: 5px 0;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 15px;
}

footer .f-menu ul li a {
    color: #333;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

footer .f-menu ul li a:hover {
    color: #c20404;
}

footer .f-logo img {
    width: 150px;
    height: auto;
}

footer .f-alt {
    font-size: 0.7rem;
}

#sayfa-baslik {
    background: #415C6B;
    background: linear-gradient(180deg, rgba(65, 92, 107, 1) 0%, rgba(22, 41, 52, 1) 100%);
    color: white;
}

#sayfa-baslik h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}

#sayfa-baslik .breadcrumb-item a {
    color: rgb(169, 169, 169);
    text-decoration: none;
}

#sayfa-baslik .breadcrumb-item {
    color: white;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#sayfa-baslik .breadcrumb-item+.breadcrumb-item::before {
    color: rgb(169, 169, 169);
}

#icerik-manset {
}

#icerik-manset .item {
	height: auto;
}

#icerik-manset .item img {
	/*display: block;
    width: 100%;
    object-fit: cover;*/
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.icerikslide {}

.icerikslide .item {
    max-height: auto !important;
}

.icerikslide .item .card-img {
    max-height: auto !important;
    object-fit: cover;
}

.manset-bilgi h2 {
    font-size: 1.3rem;
    letter-spacing: -1px;
    font-weight: bolder;
}

.manset-bilgi .btn {
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 0;
}

.icerikslide .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
    padding: 0 10px;
    border-radius: 0;
}

.icerikslide .owl-nav button {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    border: none;
    border-radius: 0;
    width: 44px;
    height: 44px;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    opacity: 0.5;
    transition: background 0.2s, opacity 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.icerikslide .owl-nav button:hover {
    background: rgba(194, 4, 4, 0.8);
    opacity: 1;
    color: #fff;
}

#icerik-bilgi {
    background: linear-gradient(180deg, #ececec 100%, #fff 0%); 
    position: relative;
}

#icerik-bilgi {
    font-size: 0.9rem;
    line-height: 30px;
}

#icerik-bilgi .icerik h2 {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 20px;
}
#icerik-bilgi .icerik h3 {
    font-size: 1.2rem;
    font-weight: bolder;
    margin-bottom: 15px;
}
#icerik-bilgi .icerik h4 {
    font-size: 1rem;
    font-weight: bolder;
    margin-bottom: 10px;
}

#icerik-bilgi .icerik ul {
    padding-left: 0;
    margin-bottom: 1.5em;
    list-style: none;
}

#icerik-bilgi .icerik ul li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.7em;
    font-size: 1rem;
    color: #415C6B;
    line-height: 1.7;
    transition: color 0.2s;
}

#icerik-bilgi .icerik ul li::before {
    content: '';
    position: absolute;
    left: 0.5em;
    top: 0.4em;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    background: linear-gradient(135deg, #c20404 60%, #415C6B 100%);
    box-shadow: 0 2px 8px rgba(194,4,4,0.08);
}

#icerik-bilgi .icerik ul li:hover {
    color: #c20404;
}

/* Media Queries */

/* iPad Air */
@media screen and (max-width: 820px) {}

/* iPad Pro */
@media screen and (max-width: 1024px) {}

/* Tablet */
@media screen and (max-width: 768px) {
    #main-carousel .item {
        min-height: 35vh;
    }

    #main-carousel .carousel-content h2 {
        font-size: 1.5rem;
    }
}

/* Mobile */
@media screen and (max-width: 480px) {

    section,
    main,
    footer {
        overflow-y: hidden;
    }

    #anamanset .carousel-content {
        width: 100% !important;
        text-align: center;
    }

    #main-carousel .carousel-content h2 {
        font-size: 1.3rem;
        font-weight: bolder;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }

    #main-carousel .owl-nav button {
        width: 33px;
        height: 33px;
        font-size: 1.4rem;
    }

    .sidebar-menu {
        overflow: hidden;
        height: 65px;
    }

    .sidebar-menu:hover {
        height: auto;
        overflow: auto;
        transition: height 0.3s;
    }

    .bilgi-kutu .card .card-body p {
        display: none;
    }

    footer {
        margin-top: 10px;
    }

    .f-alt {
        text-align: center !important;
    }
}

/* Navbar Dropdown Hover */
@media (min-width: 992px) {}

/* Loader */

    #loader {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: #f8f9fa;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }

    .spin-icon {
      font-size: 3rem;
      color: #0d6efd;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    #loaderText {
      margin-top: 1rem;
      font-size: 1.2rem;
      color: #343a40;
    }

/* Gallery */

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Görseller arası boşluk */
    justify-content: left;
    padding: 0;
    margin: 0;
}

.gallery-item {
    width: 150px !important;
    height: 200px;
    position: relative;
    list-style: none;
}

.gallery-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mobilde görselleri alt alta koymak için (isteğe bağlı) */
@media (max-width: 480px) {
    .gallery-item {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}
