:root {
    --primary-color: #FF4B91;
    --secondary-color: #FF8DC7;
    --accent-color: #FFB4B4;
    --text-color: #2D3250;
    --light-bg: #FDF4F5;
    --dark-bg: #2D3250;
}

html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--light-bg);
}

/* Navbar Styles */
.navbar {
    background-color: transparent;
    backdrop-filter: blur(10px);
    box-shadow: none;
    padding: 1rem 0;
    transition: all 0.3s ease;
    z-index: 1000;
    height: 76px;
}

/* Blog sayfası için özel navbar stilleri */
.blog-page .navbar {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.blog-page .navbar-brand,
.blog-page .nav-link {
    color: var(--text-color) !important;
}

.blog-page .navbar .btn-outline {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.blog-page .navbar .btn-outline:hover {
    background: var(--primary-color);
    color: white;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    transition: all 0.3s ease;
}

.navbar.scrolled .navbar-brand {
    color: var(--primary-color);
}

.navbar-brand i {
    color: var(--primary-color);
}

.nav-link {
    color: var(--text-color) !important;
    font-weight: 600;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
  position: relative;
}

.navbar.scrolled .nav-link {
    color: var(--text-color) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: all 0.3s ease;
}

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

.nav-link:hover::after {
    width: 50%;
}

.navbar .btn-outline {
    color: var(--text-color);
    border: 2px solid var(--text-color);
    background: transparent;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.navbar.scrolled .btn-outline {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.navbar .btn-outline:hover {
    background: var(--text-color);
    color: white;
    transform: translateY(-2px);
}

.navbar.scrolled .btn-outline:hover {
    background: var(--primary-color);
    color: white;
}

.navbar .btn-primary {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 75, 145, 0.2);
}

.navbar .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 75, 145, 0.3);
}

.navbar-toggler {
    border: none;
    padding: 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FF4B91' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 992px) {
    .navbar {
        padding: 0.5rem 0;
    }

    .nav-buttons {
        margin-top: 1rem;
        padding-bottom: 1rem;
    }

    .nav-buttons .btn {
        display: block;
        width: 100%;
        margin: 0.5rem 0;
    }

    .nav-link::after {
        display: none;
    }
}

/* Hero Section */
.hero-section {
    background: transparent;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 85vh;
    gap: 2rem;
    
}

.hero-text {
    flex: 1;
    padding-right: 2rem;
}

.hero-text h1 {
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.8rem;
    color: var(--text-color);
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-image {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
}

.hero-shape {
    position: absolute;
    bottom: -50%;
    right: -10%;
    width: 80%;
    height: 140%;
    background: linear-gradient(45deg, var(--secondary-color), var(--accent-color));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    transform: rotate(-5deg);
}

.btn-primary {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(255, 75, 145, 0.2);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 75, 145, 0.3);
    background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
}

/* Device Showcase */
.device-showcase img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.device-showcase:hover img {
    transform: translateY(-10px);
}

/* Benefit Cards */
.benefit-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2D3250 0%, #424769 100%);
    position: relative;
    overflow: hidden;
}

.icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.icon-wrapper i {
    color: white !important;
    position: relative;
    z-index: 2;
}

.transition-all {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

.benefit-card .list-unstyled li {
    font-size: 0.95rem;
    color: #666;
}

.benefit-card .list-unstyled li i {
    font-size: 1rem;
}

.benefit-icon {
    position: relative;
}

.benefit-icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: inherit;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    opacity: 0.1;
}

/* Features Section */
.features-section {
    padding: 80px 0;
    background: white;
    overflow: hidden;
    width: 100%;
}

.features-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.features-section .text-primary {
    color: var(--primary-color) !important;
    margin: 0 10px;
}

.features-slider {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    width: 100%;
}

.feature-item {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    margin: 0;
    width: 100%;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, rgba(255, 75, 145, 0.1), rgba(255, 141, 199, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.feature-icon i {
    color: var(--primary-color);
    font-size: 2rem;
}

.feature-item h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.feature-item p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Swiper Customization */
.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    height: auto;
    display: flex;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.swiper-button-next {
    right: -10px;
}

.swiper-button-prev {
    left: -10px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--primary-color);
    transform: scale(1.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: white;
}

.swiper-pagination {
    bottom: -30px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px;
    background: var(--primary-color);
}

@media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next {
        right: -5px;
    }

    .swiper-button-prev {
        left: -5px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1rem;
    }

    .features-section h1 {
        font-size: 2rem;
    }

    .feature-item {
        padding: 1.5rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }
}

/* Stats Section */
.stats-section {
    background-color: var(--light-bg);
}

.stat-card {
    padding: 2rem;
    text-align: center;
}

.stat-card h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* Testimonials Section */
.testimonials-section {
    background: linear-gradient(135deg, #FFF5F5 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.testimonials-section .section-badge {
    background: rgba(255, 75, 145, 0.1);
    color: var(--primary-color);
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

.testimonials-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.testimonials-section .section-description {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    height: 380px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
    position: relative;
    margin-bottom: 1.5rem;
    flex: 1;
    overflow: hidden;
}

.quote-icon {
    color: var(--primary-color);
    font-size: 1.5rem;
    opacity: 0.2;
    margin-bottom: 1rem;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 144px; /* line-height * number of lines */
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    margin-top: auto;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h5 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: var(--text-color);
}

.author-info span {
    font-size: 0.9rem;
    color: #666;
}

.rating {
    margin-left: auto;
}

.rating i {
    color: #FFD700;
    font-size: 0.9rem;
}

.testimonials-slider {
    padding: 20px 0;
}

.testimonials-swiper .swiper-pagination {
    bottom: -10px;
}

.testimonials-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    opacity: 0.5;
}

.testimonials-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
}

@media (max-width: 991px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-section .section-title {
        font-size: 2rem;
    }

    .testimonial-card {
        padding: 1.5rem;
    }
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #2D3250 0%, #424769 100%);
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cta-section .benefits-list {
    margin-top: 1.5rem;
}

.cta-section .benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.cta-section .benefit-item:hover {
    transform: translateX(3px);
}

.cta-section .benefit-icon {
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.cta-section .benefit-icon i {
    color: white;
    font-size: 10px;
}

.form-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.form-title {
    color: var(--text-color);
    font-size: 1.8rem;
    font-weight: 700;
}

.modern-form .form-control,
.modern-form .form-select {
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 1rem 1.2rem;
    height: auto;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.modern-form .form-control:focus,
.modern-form .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(255, 75, 145, 0.1);
}

.modern-form .form-floating > label {
    padding: 1rem 1.2rem;
    color: #666;
    font-weight: 500;
}

.modern-form .form-floating > .form-control:focus ~ label,
.modern-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.modern-form .form-floating > .form-select ~ label {
    transform: scale(.85) translateY(-1.5rem) translateX(.15rem);
    background: white;
    padding: 0 0.5rem;
    color: var(--primary-color);
    font-weight: 600;
    height: auto;
    z-index: 3;
}

.modern-form .form-floating > .form-control,
.modern-form .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.modern-form .form-floating > textarea.form-control {
    height: auto;
}

.modern-form .form-text {
    color: #666;
    font-size: 0.9rem;
}

.modern-form .form-text i {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .form-card {
        padding: 30px 20px;
    }
}

.feature-check {
    color: #FF4B91;
}

.text-dark {
    color: #2D3250;
}

/* Form Elements */
.form-control, .form-select {
    padding: 0.8rem;
    border-radius: 5px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .hero-content-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 80px 0;
        min-height: 100vh;
    }

    .hero-text {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .hero-text h1 {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.4rem;
    }

    .hero-image {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .hero-image img {
        max-height: 50vh;
    }
}

@media (max-width: 768px) {
    .hero-text h1 {
        padding-top: 80px;
        font-size: 2.5rem !important;
    }

    .hero-container {
        padding: 0 1rem !important;
    }

    .hero-content-wrapper {
        padding:  10px;
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 1s ease-out;
}

/* Utility Classes */
.shadow-lg {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1) !important;
}

.rounded-lg {
    border-radius: 1rem !important;
}

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

.bg-primary {
    background-color: var(--primary-color) !important;
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}

.footer-brand h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.footer-brand p {
    color: rgba(255,255,255,0.7);
    margin-bottom: 25px;
    line-height: 1.6;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
}

.footer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

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

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

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

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

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

.footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.7);
}

.footer-contact li i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    margin-right: 15px;
    color: var(--primary-color);
}

.footer-contact a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    margin-top: 60px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
    color: rgba(255,255,255,0.7);
    margin: 0;
}

.footer-bottom a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.footer-bottom a:hover {
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .footer {
        padding: 60px 0 0;
    }
    
    .footer-brand {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer h5 {
        text-align: center;
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-contact {
        text-align: center;
    }
    
    .footer-contact li {
        justify-content: center;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-bottom a {
        margin: 10px;
    }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--light-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
}

/* Chat Bubbles Styles */
.campaign-image-container {
    position: relative;
    min-height: 400px;
}

.chat-bubble {
    position: absolute;
    color: white;
    padding: 12px 16px;
    max-width: 240px;
    font-size: 0.95rem;
}

.chat-bubble.customer {
    background: linear-gradient(45deg, #FF4B91, #FF8DC7);
    border-radius: 20px 20px 20px 5px;
    box-shadow: 0 4px 15px rgba(255, 75, 145, 0.2);
}

.chat-bubble.developer {
    background: linear-gradient(45deg, #2D3250, #424769);
    border-radius: 20px 20px 5px 20px;
    box-shadow: 0 4px 15px rgba(45, 50, 80, 0.2);
}

.bubble-time {
    font-size: 0.7rem;
    opacity: 0.8;
    text-align: right;
    margin-top: 5px;
}

/* Chat Bubble Positions */
.chat-bubble:nth-child(1) {
    top: 20px;
    left: 20px;
    animation: fadeInLeft 0.5s ease-out;
}

.chat-bubble:nth-child(2) {
    top: 100px;
    right: 20px;
    animation: fadeInRight 0.5s ease-out 0.3s;
}

.chat-bubble:nth-child(3) {
    top: 200px;
    left: 40px;
    animation: fadeInLeft 0.5s ease-out 0.6s;
}

.chat-bubble:nth-child(4) {
    top: 280px;
    right: 40px;
    animation: fadeInRight 0.5s ease-out 0.9s;
}

/* Chat Animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Campaign Section Styles */
.campaign-section {
    background: linear-gradient(135deg, #FDF4F5 0%, #ffffff 100%);
}

.campaign-content .btn {
    white-space: nowrap;
    min-width: auto;
}

@media (max-width: 576px) {
    .campaign-content .d-flex {
        flex-wrap: nowrap;
        gap: 10px !important;
    }
    
    .campaign-content .btn {
        padding: 12px 20px !important;
        font-size: 14px;
    }
    
    .campaign-content .btn i {
        margin-right: 8px !important;
    }
}

.special-tag {
    background: #e8f5e9;
    color: #2D3250;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 50px;
    margin-bottom: 20px;
}

/* Randevu Takibi Section Styles */
.appointment-tracking-section {
    background-color: #FFF5F8;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.appointment-tracking-section .container {
    width: 100%;
}

.section-badge {
    background: rgba(255, 75, 145, 0.1);
    color: #FF4B91;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

.section-title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.title-primary {
    color: #FF4B91;
    font-weight: 700;
}

.title-secondary {
    color: #2D3250;
    font-weight: 700;
}

.section-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 2rem;
}

.feature-card {
    background: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon-wrapper {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, rgba(255, 75, 145, 0.1), rgba(255, 141, 199, 0.1));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.feature-icon-wrapper i {
    color: #FF4B91;
    font-size: 1.4rem;
}

.feature-card h4 {
    color: #2D3250;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-card p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

.phone-mockup-wrapper {
    position: relative;
    padding: 20px;
}

.phone-mockup-wrapper.clean-background {
    background: transparent;
    padding: 0;
}

.phone-mockup-wrapper.clean-background .phone-mockup {
    box-shadow: none;
    transform: perspective(1000px) rotateY(-5deg);
}

.phone-mockup-wrapper.clean-background .phone-mockup:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.phone-mockup {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
    border-radius: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.3s ease;
}

.phone-mockup:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, rgba(255, 75, 145, 0.1), rgba(255, 141, 199, 0.1));
    top: -50px;
    right: -100px;
}

.shape-2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgba(45, 50, 80, 0.1), rgba(66, 71, 105, 0.1));
    bottom: -30px;
    left: -50px;
}

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

    .section-content {
        text-align: center;
        margin-bottom: 40px;
    }

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

    .features-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 2rem auto 0;
    }

    .feature-card {
        text-align: left;
        display: flex;
        align-items: center;
    }

    .feature-icon-wrapper {
        margin-bottom: 0;
        margin-right: 16px;
    }

    .floating-shape {
        display: none;
    }
}

/* Income Tracking Section Styles */
.income-tracking-section {
    background-color: #F0F8FF;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.income-tracking-section .container {
    width: 100%;
}

.income-tracking-section .phone-mockup-wrapper {
    background: transparent;
    padding: 0;
}

.income-tracking-section .phone-mockup {
    box-shadow: none;
    transform: perspective(1000px) rotateY(-5deg);
}

.income-tracking-section .phone-mockup:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.income-tracking-section .section-badge {
    background: rgba(45, 50, 80, 0.1);
    color: #2D3250;
}

.income-tracking-section .feature-icon-wrapper {
    background: linear-gradient(45deg, rgba(45, 50, 80, 0.1), rgba(66, 71, 105, 0.1));
}

.income-tracking-section .feature-icon-wrapper i {
    color: #2D3250;
}

.income-tracking-section .floating-shape.shape-1 {
    background: linear-gradient(45deg, rgba(45, 50, 80, 0.1), rgba(66, 71, 105, 0.1));
}

.income-tracking-section .floating-shape.shape-2 {
    background: linear-gradient(45deg, rgba(255, 75, 145, 0.1), rgba(255, 141, 199, 0.1));
}

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

/* Staff Stats Section Styles */
.staff-stats-section {
    background-color: #FFF5F5;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.staff-stats-section .container {
    width: 100%;
}

.staff-stats-section .phone-mockup-wrapper {
    background: transparent;
    padding: 0;
}

.staff-stats-section .phone-mockup {
    box-shadow: none;
    transform: perspective(1000px) rotateY(-5deg);
}

.staff-stats-section .phone-mockup:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.staff-stats-section .section-badge {
    background: rgba(255, 75, 145, 0.1);
    color: var(--primary-color);
}

.staff-stats-section .feature-icon-wrapper {
    background: linear-gradient(45deg, rgba(255, 75, 145, 0.1), rgba(255, 141, 199, 0.1));
}

.staff-stats-section .feature-icon-wrapper i {
    color: var(--primary-color);
}

.staff-stats-cards .stat-card {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.staff-stats-cards .stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.staff-stats-cards .stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, rgba(255, 75, 145, 0.1), rgba(255, 141, 199, 0.1));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staff-stats-cards .stat-icon i {
    font-size: 1.8rem;
    color: var(--primary-color);
}

.staff-stats-cards .stat-info h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 0.2rem;
}

.staff-stats-cards .stat-info p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.staff-stats-section .floating-shape.shape-1 {
    background: linear-gradient(45deg, rgba(255, 75, 145, 0.1), rgba(255, 141, 199, 0.1));
}

.staff-stats-section .floating-shape.shape-2 {
    background: linear-gradient(45deg, rgba(45, 50, 80, 0.1), rgba(66, 71, 105, 0.1));
}

@media (max-width: 991px) {
    .staff-stats-section {
        padding: 60px 0;
    }
    
    .staff-stats-cards .stat-card {
        padding: 1.2rem;
        gap: 1rem;
    }
    
    .staff-stats-cards .stat-icon {
        width: 50px;
        height: 50px;
    }
    
    .staff-stats-cards .stat-info h3 {
        font-size: 1.6rem;
    }
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(135deg, #F0F8FF 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 1rem;
}

.accordion-button {
    background: white;
    border: none;
    border-radius: 15px !important;
    padding: 1.5rem;
    font-weight: 600;
    color: var(--text-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: white;
    color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF4B91'%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='%23FF4B91'%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:focus {
    border: none;
    box-shadow: none;
}

.accordion-body {
    background: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 1.5rem;
    color: #666;
    line-height: 1.6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .accordion-button {
        padding: 1.2rem;
    }
    
    .accordion-body {
        padding: 1.2rem;
    }
}

/* WhatsApp Balonu */
.whatsapp-bubble {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    animation: bounce 2s infinite;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    background: #25D366;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: white;
}

.whatsapp-link i {
    font-size: 24px;
    margin-right: 8px;
}

.whatsapp-text {
    font-weight: 600;
    font-size: 16px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    .whatsapp-bubble {
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-link {
        padding: 10px 20px;
    }
    
    .whatsapp-text {
        display: none;
    }
    
    .whatsapp-link i {
        margin-right: 0;
        font-size: 28px;
    }
}

/* Footer Section */
.footer-section {
    background: linear-gradient(135deg, #2D3250 0%, #424769 100%);
    color: white;
    padding: 80px 0 0;
    position: relative;
}

.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.6;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
    color: white;
}

.footer-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: white;
}

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

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

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

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

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

.footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-contact i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 10px;
    color: var(--primary-color);
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    margin-top: 60px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.copyright {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .footer-section {
        padding: 60px 0 0;
    }
    
    .footer-brand {
        margin-bottom: 40px;
    }
    
    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
    }
    
    .copyright {
        text-align: center;
    }
}

/* Soru Sorma Formu Stilleri */
.ask-question-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.ask-question-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.ask-question-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 15px;
}

.ask-question-description {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}

.ask-question-form .form-label {
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
}

.ask-question-form .form-control {
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.ask-question-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(255, 75, 145, 0.1);
}

.ask-question-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.ask-question-form .btn-primary {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.ask-question-form .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 75, 145, 0.2);
}

@media (max-width: 991px) {
    .ask-question-card {
        padding: 30px;
    }
    
    .ask-question-title {
        font-size: 22px;
    }
    
    .ask-question-description {
        font-size: 15px;
    }
}

/* İletişim Section */
.contact-section {
    background: linear-gradient(135deg, #F0F8FF 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.contact-cards {
    margin-top: 2rem;
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--text-color);
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: var(--primary-color);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, rgba(255, 75, 145, 0.1), rgba(255, 141, 199, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.contact-card:hover .contact-icon {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: white;
}

.contact-icon i {
    font-size: 1.8rem;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.contact-card:hover .contact-icon i {
    color: white;
}

.contact-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-card p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

@media (max-width: 991px) {
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-card {
        padding: 1.5rem;
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
    }
    
    .contact-icon i {
        font-size: 1.5rem;
    }
    
    .contact-card h3 {
        font-size: 1.2rem;
    }
}

/* Pricing Cards */
.pricing-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #F0F8FF 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 75, 145, 0.05) 0%, rgba(255, 75, 145, 0) 100%);
    z-index: 1;
}

.pricing-section .container {
    position: relative;
    z-index: 2;
}

.pricing-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card.featured {
    border: 2px solid #FF4B91;
    background: linear-gradient(135deg, #ffffff 0%, #FFF5F8 100%);
}

.featured-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FF4B91;
    color: white;
    padding: 8px 40px;
    transform: rotate(45deg);
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(255, 75, 145, 0.2);
}

.pricing-header {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-header h3 {
    color: #2D3250;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
}

.price .currency {
    font-size: 24px;
    font-weight: 600;
    color: #2D3250;
}

.price .amount {
    font-size: 48px;
    font-weight: 700;
    color: #FF4B91;
    line-height: 1;
}

.price .period {
    font-size: 16px;
    color: #6c757d;
}

.original-price {
    color: #6c757d;
    text-decoration: line-through;
    font-size: 16px;
    margin-top: 5px;
    opacity: 0.8;
}

.saving-badge {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    animation: pulse 2s infinite;
}

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

.pricing-card:hover .saving-badge {
    background: #218838;
}

.pricing-features {
    flex: 1;
    margin-bottom: 30px;
}

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

.pricing-features ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-features ul li i {
    color: #28a745;
    font-size: 1.1rem;
}

.pricing-features ul li i.text-danger {
    color: #dc3545 !important;
}

.pricing-features ul li .badge {
    margin-left: 5px;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: 600;
}

.pricing-features ul li span[style*="text-decoration: line-through"] {
    color: #6c757d;
    margin-right: 5px;
}

.pricing-footer {
    margin-top: auto;
}

.pricing-footer .btn {
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pricing-footer .btn-outline-primary {
    border-color: #FF4B91;
    color: #FF4B91;
}

.pricing-footer .btn-outline-primary:hover {
    background: #FF4B91;
    color: white;
}

.pricing-footer .btn-primary {
    background: #FF4B91;
    border-color: #FF4B91;
    color: white;
}

.pricing-footer .btn-primary:hover {
    background: #ff1a75;
    border-color: #ff1a75;
}

@media (max-width: 768px) {
    .pricing-card {
        padding: 30px;
    }
    
    .price .amount {
        font-size: 36px;
    }
    
    .price .currency {
        font-size: 20px;
    }
    
    .price .period {
        font-size: 14px;
    }
}

/* Blog Sayfası Stilleri */

/* Blog Header */
.blog-header {
    background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
    padding: 160px 0 60px;
    position: relative;
    z-index: 1;
}

/* Search Box */
.search-box {
    position: relative;
}

.btn-search {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
}

/* Blog Cards */
.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

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

.card-img-wrapper {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.card-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .card-img-wrapper img {
    transform: scale(1.05);
}

.card-img-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    background: none;
    padding: 0;
}

.card-img-overlay .badge {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Sidebar Widgets */
.sidebar-widget {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f8f9fa;
}

/* Categories */
.category-item {
    padding: 10px 15px;
    color: #495057;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    background: #f8f9fa;
}

.category-item:hover, .category-item.active {
    background: #e9ecef;
    color: #1a2a6c;
}

/* Tags */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-item {
    padding: 5px 12px;
    background: #f8f9fa;
    color: #495057;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.tag-item:hover, .tag-item.active {
    background: #1a2a6c;
    color: #fff;
}

/* Recent Posts */
.recent-post {
    padding: 12px 0;
    border-bottom: 1px solid #f8f9fa;
}

.recent-post:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-post-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.recent-post a {
    color: #495057;
}

.recent-post a:hover {
    color: #1a2a6c;
}

.recent-post h6 {
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #212529;
}

/* Responsive */
@media (max-width: 768px) {
    .blog-header {
        text-align: center;
        padding-top: 80px !important;
    }

    .search-box {
        margin-top: 20px;
    }
}

/* Loading Screen Styles */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2D3250 0%, #424769 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.loading-screen.active {
    opacity: 1;
    visibility: visible;
}

.loading-content {
    text-align: center;
    color: white;
}

.loading-logo {
    width: 120px;
    height: 120px;
    margin-bottom: 2rem;
    animation: pulse 2s infinite;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #FF4B91;
    animation: spin 1s ease-in-out infinite;
    margin: 0 auto 1.5rem;
}

.loading-text {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.loading-subtext {
    font-size: 0.9rem;
    opacity: 0.8;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

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

/* Sektörler Section */
.sectors-section {
    background-color: #f8f9fa;
    padding: 4rem 0;
}

.sectors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(366px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.sector-card {
    background: white;
    border-radius: 1.5rem;
    padding: 2.2rem 1.5rem 1.5rem 1.5rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(.4,2,.6,1);
    border: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 32px rgba(255,105,170,0.07), 0 1.5px 6px 0 rgba(94,198,255,0.08);
    margin-bottom: 0;
}
.sector-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, #ff69aa 0%, #5ec6ff 100%);
    border-radius: 1.5rem 1.5rem 0 0;
    transition: height 0.3s cubic-bezier(.4,2,.6,1);
    z-index: 1;
}
.sector-card:hover {
    box-shadow: 0 16px 48px 0 rgba(44, 62, 80, 0.13), 0 3px 12px 0 rgba(94,198,255,0.13);
    transform: translateY(-6px) scale(1.03);
}
.sector-icon {
    margin-bottom: 1.2rem;
    z-index: 2;
    position: relative;
}
.sector-icon .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff69aa22 0%, #5ec6ff22 100%);
    box-shadow: 0 2px 8px 0 rgba(255,105,170,0.08);
    margin: 0 auto;
    transition: background 0.3s, transform 0.3s;
}
.sector-card:hover .icon-wrapper {
    background: linear-gradient(135deg, #ff69aa 0%, #5ec6ff 100%);
    transform: scale(1.12) rotate(-6deg);
}
.sector-icon i {
    font-size: 2rem;
    color: #ff69aa;
    transition: color 0.3s;
}
.sector-card:hover .sector-icon i {
    color: #fff;
}
.sector-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2D3250;
    margin-bottom: 0.7rem;
    margin-top: 0.2rem;
    letter-spacing: -0.5px;
    transition: color 0.3s;
}
.sector-card p {
    font-size: 1.02rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
    min-height: 44px;
}
@media (max-width: 768px) {
    .sector-card {
        padding: 1.2rem 0.7rem 1.2rem 0.7rem;
        border-radius: 1rem;
    }
    .sector-card::before {
        height: 5px;
        border-radius: 1rem 1rem 0 0;
    }
    .sector-icon .icon-wrapper {
        width: 48px;
        height: 48px;
    }
    .sector-card h3 {
        font-size: 1.08rem;
    }
    .sector-card p {
        font-size: 0.95rem;
        min-height: 36px;
    }
}

/* Yol Haritası Bölümü Stilleri */
.roadmap-section {
    background-color: #f8f9fa;
}

.roadmap-steps .step-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.roadmap-steps .step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.roadmap-steps .step-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    background: #FF4B91;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.roadmap-steps .step-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 75, 145, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.roadmap-steps .step-icon i {
    font-size: 2rem;
    color: #FF4B91;
}

.roadmap-steps .step-title {
    color: #2D3250;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.roadmap-steps .step-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Hero Swiper Styles */
.hero-swiper {
    width: 100%;
    height: 100%;
}

.hero-slide {
    background-size: cover;
    background-position: center;
}

.hero-slide .hero-container {
    padding: 100px 0;
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.hero-swiper .swiper-button-next:after,
.hero-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.hero-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.hero-swiper .swiper-pagination-bullet-active {
    background: #FF4B91;
    opacity: 1;
}

/* Features Swiper Styles */
.features-swiper {
    padding: 20px 0;
    position: relative;
}

.features-swiper .swiper-button-next,
.features-swiper .swiper-button-prev {
    color: #FF4B91;
    background: rgba(255, 75, 145, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.features-swiper .swiper-button-next {
    right: 0;
}

.features-swiper .swiper-button-prev {
    left: 0;
}

.features-swiper .swiper-button-next:after,
.features-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.features-swiper .features-pagination {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-swiper .swiper-pagination-bullet {
    background: #FF4B91;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.features-swiper .swiper-pagination-bullet-active {
    background: #FF4B91;
    opacity: 1;
    width: 12px;
    height: 12px;
}

/* WhatsApp Butonu Stilleri */
.whatsapp-bubble {
    position: fixed;
    bottom: 20px !important;
    right: 90px;
    z-index: 998;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    background: #25D366;
    color: white;
    padding: 15px 15px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.whatsapp-link:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-link i {
    font-size: 34px;
    margin-right: 4px;
}

/* Tawk.to özelleştirmeleri */
.tawk-min-container {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}

/* Mobil düzenlemeler */
@media (max-width: 768px) {
    .whatsapp-bubble {
        bottom: 20px !important;
        right: 80px;
    }
    
    .whatsapp-text {
        display: none;
    }
    
    .whatsapp-link {
        padding: 10px;
        width: 45px;
        height: 45px;
        justify-content: center;
    }
    
    .whatsapp-link i {
        margin-right: 0;
    }
}

/* ===============================================
   GÜZELLIK MERKEZI SAYFASI STILLERI
   =============================================== */

/* Güzellik Merkezi Hero Section */
.guzellik-hero-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.guzellik-hero-content {
    padding-right: 30px;
}

.guzellik-hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.guzellik-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Güzellik Merkezi Feature Cards */
.guzellik-feature-card {
    padding: 30px;
    border-radius: 15px;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.guzellik-feature-card:hover {
    transform: translateY(-5px);
}

.guzellik-feature-icon {
    width: 60px;
    height: 60px;
    background: #FF4B91;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.guzellik-feature-icon i {
    font-size: 24px;
    color: white;
}

.guzellik-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guzellik-feature-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.guzellik-feature-list li:before {
    content: "✓";
    color: #FF4B91;
    position: absolute;
    left: 0;
}

/* Güzellik Merkezi Benefit Cards */
.guzellik-benefit-card {
    padding: 25px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.guzellik-benefit-icon {
    width: 50px;
    height: 50px;
    background: #FF4B91;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guzellik-benefit-icon i {
    font-size: 20px;
    color: white;
}

/* Güzellik Merkezi Solution Cards */
.guzellik-solution-card {
    padding: 30px;
    border-radius: 15px;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

.guzellik-solution-icon {
    width: 80px;
    height: 80px;
    background: #FF4B91;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.guzellik-solution-icon i {
    font-size: 32px;
    color: white;
}

.guzellik-solution-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    text-align: left;
}

.guzellik-solution-features li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.guzellik-solution-features li:before {
    content: "✓";
    color: #FF4B91;
    position: absolute;
    left: 0;
}

/* Güzellik Merkezi Demo Form */
.guzellik-demo-form-card {
    padding: 40px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Güzellik Merkezi Responsive */
@media (max-width: 768px) {
    .guzellik-hero-section {
        padding: 50px 0;
    }

    .guzellik-hero-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

/* Güzellik Merkezi Link Stilleri */
.sector-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.sector-link:hover {
    transform: translateY(-5px);
    text-decoration: none;
    color: inherit;
}

.sector-link .sector-card {
    height: 100%;
}

.aiw-kvkk-section {
    background: linear-gradient(120deg, #f8f9fa 60%, #e3e6f3 100%);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.kvkk-card {
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 8px 32px 0 rgba(44, 62, 80, 0.10), 0 1.5px 6px 0 rgba(255,105,170,0.08);
    padding: 2.5rem 2rem 2rem 2rem;
    transition: box-shadow 0.3s, transform 0.3s;
    border: 1.5px solid #e3e6f3;
    position: relative;
    overflow: hidden;
}
.kvkk-card:hover {
    box-shadow: 0 16px 48px 0 rgba(44, 62, 80, 0.18), 0 3px 12px 0 rgba(255,105,170,0.13);
    transform: translateY(-4px) scale(1.02);
}
.kvkk-card .fa-shield-alt {
    color: #ff69aa;
    background: linear-gradient(135deg, #e3e6f3 60%, #ff69aa22 100%);
    border-radius: 50%;
    padding: 18px;
    box-shadow: 0 2px 8px 0 rgba(255,105,170,0.10);
    margin-bottom: 0.5rem;
}
.kvkk-card h3 {
    color: #2D3250;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.2rem;
    letter-spacing: -1px;
}
.kvkk-card p {
    color: #555;
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
}
.kvkk-card ul {
    padding-left: 0;
    margin-bottom: 1.2rem;
}
.kvkk-card ul li {
    font-size: 1.08rem;
    color: #2D3250;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.kvkk-card ul li i {
    font-size: 1.2rem;
}
.kvkk-card .alert-success {
    background: linear-gradient(90deg, #e3fcec 60%, #d1f7e7 100%);
    color: #1e7e34;
    border: none;
    font-weight: 500;
    font-size: 1.08rem;
    box-shadow: 0 2px 8px 0 rgba(30,126,52,0.07);
}
@media (max-width: 768px) {
    .kvkk-card {
        padding: 1.5rem 0.7rem 1.5rem 0.7rem;
        border-radius: 1.2rem;
    }
    .kvkk-card h3 {
        font-size: 1.3rem;
    }
    .kvkk-card p, .kvkk-card ul li, .kvkk-card .alert-success {
        font-size: 1rem;
    }
}

.sector-main-card {
    display: block;
    text-decoration: none !important;
    max-width: 370px;
    margin: 0 auto 2rem auto;
    transition: box-shadow 0.2s, transform 0.2s;
}
.sector-main-card-content {
    background: linear-gradient(120deg, #fff 70%, #f7faff 100%);
    color: #2D3250 !important;
    border-radius: 1.3rem;
    box-shadow: 0 4px 18px 0 rgba(94,198,255,0.08);
    padding: 1.5rem 1.2rem 1.2rem 1.2rem;
    position: relative;
    overflow: hidden;
    text-align: left;
    border: 1.5px solid #f0f4fa;
    min-height: 120px;
    display: flex;
    align-items: center;
    gap: 1.1rem;
    transition: box-shadow 0.2s, transform 0.2s, border 0.2s;
}
.sector-main-card-content .sector-icon {
    flex-shrink: 0;
}
.sector-main-card-content .sector-icon .icon-wrapper {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #e3f4ff 0%, #ffe3ef 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px 0 rgba(94,198,255,0.08);
    margin-bottom: 0;
    transition: background 0.2s, transform 0.2s;
}
.sector-main-card-content .sector-icon i {
    font-size: 1.7rem;
    color: #5ec6ff;
    transition: color 0.2s;
}
.sector-main-card-content .sector-main-card-text {
    flex: 1;
    min-width: 0;
}
.sector-main-card-content h3 {
    font-size: 1.13rem;
    font-weight: 700;
    color: #2D3250 !important;
    margin-bottom: 0.3rem;
    margin-top: 0;
    letter-spacing: -0.2px;
    line-height: 1.2;
}
.sector-main-card-content p {
    font-size: 0.93rem;
    color: #555 !important;
    margin-bottom: 0;
    line-height: 1.5;
    min-height: 18px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sector-main-card-content .sector-main-arrow {
    flex-shrink: 0;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f7faff;
    color: #5ec6ff;
    font-size: 1.3rem;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}
.sector-main-card-content:hover {
    box-shadow: 0 10px 32px 0 rgba(94,198,255,0.13);
    transform: translateY(-4px) scale(1.025);
    border: 1.5px solid #e3f4ff;
}
.sector-main-card-content:hover .sector-icon .icon-wrapper {
    background: linear-gradient(135deg, #ffe3ef 0%, #e3f4ff 100%);
    transform: scale(1.08);
}
.sector-main-card-content:hover .sector-icon i {
    color: #ff69aa;
}
.sector-main-card-content:hover .sector-main-arrow {
    background: #5ec6ff;
    color: #fff;
    transform: translateX(4px) scale(1.08);
}
@media (max-width: 991px) {
    .sector-main-card-content {
        padding: 1rem 0.7rem 1rem 0.7rem;
        border-radius: 0.9rem;
        min-height: 80px;
        gap: 0.7rem;
    }
    .sector-main-card-content .sector-icon .icon-wrapper {
        width: 36px;
        height: 36px;
    }
    .sector-main-card-content h3 {
        font-size: 0.98rem;
    }
    .sector-main-card-content p {
        font-size: 0.8rem;
        min-height: 10px;
    }
    .sector-main-card-content .sector-main-arrow {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }
}

.sectors-group {
    margin-bottom: 2.5rem;
}
.sector-group-label {
    font-size: 1.18rem;
    font-weight: 800;
    color: #2c2b2b !important;
    letter-spacing: 0.3px;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.sector-group-label i, .sector-group-link i {
    font-size: 1.25em;
    margin-left: 10px;
    color: #262626 !important;
    transition: color 0.18s, transform 0.18s;
}
.sector-group-label:hover, .sector-group-link:hover, .sector-group-label:focus, .sector-group-link:focus {
    transform: translateY(-2px) scale(1.06);
    text-decoration: none;
}
.sector-group-label:hover i, .sector-group-link:hover i {
    transform: translateX(4px) scale(1.12);
}
@media (max-width: 768px) {
    .sector-group-label, .sector-group-link {
        font-size: 1.02rem;
        padding: 8px 22px 8px 12px;
        border-radius: 24px;
        margin-bottom: 0.7rem;
        gap: 7px;
    }
    .sector-group-label i, .sector-group-link i {
        font-size: 1.1em;
        margin-left: 6px;
    }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: rgba(255,255,255,0.97) !important;
    backdrop-filter: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  }
}


