﻿/*====================================================
  RESPONSIVE.CSS
  BÖLÜM 1
====================================================*/

@media (max-width:767px) {

    .mobile-menu-header {

        display:block !important;
    }


    .menu-whatsapp a {
        color:#fff;
    }

    .menu-whatsapp a:hover {
        color: #fff;
    }
    .hero__grid {
        display: flex;
        flex-direction: column;
    }

    .hero__visual {
        order: 1;
    }

    .hero__content {
        order: 2;
    }


    .container {
        width: 92%;
    }

    .section-pad {
        padding: 55px 0;
    }

    h2 {
        font-size: 25px;
        line-height: 1.2;
    }

    h3 {
        font-size: 22px;
    }

    .lead {
        font-size: 16px;
    }

    .topbar {
        display: none;
    }

    .site-header {
        position: sticky;
        top: 0;
    }

    .nav {
        height: 70px;
    }

    .logo img {
        width: 170px !important;
    }

    /*==============================
  MOBILE MENU
==============================*/

    @media (max-width:767px) {

        .nav-toggle {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            border-radius: 7px;
            background: linear-gradient(135deg,#2563eb,#4f7dff);
            color: #fff;
            font-size: 24px;
            cursor: pointer;
            box-shadow: 0 15px 35px rgba(37,99,235,.35);
            z-index: 9;
        }

        .menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 100%;
            max-width: 75%;
            height: 100vh;
            background: #fff;
            z-index: 1200;
            display: flex;
            flex-direction: column;
            transition: .35s;
            box-shadow: -20px 0 60px rgba(0,0,0,.18);
        }

            .menu.show {
                right: 0;
            }

        .menu-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            width: 100%;
            border-bottom: 1px solid #eef2f8;
        }

        .menu-logo {
            width: 180px;
        }

        .menu-close {
            width: 42px;
            height: 42px;
            border: none;
            border-radius: 12px;
            background: #f4f6fb;
            font-size: 18px;
            cursor: pointer;
            position: relative;
            right: 0px;
        }

        .menu-subtitle {
            padding: 0 22px 18px;
            color: #7b8797;
            font-size: 14px;
        }

        .menu-list {
            display: flex;
            flex-direction: column;
            padding: 0 18px;
            width: 100%;
        }

            .menu-list a {
                display: flex;
                align-items: center;
                gap: 15px;
                padding: 16px;
                border-radius: 14px;
                color: #1d2b42;
                font-weight: 700;
                text-decoration: none;
                transition: .25s;
            }

                .menu-list a i:first-child {
                    width: 22px;
                    color: #2563eb;
                    text-align: center;
                }

                .menu-list a span {
                    flex: 1;
                }

                .menu-list a i:last-child {
                    color: #b8c2d6;
                    font-size: 12px;
                }

                .menu-list a:hover,
                .menu-list a.active {
                    background: #edf4ff;
                    color: #2563eb;
                }

        .menu-whatsapp {
            margin: 0;
            padding: 18px;
            border-radius: 18px;
            background: linear-gradient(135deg,#2563eb,#4f7dff);
            display: flex;
            align-items: center;
            gap: 16px;
            color: #fff;
            text-decoration: none;
        }

            .menu-whatsapp i:first-child {
                font-size: 28px;
            }

            .menu-whatsapp div {
                flex: 1;
            }

            .menu-whatsapp strong {
                display: block;
                font-size: 14px;
            }

            .menu-whatsapp small {
                opacity: .85;
            }

        .menu-contact {
            margin: 0;
            padding: 0;
            border-top: 1px solid #edf1f7;
        }

            .menu-contact div {
                display: flex;
                gap: 12px;
                align-items: center;
                margin-bottom: 15px;
                color: #475569;
            }

            .menu-contact i {
                color: #2563eb;
                width: 20px;
            }

        .menu-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,.45);
            backdrop-filter: blur(5px);
            opacity: 0;
            visibility: hidden;
            transition: .35s;
            z-index: 1100;
        }

            .menu-overlay.show {
                opacity: 1;
                visibility: visible;
            }
    }

    .hero__content {
        width: 100%;
    }
    .reveal p {
        padding-bottom: 2px !important ;
    }
    .hero__services {
        list-style: none;
        margin: 30px 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(1fr)) !important ;
        gap: 14px 24px;
    }

        .hero__services li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 17px;
            font-weight: 600;
            color: #035ac8;
        }

        .hero__services i {
            color: #22c55e;
            font-size: 18px;
        }
    .eyebrow {
        color: var(--orange);
        font-weight: 900;
        letter-spacing: 0;
        margin-bottom: 10px;
        font-size: 25px;
    }
    .hero {
        padding: 20px 0;
    }

    .hero__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero h1 {
        font-size: 18px;
        line-height: 1.15;
        text-align: center;
    }

    .hero p {
        text-align: center;
    }

    .hero__actions {
        justify-content: center;
    }

    .hero__visual {
        min-height: auto;
    }

    .floating-card,
    .dashboard-card {
        display: none;
    }
}


/*====================================================
  RESPONSIVE.CSS
  BÖLÜM 2
====================================================*/

@media (max-width:767px) {

    /*==============================
      FEATURE
    ==============================*/

    .feature-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-card {
        padding: 28px;
        border-radius: 20px;
    }

        .feature-card .icon {
            width: 70px;
            height: 70px;
            font-size: 30px;
            margin-bottom: 20px;
        }

        .feature-card h3 {
            font-size: 22px;
        }

    /*==============================
      ABOUT
    ==============================*/

    .about__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about__visual {
        min-height: auto;
    }

        .about-image img,
        .about__visual img {
            max-width: 100%;
        }

    .experience-badge {
        position: static;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    .project-badge {
        position: static;
        margin-top: 15px;
        justify-content: center;
    }

    .about-features {
        margin: 25px 0;
    }

    .about-item {
        align-items: flex-start;
    }

    /*==============================
      STATS
    ==============================*/

    .stats {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 35px;
    }

    .stat {
        padding: 25px;
    }

        .stat span {
            font-size: 34px;
        }

    /*==============================
      SERVICES
    ==============================*/

    .service-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        padding: 28px;
        border-radius: 20px;
    }

    .service-icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .service-card h3 {
        font-size: 22px;
        margin: 20px 0 12px;
    }

    .service-floating {
        display: none;
    }

    /*==============================
      CASE
    ==============================*/

    .case-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .case-img {
        height: 200px;
    }

    .center {
        margin-top: 25px;
    }
}


/*====================================================
  RESPONSIVE.CSS
  BÖLÜM 3
====================================================*/

@media (max-width:767px) {

    /*==============================
      SEO
    ==============================*/

    .seo-check {
        padding: 60px 0;
        text-align: center;
    }

    .seo-check__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .seo-check__art {
        display: none;
    }

    /*==============================
      PROCESS
    ==============================*/

    .process__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .process-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .step {
        padding: 22px;
    }

        .step b {
            font-size: 28px;
        }

    /*==============================
      PRICING
    ==============================*/

    .price-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .price-card {
        padding: 28px;
    }

        .price-card.featured {
            transform: none;
        }

        .price-card .btn {
            width: 100%;
        }

    /*==============================
      TESTIMONIAL
    ==============================*/

    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-card,
    blockquote {
        padding: 24px;
    }

        .testimonial-card p,
        blockquote {
            font-size: 15px;
            line-height: 1.7;
        }

    .swiper {
        padding-bottom: 35px;
    }

    .testimonial-pagination {
        margin-top: 25px;
    }

    /*==============================
      BLOG
    ==============================*/

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-card {
        padding: 10px;
    }

    .blog-img {
        margin-bottom: 15px;
    }
}


/*====================================================
  RESPONSIVE.CSS
  BÖLÜM 4
====================================================*/

@media (max-width:767px) {

    /*==============================
      FOOTER
    ==============================*/

    .footer {
        padding-top: 40px;
        text-align: left;
    }

    .footer__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-logo {
        margin: 0 auto 20px;
    }

    .footer__grid a {
        padding-left: 0 !important;
    }

    .footer-social {
        justify-content: center;
    }


    .mobil_no {
        display:none !important;
    }
    /*==============================
      CONTACT
    ==============================*/
    .contact-info {
        align-items: start;
    }

    .contact-item {
        justify-content: center;
        text-align: center;
        font-size: 15px;
    }

        .contact-item i {
            width: 38px;
            height: 38px;
            font-size: 16px;
        }

    /*==============================
      SUBSCRIBE
    ==============================*/

    .subscribe {
        width: 100%;
    }

        .subscribe input {
            font-size: 15px;
        }

        .subscribe button {
            width: 42px;
            height: 42px;
        }

    /*==============================
      BUTTONS
    ==============================*/

    .btn {
        width: 100%;
        justify-content: center;
    }

    .hero__actions {
        flex-direction: column;
        gap: 15px;
    }

    .button-group {
        flex-direction: column;
        width: 100%;
    }

    .play {
        justify-content: center;
    }

    /*==============================
      SCROLL TO TOP
    ==============================*/

    .to-top {
        right: 15px;
        bottom: 15px;
        width: 42px;
        height: 42px;
    }

    /*==============================
      GENERAL
    ==============================*/

    img {
        max-width: 100%;
        height: auto;
    }

    iframe,
    video {
        max-width: 100%;
    }
}