#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Navbar fixed Start ***/
.nav-bar.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: navbarSlideDown 0.3s ease;
}

body.has-fixed-navbar {
    padding-top: 90px;
}

#site-header {
    position: relative;
    z-index: 9999;
}

@keyframes navbarSlideDown {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*** Navbar fixed End ***/

/*** Navbar fixed Start ***/
html, body {
    overflow-x: hidden;
}
/* Header yükleme alanı */
#site-header,
#site-footer {
    width: 100%;
}

/* Sabit navbar */
.nav-bar.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: navbarSlideDown 0.3s ease;
}

body.has-fixed-navbar {
    padding-top: 90px;
}

#site-header {
    position: relative;
    z-index: 9999;
}

@keyframes navbarSlideDown {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Navbar link taşmalarını önle */
.navbar .navbar-nav .nav-link,
.navbar .dropdown-menu .dropdown-item {
    white-space: normal;
    word-break: break-word;
}

/* Footer link kırılmaları */
.footer a,
.footer p {
    word-break: break-word;
}

/* Mobil görünüm */
@media (max-width: 991.98px) {
    .topbar {
        display: none !important;
    }

    .nav-bar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .navbar-brand .fs-2 {
        font-size: 1.6rem !important;
    }

    .navbar-collapse {
        background: #ffffff;
        margin-top: 12px;
        padding: 15px;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .navbar-nav {
        gap: 4px;
    }

    .navbar .nav-item .nav-link {
        padding: 10px 12px;
        border-radius: 8px;
    }

    .navbar .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: 10px;
        margin-top: 4px;
        background: transparent;
    }

    .navbar .dropdown-item {
        padding: 8px 12px;
        border-radius: 8px;
    }

    .navbar-toggler {
        padding: 8px 12px;
        border-radius: 10px;
    }

    .d-flex.align-items-center.ms-lg-4.mt-3.mt-lg-0 {
        width: 100%;
        margin-top: 15px !important;
    }

    .d-flex.align-items-center.ms-lg-4.mt-3.mt-lg-0 a.btn {
        width: 100%;
        text-align: center;
    }

    body.has-fixed-navbar {
        padding-top: 76px;
    }

    .nav-bar.is-fixed {
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    }

    .footer {
        text-align: left;
    }

    .footer .footer-item {
        margin-bottom: 10px;
    }

    .footer .d-flex {
        flex-wrap: wrap;
        gap: 8px;
    }
}

/* Daha küçük telefonlar */
@media (max-width: 575.98px) {
    .navbar-brand .fs-2 {
        font-size: 1.35rem !important;
    }

    .navbar-toggler {
        font-size: 14px;
    }

    .nav-bar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .container,
    .container-fluid {
        max-width: 100%;
    }

    body.has-fixed-navbar {
        padding-top: 72px;
    }

    .footer {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .footer h4 {
        font-size: 1.1rem;
    }

    .footer a,
    .footer p,
    .footer h6 {
        font-size: 0.95rem;
    }
}
/*** Navbar Phone fixed Start ***/

.topbar-rate-badge{
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    border-radius: 30px;
    background: rgba(255,255,255,0.12);
    color: #f8f9fa;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.18);
    line-height: 1;
    white-space: nowrap;
}

.topbar-rate-badge .text-primary{
    color: #0d6efd !important;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/


/*************************
 TOPBAR
**************************/
.topbar {
    font-size: 14px;
}

.topbar a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    transition: color .3s ease;
}

.topbar a:hover {
    color: #fff;
}

.topbar .btn {
    transition: all .3s ease;
}

.topbar .btn:hover {
    background: var(--bs-primary);
    color: #fff;
}


/*************************
 NAVBAR
**************************/
.nav-bar {
    background: #ffffff;
    box-shadow: 0 4px 25px rgba(0,0,0,0.04);
}

.navbar {
    min-height: 80px;
}

.navbar-brand span {
    letter-spacing: .5px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    padding: 20px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    text-decoration: none; /* ALT ÇİZGİ KESİN YOK */
    transition: color .3s ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

/* Alt çizgiyi tamamen kapat */
.navbar-light .navbar-nav .nav-link::after {
    display: none !important;
}


/*************************
 DROPDOWN (HOVER AÇILIR)
**************************/
@media (min-width: 992px) {

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all .25s ease;
        border-radius: 12px;
        border: none;
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
        padding: 12px 0;
    }

    .navbar .nav-item.dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-toggle::after {
        margin-left: 6px;
        font-size: 12px;
    }
}

.dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 10px 22px;
    transition: all .25s ease;
}

.dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: #fff;
}


/*************************
 STICKY EFFECT
**************************/
.sticky-top {
    transition: all .3s ease;
}

.sticky-top.scrolled {
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}


/*************************
 MOBILE
**************************/
@media (max-width: 991px) {

    .navbar {
        min-height: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .dropdown-menu {
        box-shadow: none;
        border-radius: 0;
    }
}



/*** Hero Carousel Start ***/
.hero-carousel {
    position: relative;
}

/* Görsel ayarları */
.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Masaüstü yükseklik */
.carousel .carousel-item {
    height: 720px;
}

/* Overlay (kurumsal + modern) */
.carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 40%,
        rgba(0, 0, 0, 0.25) 70%,
        rgba(0, 0, 0, 0.1) 100%
    );
    z-index: 1;
}

/* Caption */
.carousel-item .carousel-caption {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    text-align: left;
}

/* Subtitle */
.hero-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-left: 3px solid var(--bs-primary);
}

/* Başlık */
.hero-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 15px;
}

/* Metin */
.hero-text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 620px;
}

/*** Indicators (modern dikey stil) ***/
.carousel-indicators {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    margin: 0;
}

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    margin: 8px 0;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    opacity: 1;
    transition: all 0.3s ease;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    transform: scale(1.2);
}

/*** Controls ***/
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) invert(1);
}

/*** Responsive ***/
@media (max-width: 992px) {
    .carousel .carousel-item {
        height: 560px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-text {
        font-size: 15px;
    }

    .carousel-indicators {
        display: none;
    }
}

@media (max-width: 576px) {
    .carousel .carousel-item {
        height: 460px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-subtitle {
        font-size: 12px;
    }

    .hero-text {
        font-size: 14px;
    }
}

/* ===== Hero Text Animation ===== */
.hero-subtitle,
.hero-title,
.hero-text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s ease;
}

.carousel-item.active .hero-subtitle {
    transition-delay: 0.2s;
}

.carousel-item.active .hero-title {
    transition-delay: 0.4s;
}

.carousel-item.active .hero-text {
    transition-delay: 0.6s;
}

.carousel-item.active .hero-subtitle,
.carousel-item.active .hero-title,
.carousel-item.active .hero-text {
    opacity: 1;
    transform: translateY(0);
}

/*** Hero Carousel End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** New Header Start ***/
.section-hero {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
}
.section-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.section-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.35)
    );
    z-index: 1;
}

.section-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    padding: 0 20px;
    color: #fff;
}

.hero-tag {
    display: inline-block;
    width: fit-content;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 14px;
}

.section-hero-content h3 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #f8f9fa;
}

.section-hero-content p {
    opacity: 0.9;
    max-width: 520px;
}

/*** New Header End ***/

/*** Features Start ***/
.features-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.features-section h2 {
    font-family: "Montserrat", sans-serif;
}

.features-section p {
    font-size: 17px;
    line-height: 1.7;
}

/* Feature Box */
.feature-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, var(--bs-primary), transparent);
    opacity: 0;
    transition: 0.4s;
}

.feature-box:hover::before {
    opacity: 0.06;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
.feature-box.right {
    flex-direction: row-reverse;
}
.feature-box .icon {
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    transition: 0.4s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.feature-box:hover .icon {
    transform: rotate(8deg) scale(1.1);
    background: var(--bs-secondary);
}
.feature-box .content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--bs-dark);
}
.feature-box .content p {
    margin: 0;
    color: #6c757d;
}
.feature-image {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}
.feature-image img {
    transition: transform 0.6s ease;
}
.feature-image:hover img {
    transform: scale(1.08);
}
@media (max-width: 991px) {
    .feature-box,
    .feature-box.right {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .feature-box .content {
        text-align: center;
    }
}
/*** Features End ***/

/*** About Modern Start ***/
.about-modern {
    background: #f8f9fa;
}

.about-image {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content {
    padding-left: 10px;
}

.about-subtitle {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--bs-primary);
    margin-bottom: 10px;
    font-weight: 600;
}

.about-content h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.about-content h2 span {
    color: var(--bs-primary);
}

.about-content p {
    color: #555;
    margin-bottom: 15px;
    line-height: 1.7;
}

.about-features {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.about-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.about-features i {
    color: var(--bs-primary);
    font-size: 14px;
}
/*** About Modern End ***/

/*** DekorX Stats Start ***/
.dekorx-stats {
    padding: 100px 0;
    background:
        linear-gradient(135deg, rgba(0,0,0,.85), rgba(0,0,0,.65)),
        repeating-linear-gradient(
            45deg,
            rgba(255,255,255,.03) 0,
            rgba(255,255,255,.03) 1px,
            transparent 1px,
            transparent 8px
        ),
        url("../img/siyah_korkuluk.jpg");
    background-size: cover;
    background-position: center;
}
.stats-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    border-radius: 20px;
    padding: 60px 40px;
    background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
}
.stats-item {
    text-align: center;
    color: #fff;
}
.stats-item.highlight {
    transform: scale(1.05);
}
.stats-number {
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -1px;
}
.stats-plus {
    font-size: 32px;
    font-weight: 700;
    color: var(--bs-primary);
    margin-left: 4px;
}
.stats-item p {
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: .5px;
    color: rgba(255,255,255,.75);
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 25px;
    }
}
@media (max-width: 576px) {
    .stats-wrapper {
        grid-template-columns: 1fr;
    }
}
/*** DekorX Stats End ***/

/*** Why Us Section Start ***/
.why-us {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    position: relative;
    overflow: hidden;
}

.why-us::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.why-card {
    height: 100%;
    padding: 40px 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    text-align: center;
    color: #fff;
    transition: all 0.4s ease;
    position: relative;
}

.why-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.why-card.active {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.why-card .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.why-card h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.why-card p {
    font-size: 15px;
    opacity: 0.85;
}
/*** Why Us Section ***/

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
}

.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%; 
    bottom: 0; 
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}
/*** About End ***/


/*** Fact Counter Start ***/
.counter {
    position: relative;
    background: linear-gradient(
        rgba(0, 12, 33, 0.85),
        rgba(31, 46, 78, 0.85)
    ), url(../img/dekorX_Merdiven_ozel_tasarim_korkuluk.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter .counter-item {
    padding: 30px 20px;
    border-radius: 16px;
    transition: all 0.35s ease;
}
.counter .counter-item:hover {
    transform: translateY(-5px);
}
.counter .counter-item-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: #fff;
    transition: all 0.35s ease;
}
.counter .counter-item:hover .counter-item-icon {
    background: var(--bs-secondary);
    transform: scale(1.05);
}
.counter .counter-counting {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
}
.counter .counter-counting span {
    line-height: 1;
}
.counter h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 0.3px;
}
/*** Fact Counter End ***/

/*** Why DekorX Start ***/
.why-dekorx {
    background: linear-gradient(180deg, #f8f9fa, #ffffff);
}

.section-badge {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--bs-primary);
    margin-bottom: 10px;
    font-weight: 600;
}

.section-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 15px;
}

.section-title span {
    color: var(--bs-primary);
}

.section-desc {
    max-width: 650px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
}

.why-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    height: 100%;
    text-align: center;
    transition: all .4s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.why-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(var(--bs-primary-rgb), .1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon i {
    font-size: 26px;
    color: var(--bs-primary);
}

.why-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
/*** Why DekorX End ***/


/*** Services Start ***/
.service {
    background-color: var(--bs-light);
}
.service .service-item {
    position: relative;
    height: 100%;
    padding: 40px 30px;
    background: var(--bs-white);
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    overflow: hidden;
}
.service .service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.15);
}
.service .service-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.35s;
}
.service .service-item:hover::before {
    opacity: 1;
}
.service .service-item .service-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        var(--bs-primary),
        var(--bs-secondary)
    );
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    transition: 0.35s ease;
}
.service .service-item:hover .service-icon {
    transform: scale(1.08) rotate(5deg);
}
.service .service-item h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--bs-dark);
}
.service .service-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #6c757d;
    margin: 0;
}
/*** Services End ***/


/*** Dekorx Categories Start***/
.categories {
    background: var(--bs-light);
}
.categories .categories-item {
    padding: 10px;
}
.categories-item-inner {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all .4s ease;
}
.categories-item-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}
.categories-img img {
    height: 190px;
    object-fit: cover;
    width: 100%;
}
.categories-content {
    padding: 16px;
    text-align: center;
}
.categories-content h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.categories-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
}
.categories-badges span {
    background: rgba(var(--bs-primary-rgb), .08);
    color: var(--bs-dark);
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.categories-badges i {
    color: var(--bs-primary);
    font-size: 12px;
}
.categories-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}
.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: static; /* asıl fix bu */
    padding: 6px 18px;
    font-size: 14px;
}
/*** Dekorx Categories End ***/

/*** Vision & Mission Start ***/
.vision-mission {
    background: var(--bs-light);
}

.vm-card {
    background: #fff;
    border-radius: 14px;
    padding: 40px 30px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all .4s ease;
    position: relative;
}

.vm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.vm-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(var(--bs-primary-rgb), .1);
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.vm-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.vm-card p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Değerler */
.value-item {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(0,0,0,0.06);
    transition: .3s;
}

.value-item i {
    color: var(--bs-primary);
}

.value-item:hover {
    background: var(--bs-primary);
    color: #fff;
}

.value-item:hover i {
    color: #fff;
}
/*** Vision & Mission End ***/



/*** DekorX Steps Start ***/
.steps {
    background: linear-gradient(
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.75)
    ), url("../img/krklk.jpg") center center / cover no-repeat;
}

.steps-item {
    background: rgba(255,255,255,0.08);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    position: relative;
    transition: all .4s ease;
}

.steps-item:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.15);
}

.steps-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.steps-item p {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

/* Step Number */
.setps-number {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 42px;
    font-weight: 700;
    color: rgba(255,255,255,0.15);
    line-height: 1;
}
.steps h1,
.steps h4,
.steps p {
    color: #fff !important;
}
.steps h1 .text-primary {
    color: var(--bs-primary) !important;
}
.steps .steps-item h4 {
    font-weight: 600;
}
.steps .steps-item p {
    opacity: .9;
}
/*** DekorX Steps End ***/


/*** Blog Start ***/
.blog .blog-item {
    height: 100%;
    background: var(--bs-white);
    border-radius: 12px;
    overflow: hidden;
    transition: all .35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.blog .blog-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,.15);
}
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.blog .blog-item .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.blog .blog-item:hover .blog-img img {
    transform: scale(1.12);
}
.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
    padding-top: 45px;
}
.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0;
    left: 24px;
    transform: translateY(-50%);
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    color: var(--bs-white);
    background: var(--bs-primary);
    letter-spacing: .3px;
}
.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
    font-size: 13px;
    color: #6c757d;
}
.blog .blog-item .blog-content a.h5 {
    font-weight: 600;
    line-height: 1.4;
    color: var(--bs-dark);
    transition: color .3s ease;
}
.blog .blog-item .blog-content a.h5:hover {
    color: var(--bs-primary);
}
.blog .blog-read-more {
    font-weight: 600;
    font-size: 14px;
    color: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .3s ease;
}
.blog .blog-read-more i {
    font-size: 13px;
    transition: transform .3s ease;
}
.blog .blog-read-more:hover i {
    transform: translateX(4px);
}
/*** Blog End ***/


/*** Banner Start ***/
.banner-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.banner-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}

.banner-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    max-width: 650px;
}

.banner-content h4 {
    color: var(--bs-light);
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-content h2{
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    color: antiquewhite;
}

.banner-content p {
    opacity: 0.9;
    margin-bottom: 25px;
}

.banner-buttons {
    display: flex;
    gap: 15px;
}

@media (max-width: 768px) {
    .banner-box {
        height: 360px;
    }

    .banner-content h1 {
        font-size: 32px;
    }
}
/*** Banner End ***/


/*** FotoGaleri Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}
.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}
/*** FotoGaleri End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}
.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}
.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px; 
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}
.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}
.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}
.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}
.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}
.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Portfolio Start***/

.portfolio-card {
  border: none;
  border-radius: 10px;
  transition: all .3s ease;
}

.portfolio-card img {
  height: 230px;
  object-fit: cover;
}

.portfolio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.portfolio-card .card-title {
  color: #222;
  font-weight: 600;
}

.portfolio-card:hover .card-title {
  color: #b30000; /* kırmızı vurgu */
}

.portfolio-img {
    width: 100%;
    height: 260px; /* SABİT YÜKSEKLİK */
    object-fit: cover;
    cursor: pointer;
    transition: transform .3s ease;
}

.portfolio-img:hover {
    transform: scale(1.03);
}
.modal-content {
    background: transparent;
    box-shadow: none;
}
.modal-backdrop.show {
    opacity: 0.85;
}
#portfolioModalImg {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    margin: auto;
    display: block;
}
#portfolioModal .modal-dialog {
    max-width: 900px;
}
@media (max-width: 768px) {
    #portfolioModalImg {
        max-height: 55vh;
    }
}
@media (max-width: 768px) {
    .portfolio-img {
        height: 200px;
    }
}

/*** Portfolio End***/

/*** What We Do Start ***/
.what-we-do {
    background: #f8f9fa;
}
.what-we-do .service-box {
    background: #fff;
    border-radius: 18px;
    padding: 28px 26px;
    height: 100%;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
    transition: all .35s ease;
}
.what-we-do .service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}
.what-we-do h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #212529;
}
.what-we-do p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #6c757d;
}
.what-we-do .service-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    border: 2px solid transparent;
    transition: all .35s ease;
    pointer-events: none;
}
.what-we-do .service-box:hover::before {
    border-color: #dc3545; /* kırmızı vurgu */
}
@media (max-width: 767px) {
    .what-we-do .service-box {
        padding: 24px 20px;
    }
}
/*** What We Do End ***/


/* Contact Start */
.contact-simple {
    background: #ffffff;
}

.contact-card {
    display: block;
    background: #f8f8f8;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    color: #333;
    height: 100%;
    transition: 0.3s;
}

.contact-card i {
    font-size: 32px;
    color: #c62828;
    margin-bottom: 15px;
}

.contact-card h5 {
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-card p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

.contact-card:hover {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: translateY(-6px);
}

/* Map */
.contact-map {
    width: 100%;
    height: 380px;
    border: none;
    border-radius: 12px;
}
/*** Contact End ***/

/*** Blog Pages Start ***/
.blog-list-page {
    font-size: 16px;
}

.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.blog-card-img {
    display: block;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover img {
    transform: scale(1.05);
}

.blog-card-body {
    padding: 22px;
}

.blog-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #777;
    display: inline-block;
    margin-bottom: 8px;
}

.blog-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}

.blog-card-title a {
    text-decoration: none;
    color: #111;
    transition: color 0.3s;
}

.blog-card-title a:hover {
    color: #000;
}

.blog-card-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* Mobil iyileştirme */
@media (max-width: 576px) {
    .blog-card-img img {
        height: 190px;
    }

    .blog-card-title {
        font-size: 18px;
    }
}

/*** Blog Pages End ***/

/*** Blog Start ***/
.blog-layout {
    font-size: 16px;
    line-height: 1.9;
    color: #2b2b2b;
}

.blog-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.blog-meta {
    color: #888;
    font-size: 14px;
    margin-bottom: 25px;
}

.blog-lead {
    font-size: 19px;
    font-weight: 500;
    color: #444;
    margin-bottom: 35px;
}

.blog-content h2 {
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
    color: #111;
}

.blog-content p {
    margin-bottom: 18px;
    color: #444;
}

.blog-content ul {
    padding-left: 18px;
    margin-bottom: 25px;
}

.blog-content ul li {
    margin-bottom: 8px;
}
.blog-content-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
}

.blog-content-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 4px;
    height: 60px;
    background: linear-gradient(180deg, #caa15a, #e7c27a);
    border-radius: 10px;
}

.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-box {
    background: #ffffff;
    padding: 22px;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    box-shadow: 0 8px 25px rgba(0,0,0,0.03);
}

.sidebar-box h5 {
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 17px;
    color: #111;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    margin-bottom: 12px;
}

.sidebar-link {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: all 0.25s ease;
    position: relative;
}

.sidebar-link:hover {
    background: #f1f3f5;
    color: #000;
    padding-left: 18px;
}

.sidebar-link.active {
    background: #111;
    color: #fff;
    font-weight: 500;
}

.sidebar-link.active:hover {
    background: #000;
    padding-left: 12px;
}
.blog-cover {
    width: 100%;
    height: 420px;
    border-radius: 14px;
    overflow: hidden;
    background: #eee;
}

.blog-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
/* CTA */
.sidebar-cta {
    position: relative;
    background: #f4f6f8;
    border-radius: 16px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #e6e8eb;
}

.sidebar-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(0,0,0,0.04) 1px, transparent 0);
    background-size: 16px 16px;
    opacity: 0.4;
    pointer-events: none;
}

.sidebar-cta h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.sidebar-cta p {
    position: relative;
    font-size: 15px;
    color: #555;
}

.sidebar-cta .btn {
    position: relative;
    background: #111;
    color: #fff;
    border-radius: 30px;
    padding: 10px 22px;
    font-size: 14px;
    transition: 0.3s;
}

.sidebar-cta .btn:hover {
    background: #000;
    transform: translateY(-2px);
}

/*** Blog End ***/

/*** Blog Hero Start***/
.blog-hero {
    position: relative;
    padding: 50px 0 40px;
    background:
        radial-gradient(circle at top right, rgba(0,0,0,0.04), transparent 60%),
        linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
    overflow: hidden;
}

.blog-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0,0,0,0.015) 0,
        rgba(0,0,0,0.015) 1px,
        transparent 1px,
        transparent 6px
    );
    pointer-events: none;
}

.blog-hero-inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 40px;
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow:
        0 20px 40px rgba(0,0,0,0.08),
        inset 0 0 0 1px rgba(255,255,255,0.4);
}

.blog-breadcrumb {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888;
}

.blog-breadcrumb a {
    color: #444;
    text-decoration: none;
    font-weight: 500;
}

.blog-hero-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    margin: 18px 0 12px;
    color: #111;
}

.blog-hero-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    max-width: 720px;
}

.blog-hero-meta {
    margin-top: 28px;
    display: flex;
    gap: 18px;
    font-size: 14px;
    color: #777;
}

.blog-hero-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 14px;
    position: relative;
}

.blog-hero-meta span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #bbb;
    border-radius: 50%;
}
@media (max-width: 992px) {
    .blog-hero-inner {
        max-width: 92%;
        padding: 35px 40px;
    }

    .blog-hero-title {
        font-size: 34px;
    }
}
@media (max-width: 576px) {
    .blog-hero {
        padding: 50px 0 40px;
    }

    .blog-hero-inner {
        padding: 28px 24px;
        border-radius: 16px;
    }

    .blog-hero-title {
        font-size: 26px;
        line-height: 1.25;
    }

    .blog-hero-desc {
        font-size: 15px;
    }

    .blog-hero-meta {
        gap: 10px;
        font-size: 13px;
        margin-top: 18px;
        flex-wrap: wrap;
    }
}
/*** Blog Hero End***/

/*** Footer Start ***/
.footer {
    background: linear-gradient(145deg, #0b0f14, #141a22);
    position: relative;
    overflow: hidden;
}

/* Hafif doku efekti */
.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255,255,255,0.04), transparent 40%),
                radial-gradient(circle at bottom right, rgba(255,255,255,0.03), transparent 45%);
    pointer-events: none;
}

.footer .footer-item h4 {
    font-weight: 600;
    letter-spacing: 0.6px;
    position: relative;
    padding-bottom: 10px;
}

/* Başlık altı ince çizgi */
.footer .footer-item h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--bs-primary), transparent);
}

/* Link & metin */
.footer .footer-item a,
.footer .footer-item p {
    line-height: 30px;
    color: rgba(255,255,255,0.75);
    transition: all 0.3s ease;
}

/* Link hover */
.footer .footer-item a:hover {
    color: var(--bs-primary);
    padding-left: 6px;
}

/* Sosyal ikonlar */
.footer .btn-md-square {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    transition: all 0.3s ease;
}

.footer .btn-md-square:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    transform: translateY(-3px);
}

/*** Footer End ***/

/*** Copyright Start ***/
.copyright {
    background: linear-gradient(145deg, #080b10, #11161d);
    border-top: 1px solid rgba(255,255,255,0.08);
}

.copyright a {
    transition: color 0.3s ease;
}

.copyright a:hover {
    color: var(--bs-primary);
}
/*** Copyright End ***/
    /* ===== Mobile Footer Optimization ===== */
@media (max-width: 768px) {

    .footer {
        text-align: center;
    }

    .footer .footer-item {
        align-items: center;
    }

    .footer .footer-item h4::after {
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
    }

    .footer .footer-item a {
        padding-left: 0 !important;
    }

    .footer .btn-md-square {
        width: 42px;
        height: 42px;
        margin: 0 6px;
    }

    .footer .d-flex {
        justify-content: center;
    }

    .footer p,
    .footer a {
        font-size: 14px;
        line-height: 26px;
    }

    .copyright {
        text-align: center;
    }

    .copyright .text-md-end {
        text-align: center !important;
        margin-top: 10px;
    }
}

.product-img-box {
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: inherit;
}

.product-img-box .product-main-image {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block;
}

.related-img-box {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.related-img-box .related-img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block;
}

@media (max-width: 768px) {
    .product-img-box {
        height: 300px;
    }

    .related-img-box {
        height: 170px;
    }
}
