/* Homepage Specific Styles */

/*--------------------------------------------------------------
# Global Homepage Typography
--------------------------------------------------------------*/
.hero-slider,
.why-us-section,
.cta-maintenance-section,
.news-section-v2,
.color-section {
    font-family: 'Poppins', sans-serif;
}

.hero-slider *,
.why-us-section *,
.cta-maintenance-section *,
.news-section-v2 *,
.color-section *,
.cta-bar * {
    font-family: 'Poppins', sans-serif;
}

/* Font Awesome Icons - Override Poppins in Homepage */
.hero-slider .fa, .hero-slider .fab, .hero-slider .fas,
.why-us-section .fa, .why-us-section .fab, .why-us-section .fas,
.cta-maintenance-section .fa, .cta-maintenance-section .fab, .cta-maintenance-section .fas,
.news-section-v2 .fa, .news-section-v2 .fab, .news-section-v2 .fas,
.color-section .fa, .color-section .fab, .color-section .fas,
.cta-bar .fa, .cta-bar .fab, .cta-bar .fas {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro" !important;
}

.hero-slider i[class*="fa-"],
.why-us-section i[class*="fa-"],
.cta-maintenance-section i[class*="fa-"],
.news-section-v2 i[class*="fa-"],
.color-section i[class*="fa-"],
.cta-bar i[class*="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro" !important;
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us-section {
    padding: 100px 0 0 0;
    background-color: #fff;
}

.why-us-content {
    padding-right: 30px;
}

/* Generic section titles - Will be replaced by section-specific ones */
.why-us-section-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.2;
}

.why-us-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #e31e25;
}

.services-section-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}

.services-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #e31e25;
}

.testimonials-section-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}

.testimonials-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #e31e25;
}

.references-section-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.2;
}

.references-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #e31e25;
}

.news-section-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}

.news-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #e31e25;
}

.why-us-section-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px auto;
    text-align: left;
}

/* Why-us section specific classes */
.why-us-section-slogan {
    color: #888;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
}

.services-section-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.testimonials-section-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.news-section-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px auto;
    text-align: center;
}

/* Vertical Separator */
.vertical-separator {
    width: 3px;
    height: 200px;
    background-color: #e31e25;
    margin: 0 auto;
    position: relative;
}

.vertical-separator::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #e31e25;
    border-radius: 50%;
}

.vertical-separator::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #e31e25;
    border-radius: 50%;
}

/* Separator Column Alignment */
.why-us-section .col-lg-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-slogan {
    color: #888;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.feature-box {
    padding: 20px;
}

.feature-icon {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon::before,
.feature-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1;
}

.feature-icon::before {
    background-color: #f1e4f7; /* Light purple */
    transform: rotate(45deg);
}

.feature-icon::after {
    border: 2px dashed #e31e25;
    transform: rotate(60deg);
    transition: transform 0.3s ease;
}

.feature-box:hover .feature-icon::after {
    transform: rotate(180deg);
}

.feature-icon i {
    font-size: 60px;
    color: #e31e25;
    position: relative;
    z-index: 2;
}

.feature-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.feature-box p {
    color: #666;
    font-size: 18px;
}

/*--------------------------------------------------------------
# Kale Alarm Section
--------------------------------------------------------------*/
.kale-alarm-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.kale-content {
    padding-left: 30px;
}

.kale-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.2;
}

.kale-section-number {
    font-size: 48px;
    font-weight: 900;
    color: #e31e25;
    margin-bottom: 20px;
    line-height: 1;
}

.kale-section-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
}

.kale-section-description {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
}

.kale-cta-btn {
    background-color: #e31e25;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.kale-cta-btn:hover {
    background-color: #c41e3a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 30, 37, 0.3);
}

/* Kale Vertical Separator */
.kale-vertical-separator {
    width: 3px;
    height: 200px;
    background-color: #e31e25;
    margin: 0 auto;
    position: relative;
}

.kale-vertical-separator::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #e31e25;
    border-radius: 50%;
}

.kale-vertical-separator::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #e31e25;
    border-radius: 50%;
}

/* Kale Feature Boxes */
.kale-feature-box {
    text-align: center;
    padding: 20px 15px;
    transition: transform 0.3s ease;
}

.kale-feature-box:hover {
    transform: translateY(-5px);
}

.kale-feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e31e25, #c41e3a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    transition: transform 0.3s ease;
}

.kale-feature-box:hover .kale-feature-icon {
    transform: scale(1.1);
}

.kale-feature-icon i {
    font-size: 32px;
    color: #fff;
}

.kale-feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.kale-feature-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

/* Emit Secondary Container Inside Why-Us */
.emit-secondary-container {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

/* Emit Content */
.emit-content {
    padding-left: 30px;
}

.emit-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.2;
}

.emit-section-number {
    font-size: 48px;
    font-weight: 900;
    color: #e31e25;
    margin-bottom: 20px;
    line-height: 1;
}

.emit-section-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
}

.emit-section-description {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
}

.emit-cta-btn {
    background-color: #e31e25;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.emit-cta-btn:hover {
    background-color: #c41e3a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 30, 37, 0.3);
}

/* Emit Vertical Separator */
.emit-vertical-separator {
    width: 3px;
    height: 200px;
    background-color: #e31e25;
    margin: 0 auto;
    position: relative;
}

.emit-vertical-separator::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #e31e25;
    border-radius: 50%;
}

.emit-vertical-separator::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #e31e25;
    border-radius: 50%;
}

/* Emit Feature Boxes */
.emit-feature-box {
    text-align: center;
    padding: 20px 15px;
    transition: transform 0.3s ease;
}

.emit-feature-box:hover {
    transform: translateY(-5px);
}

.emit-feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e31e25, #c41e3a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    transition: transform 0.3s ease;
}

.emit-feature-box:hover .emit-feature-icon {
    transform: scale(1.1);
}

.emit-feature-icon i {
    font-size: 32px;
    color: #fff;
}

.emit-feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.emit-feature-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

/*--------------------------------------------------------------
# Modern Maintenance CTA Section
--------------------------------------------------------------*/
.cta-maintenance-section {
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.maintenance-card {
    background: #fff;
    border-radius: 25px;
    padding: 60px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(227, 30, 37, 0.1);
}

.maintenance-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #e31e25 0%, #c41e3a 100%);
}

/* Floating Background Elements */
.maintenance-background-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-element {
    position: absolute;
    border-radius: 50%;
    opacity: 0.05;
    animation: float 6s ease-in-out infinite;
}

.element-1 {
    width: 80px;
    height: 80px;
    background: #e31e25;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.element-2 {
    width: 120px;
    height: 120px;
    background: #e31e25;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.element-3 {
    width: 60px;
    height: 60px;
    background: #c41e3a;
    top: 10%;
    right: 30%;
    animation-delay: 4s;
}

.element-4 {
    width: 100px;
    height: 100px;
    background: #c41e3a;
    bottom: 20%;
    left: 20%;
    animation-delay: 3s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

/* Modern Icon */
.maintenance-icon-modern {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #e31e25 0%, #c41e3a 100%);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(227, 30, 37, 0.3);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.maintenance-icon-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(227, 30, 37, 0.4);
}

.maintenance-icon-modern i {
    font-size: 48px;
    color: #fff;
    transition: transform 0.3s ease;
}

.maintenance-icon-modern:hover i {
    transform: scale(1.1);
}

/* Content */
.maintenance-content {
    position: relative;
    z-index: 2;
}

.maintenance-title-modern {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
}

.maintenance-title-modern::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #e31e25 0%, #c41e3a 100%);
    border-radius: 2px;
}

.maintenance-text-modern {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Professional Info Content */
.professional-info {
    margin-top: 15px;
}

.info-highlight {
    font-size: 16px;
    color: #e31e25;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 12px 16px;
    background: rgba(227, 30, 37, 0.05);
    border-left: 3px solid #e31e25;
    border-radius: 0 8px 8px 0;
    line-height: 1.4;
}

.company-credential {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
}

.company-credential strong {
    color: #e31e25;
    font-weight: 700;
}

/* Service Differentiation */
.service-differentiation {
    margin-top: 20px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(227, 30, 37, 0.1);
}

.service-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.service-bullet {
    color: #e31e25;
    font-size: 18px;
    font-weight: 700;
    margin-right: 12px;
    line-height: 1.2;
    flex-shrink: 0;
    margin-top: 2px;
}

.service-text {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}

.service-text strong {
    color: #333;
    font-weight: 600;
}

.service-note {
    color: #666;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
}

/* CTA Section */
.maintenance-cta {
    position: relative;
    z-index: 2;
}

.modern-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #e31e25 0%, #c41e3a 100%);
    color: #fff;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 10px 30px rgba(227, 30, 37, 0.3);
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.modern-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.modern-cta-btn:hover::before {
    left: 100%;
}

.modern-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(227, 30, 37, 0.4);
    color: #fff;
    text-decoration: none;
}

.modern-cta-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.modern-cta-btn:hover i {
    transform: translateX(5px);
}

/* Contact Info */
.contact-info {
    margin-top: 20px;
    text-align: center;
}

.phone-quick {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}

.maintenance-phone-number {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #e31e25;
    text-decoration: none;
    transition: color 0.3s ease;
}

.maintenance-phone-number:hover {
    color: #c41e3a;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 992px) {
    .maintenance-card {
        padding: 50px 30px;
    }
    
    .maintenance-icon-modern {
        width: 100px;
        height: 100px;
        margin-bottom: 30px;
    }
    
    .maintenance-icon-modern i {
        font-size: 40px;
    }
    
    .maintenance-title-modern {
        font-size: 32px;
        text-align: center;
    }
    
    .maintenance-title-modern::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .maintenance-text-modern {
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .cta-maintenance-section {
        padding: 80px 0;
    }
    
    .maintenance-card {
        padding: 40px 20px;
    }
    
    .maintenance-icon-modern {
        width: 80px;
        height: 80px;
        border-radius: 20px;
    }
    
    .maintenance-icon-modern i {
        font-size: 32px;
    }
    
    .maintenance-title-modern {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .maintenance-text-modern {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .modern-cta-btn {
        padding: 15px 30px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .phone-number {
        font-size: 16px;
    }
    
    .floating-element {
        display: none;
    }
}

@media (max-width: 480px) {
    .maintenance-card {
        padding: 30px 15px;
    }
    
    .maintenance-title-modern {
        font-size: 24px;
    }
    
    .maintenance-text-modern {
        font-size: 14px;
    }
    
    .modern-cta-btn {
        padding: 12px 25px;
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
# CTA Bar
--------------------------------------------------------------*/
.cta-bar-container {
    padding: 50px 0;
}

@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.cta-bar {
    position: relative;
    background: linear-gradient(to right, #e31e25, #710F12, #e31e25); /* Using new dark red */
    background-size: 200% 200%;
    animation: gradientAnimation 10s ease infinite;
    color: #fff;
    padding: 30px 40px 30px 120px; /* Make space for the icon on the left */
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    /* overflow: hidden; */ /* Removed to show the icon outside */
    max-width: 800px; /* Constrain width */
    margin: 0 auto; /* Center the bar */
}

.cta-icon {
    position: absolute;
    left: 15px; /* Position it just outside the padding */
    top: 60%;
    transform: translateY(-50%);
    font-size: 115px; /* Slightly smaller to fit better */
    color: #fff;
    opacity: 1; /* Full opacity */
    z-index: 1;
    text-shadow: 0 3px 8px rgba(0,0,0,0.7);
}

.cta-text {
    position: relative;
    z-index: 2;
}

.cta-bar a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.hero-slider {
    position: relative;
    height: 100vh;
    width: 100%;
    /* overflow: hidden; */ /* Removed to allow separator to overlap */
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -99;
}

.hero-content-container {
    position: relative;
    z-index: 1;
}

.hero-text {
    color: #fff;
}

.hero-text h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-text .text-danger {
    color: #e31e25 !important;
}

.hero-text p {
    font-size: 18px;
    max-width: 600px;
}

.hero-inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-social-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 60px; /* Space between text and icons */
    position: relative;
}

.hero-social-bar::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 120px;
    background: linear-gradient(to bottom, transparent 0%, #e31e25 20%, #e31e25 80%, transparent 100%);
    border-radius: 2px;
    animation: separatorGlow 3s ease-in-out infinite alternate;
}

@keyframes separatorGlow {
    0% {
        box-shadow: 0 0 5px rgba(227, 30, 37, 0.3);
        opacity: 0.8;
    }
    100% {
        box-shadow: 0 0 15px rgba(227, 30, 37, 0.8), 0 0 25px rgba(227, 30, 37, 0.4);
        opacity: 1;
    }
}

.hero-social-bar-mobile {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.hero-social-bar-mobile a {
    color: #fff;
    margin: 0 15px;
    font-size: 20px;
    opacity: 0;
    animation: slideInFromTop 0.5s ease forwards;
}

@keyframes slideInFromTop {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Staggered Animation Delays for Mobile */
.hero-social-bar-mobile a:nth-child(1) { animation-delay: 0.6s; }
.hero-social-bar-mobile a:nth-child(2) { animation-delay: 0.7s; }
.hero-social-bar-mobile a:nth-child(3) { animation-delay: 0.8s; }


@keyframes slideInFromLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.hero-social-bar a {
    color: #fff;
    margin: 15px 0;
    font-size: 16px;
    opacity: 0; /* Initially hidden */
    animation: slideInFromLeft 0.5s ease forwards;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Staggered Animation Delays */
.hero-social-bar a:nth-child(1) { animation-delay: 0.6s; }
.hero-social-bar a:nth-child(2) { animation-delay: 0.7s; }
.hero-social-bar a:nth-child(3) { animation-delay: 0.8s; }
.hero-social-bar a:nth-child(4) { animation-delay: 0.9s; }
.hero-social-bar a:nth-child(5) { animation-delay: 1.0s; }


.hero-social-bar a:hover {
    background-color: #fff;
    color: #000;
}

.scroll-dot {
    width: 10px;
    height: 10px;
    background-color: #dc3545; /* red */
    border-radius: 50%;
}

.scroll-line {
    width: 1px;
    height: 60px;
    background-color: #fff;
    margin: 10px 0;
}

.scroll-text {
    color: #fff;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 2px;
}


/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/
@media (max-width: 992px) { /* Tablet */
    .hero-text h1 {
        font-size: 60px;
    }
    .hero-text p {
        font-size: 16px;
        max-width: 100%;
    }
    .hero-inner-content {
        justify-content: center; /* Distribute items vertically */
        text-align: center;
        flex-direction: column;
        height: 85vh; /* Use viewport height to distribute */
    }
    .hero-social-bar {
        display: none;
    }
}

@media (max-width: 768px) { /* Mobile */
    .hero-text h1 {
        font-size: 40px;
    }

    .why-us-section {
        padding: 60px 0;
    }
    
    .why-us-section .row {
        flex-direction: column;
    }
    
    .why-us-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 32px;
        text-align: center;
    }
    
    .section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .section-subtitle {
        margin: 0 0 30px 0;
        text-align: center;
    }
    
    .vertical-separator {
        height: 3px;
        width: 100px;
        margin: 20px auto;
    }
    
    .vertical-separator::before,
    .vertical-separator::after {
        display: none;
    }
    
    .feature-box {
        margin-bottom: 30px;
        text-align: center;
    }
    
    /* Emit Special Section Mobile */
    .emit-special-section {
        padding: 60px 0;
    }
    
    .emit-special-section .row {
        flex-direction: column;
    }
    
    .emit-content {
        padding-left: 0;
        text-align: center;
        margin-bottom: 40px;
        order: -1; /* Content gelsin önce mobilde */
    }
    
    .emit-section-title {
        font-size: 28px;
        text-align: center;
    }
    
    .emit-section-number {
        font-size: 36px;
        text-align: center;
    }
    
    .emit-vertical-separator {
        height: 3px;
        width: 100px;
        margin: 20px auto;
    }
    
    .emit-vertical-separator::before,
    .emit-vertical-separator::after {
        display: none;
    }
    
    /* Kale Alarm Section Mobile */
    .kale-alarm-section {
        padding: 60px 0;
    }
    
    .kale-alarm-section .row {
        flex-direction: column;
    }
    
    .kale-content {
        padding-left: 0;
        text-align: center;
        margin-bottom: 40px;
        order: -1; /* Content gelsin önce mobilde */
    }
    
    .kale-section-title {
        font-size: 28px;
        text-align: center;
    }
    
    .kale-section-number {
        font-size: 36px;
        text-align: center;
    }
    
    .kale-vertical-separator {
        height: 3px;
        width: 100px;
        margin: 20px auto;
    }
    
    .kale-vertical-separator::before,
    .kale-vertical-separator::after {
        display: none;
    }
    .cta-maintenance-section {
        text-align: center;
    }
    .maintenance-icon {
        font-size: 80px;
        position: static;
        transform: none;
        opacity: 1;
        margin-bottom: 20px;
            text-shadow: 0 5px 15px rgba(0,0,0,0.8);
    }
    .maintenance-title {
        font-size: 30px;
    }
    .cta-bar {
        padding: 20px 20px 20px 40px;
        font-size: 16px;
    }
    .cta-icon {
font-size: 50px;
        left: -1px;
        top: revert-layer;
    }
    .news-slider-next-v2,
    .news-slider-prev-v2 {
        display: none;
    }
}

/*--------------------------------------------------------------
# News Section V2 - New Layout with Sidebar
--------------------------------------------------------------*/
.news-section-v2 {
    padding: 80px 0;
    background-color: #f8f9fa;
}

/* News Categories Sidebar */
.news-categories {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.category-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.category-item:hover {
    background-color: #f8f9fa;
    border-left-color: #e31e25;
}

.category-item.active {
    background-color: #e31e25;
    color: #fff;
    border-left-color: #c41e3a;
}

.category-item i {
    font-size: 18px;
    margin-right: 15px;
    width: 20px;
    text-align: center;
}

.category-item span {
    font-size: 16px;
    font-weight: 500;
}

/* Blog Container */
.news-blog-container {
    min-height: 500px;
}

/* Blog Cards */
.blog-card {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    border-color: #e31e25;
}

.blog-card.hidden {
    display: none !important;
}

/* Blog Image */
.blog-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-date {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #e31e25;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

/* Blog Content */
.blog-content {
    padding: 25px;
}

.blog-category {
    display: inline-block;
    background-color: #f8f9fa;
    color: #e31e25;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.blog-title {
    margin-bottom: 15px;
}

.blog-title a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: #e31e25;
}

.blog-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-read-more {
    color: #e31e25;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.blog-read-more:hover {
    color: #c41e3a;
    text-decoration: none;
}

.blog-read-more i {
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.blog-read-more:hover i {
    transform: translateX(3px);
}

/* Blog Swiper Styles */
.blog-swiper-container {
    position: relative;
    padding: 0 60px 50px 60px;
    margin: 0 -60px;
    overflow: hidden;
}

.blog-swiper {
    overflow: hidden;
    padding: 0 20px;
}

.blog-swiper .swiper-slide {
    height: auto;
}

.blog-slider-next,
.blog-slider-prev {
    display: none !important;
}

.blog-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.blog-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    opacity: 1;
    margin: 0 5px;
}

.blog-pagination .swiper-pagination-bullet-active {
    background-color: #e31e25;
}

/* Responsive Design */
@media (max-width: 992px) {
    .news-categories {
        margin-bottom: 30px;
    }
    
    .category-item {
        padding: 12px 15px;
        margin-bottom: 8px;
    }
    
    .category-item i {
        font-size: 16px;
        margin-right: 12px;
    }
    
    .category-item span {
        font-size: 15px;
    }
    
    /* Tablet Blog Swiper */
    .blog-swiper-container {
        padding: 0 30px 40px 30px;
        margin: 0 -30px;
    }
    
    .blog-swiper {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .news-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .news-date {
        flex: none;
        width: 100px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .news-content h3 {
        font-size: 16px;
    }
    
    .news-content p {
        font-size: 13px;
    }
    
    /* Mobile Blog Swiper */
    .blog-swiper-container {
        padding: 0 15px 30px 15px;
        margin: 0 -15px;
    }
    
    .blog-swiper {
        padding: 0 10px;
    }
    
    .blog-pagination {
        bottom: 5px;
    }
    
    .blog-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}

@media (max-width: 480px) {
    /* Extra Mobile Blog Swiper */
    .blog-swiper-container {
        padding: 0 10px 25px 10px;
        margin: 0 -10px;
    }
    
    .blog-swiper {
        padding: 0 5px;
    }
    
    .blog-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
}

/*--------------------------------------------------------------
# Cooperative Section
--------------------------------------------------------------*/
.cooperative-section {
    padding: 30px 0 40px 0;
    background-color: #fff;
}

.cooperative-title {
    text-align: left;
    padding-right: 30px;
}

.cooperative-title h2 {
    font-size: 48px;
    font-weight: 900;
    color: #e31e25;
    line-height: 1.0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.cooperative-slider-container {
    overflow: hidden;
    position: relative;
    padding-right: 60px; /* Sağ taraftan taşmayı önler */
}

.cooperative-swiper {
    overflow: hidden;
    padding: 20px 0;
}

.cooperative-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    padding: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cooperative-logo img {
    max-width: 250px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.cooperative-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Responsive Design for Cooperative */
@media (max-width: 992px) {
    .cooperative-section {
        padding: 50px 0;
    }
    
    .cooperative-section .row {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
    }
    
    .cooperative-section .col-5,
    .cooperative-section .col-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .cooperative-title {
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
    
    .cooperative-title h2 {
        font-size: 36px;
        line-height: 1.1;
    }
    
    .cooperative-slider-container {
        padding-right: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cooperative-section {
        padding: 40px 0;
    }
    
    .cooperative-section .row {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
    }
    
    .cooperative-section .col-5,
    .cooperative-section .col-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .cooperative-title {
        text-align: center;
        padding-right: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    
    .cooperative-title h2 {
        font-size: 32px;
        letter-spacing: 0;
        line-height: 1.0;
    }
    
    .cooperative-slider-container {
        padding-right: 0;
        width: 100%;
        margin: 0 auto;
    }
    
    .cooperative-logo {
        height: 100px;
        padding: 15px;
    }
    
    .cooperative-logo img {
        max-width: 180px;
        max-height: 80px;
    }
}

@media (max-width: 480px) {
    .cooperative-section {
        padding: 30px 0;
    }
    
    .cooperative-title h2 {
        font-size: 28px;
        line-height: 1.0;
    }
    
    .cooperative-logo {
        height: 90px;
        padding: 12px;
    }
    
    .cooperative-logo img {
        max-width: 160px;
        max-height: 70px;
    }
}

/*--------------------------------------------------------------
# References Section
--------------------------------------------------------------*/
.references-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.references-content {
    padding-right: 30px;
}

.references-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin-bottom: 0;
}

.references-title .text-red {
    color: #e31e25;
}

.references-info {
    padding-left: 30px;
}

.references-info p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* References Cards Slider */
.references-cards-slider-container {
    position: relative;
    margin-top: 60px;
}

.references-cards-swiper {
    overflow: hidden;
    padding: 40px 0;
}

.reference-card {
    background: #fff;
    border-radius: 25px;
    padding: 40px 30px;
    height: 420px; /* Sabit yükseklik */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    border: 3px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reference-card {
    border-color: #e31e25 !important; /* Site kırmızısı */
}

.reference-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.card-logo {
    text-align: center;
    margin: 20px 0 25px 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-logo img {
    max-width: 150px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}

.reference-card:hover .card-logo img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.card-content {
    flex: 1;
    text-align: center;
}

.what-we-did {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.what-we-do {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}


/* Pagination */
.references-pagination {
    text-align: center;
    margin-top: 30px;
}

.references-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.references-pagination .swiper-pagination-bullet-active {
    background-color: #e31e25;
    transform: scale(1.2);
}

/* Responsive Design for References */
@media (max-width: 992px) {
    .references-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .references-info {
        padding-left: 0;
        text-align: center;
    }
    
    .references-title {
        font-size: 36px;
    }
    
    .references-info p {
        font-size: 16px;
    }
    
    .references-slider-next,
    .references-slider-prev {
        display: none;
    }
}

@media (max-width: 768px) {
    .references-section {
        padding: 60px 0;
    }
    
    .references-title {
        font-size: 28px;
    }
    
    .references-info p {
        font-size: 15px;
    }
    
    .reference-card {
        height: 320px; /* Mobile için sabit yükseklik */
        padding: 30px 20px;
    }
    
    .what-we-did {
        font-size: 18px;
    }
    
    .what-we-do {
        font-size: 14px;
    }
    
    .card-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
        left: 20px;
    }
    
    .card-logo img {
        max-width: 120px;
        max-height: 60px;
    }
}

/*--------------------------------------------------------------
# Solution Partners Section
--------------------------------------------------------------*/
.solution-partners-section {
    padding: 80px 0;
    background-color: #fff;
}

.solution-partners-slider-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 50px;
}

.solution-partners-swiper {
    overflow: hidden;
    padding: 40px 0;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.partner-logo img {
    max-width: 150px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.partner-logo:hover img {
    filter: grayscale(0%);
    transform: scale(1.2);
}

/* Swiper Configuration for Solution Partners */
.solution-partners-swiper .swiper-wrapper {
    align-items: center;
}

.solution-partners-swiper .swiper-slide {
    width: auto;
    margin-right: 40px;
}

/* Responsive Design for Solution Partners */
@media (max-width: 768px) {
    .solution-partners-section {
        padding: 60px 0;
    }
    
    .partner-logo {
        height: 80px;
        padding: 15px;
    }
    
    .partner-logo img {
        max-width: 120px;
        max-height: 50px;
    }
    
    .solution-partners-swiper .swiper-slide {
        margin-right: 30px;
    }
}

/*--------------------------------------------------------------
# Modern Services Section
--------------------------------------------------------------*/
.modern-services-section {
    padding: 120px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* Animated Background Elements */
.services-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.03;
    animation: floatingShape 20s ease-in-out infinite;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #e31e25, #c41e3a);
    top: -150px;
    left: -150px;
    animation-delay: 0s;
}

.shape-2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #e31e25, #ff6b6b);
    top: 20%;
    right: -100px;
    animation-delay: 5s;
}

.shape-3 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #c41e3a, #e31e25);
    bottom: 30%;
    left: 5%;
    animation-delay: 10s;
}

.shape-4 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #ff6b6b, #e31e25);
    bottom: -125px;
    right: 10%;
    animation-delay: 15s;
}

.shape-5 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #e31e25, #c41e3a);
    top: 50%;
    left: 50%;
    animation-delay: 7s;
}

@keyframes floatingShape {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.03;
    }
    50% {
        transform: translateY(-30px) rotate(180deg);
        opacity: 0.06;
    }
}

/* Modern Header */
.services-header-modern {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}

.services-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(227, 30, 37, 0.1);
    color: #e31e25;
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid rgba(227, 30, 37, 0.2);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.services-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(227, 30, 37, 0.1), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.services-badge i {
    font-size: 16px;
}

.services-title-modern {
    font-size: 56px;
    font-weight: 800;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.1;
    position: relative;
}

.gradient-text {
    background: linear-gradient(135deg, #e31e25 0%, #c41e3a 50%, #ff6b6b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 3s ease-in-out infinite;
}

@keyframes gradientMove {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.services-subtitle-modern {
    font-size: 20px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

/* Stats Counter */
.services-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: 900;
    color: #e31e25;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #e31e25, transparent);
}

/* Modern Services Grid */
.services-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* Service Card Modern */
.service-card-modern {
    position: relative;
    height: 280px;
    transition: transform 0.3s ease;
}

.service-card-modern:hover {
    transform: translateY(-8px);
}

.service-card-inner {
    background: #fff;
    border-radius: 16px;
    padding: 25px 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.service-card-inner:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: rgba(227, 30, 37, 0.2);
}

/* Featured Service */
.featured-service .service-card-inner {
    background: linear-gradient(135deg, #e31e25 0%, #c41e3a 100%);
    color: #fff;
    border: none;
}

.featured-service .service-title-modern,
.featured-service .service-desc-modern {
    color: #fff;
}

/* Service Glow Effect */
.service-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(227, 30, 37, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.featured-service .service-glow {
    opacity: 1;
}

.service-card-inner:hover .service-glow {
    opacity: 1;
}

/* Service Icon Modern */
.service-icon-modern {
    position: relative;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #e31e25, #c41e3a);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 5px 15px rgba(227, 30, 37, 0.25);
    transition: all 0.3s ease;
}

.featured-service .service-icon-modern {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.service-card-inner:hover .service-icon-modern {
    transform: scale(1.05) rotate(5deg);
    box-shadow: 0 8px 20px rgba(227, 30, 37, 0.35);
}

.service-icon-modern i {
    font-size: 24px;
    color: #fff;
    transition: transform 0.3s ease;
}

.service-card-inner:hover .service-icon-modern i {
    transform: scale(1.1);
}

/* Icon Pulse Effect */
.icon-pulse {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid rgba(227, 30, 37, 0.3);
    border-radius: 25px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

/* Service Content */
.service-content-modern {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-title-modern {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.service-desc-modern {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 18px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Service Features */
.service-features {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.service-feature-tag {
    background: transparent;
    color: #999;
    padding: 6px 14px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #ccc;
}

.featured-service .service-feature-tag {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

/* Service Progress */
.service-progress {
    margin-bottom: 20px;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}

.progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, #e31e25, #c41e3a);
    width: 0%;
    transition: width 2s ease;
    border-radius: 3px;
}

.progress-text {
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

.featured-service .progress-text {
    color: rgba(255, 255, 255, 0.9);
}

/* Service CTA */
.service-cta-modern {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e31e25;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s ease;
    border: 2px solid #e31e25;
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(227, 30, 37, 0.05);
}

.service-cta-modern:hover {
    background: #e31e25;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.featured-service .service-cta-modern {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.featured-service .service-cta-modern:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

.service-cta-modern i {
    transition: transform 0.3s ease;
}

.service-cta-modern:hover i {
    transform: translateX(3px);
}

/* Service Number */
.service-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(227, 30, 37, 0.1);
    line-height: 1;
    z-index: 1;
    transition: all 0.3s ease;
}

.featured-service .service-number {
    color: rgba(255, 255, 255, 0.2);
}

.service-card-inner:hover .service-number {
    color: rgba(227, 30, 37, 0.2);
    transform: scale(1.1);
}

/* CTA Section */
.services-cta-section {
    background: #fff;
    padding: 50px 40px;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.services-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #e31e25, #c41e3a);
}

.services-cta-section h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.services-cta-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-modern {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.btn-modern.primary {
    background: linear-gradient(135deg, #e31e25, #c41e3a);
    color: #fff;
    box-shadow: 0 8px 25px rgba(227, 30, 37, 0.3);
}

.btn-modern.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(227, 30, 37, 0.4);
    color: #fff;
    text-decoration: none;
}

.btn-modern.secondary {
    background: transparent;
    color: #e31e25;
    border-color: #e31e25;
}

.btn-modern.secondary:hover {
    background: #e31e25;
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(227, 30, 37, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .services-grid-modern {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .services-stats {
        gap: 40px;
    }
    
    .services-title-modern {
        font-size: 48px;
    }
}

@media (max-width: 992px) {
    .modern-services-section {
        padding: 100px 0;
    }
    
    .services-header-modern {
        margin-bottom: 60px;
    }
    
    .services-stats {
        flex-direction: column;
        gap: 30px;
    }
    
    .stat-divider {
        display: none;
    }
    
    .services-grid-modern {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-card-modern {
        height: auto;
    }
    
    .services-title-modern {
        font-size: 42px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-modern {
        width: 280px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .modern-services-section {
        padding: 80px 0;
    }
    
    .services-title-modern {
        font-size: 36px;
    }
    
    .services-subtitle-modern {
        font-size: 18px;
    }
    
    .service-card-inner {
        padding: 25px 20px;
    }
    
    .service-icon-modern {
        width: 60px;
        height: 60px;
    }
    
    .service-icon-modern i {
        font-size: 28px;
    }
    
    .service-title-modern {
        font-size: 20px;
    }
    
    .service-desc-modern {
        font-size: 14px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .services-cta-section {
        padding: 35px 25px;
    }
    
    .services-cta-section h3 {
        font-size: 28px;
    }
    
    .services-cta-section p {
        font-size: 16px;
    }
    
    .floating-shape {
        display: none;
    }
}

@media (max-width: 480px) {
    .services-title-modern {
        font-size: 28px;
    }
    
    .services-badge {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .service-card-inner {
        padding: 20px 15px;
    }
    
    .service-number {
        font-size: 36px;
        top: 15px;
        right: 15px;
    }
    
    .btn-modern {
        padding: 15px 25px;
        font-size: 14px;
        width: 260px;
    }
}

/*--------------------------------------------------------------
# Breadcrumb Section
--------------------------------------------------------------*/
.breadcrumb-section {
    padding: 120px 0 80px 0;
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    border-bottom: 3px solid #e31e25;
    position: relative;
}

.breadcrumb-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23e31e25" opacity="0.1"/><circle cx="80" cy="30" r="3" fill="%23e31e25" opacity="0.05"/><circle cx="60" cy="70" r="2" fill="%23e31e25" opacity="0.1"/><circle cx="30" cy="80" r="1" fill="%23e31e25" opacity="0.15"/></svg>') repeat;
    pointer-events: none;
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #e31e25;
    border-radius: 2px;
}

.breadcrumb {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    padding: 12px 25px;
    margin: 0 auto;
    display: inline-flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(227, 30, 37, 0.1);
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.breadcrumb-item a:hover {
    color: #e31e25;
}

.breadcrumb-item.active {
    color: #e31e25;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #e31e25;
    font-weight: 700;
    font-size: 18px;
    padding: 0 15px;
    display: inline-block;
}

/* Responsive Design for Breadcrumb */
@media (max-width: 768px) {
    .breadcrumb-section {
        padding: 60px 0 30px 0;
    }
    
    .page-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .breadcrumb {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 10px;
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Page Content Section
--------------------------------------------------------------*/
.page-content-section {
    padding: 80px 0;
    background-color: #fff;
}

.content-section {
    margin-bottom: 80px;
}

.content-section:last-child {
    margin-bottom: 0;
}

.content-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e31e25;
    position: relative;
}

.content-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #e31e25;
}

.section-content {
    padding: 30px 0;
    min-height: 200px;
    border: 2px dashed #e9ecef;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, transparent 0%, rgba(227, 30, 37, 0.02) 50%, transparent 100%);
    position: relative;
}

.section-content::before {
    content: 'İçerik buraya eklenecek';
    color: #999;
    font-style: italic;
    font-size: 18px;
}

/* Responsive Design for Page Content */
@media (max-width: 768px) {
    .page-content-section {
        padding: 60px 0;
    }
    
    .content-section {
        margin-bottom: 60px;
    }
    
    .content-section .section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .section-content {
        min-height: 150px;
        padding: 20px;
    }
    
    .section-content::before {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Customer Testimonials Section
--------------------------------------------------------------*/
.customer-testimonials-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.testimonials-slider-wrapper {
    position: relative;
    margin-top: 25px;
}

.testimonials-main-swiper {
    overflow: hidden;
    padding: 0 0 40px 0;
}

.testimonial-slide-content {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 0;
    background-color: #f8f9fa;
    border-radius: 0;
    box-shadow: none;
    transition: transform 0.3s ease;
    width: 100%;
    min-height: 400px;
}

.testimonial-slide-content:hover {
    transform: translateY(-5px);
}

/* Service Info - Left */
.testimonial-service-info {
    flex: 0 0 350px;
    padding: 40px;
    background-color: #e31e25;
    color: #fff;
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-service-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.testimonial-service-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-service-category {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.testimonial-service-category i {
    font-size: 16px;
}

/* Image - Center */
.testimonial-image {
    flex: 0 0 550px;
    height: 400px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.testimonial-slide-content:hover .testimonial-image img {
    transform: scale(1.05);
}

/* Customer Review - Right */
.testimonial-customer-review {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 0 20px 20px 0;
}

.customer-info {
    margin-bottom: 15px;
}

.customer-name {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.customer-company {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.rating i {
    color: #ffa500;
    font-size: 16px;
}

.rating-score {
    font-weight: 700;
    color: #333;
    margin-left: 10px;
    font-size: 16px;
}

.customer-quote {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    font-style: italic;
    position: relative;
    padding: 20px 0;
    margin: 0;
}

.customer-quote::before {
    content: '"';
    font-size: 40px;
    color: #e31e25;
    position: absolute;
    top: -5px;
    left: -10px;
    font-family: serif;
}

.customer-quote::after {
    content: '"';
    font-size: 40px;
    color: #e31e25;
    position: absolute;
    bottom: -25px;
    right: -5px;
    font-family: serif;
}

/* Navigation */
.testimonials-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.testimonials-prev,
.testimonials-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e31e25;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 18px;
}

.testimonials-prev:hover,
.testimonials-next:hover {
    background-color: #c41e3a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 30, 37, 0.3);
}

/* Pagination */
.testimonials-pagination {
    text-align: center;
    margin-top: 20px;
}

.testimonials-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    opacity: 1;
    margin: 0 5px;
}

.testimonials-pagination .swiper-pagination-bullet-active {
    background-color: #e31e25;
}

/* Responsive Design for Testimonials */
@media (max-width: 992px) {
    .testimonial-slide-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 30px 20px;
    }
    
    .testimonial-service-info {
        padding: 30px;
        border-radius: 15px;
        flex: none;
    }
    
    .testimonial-customer-review {
        padding: 0;
        flex: none;
    }
    
    .testimonial-image {
        flex: none;
        width: 380px;
        height: 280px;
        margin: 0 auto;
        border-radius: 15px;
    }
    
    .service-title {
        font-size: 24px;
    }
    
    .customer-name {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .customer-testimonials-section {
        padding: 60px 0;
    }
    
    .testimonial-slide-content {
        padding: 25px 15px;
        gap: 25px;
    }
    
    .testimonial-service-info {
        padding: 25px;
        border-radius: 15px;
    }
    
    .testimonial-image {
        width: 320px;
        height: 240px;
        border-radius: 15px;
    }
    
    .service-title {
        font-size: 22px;
    }
    
    .customer-name {
        font-size: 18px;
    }
    
    .customer-quote {
        font-size: 15px;
    }
    
    .testimonials-navigation {
        gap: 15px;
    }
    
    .testimonials-prev,
    .testimonials-next {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}
