/*
|--------------------------------------------------------------------------
| DEPPO HOME - PROFESYONEL MOBİL UYUMLULUK
|--------------------------------------------------------------------------
| Bu dosya diğer genel stillerden sonra yüklenir.
*/

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

main,
section,
.container,
.row,
.row > *,
.site-header,
.site-navbar,
.site-navbar-collapse,
.hero-image-wrapper,
.campaign-card,
.department-card,
.feature-box,
.gallery-item,
.contact-item,
.footer-grid {
    min-width: 0;
}

p,
a,
span,
h1,
h2,
h3,
h4,
.contact-information-card,
.footer-contact {
    overflow-wrap: anywhere;
}

.site-navbar > .container {
    flex-wrap: wrap;
}

.site-navbar-brand {
    min-width: 0;
}

.site-navbar .navbar-toggler {
    margin-left: auto;
    flex: 0 0 auto;
}

@media (hover: none) {
    .department-card:hover,
    .campaign-card:hover,
    .feature-box:hover,
    .gallery-item:hover,
    .about-value-card:hover,
    .campaign-product-card:hover,
    .hero-buttons .btn:hover,
    .site-contact-button:hover,
    #topBtn:hover {
        transform: none !important;
    }
}

/* Tablet ve küçük ekranlar */
@media (max-width: 991.98px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .site-navbar-brand {
        margin-right: 0;
    }

    .site-navbar-collapse {
        width: 100%;
    }

    .hero,
    .departments,
    .campaigns,
    .why-us,
    .gallery,
    .contact,
    .contact-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section-title {
        margin-bottom: 38px;
    }

    .section-title h2 {
        font-size: 34px;
        line-height: 1.15;
        letter-spacing: -0.6px;
    }

    .section-title p {
        font-size: 15px;
        line-height: 1.7;
    }

    .department-grid,
    .features,
    .counter-area,
    .gallery-grid {
        gap: 20px;
    }

    .department-card,
    .feature-box {
        padding: 28px 24px;
    }

    .campaign-image img {
        height: 235px;
    }

    .campaign-body {
        padding: 22px;
    }

    .campaign-body h3,
    .campaign-body .h3 {
        font-size: 21px;
    }

    .contact-grid {
        gap: 28px;
    }

    .footer {
        padding-top: 55px;
    }

    .footer-grid {
        gap: 30px;
    }
}

/* Telefon görünümü */
@media (max-width: 575.98px) {
    body,
    body.has-site-topbar,
    body.without-site-topbar {
        padding-top: 68px;
    }

    .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .site-navbar {
        min-height: 68px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .site-navbar-brand img {
        width: auto;
        max-width: 118px;
        height: 45px;
    }

    .site-navbar .navbar-toggler {
        padding: 6px 8px;
        border-radius: 8px;
    }

    .site-navbar-collapse {
        max-height: calc(100dvh - 68px);
        padding: 10px 0 14px;
    }

    .site-navigation .nav-link {
        padding: 10px 12px !important;
        font-size: 14px;
    }

    .site-contact-button {
        min-height: 42px;
        font-size: 13px;
    }

    .hero,
    .departments,
    .campaigns,
    .why-us,
    .gallery,
    .contact,
    .contact-section {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .hero {
        text-align: center;
    }

    .hero .row {
        --bs-gutter-x: 1.2rem;
        --bs-gutter-y: 2rem;
    }

    .hero-badge {
        margin-bottom: 15px;
        padding: 7px 12px;
        font-size: 12px;
    }

    .hero h1 {
        font-size: clamp(34px, 11vw, 40px);
        line-height: 1;
        letter-spacing: -1.5px;
    }

    .hero h2 {
        margin-top: 14px;
        margin-bottom: 15px;
        font-size: clamp(22px, 7vw, 26px);
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .hero-description {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.65;
    }

    .hero-list {
        max-width: 310px;
        gap: 9px;
        margin-top: 15px;
    }

    .hero-list > div {
        gap: 9px;
        font-size: 14px;
    }

    .hero-list i {
        font-size: 17px;
    }

    .hero-buttons {
        gap: 10px;
        margin-top: 23px;
    }

    .hero-buttons .btn {
        min-height: 47px;
        padding: 10px 16px;
        border-radius: 9px;
        font-size: 14px;
    }

    .hero-image-wrapper {
        margin-top: 2px;
        border-radius: 15px;
    }

    .hero-image-label {
        gap: 9px;
        width: calc(100% - 20px);
        right: 10px;
        bottom: 10px;
        padding: 9px 10px;
        border-radius: 11px;
        text-align: left;
    }

    .hero-image-label-logo {
        width: 43px;
        height: 37px;
        padding: 4px;
        border-radius: 8px;
    }

    .hero-image-label strong {
        font-size: 13px;
    }

    .hero-image-label span {
        margin-top: 2px;
        font-size: 10px;
        line-height: 1.3;
    }

    .section-title {
        margin-bottom: 28px;
    }

    .section-title h2 {
        margin-bottom: 10px;
        font-size: clamp(26px, 8vw, 30px);
        line-height: 1.16;
    }

    .section-title p {
        font-size: 14px;
        line-height: 1.65;
    }

    .section-label,
    .about-page-label {
        padding: 7px 11px;
        font-size: 10px;
        letter-spacing: 0.5px;
    }

    .department-grid,
    .features,
    .counter-area,
    .gallery-grid {
        gap: 15px;
    }

    .department-card,
    .feature-box {
        padding: 22px 18px;
        border-radius: 13px;
    }

    .department-card .icon {
        margin-bottom: 12px;
        font-size: 44px;
    }

    .department-card h3,
    .feature-box h3,
    .feature-card h3 {
        margin-bottom: 9px;
        font-size: 18px;
    }

    .department-card p,
    .feature-box p,
    .feature-card p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.6;
    }

    .feature-box i {
        margin-bottom: 13px;
        font-size: 38px;
    }

    .counter-area {
        margin-top: 42px;
    }

    .counter,
    .counter-box {
        margin-top: 0;
        padding: 12px 8px;
    }

    .counter h2,
    .counter-box h2 {
        font-size: 36px;
        line-height: 1.1;
    }

    .counter span,
    .counter-box p,
    .home-count-label {
        font-size: 14px;
    }

    .campaigns.py-5,
    .campaign-product-section,
    .campaign-detail-hero,
    .about-page-hero,
    .about-story-section,
    .about-values-section,
    .about-visit-section,
    .contact-page-hero,
    .contact-page-section,
    .contact-map-section {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .bg-light.border-bottom .display-5,
    .campaign-detail-title,
    .about-page-title,
    .contact-page-hero h1 {
        margin-top: 14px;
        margin-bottom: 14px;
        font-size: clamp(29px, 9vw, 34px);
        line-height: 1.12;
        letter-spacing: -1px;
    }

    .bg-light.border-bottom .lead,
    .about-page-intro,
    .contact-page-hero p {
        font-size: 15px;
        line-height: 1.65;
    }

    .campaign-image img {
        height: 195px;
    }

    .campaign-body {
        padding: 18px;
    }

    .campaign-body h2,
    .campaign-body h3,
    .campaign-body .h3 {
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 1.25;
    }

    .campaign-body p {
        margin-bottom: 16px;
        font-size: 13px;
        line-height: 1.65;
    }

    .campaign-badge {
        top: 10px;
        left: 10px;
        padding: 6px 10px;
        font-size: 11px;
    }

    .campaign-button {
        font-size: 14px;
    }

    .campaign-detail-image {
        padding: 8px;
        border-radius: 15px;
    }

    .campaign-product-section .row {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .campaign-product-card {
        border-radius: 14px;
    }

    .campaign-product-image {
        aspect-ratio: 1 / 1;
        padding: 10px;
    }

    .campaign-product-placeholder {
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        margin: -10px;
        font-size: 46px;
    }

    .campaign-product-body {
        padding: 16px;
    }

    .campaign-product-body h2 {
        font-size: 17px;
    }

    .campaign-product-description {
        font-size: 13px;
        line-height: 1.6;
    }

    .campaign-product-prices {
        gap: 7px;
        margin-top: 13px;
    }

    .campaign-product-old-price {
        font-size: 13px;
    }

    .campaign-product-price {
        font-size: 21px;
    }

    .gallery-item,
    .gallery-item img {
        border-radius: 13px;
    }

    .gallery-item img {
        height: 215px;
    }

    .contact-grid {
        gap: 20px;
    }

    .contact-info {
        gap: 13px;
    }

    .contact-item {
        gap: 13px;
        padding: 16px;
        border-radius: 12px;
    }

    .contact-item i {
        font-size: 24px;
    }

    .contact-item h4 {
        font-size: 16px;
    }

    .contact-item p,
    .contact-item a {
        font-size: 13px;
        line-height: 1.55;
    }

    .contact-map iframe {
        height: 300px;
        border-radius: 13px;
    }

    .about-story-image {
        padding: 7px;
        border-radius: 16px;
    }

    .about-story-content h2,
    .about-values-heading h2 {
        margin-bottom: 14px;
        font-size: 27px;
        line-height: 1.15;
    }

    .about-story-text,
    .about-values-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-purpose-grid,
    .about-values-grid {
        gap: 14px;
    }

    .about-purpose-card,
    .about-value-card {
        padding: 20px 17px;
    }

    .about-visit-box {
        padding: 25px 18px;
        border-radius: 16px;
    }

    .about-visit-box h2 {
        font-size: 25px;
    }

    .contact-page-layout {
        gap: 18px;
    }

    .contact-info-column {
        gap: 13px;
    }

    .contact-information-card {
        gap: 12px;
        padding: 16px;
        border-radius: 13px;
    }

    .contact-information-card > div:last-child {
        min-width: 0;
    }

    .contact-information-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .contact-information-card h2 {
        font-size: 16px;
    }

    .contact-information-card p,
    .contact-information-card a {
        font-size: 13px;
    }

    .contact-form-card {
        padding: 19px 16px;
        border-radius: 14px;
    }

    .contact-form-heading {
        margin-bottom: 18px;
    }

    .contact-form-heading h2 {
        font-size: 23px;
    }

    .contact-form-heading p {
        font-size: 14px;
    }

    .contact-form-group input,
    .contact-form-group textarea {
        font-size: 16px;
    }

    .contact-map-wrapper {
        height: 300px;
        border-radius: 14px;
    }

    .footer {
        padding: 44px 0 18px;
    }

    .footer-grid {
        gap: 25px;
        margin-bottom: 26px;
        text-align: left;
    }

    .footer-logo {
        height: 55px;
        margin-right: auto;
        margin-left: 0;
    }

    .footer h4 {
        margin-bottom: 13px;
        font-size: 17px;
    }

    .footer p,
    .footer li,
    .footer a,
    .copyright {
        font-size: 13px;
        line-height: 1.6;
    }

    #topBtn {
        right: 14px;
        bottom: 14px;
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
}

/* Çok dar telefonlar */
@media (max-width: 359.98px) {
    .container {
        padding-right: 13px;
        padding-left: 13px;
    }

    .site-navbar-brand img {
        max-width: 104px;
        height: 41px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero h2 {
        font-size: 21px;
    }

    .hero-image-label-logo {
        display: none;
    }
}
