        :root {
            --primary-dark: #0f172a;
            --accent-yellow: #f59e0b;
            --whatsapp-green: #25D366;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: #f8fafc;
            overflow-x: hidden;
        }

        .hero-pattern {
            background-color: #f8fafc;
            background-image: radial-gradient(#e2e8f0 0.5px, transparent 0.5px);
            background-size: 20px 20px;
        }

        .top-bar {
            background-color: var(--primary-dark);
            color: white;
            padding: 10px 0;
        }



        .navbar {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 15px 0;
            border-bottom: 1px solid #e2e8f0;
        }

        @media (max-width: 991.98px) {
            .navbar-collapse {
                background: white;
                margin: 15px -15px 0 -15px !important;
                padding: 10px 0 !important;
                border-radius: 0 !important;
                box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
                border-top: 1px solid #eee;
            }

            .navbar-nav {
                align-items: stretch !important;
                padding: 0 15px !important;
                width: 100% !important;
            }

            .nav-link {
                width: 100%;
                text-align: left;
                padding: 15px 10px !important;
                margin: 0 !important;
                border-bottom: 1px solid #f1f5f9;
                font-size: 1.1rem;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .nav-link.dropdown-toggle::after {
                transition: transform 0.3s ease;
            }

            .nav-link.dropdown-toggle.show::after {
                transform: rotate(180deg);
            }

            .dropdown-menu {
                position: static !important;
                float: none !important;
                width: 100% !important;
                padding: 0 0 0 20px !important;
                background-color: #fcfcfc !important;
                border: none !important;
                box-shadow: none !important;
                margin: 0 !important;
                border-left: 4px solid var(--accent-yellow) !important;
                border-radius: 0 !important;
                transform: none !important;
            }

            .dropdown-item {
                padding: 12px 15px !important;
                font-size: 1rem;
                border-bottom: 1px solid #f1f1f1;
                color: #555 !important;
                font-weight: 500;
            }

            .dropdown-item:last-child {
                border-bottom: none;
            }

            .btn-nav-call {
                width: calc(100% - 30px);
                margin: 20px 15px 10px 15px !important;
            }
        }

        .nav-link {
            color: #475569 !important;
            font-weight: 600;
            margin: 0 15px;
            transition: 0.3s;
        }

        .nav-link:hover {
            color: var(--accent-yellow) !important;
        }

        .hero-section {
            padding: 60px 0 100px 0;
        }

        .hero-title {
            font-weight: 900;
            font-size: 4rem;
            line-height: 1.1;
            color: var(--primary-dark);
            letter-spacing: -2px;
        }

        .btn-yol-yardim {
            background-color: var(--accent-yellow);
            color: black;
            font-weight: 900;
            padding: 18px 35px;
            border-radius: 8px;
            border: none;
            box-shadow: 0 5px 15px rgba(245, 158, 11, 0.3);
            transition: 0.3s;
        }

        .btn-yol-yardim:hover {
            transform: translateY(-3px);
            background-color: #e29208;
        }

        .btn-whatsapp {
            background-color: var(--whatsapp-green);
            color: white;
            font-weight: 700;
            padding: 18px 35px;
            border-radius: 8px;
            border: none;
            transition: 0.3s;
        }

        .service-item-card {
            border: 1px solid #e2e8f0;
            border-radius: 1rem;
            padding: 20px;
            height: 100%;
            transition: 0.3s;
            background: white;
        }

        .service-item-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            border-color: var(--accent-yellow);
        }

        .icon-circle-box {
            padding: 5px;
            background: #FFC357;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent-yellow);
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        .image-container {
            transform: rotate(2deg);
            background: white;
            padding: 15px;
            border-radius: 3rem;
            box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.25);
        }

        .image-container img {
            border-radius: 2.5rem;
            object-fit: cover;
            height: 550px;
            width: 100%;
        }

        .icon-pink {
            color: #ec4899 !important;
        }

        .fw-black {
            font-weight: 900;
        }

        .mb-hab {
            background: rgba(245, 134, 70, 0.1);
            border: 1px solid #f58646;
            padding: 5px 15px;
            color: #f58646 !important;
            font-weight: bold;
            text-decoration: none;
            border-radius: 8px;
            margin-right: -50px;
        }

        .mb-hab2 {
            background: rgba(92, 107, 192, 0.1);
            border: 1px solid #5c6bc0;
            padding: 5px 15px;
            color: #5c6bc0 !important;
            font-weight: bold;
            text-decoration: none;
            border-radius: 8px;
        }

        @media screen and (max-width: 999px) {
            .ints {
                font-size: 35px;
                margin-bottom: 10px !important;
                margin-top: -40px;
            }

            .ints span {
                font-size: 38px;
            }

            .ints-alt {
                font-size: 15px !important;
                margin-bottom: 25px;
            }

            .msyrm {
                font-size: 14px;
            }

            .ytsa {
                margin-bottom: -70px;
                margin-top: -20px;
            }

        }

        @media screen and (max-width: 999px) {
            .mhizalt {
                margin-top: 40px;
            }


        }

        @media screen and (min-width: 999px) {
            .ints-alt {
                font-size: 21px;
                margin-bottom: 40px;
            }

            .msyrm {
                font-size: 22px;
            }

            .ytsa {
                margin-bottom: 20px;
            }
        }



        .step-container {
            display: flex;
            flex-direction: column;
            gap: 30px;
            padding-left: 50px;
            border-left: 2px dashed #e2e8f0;
            margin-left: 30px;
        }

        .step-box {
            position: relative;
        }

        .step-num {
            position: absolute;
            left: -76px;
            top: 0;
            width: 50px;
            height: 50px;
            background: #fff;
            border: 2px solid #ff6b00;
            color: #ff6b00;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            z-index: 2;
        }

        .step-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
            flex-wrap: nowrap;
        }

        .step-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #0f172a;
            margin: 0;
            white-space: nowrap;
        }

        .step-body {
            background: #f8f9fa;
            padding: 18px;
            border-radius: 12px;
            font-size: 1rem;
            color: #64748b;
            border-left: 4px solid #ff6b00;
        }


        CSS .step-container {
            display: flex;
            flex-direction: column;
            gap: 25px;
            padding: 20px 0;
        }

        .step-box {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .step-header {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: nowrap;
        }

        .step-num {
            background: #ff6b00;
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 0.85rem;
            flex-shrink: 0;
        }

        .step-icon-small {
            color: #ff6b00;
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        .step-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #0f172a;
            margin: 0;
            white-space: nowrap;
        }

        .step-body {
            background: rgba(255, 107, 0, 0.05);
            padding: 12px 15px;
            border-radius: 10px;
            font-size: 0.95rem;
            color: #475569;
            margin-left: 42px;
            border-left: 2px solid #ff6b00;
        }

        @media (max-width: 576px) {
            .step-container {
                padding-left: 0;
                margin: 0;
                width: 100%;
            }

            .step-header {
                width: 100%;
                overflow: hidden;
            }

            .step-title {
                font-size: 1rem !important;
                letter-spacing: -0.5px;
            }

            .step-num {
                width: 28px !important;
                height: 28px !important;
            }

            .step-body {
                margin-left: 0 !important;
                font-size: 0.85rem !important;
                padding: 10px !important;
            }

            .step-icon-small {
                margin-left: 10px;
            }
        }

        :root {
            --accent-orange: #ff6b00;
            --dark-blue: #0f172a;
            --soft-gray: #f8f9fa;
        }


        .badge-corporate {
            display: inline-flex;
            align-items: center;
            padding: 8px 16px;
            background-color: rgba(255, 107, 0, 0.1);
            color: var(--accent-orange);
            border-radius: 8px;
            font-weight: 700;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;

        }

        .badge-corporate i {
            margin-right: 10px;
        }

        .main-title {
            font-size: 3.5rem;
            font-weight: 800;
            color: var(--dark-blue);
            margin-bottom: 20px;
            letter-spacing: -1px;
            position: relative;
            display: inline-block;
        }

        .verified-check {
            position: absolute;
            top: 5px;
            right: -35px;
            font-size: 1.5rem;
            color: #22c55e;
            display: flex;
            align-items: center;
        }

        @media (max-width: 991px) {
            .main-title {
                font-size: 2.5rem;
            }

            .verified-check {
                font-size: 1.2rem;
                right: -25px;
                top: 2px;
            }
        }

        .main-desc {
            font-size: 1.15rem;
            color: #64748b;
            line-height: 1.7;
            margin-bottom: 35px;
            max-width: 500px;
        }

        .btn-emergency {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            background-color: var(--accent-orange);
            color: white;
            padding: 18px 35px;
            border-radius: 15px;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 15px 30px rgba(255, 107, 0, 0.25);
        }

        .btn-emergency:hover {
            transform: translateY(-3px);
            box-shadow: 0 20px 40px rgba(255, 107, 0, 0.35);
            color: white;
        }

        .btn-emergency i {
            font-size: 1.4rem;
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.2);
            }

            100% {
                transform: scale(1);
            }
        }

        .step-container {
            display: flex;
            flex-direction: column;
            gap: 40px;
            padding-left: 50px;
            border-left: 2px dashed #e2e8f0;
        }

        .step-box {
            position: relative;
        }

        .step-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 12px;
        }

        .step-num {
            position: absolute;
            left: -76px;
            width: 50px;
            height: 50px;
            background: white;
            border: 2px solid var(--accent-orange);
            color: var(--accent-orange);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 1.2rem;
            z-index: 2;
        }

        .step-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--dark-blue);
            margin: 0;
        }

        .step-icon-small {
            color: var(--accent-orange);
            font-size: 1.2rem;
        }

        .step-body {
            font-size: 1rem;
            color: #64748b;
            background: var(--soft-gray);
            padding: 20px;
            border-radius: 15px;
            border-left: 4px solid var(--accent-orange);
        }

        @media (max-width: 991px) {
            .hero-section {
                padding: 60px 0;
            }

            .main-title {
                font-size: 2.5rem;
            }

            .step-container {
                padding-left: 40px;
                margin-top: 60px;
            }

            .step-num {
                left: -66px;
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
        }


        .step-container {
            display: flex;
            flex-direction: column;
            gap: 30px;
            padding-left: 50px;
            border-left: 2px dashed #e2e8f0;
            margin-left: 30px;
        }

        .step-box {
            position: relative;
        }

        .step-num {
            position: absolute;
            left: -76px;
            top: 0;
            width: 50px;
            height: 50px;
            background: #fff;
            border: 2px solid #ff6b00;
            color: #ff6b00;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            z-index: 2;
        }

        .step-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
            flex-wrap: nowrap;
        }

        .step-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #0f172a;
            margin: 0;
            white-space: nowrap;
        }

        .step-body {
            background: #f8f9fa;
            padding: 18px;
            border-radius: 12px;
            font-size: 1rem;
            color: #64748b;
            border-left: 4px solid #ff6b00;
        }


        CSS .step-container {
            display: flex;
            flex-direction: column;
            gap: 25px;
            padding: 20px 0;
        }

        .step-box {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .step-header {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: nowrap;
        }

        .step-num {
            background: #ff6b00;
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 0.85rem;
            flex-shrink: 0;
        }

        .step-icon-small {
            color: #ff6b00;
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        .step-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #0f172a;
            margin: 0;
            white-space: nowrap;
        }

        .step-body {
            background: rgba(255, 107, 0, 0.05);
            padding: 12px 15px;
            border-radius: 10px;
            font-size: 0.95rem;
            color: #475569;
            margin-left: 42px;
            border-left: 2px solid #ff6b00;
        }

        @media (max-width: 576px) {
            .step-container {
                padding-left: 0;
                margin: 0;
                width: 100%;
            }

            .step-header {
                width: 100%;
                overflow: hidden;
            }

            .step-title {
                font-size: 1rem !important;
                letter-spacing: -0.5px;
            }

            .step-num {
                width: 28px !important;
                height: 28px !important;
            }

            .step-body {
                margin-left: 0 !important;
                font-size: 0.85rem !important;
                padding: 10px !important;
            }

            .step-icon-small {
                margin-left: 10px;
            }
        }

        :root {
            --accent-orange: #ff6b00;
            --soft-orange: rgba(255, 107, 0, 0.1);
            --verified-blue: #007bff;
        }

        body {
            background-color: #fcfcfc;
            font-family: 'Inter', sans-serif;
        }

        .service-areas {
            padding: 60px 0;
        }

        .region-card {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid #f0f0f0;
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .region-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        }

        .card-img-wrapper {
            position: relative;
            height: 220px;
        }

        .card-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .rating-overlay {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(8px);
            padding: 6px 12px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .score-text {
            font-weight: 800;
            font-size: 0.85rem;
            color: #fff;
        }

        .stars-inner {
            display: flex;
            color: #ffc107;
            font-size: 0.7rem;
            letter-spacing: -2px;
        }

        .card-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .region-title {
            font-size: 1.3rem;
            font-weight: 800;
            color: #0f172a;
            position: relative;
            display: inline-block;
            margin-bottom: 12px;
            width: fit-content;
        }

        .verified-badge {
            position: absolute;
            top: -4px;
            right: -20px;
            color: var(--verified-blue);
            font-size: 0.85rem;
        }

        .region-desc {
            font-size: 0.95rem;
            color: #64748b;
            line-height: 1.6;
            margin-bottom: 25px;
        }


        .btn-badge {
            background-color: var(--soft-orange);
            color: var(--accent-orange);
            padding: 10px 20px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 0.85rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
            margin-top: auto;
            border: 1px solid transparent;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .btn-badge:hover {
            background-color: var(--accent-orange);
            color: #fff;
            box-shadow: 0 8px 20px rgba(255, 107, 0, 0.2);
        }

        @media (max-width: 768px) {
            .region-title {
                font-size: 1.15rem;
            }

            .card-img-wrapper {
                height: 180px;
            }

            .btn-badge {
                width: 100%;
            }
        }

        .sub-title {
            display: block;
            color: #ff6b00;
            font-weight: 700;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        .main-title-areas {
            font-size: 3rem;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 20px;
            letter-spacing: -1px;
        }

        /* Dekoratif Çizgi */
        .title-line {
            width: 60px;
            height: 4px;
            background-color: #ff6b00;
            margin: 0 auto;
            border-radius: 10px;
        }

        @media (max-width: 768px) {
            .main-title-areas {
                font-size: 2.2rem;
            }

            .sub-title {
                font-size: 0.8rem;
                letter-spacing: 1.5px;
            }
        }

        .partner-box {
            background: #fff;
            padding: 30px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 120px;
            border: 1px solid rgba(0, 0, 0, 0.03);
            transition: all 0.4s ease;
        }

        .partner-logo {
            max-height: 60px;
            width: auto;
            filter: grayscale(0%);
            transition: filter 0.4s ease, transform 0.4s ease;
            opacity: 0.9;
        }

        .partner-box:hover {
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            border-color: #ff6b00;
        }

        .partner-box:hover .partner-logo {
            filter: grayscale(100%);
            transform: scale(1.05);
            opacity: 1;
        }

    
        @media (max-width: 768px) {
            .partner-box {
                padding: 15px;
                height: 100px;
            }

            .partner-logo {
                max-height: 45px;
            }
        }

        :root {
            --blog-orange: #ff6b00;
            --text-main: #0f172a;
            --text-muted: #64748b;
        }

        .blog-card {
            background: #fff;
            border-radius: 24px;
            overflow: hidden;
            height: 100%;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .blog-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
        }

        .blog-img-box {
            position: relative;
            height: 240px;
            overflow: hidden;
        }

        .blog-img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .blog-card:hover .blog-img-box img {
            transform: scale(1.1);
        }

        .blog-category {
            position: absolute;
            top: 20px;
            left: 20px;
            background: var(--blog-orange);
            color: #fff;
            padding: 6px 14px;
            border-radius: 10px;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
        }

        .blog-content {
            padding: 24px;
        }

        .blog-meta {
            display: flex;
            gap: 15px;
            font-size: 0.8rem;
            color: var(--text-muted);
            margin-bottom: 15px;
            font-weight: 500;
        }

        .blog-title {
            font-size: 1.25rem;
            font-weight: 800;
            color: var(--text-main);
            margin-bottom: 12px;
            line-height: 1.4;
        }

        .blog-excerpt {
            font-size: 0.95rem;
            color: var(--text-muted);
            margin-bottom: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /* Metni 2 satırda keser */
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .blog-link {
            color: var(--blog-orange);
            text-decoration: none;
            font-weight: 700;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: gap 0.3s ease;
        }

        .blog-link:hover {
            gap: 12px;
            color: var(--blog-orange);
        }

        .text-orange {
            color: var(--blog-orange);
        }

        .fw-800 {
            font-weight: 800;
        }

        @media (max-width: 768px) {
            .blog-img-box {
                height: 200px;
            }

            .blog-title {
                font-size: 1.15rem;
            }
        }

        .accordion-item {
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .accordion-button {
            padding: 20px 25px;
            font-size: 1.1rem;
            color: #1e293b;
            background-color: #fff;
            box-shadow: none !important;
        }

        .accordion-button:not(.collapsed) {
            color: #ff6b00;
            background-color: rgba(255, 107, 0, 0.05);
        }

        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e293b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff6b00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

        .accordion-body {
            padding: 0 25px 25px 25px;
            line-height: 1.6;
        }

        .accordion-item:hover {
            transform: translateX(5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
        }

        @media (max-width: 768px) {
            .accordion-button {
                font-size: 1rem;
                padding: 15px 20px;
            }
        }

        :root {
            --accent-orange: #ff6b00;
            --dark-blue: #0f172a;
        }

        .testimonial-card {
            background: #fff;
            padding: 40px 30px;
            border-radius: 25px;
            border: 1px solid rgba(0, 0, 0, 0.05);
            height: 100%;
            position: relative;
            transition: all 0.3s ease;
        }

        .active-card {
            border-bottom: 5px solid var(--accent-orange);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
        }

        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        }

        .quote-icon {
            font-size: 2rem;
            color: rgba(255, 107, 0, 0.15);
            margin-bottom: 10px;
        }

        .rating-stars {
            color: #ffc107;
            font-size: 0.9rem;
        }

        .testimonial-text {
            font-size: 1.05rem;
            color: #475569;
            font-style: italic;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .client-avatar {
            width: 50px;
            height: 50px;
            background: #e2e8f0;
            color: var(--dark-blue);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-weight: 800;
            font-size: 0.9rem;
        }

        .avatar-orange {
            background: var(--accent-orange);
            color: #fff;
        }

        .client-name {
            color: var(--dark-blue);
            font-weight: 700;
        }

        .text-orange {
            color: var(--accent-orange);
        }

        .fw-800 {
            font-weight: 800;
        }

        .title-line {
            width: 60px;
            height: 4px;
            background: var(--accent-orange);
            margin: 20px auto;
            border-radius: 10px;
        }

        @media (max-width: 768px) {
            .testimonial-card {
                padding: 30px 20px;
            }

            .testimonial-text {
                font-size: 0.95rem;
            }
        }

        :root {
            --footer-bg: #0f172a;
            --footer-text: #94a3b8;
            --orange: #ff6b00;
        }

        .main-footer {
            background-color: var(--footer-bg);
            color: #fff;
            border-top: 4px solid var(--orange);
        }

        .footer-logo {
            max-height: 50px;
            filter: brightness(0) invert(1);
        }

        .footer-text {
            color: var(--footer-text);
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .footer-title {
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 25px;
            color: #fff;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 30px;
            height: 2px;
            background-color: var(--orange);
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: var(--footer-text);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .footer-links a:hover {
            color: var(--orange);
            padding-left: 5px;
        }

        .footer-contact {
            list-style: none;
            padding: 0;
        }

        .footer-contact li {
            display: flex;
            gap: 12px;
            color: var(--footer-text);
            margin-bottom: 15px;
            font-size: 0.95rem;
        }

        .footer-contact i {
            color: var(--orange);
            margin-top: 4px;
        }

        .tag-cloud {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .tag-item {
            display: inline-block;
            background: rgba(255, 255, 255, 0.05);
            color: var(--footer-text);
            padding: 5px 12px;
            border-radius: 6px;
            font-size: 0.8rem;
            text-decoration: none;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        .tag-item:hover {
            background: var(--orange);
            color: #fff;
            border-color: var(--orange);
        }

        .footer-bottom {
            background-color: rgba(0, 0, 0, 0.2);
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .footer-social {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }

        .footer-social a {
            width: 35px;
            height: 35px;
            background: rgba(255, 255, 255, 0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }

        .footer-social a:hover {
            background: var(--orange);
        }

        @media (max-width: 768px) {
            .footer-title {
                margin-top: 20px;
            }
        }

        :root {
            --icpg-orange: #ff6b00;
            --icpg-dark: #0f172a;
            --icpg-light: #f8f9fa;
        }

        /* Sidebar Genel */
        .icpg-sidebar-wrapper {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .icpg-sidebar-widget-clean {
            padding: 0;
            background: transparent;
        }

        .icpg-widget-title-minimal {
            font-size: 1.25rem;
            font-weight: 800;
            color: var(--icpg-dark);
            margin-bottom: 20px;
            padding-bottom: 12px;
            border-bottom: 2px solid #f1f5f9;
        }

        .icpg-side-menu-buttons {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .icpg-side-menu-buttons li {
            margin-bottom: 10px;
        }

        .icpg-side-menu-buttons a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 14px 20px;
            background: var(--icpg-light);
            color: #475569;
            text-decoration: none;
            border-radius: 12px;
            font-weight: 600;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid #eee;
        }

        .icpg-side-menu-buttons a:hover {
            background-color: var(--icpg-orange);
            border-color: var(--icpg-orange);
            color: #ffffff !important;
            transform: translateX(8px);
        }

        .icpg-side-menu-buttons a i {
            font-size: 0.8rem;
            color: #cbd5e1;
        }

        .icpg-side-menu-buttons a:hover i {
            color: #ffffff;
        }

        /* Acil Çağrı Widget */
        .icpg-emergency-cta-widget {
            background: linear-gradient(135deg, var(--icpg-orange), #e66000);
        }

        .icpg-cta-icon-box {
            font-size: 3rem;
            color: #fff;
            animation: icpg-phoneShake 2s infinite;
        }

        .icpg-text-orange {
            color: var(--icpg-orange) !important;
        }

        .icpg-fw-800 {
            font-weight: 800;
        }

        /* İçerik Görselleri */
        .icpg-page-main-img img {
            transition: transform 0.5s ease;
        }

        .icpg-page-main-img:hover img {
            transform: scale(1.03);
        }

        @keyframes icpg-phoneShake {

            0%,
            100% {
                transform: rotate(0);
            }

            10%,
            30%,
            50% {
                transform: rotate(-10deg);
            }

            20%,
            40%,
            60% {
                transform: rotate(10deg);
            }
        }

        @media (max-width: 991px) {
            .icpg-order-sidebar-mobile {
                margin-top: 40px;
            }

            .icpg-main-title-inner {
                font-size: 1.6rem;
            }
        }

        :root {
            --icpg-orange: #ff6b00;
        }

        .icpg-gallery-section {
            background-color: #fcfcfc;
        }

        .icpg-gallery-item {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            height: 280px;
            cursor: pointer;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .icpg-gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .icpg-gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 107, 0, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .icpg-gallery-overlay i {
            color: #fff;
            font-size: 2.5rem;
            transform: translateY(20px);
            transition: all 0.4s ease;
        }

        .icpg-gallery-item:hover img {
            transform: scale(1.1);
        }

        .icpg-gallery-item:hover .icpg-gallery-overlay {
            opacity: 1;
        }

        .icpg-gallery-item:hover .icpg-gallery-overlay i {
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .icpg-gallery-item {
                height: 220px;
            }
        }

        :root {
            --icpg-orange: #ff6b00;
            --icpg-dark: #0f172a;
        }

        .icpg-fw-800 {
            font-weight: 800;
        }

        .icpg-title-line {
            width: 60px;
            height: 4px;
            background: var(--icpg-orange);
            margin: 0 auto;
            border-radius: 10px;
        }

        .icpg-info-card {
            display: flex;
            align-items: center;
            background: #fff;
            padding: 25px;
            border-radius: 20px;
            border: 1px solid #f0f0f0;
            transition: transform 0.3s ease;
        }

        .icpg-info-card:hover {
            transform: translateX(10px);
        }

        .icpg-info-icon {
            width: 50px;
            height: 50px;
            background: rgba(255, 107, 0, 0.1);
            color: var(--icpg-orange);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            font-size: 1.4rem;
            margin-right: 20px;
        }

        .icpg-info-text h5 {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: var(--icpg-dark);
        }

        .icpg-info-text p {
            margin: 0;
            color: #64748b;
            font-size: 0.95rem;
        }

        .icpg-input {
            padding: 12px 15px;
            border-radius: 10px;
            border: 1px solid #e2e8f0;
            font-size: 0.95rem;
        }

        .icpg-input:focus {
            box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.1);
            border-color: var(--icpg-orange);
        }

        .icpg-btn-submit {
            background: var(--icpg-orange);
            color: #fff;
            border: none;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .icpg-btn-submit:hover {
            background: #e66000;
            box-shadow: 0 10px 20px rgba(255, 107, 0, 0.2);
            transform: translateY(-2px);
        }

        .icpg-map-wrapper iframe {
            filter: grayscale(10%);
            display: block;
        }

        @media (max-width: 768px) {
            .icpg-form-card {
                padding: 30px 20px !important;
            }
        }

        .icpg-alert-success {
            display: flex;
            align-items: center;
            background: #ffffff;
            border-left: 5px solid #28a745;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            margin-bottom: 25px;
            animation: icpg-slideIn 0.5s ease-out;
        }

        .icpg-alert-icon {
            font-size: 2.5rem;
            color: #28a745;
            margin-right: 20px;
        }

        .icpg-alert-title {
            margin: 0;
            font-size: 1.1rem;
            font-weight: 800;
            color: #0f172a;
        }

        .icpg-alert-desc {
            margin: 5px 0 0 0;
            font-size: 0.9rem;
            color: #64748b;
        }

        .icpg-alert-close {
            position: absolute;
            top: 15px;
            right: 15px;
            background: none;
            border: none;
            color: #cbd5e1;
            cursor: pointer;
            transition: color 0.2s;
        }

        .icpg-alert-close:hover {
            color: #64748b;
        }

        @keyframes icpg-slideIn {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }