/* ----------------------------------

Template Name: Tekni - IT Solutions & Services Template
Author: validtheme
Description:
Version: 1.2

Main Font    : Outfit
Main Color   : #DF0A0A

-------------------------------------

[Typography]

Body copy:    15px 'Outfit', sans-serif
Header:     36px 'Outfit', sans-serif
Input, textarea:  16px 'Outfit', sans-serif
Sidebar heading:  20px 'Outfit', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
    02. Preloader
    03. Topbar
	    - Topbar Style One
        - Topbar Style Two
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Banner Fade
        - Banner Slide
        - Banner Zoom
    06. About Us
	    - About Style One
        - About Style Two
    07. Services
        - Tab Version
        - Grid Version
        - Services Single
    08. Features
    09. Work Process
    10. Why Choose Us
    11. Fun Factor
    12. Pricing Table
    12. Partner World Wide
    13. Team
        - Grid Version
        - Carousel Version
        - Team Details
    14. Testimonials
		- Single Slider
        - Center Slider
    15. Projects
		- Grid Version
        - Carousel Version
        - Project Details
    16. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    17. Request Call Back
    18. FAQ
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/

/*
** Write you custom css below
*/

/* Custom Styles for Xelyx Website */

/* Hero Section Layout Fix */
.hero-content {
    padding-top: 20px;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #2c3e50;
}

.subtitle {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #34495e;
}

.highlight {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 25px;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #555;
}

/* Responsive Hero Text */
@media (max-width: 768px) {
    .main-title {
        font-size: 2.5rem;
    }
    
    .subtitle {
        font-size: 2rem;
    }
    
    .highlight {
        font-size: 2.2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
}

/* Contact Form Styling */
.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

.contact-form select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Custom Button Styling */
.btn-theme {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-theme:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,123,255,0.3);
}

/* Specialization Cards Enhancement */
.services-style-five .item {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.services-style-five .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: #007bff;
}

.services-style-five .item ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f8f9fa;
}

.services-style-five .item ul li:last-child {
    border-bottom: none;
}

/* Process Section Enhancement */
.process-style-three {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.process-style-three:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Navigation Enhancement */
.navbar-brand h2 {
    font-weight: 800;
    letter-spacing: 2px;
}

.navbar-nav li a {
    font-weight: 500;
    transition: all 0.3s ease;
}

.navbar-nav li a:hover {
    color: #007bff !important;
}

/* Footer Enhancement */
.footer-item h2 {
    font-weight: 800;
    letter-spacing: 2px;
}

.footer-social li a {
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.footer-social li a:hover {
    background: #007bff;
    transform: translateY(-3px);
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .contact-form {
        padding: 25px;
    }
    
    .services-style-five .item {
        margin-bottom: 30px;
    }
}

/* Animation Enhancements */
.services-style-five.hover-active-item.active .item {
    border-color: #007bff;
    box-shadow: 0 15px 35px rgba(0,123,255,0.2);
}

/* Custom Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Section Spacing */
.default-padding {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .default-padding {
        padding: 60px 0;
    }
}

/* Message Alerts */
.message-alert {
    margin-bottom: 20px;
    border-radius: 8px;
    border: none;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

/* Specialization Cards Pricing Highlight */
.services-style-five .item ul li strong {
    color: #007bff;
    font-weight: 600;
}

/* Process Arrow Enhancement */
.process-arrow img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

/* Why Choose Us Section Enhancement */
.choose-us-style-three-info .fun-fact .counter {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    color: white;
}

.choose-us-style-three-info .fun-fact .timer {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

.choose-us-style-three-info .fun-fact .operator {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 5px;
}

.choose-us-style-three-info .fun-fact .medium {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 10px;
    display: block;
}

/* Progress Bar Enhancement */
.progress-box .progress {
    height: 8px;
    border-radius: 4px;
    background-color: #e9ecef;
    overflow: hidden;
}

.progress-box .progress-bar {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 4px;
    transition: width 2s ease-in-out;
}

/* Button Enhancements */
.btn-border-dark {
    border: 2px solid #2c3e50;
    color: #2c3e50;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-border-dark:hover {
    background: #2c3e50;
    color: white;
    transform: translateY(-2px);
}

/* Navigation Active State */
.navbar-nav li a.active {
    color: #007bff !important;
    font-weight: 600;
}

/* Smooth Transitions */
* {
    transition: all 0.3s ease;
}

/* Custom Focus States */
.form-control:focus,
.btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

/* Mobile Menu Enhancement */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(0,0,0,0.95);
        border-radius: 10px;
        margin-top: 10px;
        padding: 20px;
    }
    
    .navbar-nav li a {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .navbar-nav li:last-child a {
        border-bottom: none;
    }
}
