/*
Theme Name: IT Marketing Agency
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A modern WordPress theme for IT marketing agencies with pages for Home, About, Portfolio, Services, Blog, and Contact. Features include unlimited portfolio items with categories, dynamic team members, newsletter subscription, and responsive design.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: it-marketing-agency
Tags: marketing, business, portfolio, blog, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Service Page Styles */
.service-hero-section {
    background: linear-gradient(135deg, #4a90e2 0%, #2c3e50 100%);
    color: #fff;
    padding: 150px 0 120px;
    position: relative;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.service-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSgzMCkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
    opacity: 0.3;
    z-index: 0;
}

.service-shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.service-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.service-shape-divider-top .shape-fill {
    fill: #ffffff;
}

.service-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.service-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.service-subtitle::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #ffd700;
    transition: all 0.3s ease;
}

.service-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 auto 25px;
    max-width: 900px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.service-title::before,
.service-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}

.service-title::before {
    left: -40px;
}

.service-title::after {
    right: -40px;
}

.service-title span {
    color: #ffd700;
}

.service-description {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 auto 30px;
    max-width: 700px;
    position: relative;
    padding: 0 20px;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Scroll Down Button */
.scroll-down {
    display: inline-block;
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.scroll-down::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.scroll-down:hover {
    color: #ffd700;
}

.scroll-down:hover::after {
    background: #ffd700;
}

.scroll-down i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.scroll-down:hover i {
    transform: translateY(5px);
}

/* Services Grid */
.services-grid-section {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 45px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(53, 122, 189, 0.2);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover .service-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.service-card:hover h3,
.service-card:hover p,
.service-card:hover .service-link {
    color: #fff;
}

.service-card.featured {
    position: relative;
    border: none;
    overflow: visible;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
}

.service-card.featured::after {
    content: 'Popular';
    position: absolute;
    top: -12px;
    right: 20px;
    background: #ffd700;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: rgba(74, 144, 226, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: #4a90e2;
    transition: all 0.3s ease;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
    transition: all 0.3s ease;
}

.service-card p {
    color: #666;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.service-link {
    color: #4a90e2;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
}

.service-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.service-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.service-link i {
    margin-left: 8px;
    transition: all 0.3s ease;
}

.service-link:hover i {
    transform: translateX(5px);
}

/* CTA Section */
.service-cta {
    background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
    color: #fff;
    text-align: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.service-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSgzMCkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
    opacity: 0.3;
    z-index: 0;
}

.service-cta .container {
    position: relative;
    z-index: 1;
}

.service-cta h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service-cta p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.8;
}

.service-cta .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffd700;
    color: #1a1a1a;
    border: 2px solid #ffd700;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.3);
}

.service-cta .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-cta .btn-primary:hover {
    color: #1a1a1a;
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.service-cta .btn-primary:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.service-cta .btn-primary i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.service-cta .btn-primary:hover i {
    transform: translateX(5px);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .service-hero-section {
        padding: 100px 0 80px;
    }
    
    .service-title {
        font-size: 36px;
    }
    
    .service-description {
        font-size: 16px;
    }
    
    .services-grid-section {
        padding: 80px 0;
    }
}

@media (max-width: 576px) {
    .service-title {
        font-size: 30px;
    }
    
    .service-subtitle {
        font-size: 16px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .service-card {
        padding: 30px 20px;
    }
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

@media (min-width: 1025px) {
    body.menu-open {
        overflow: auto;
    }
}

/* Header Top Bar - Beautiful Design */
.top-bar {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 50%, #4a90e2 100%);
    color: #fff;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 2px solid rgba(53, 122, 189, 0.3);
    box-shadow: 0 2px 10px rgba(53, 122, 189, 0.15);
    position: relative;
}

.top-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #764ba2 50%, transparent 100%);
    opacity: 0.6;
}

.top-bar-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    flex-wrap: wrap;
    gap: 12px;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.top-bar-contact-link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    padding: 3px 0;
    position: relative;
    font-weight: 500;
    font-size: 13px;
}

.top-bar-contact-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
    transition: width 0.3s ease;
}

.top-bar-contact-link:hover {
    color: #fff;
    transform: translateY(-1px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.top-bar-contact-link:hover::after {
    width: 100%;
}

.top-bar-contact-link i {
    font-size: 13px;
    color: #fff;
    transition: transform 0.3s ease;
    opacity: 0.9;
}

.top-bar-contact-link:hover i {
    transform: scale(1.2) rotate(5deg);
    opacity: 1;
    color: #fff;
}

.top-bar-left span {
    font-weight: 400;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.follow-text {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 12px;
    text-transform: uppercase;
}

.social-links {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-links li {
    margin: 0;
    padding: 0;
}

.social-links a {
    color: #fff;
    font-size: 13px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-links a:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(53, 122, 189, 0.4);
    border-color: transparent;
}

.social-links a:active {
    transform: translateY(-1px) scale(1.05);
}

/* Main Header - Beautiful Design */
.main-header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(253, 248, 252, 0.98) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(53, 122, 189, 0.12);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(53, 122, 189, 0.2);
}

.main-header.scrolled {
    box-shadow: 0 8px 30px rgba(53, 122, 189, 0.18);
    background: rgba(255, 255, 255, 0.99);
    border-bottom: 2px solid rgba(53, 122, 189, 0.3);
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    gap: 30px;
}

.site-logo {
    flex-shrink: 0;
    z-index: 10;
}

.site-logo img,
.site-logo .custom-logo {
    max-height: 50px;
    width: auto;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.site-logo .custom-logo-link {
    display: inline-block;
    line-height: 0;
}

.site-logo:hover img,
.site-logo:hover .custom-logo {
    transform: scale(1.05);
}

.site-logo .site-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Beautiful Navigation */
.main-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 5px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation > ul > li > a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 18px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.main-navigation > ul > li > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(53, 122, 189, 0.1) 0%, rgba(53, 122, 189, 0.05) 100%);
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.main-navigation > ul > li > a:hover::before,
.main-navigation .current-menu-item > a::before {
    opacity: 1;
}

.main-navigation > ul > li > a:hover,
.main-navigation .current-menu-item > a {
    color: #357abd;
    transform: translateY(-2px);
}

.main-navigation > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 40%;
    height: 3px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-navigation > ul > li > a:hover::after,
.main-navigation .current-menu-item > a::after {
    transform: translateX(-50%) scaleX(1);
    width: 60%;
}

/* Beautiful Dropdown Menu Icon - Hide underline for items with children */
.main-navigation .menu-item-has-children > a {
    padding-right: 32px;
}

.main-navigation .menu-item-has-children > a::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    z-index: 2;
}

.main-navigation .menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(180deg);
}

.main-navigation .menu-item-has-children > a:hover::after,
.main-navigation .menu-item-has-children.current-menu-item > a::after {
    transform: translateY(-50%) rotate(180deg);
}

.main-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(53, 122, 189, 0.2);
    border: 1px solid rgba(53, 122, 189, 0.15);
    min-width: 220px;
    padding: 15px 0 12px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s;
    z-index: 999;
    pointer-events: none;
    list-style: none;
}

/* Keep submenu visible when hovering over parent or submenu */
.main-navigation .menu-item-has-children:hover .sub-menu,
.main-navigation .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.main-navigation .sub-menu::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    z-index: 1;
}

.main-navigation .sub-menu li {
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation .sub-menu a {
    display: block;
    padding: 12px 24px;
    color: #2c3e50;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.main-navigation .sub-menu a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(53, 122, 189, 0.1) 0%, transparent 100%);
    transition: width 0.3s ease;
}

.main-navigation .sub-menu a:hover::before {
    width: 4px;
}

.main-navigation .sub-menu a:hover {
    background-color: rgba(53, 122, 189, 0.05);
    color: #357abd;
    padding-left: 32px;
}

/* Beautiful Get Started Button */
.get-started-btn {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    color: #fff !important;
    padding: 10px 26px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(53, 122, 189, 0.3);
    border: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.get-started-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.get-started-btn:hover::before {
    width: 300px;
    height: 300px;
}

.get-started-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(53, 122, 189, 0.4);
    color: #fff !important;
}

.get-started-btn:active {
    transform: translateY(-1px) scale(1.02);
}

.get-started-btn::after {
    display: none;
}

/* Mobile Menu Toggle - Removed */

/* Content Area - Responsive */
.site-content {
    min-height: calc(100vh - 300px);
    padding: 0;
    margin-top: 0;
}

/* Site Main - Page Layout */
.site-main {
    padding: 40px 0;
}

.site-main article {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .site-content {
        padding: 0;
    }
    
    .site-main {
        padding: 30px 0;
    }
    
    .site-main article {
        padding: 25px 20px;
        border-radius: 8px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .site-content {
        padding: 0;
    }
    
    .site-main {
        padding: 20px 0;
    }
    
    .site-main article {
        padding: 20px 15px;
    }
}

/* Footer - Beautiful Design with Brand Colors */
.site-footer {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 25%, #667eea 50%, #764ba2 75%, #4a90e2 100%);
    color: #fff;
    padding: 40px 0 15px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .footer-widgets {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 35px 0 15px;
        margin-top: 60px;
    }
    
    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .footer-widget h3 {
        margin-bottom: 10px;
        font-size: 17px;
        padding-bottom: 8px;
    }
    
    .footer-widget img,
    .footer-logo-image {
        max-height: 65px;
        padding: 10px;
        margin-bottom: 12px;
    }
    
    .footer-widget:first-child p {
        margin-bottom: 12px;
        font-size: 12px;
    }
    
    .footer-widget ul li {
        margin-bottom: 5px;
    }
    
    .footer-bottom {
        padding-top: 12px;
    }
    
    .footer-bottom-content {
        gap: 15px;
    }
}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 100%);
    border-radius: 2px;
}

.footer-widget img,
.footer-logo-image {
    display: block;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    max-height: 70px;
    width: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.footer-widget img:hover,
.footer-logo-image:hover {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(118, 75, 162, 0.4);
}

.footer-widget:first-child {
    display: flex;
    flex-direction: column;
}

/* Newsletter Form Styles */
.newsletter-form {
    margin-top: 20px;
}

.newsletter-input-wrapper {
    position: relative;
    display: flex;
    gap: 0;
    border-radius: 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.newsletter-input-wrapper:focus-within {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.newsletter-email-input {
    flex: 1;
    padding: 14px 20px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
    width: 100%;
}

.newsletter-email-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.newsletter-email-input:-webkit-autofill,
.newsletter-email-input:-webkit-autofill:hover,
.newsletter-email-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.1) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.newsletter-submit-btn {
    padding: 14px 25px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-submit-btn:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 100%);
    transform: scale(1.05);
}

.newsletter-submit-btn:active {
    transform: scale(0.98);
}

.newsletter-submit-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.newsletter-submit-btn:hover i {
    transform: translateX(3px);
}

.newsletter-btn-text {
    display: none;
}

.newsletter-message {
    margin-top: 12px;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    display: none;
    transition: all 0.3s ease;
}

.newsletter-message.show {
    display: block;
}

.newsletter-message.success {
    background: rgba(76, 175, 80, 0.2);
    color: #fff;
    border: 1px solid rgba(76, 175, 80, 0.5);
}

.newsletter-message.error {
    background: rgba(244, 67, 54, 0.2);
    color: #fff;
    border: 1px solid rgba(244, 67, 54, 0.5);
}

@media (min-width: 481px) {
    .newsletter-btn-text {
        display: inline;
    }
    
    .newsletter-submit-btn {
        padding: 14px 30px;
    }
}

.footer-widget:first-child p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 12px;
    font-size: 13px;
    margin-top: 0;
}

.footer-widget p,
.footer-widget ul {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.footer-widget ul {
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 6px;
}

.footer-widget ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 3px 0;
    position: relative;
    font-size: 14px;
}

.footer-widget ul li a i {
    color: #764ba2;
    transition: transform 0.3s ease;
}

.footer-widget ul li a:hover {
    color: #fff;
    padding-left: 8px;
    transform: translateX(5px);
}

.footer-widget ul li a:hover i {
    transform: translateX(3px);
    color: #fff;
}

.footer-widget .social-links {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0;
}

.footer-widget .social-links li {
    margin: 0;
    padding: 0;
}

.footer-widget .social-links a {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: visible;
    transform-origin: center center;
    margin: 0 auto;
}

.footer-widget .social-links a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.footer-widget .social-links a:hover::before {
    width: 100%;
    height: 100%;
}

.footer-widget .social-links a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
}

.footer-widget .social-links a:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 25px rgba(118, 75, 162, 0.5);
    transform: translateY(-5px) scale(1.15);
}

.footer-widget .social-links a:hover i {
    transform: translate(-50%, -50%) scale(1.2);
}

.footer-widget .social-links a:active {
    transform: translateY(-2px) scale(1.1);
}

.footer-bottom {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    position: relative;
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-logo-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.footer-logo-link:hover {
    transform: scale(1.05);
}

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

.footer-bottom-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.6;
    max-width: 300px;
}

.footer-bottom-text p {
    margin: 0;
}

.footer-bottom-center {
    flex: 1;
    text-align: center;
}

.footer-copyright {
    min-width: 200px;
}

.footer-copyright p {
    margin: 0;
}

.footer-bottom-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.footer-bottom-social-links {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-bottom-social-links li {
    margin: 0;
    padding: 0;
}

.footer-bottom-social-links a {
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom-social-links a:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 20px rgba(118, 75, 162, 0.5);
    border-color: rgba(255, 255, 255, 0.4);
}

.footer-bottom-social-links a:active {
    transform: translateY(-1px) scale(1.05);
}

.footer-credit {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.theme-credit-text {
    color: rgba(255, 255, 255, 0.7);
}

.theme-credit-text-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.theme-credit-text-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, #764ba2 0%, #fff 50%, #764ba2 100%);
    transition: transform 0.3s ease;
}

.theme-credit-text-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.theme-credit-text-link:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.theme-credit-logo {
    display: inline-block;
    transition: transform 0.3s ease;
}

.theme-credit-logo:hover {
    transform: scale(1.1);
}

.credit-logo-img {
    max-height: 30px;
    width: auto;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 50px 0 20px;
        margin-top: 60px;
    }
    
    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .footer-bottom-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        gap: 15px;
    }
    
    .footer-bottom-text {
        max-width: 100%;
    }
    
    .footer-bottom-center {
        width: 100%;
    }
    
    .footer-copyright {
        width: 100%;
    }
    
    .footer-bottom-right {
        align-items: center;
        width: 100%;
    }
    
    .footer-credit {
        justify-content: center;
        width: 100%;
    }
    
    .footer-bottom-social-links {
        justify-content: center;
    }
}

/* Beautiful Mobile Menu */
body.menu-open {
    overflow: hidden;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    max-height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 80px 20px 20px;
    z-index: 1000;
    overflow-y: visible;
    overflow-x: hidden;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s, opacity 0.4s;
    max-width: 100%;
    justify-content: flex-start;
    align-items: stretch;
}

.mobile-menu.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.mobile-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(135deg, rgba(53, 122, 189, 0.1) 0%, transparent 100%);
}

.mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.mobile-menu #mobile-primary-menu {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-menu.active #mobile-primary-menu {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mobile-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(53, 122, 189, 0.1);
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu #mobile-primary-menu > li {
    width: 100%;
    display: block !important;
    visibility: visible;
    opacity: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu.active #mobile-primary-menu > li {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mobile-menu.active #mobile-primary-menu > li > a {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mobile-menu > ul > li > a,
.mobile-menu #mobile-primary-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mobile-menu > ul > li > a::before,
.mobile-menu #mobile-primary-menu > li > a::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu > ul > li > a:hover,
.mobile-menu > ul > li.current-menu-item > a,
.mobile-menu #mobile-primary-menu > li > a:hover,
.mobile-menu #mobile-primary-menu > li.current-menu-item > a {
    color: #357abd;
    padding-left: 15px;
}

.mobile-menu > ul > li > a:hover::before,
.mobile-menu > ul > li.current-menu-item > a::before,
.mobile-menu #mobile-primary-menu > li > a:hover::before,
.mobile-menu #mobile-primary-menu > li.current-menu-item > a::before {
    opacity: 1;
}

.mobile-menu .menu-item-has-children > a::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.mobile-menu .menu-item-has-children.active > a::after {
    transform: rotate(180deg);
}

.mobile-menu .sub-menu {
    position: static;
    display: none;
    background: rgba(53, 122, 189, 0.05);
    box-shadow: none;
    margin: 0;
    padding: 0 0 0 20px;
    border-radius: 0;
    opacity: 1;
    transform: none;
    border: none;
    border-left: 3px solid #357abd;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.mobile-menu .sub-menu::before {
    display: none;
}

.mobile-menu .sub-menu.active {
    display: block;
    max-height: 500px;
    padding: 10px 0 10px 20px;
}

.mobile-menu .sub-menu li {
    border-bottom: 1px solid rgba(53, 122, 189, 0.1);
}

.mobile-menu .sub-menu a {
    padding: 12px 0;
    font-size: 14px;
    color: #555;
}

.mobile-menu .sub-menu a:hover {
    padding-left: 10px;
    background: transparent;
}

.mobile-menu .get-started-btn {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14px;
}

/* Mobile Menu Toggle Button */
.menu-toggle {
    display: none;
    background: none;
    border: 2px solid #357abd;
    border-radius: 8px;
    cursor: pointer;
    color: #357abd;
    padding: 8px 12px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1001;
    width: 45px;
    height: 45px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.menu-toggle-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 24px;
    height: 18px;
    position: relative;
}

.menu-toggle-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #357abd;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-toggle:hover {
    background-color: #357abd;
    transform: scale(1.05);
}

.menu-toggle:hover .menu-toggle-icon span {
    background-color: #fff;
}

.menu-toggle.active {
    background-color: #357abd;
    border-color: #4a90e2;
}

.menu-toggle.active .menu-toggle-icon span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active .menu-toggle-icon span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .menu-toggle-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.menu-toggle.active .menu-toggle-icon span {
    background-color: #fff;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .header-content {
        padding: 10px 20px;
    }
    
    .main-navigation {
        display: none;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .get-started-btn {
        padding: 10px 22px;
        font-size: 13px;
        display: none;
    }
    
    .main-header {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .top-bar {
        padding: 8px 0;
    }
    
    .top-bar-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 0 15px;
    }
    
    .top-bar-left {
        flex-direction: row;
        gap: 20px;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .top-bar-contact-link {
        justify-content: center;
        font-size: 13px;
    }
    
    .top-bar-right {
        flex-direction: row;
        gap: 12px;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .follow-text {
        font-size: 12px;
    }
    
    .social-links a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .header-content {
        padding: 10px 20px;
        gap: 15px;
    }
    
    .site-logo img {
        max-height: 45px;
    }
    
    .site-logo .site-title {
        font-size: 20px;
    }
    
    .main-navigation {
        display: none !important;
    }
    
    .menu-toggle {
        display: flex !important;
    }
    
    .get-started-btn {
        padding: 8px 18px;
        font-size: 13px;
        display: none;
    }
    
    .mobile-menu {
        padding: 70px 15px 15px;
        overflow-y: visible;
        height: 100vh;
        max-height: 100vh;
    }
    
    .mobile-menu > ul > li > a,
    .mobile-menu #mobile-primary-menu > li > a {
        padding: 12px 0;
        font-size: 14px;
    }
    
    .mobile-menu .sub-menu a {
        padding: 10px 0;
        font-size: 13px;
    }
    
    .mobile-menu .get-started-btn {
        margin-top: 15px;
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .site-content {
        padding: 0;
    }
    
    /* Archive/Blog Grid Responsive */
    .posts-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    /* Entry Content Responsive */
    .entry-title {
        font-size: 24px;
    }
    
    .entry-meta {
        font-size: 13px;
        gap: 15px;
    }
    
    /* Pagination Responsive */
    .pagination {
        gap: 8px;
    }
    
    .pagination a,
    .pagination span {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .top-bar {
        font-size: 11px;
        padding: 6px 0;
    }
    
    .top-bar-contact-link span {
        display: none;
    }
    
    .top-bar-contact-link i {
        font-size: 14px;
        margin: 0;
    }
    
    .top-bar-left {
        gap: 15px;
    }
    
    .top-bar-right {
        gap: 8px;
    }
    
    .social-links {
        gap: 8px;
    }
    
    .social-links a {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    
    .header-content {
        padding: 10px 15px;
    }
    
    .site-logo img {
        max-height: 40px;
    }
    
    .site-logo .site-title {
        font-size: 18px;
    }
    
    .get-started-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
    
    .mobile-menu {
        padding: 65px 15px 15px;
        overflow-y: visible;
        height: 100vh;
        max-height: 100vh;
    }
    
    .mobile-menu > ul > li > a,
    .mobile-menu #mobile-primary-menu > li > a {
        padding: 10px 0;
        font-size: 13px;
    }
    
    .mobile-menu .sub-menu a {
        padding: 8px 0;
        font-size: 12px;
    }
    
    .mobile-menu .get-started-btn {
        margin-top: 12px;
        padding: 10px 18px;
        font-size: 12px;
    }
    
    .entry-title {
        font-size: 20px;
    }
    
    .footer-content {
        padding: 0 15px;
    }
    
    .footer-widgets {
        gap: 25px;
    }
    
    .footer-widget h3 {
        font-size: 18px;
    }
}

/* Search Form */
.search-form {
    display: flex;
    max-width: 400px;
    margin: 20px auto;
    gap: 10px;
}

.search-form label {
    flex: 1;
}

.search-form .search-field {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.search-form .search-field:focus {
    outline: none;
    border-color: #357abd;
}

.search-form .search-submit {
    padding: 12px 25px;
    background-color: #357abd;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form .search-submit:hover {
    background-color: #4a90e2;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Blog/Archive Styles */
.entry-meta {
    color: #999;
    font-size: 14px;
    margin-bottom: 25px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.entry-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
}

.entry-meta i {
    color: #357abd;
    font-size: 13px;
}

@media (max-width: 768px) {
    .entry-meta {
        font-size: 13px;
        gap: 15px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .entry-meta {
        flex-direction: column;
        gap: 10px;
        font-size: 12px;
    }
}

.post-thumbnail {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    transition: transform 0.3s ease;
}

.post-thumbnail:hover img {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .post-thumbnail {
        margin-bottom: 20px;
        border-radius: 8px;
    }
    
    .post-thumbnail img {
        border-radius: 8px;
    }
}

.entry-title {
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
    line-height: 1.3;
}

.entry-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.entry-title a:hover {
    color: #357abd;
}

.site-main .entry-title {
    font-size: 36px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .entry-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .site-main .entry-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .entry-title {
        font-size: 22px;
    }
    
    .site-main .entry-title {
        font-size: 24px;
    }
}

.entry-content {
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 700;
}

.entry-content h1 { font-size: 32px; }
.entry-content h2 { font-size: 28px; }
.entry-content h3 { font-size: 24px; }
.entry-content h4 { font-size: 20px; }
.entry-content h5 { font-size: 18px; }
.entry-content h6 { font-size: 16px; }

.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.entry-content li {
    margin-bottom: 10px;
}

.entry-content a {
    color: #357abd;
    text-decoration: none;
    border-bottom: 1px solid rgba(53, 122, 189, 0.3);
    transition: all 0.3s ease;
}

.entry-content a:hover {
    color: #4a90e2;
    border-bottom-color: #4a90e2;
}

.entry-content blockquote {
    border-left: 4px solid #357abd;
    padding-left: 20px;
    margin: 25px 0;
    font-style: italic;
    color: #666;
    background: rgba(53, 122, 189, 0.05);
    padding: 20px 20px 20px 24px;
    border-radius: 8px;
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    overflow-x: auto;
    display: block;
}

.entry-content table thead {
    background: #357abd;
    color: #fff;
}

.entry-content table th,
.entry-content table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.entry-content table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.entry-content table tbody tr:hover {
    background: rgba(53, 122, 189, 0.05);
}

.entry-content iframe,
.entry-content video {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.entry-content code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #e83e8c;
}

.entry-content pre {
    background: #2d2d2d;
    color: #f8f8f2;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 20px 0;
}

.entry-content pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

.page-links {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.page-links a {
    display: inline-block;
    margin-right: 10px;
    padding: 8px 15px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-links a:hover {
    background: #357abd;
    color: #fff;
}

@media (max-width: 768px) {
    .entry-content table {
        font-size: 14px;
    }
    
    .entry-content table th,
    .entry-content table td {
        padding: 8px 10px;
    }
    
    .entry-content pre {
        padding: 15px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .entry-content {
        font-size: 15px;
    }
    
    .entry-content h1 { font-size: 26px; }
    .entry-content h2 { font-size: 22px; }
    .entry-content h3 { font-size: 20px; }
    .entry-content h4 { font-size: 18px; }
    .entry-content h5 { font-size: 16px; }
    .entry-content h6 { font-size: 15px; }
    
    .entry-content ul,
    .entry-content ol {
        padding-left: 25px;
    }
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 50px 0 30px;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    padding: 12px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    min-width: 44px;
    text-align: center;
}

.pagination a:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    color: #fff;
    border-color: #357abd;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(53, 122, 189, 0.3);
}

.pagination .current {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    color: #fff;
    border-color: #357abd;
    box-shadow: 0 4px 12px rgba(53, 122, 189, 0.3);
}

@media (max-width: 768px) {
    .pagination {
        margin: 40px 0 20px;
        gap: 8px;
    }
    
    .pagination a,
    .pagination span {
        padding: 10px 14px;
        font-size: 14px;
        min-width: 40px;
    }
}

@media (max-width: 480px) {
    .pagination {
        gap: 5px;
    }
    
    .pagination a,
    .pagination span {
        padding: 8px 12px;
        font-size: 13px;
        min-width: 36px;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 33%, #357abd 66%, #4a90e2 100%);
    padding: 0;
    margin-top: 0;
    overflow: hidden;
}

.hero-section .container {
    padding: 100px 20px 150px;
}

.hero-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    z-index: 1;
}


.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 3;
}

.hero-column {
    position: relative;
}

.hero-text-column {
    color: #fff;
}

.hero-widget {
    margin-bottom: 25px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero-description {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.95);
}

.hero-button {
    display: inline-block;
    background: #fff;
    color: #764ba2;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.hero-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.hero-button:hover::before {
    width: 300px;
    height: 300px;
}

.hero-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    background: #f8f9fa;
}

.hero-image-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    animation: float 6s ease-in-out infinite;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: block;
}

.hero-image-placeholder {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.hero-image-placeholder svg {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.animated-fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    animation: fadeInLeft 1s ease-out forwards;
}

.animated-fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    animation: fadeInRight 1s ease-out forwards;
}

@keyframes fadeInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

.hero-widget:nth-child(1) {
    animation-delay: 0.2s;
}

.hero-widget:nth-child(2) {
    animation-delay: 0.4s;
}

.hero-widget:nth-child(3) {
    animation-delay: 0.6s;
}

/* Hero Section Responsive */
@media (max-width: 1024px) {
    .hero-content {
        gap: 40px;
    }
    
    .hero-title {
        font-size: 40px;
    }
    
    .hero-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 0;
    }
    
    .hero-section .container {
        padding: 80px 20px 120px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .hero-description {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .hero-button {
        padding: 14px 35px;
        font-size: 15px;
    }
    
    .hero-image-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 0;
    }
    
    .hero-section .container {
        padding: 60px 15px 100px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .hero-button {
        padding: 12px 30px;
        font-size: 14px;
    }
}

/* Trusted Companies Section */
.trusted-companies-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.trusted-companies-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #764ba2 50%, transparent 100%);
}

.trusted-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.trusted-text-column {
    display: flex;
    align-items: center;
}

.trusted-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin: 0;
    background: linear-gradient(135deg, #2c3e50 0%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.trusted-title span {
    color: #357abd;
    -webkit-text-fill-color: #357abd;
}

.trusted-logos-column {
    overflow: hidden;
    width: 100%;
}

.client-logos-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding: 20px 0;
    margin: -20px 0;
}

.client-logos-slider {
    display: flex !important;
    align-items: center;
    gap: 30px;
    animation: slideLogos 30s linear infinite;
    width: max-content !important;
    will-change: transform;
    flex-wrap: nowrap !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    flex-direction: row !important;
}

.client-logos-slider[aria-hidden="true"] {
    display: none !important;
}

.client-logo-item {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    padding: 10px 0;
    margin: -10px 0;
}

.client-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(53, 122, 189, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100px;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    width: 100%;
    flex-shrink: 0;
    white-space: normal;
}

.client-logo-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(53, 122, 189, 0.1), transparent);
    transition: left 0.5s ease;
}

.client-logo-wrapper:hover::before {
    left: 100%;
}

.client-logo-wrapper:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 10px 30px rgba(53, 122, 189, 0.25);
    border-color: rgba(53, 122, 189, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
}

.client-logo-img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.client-logo-wrapper:hover .client-logo-img {
    filter: grayscale(0%);
    opacity: 1;
}

.client-logo-placeholder {
    width: 100%;
    height: 60px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

@keyframes slideLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 15px));
    }
}

/* Fade edges for smooth visual effect */
.client-logos-wrapper::before,
.client-logos-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.client-logos-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.client-logos-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}

@media (max-width: 768px) {
    .client-logos-wrapper::before,
    .client-logos-wrapper::after {
        width: 50px;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .trusted-content {
        gap: 40px;
    }
    
    .trusted-title {
        font-size: 32px;
    }
    
    .client-logo-item {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .trusted-companies-section {
        padding: 60px 0;
    }
    
    .trusted-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .trusted-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .client-logo-item {
        width: 140px;
    }
    
    .client-logo-wrapper {
        padding: 15px;
        height: 90px;
    }
    
    .client-logos-slider {
        gap: 20px;
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
    }
    
    .client-logo-item {
        flex-shrink: 0 !important;
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 480px) {
    .trusted-companies-section {
        padding: 50px 0;
    }
    
    .trusted-title {
        font-size: 24px;
    }
    
    .client-logo-item {
        width: 120px;
    }
    
    .client-logo-wrapper {
        padding: 12px;
        height: 80px;
    }
}

.animated-fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out forwards;
}

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

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f0f4f8 100%);
    position: relative;
    overflow: hidden;
}

.why-choose-us-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(53, 122, 189, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.why-choose-us-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.why-choose-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.why-choose-image-column {
    position: relative;
}

.why-choose-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 20px;
    transition: transform 0.3s ease;
}

.why-choose-image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.why-choose-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
    transition: transform 0.5s ease;
}

.why-choose-image-wrapper:hover .why-choose-img {
    transform: scale(1.05);
}

.why-choose-placeholder {
    width: 100%;
    background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
    border-radius: 15px;
    padding: 60px 40px;
    text-align: center;
}

.why-choose-placeholder svg {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.why-choose-text-column {
    color: #2c3e50;
}

.why-choose-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #357abd;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.why-choose-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 2px;
}

.why-choose-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 50px;
    color: #1a1a1a;
    background: linear-gradient(135deg, #2c3e50 0%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.why-choose-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.why-choose-feature {
    display: flex;
    gap: 25px;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

.why-choose-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    transform: scaleY(0);
    transition: transform 0.4s ease;
    transform-origin: bottom;
}

.why-choose-feature:hover::before {
    transform: scaleY(1);
    transform-origin: top;
}

.why-choose-feature:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(53, 122, 189, 0.2);
    border-left-color: #357abd;
}

.feature-icon-wrapper {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 15px;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 5px 20px rgba(53, 122, 189, 0.3);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.why-choose-feature:hover .feature-icon-wrapper {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 8px 30px rgba(53, 122, 189, 0.4);
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.why-choose-feature:hover .feature-title {
    color: #357abd;
}

.feature-description {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .why-choose-us-section {
        padding: 80px 0;
    }
    
    .why-choose-content {
        gap: 60px;
    }
    
    .why-choose-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .why-choose-features {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .why-choose-us-section {
        padding: 60px 0;
    }
    
    .why-choose-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .why-choose-title {
        font-size: 32px;
        margin-bottom: 35px;
        text-align: center;
    }
    
    .why-choose-subtitle {
        text-align: center;
        padding-left: 0;
        padding-top: 20px;
    }
    
    .why-choose-subtitle::before {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 3px;
        height: 15px;
    }
    
    .why-choose-feature {
        padding: 20px;
        gap: 20px;
    }
    
    .feature-icon-wrapper {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .feature-title {
        font-size: 20px;
    }
    
    .feature-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .why-choose-us-section {
        padding: 50px 0;
    }
    
    .why-choose-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .why-choose-features {
        gap: 20px;
    }
    
    .why-choose-feature {
        padding: 18px;
        gap: 15px;
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon-wrapper {
        width: 55px;
        height: 55px;
        font-size: 22px;
        margin: 0 auto;
    }
    
    .feature-title {
        font-size: 18px;
    }
    
    .feature-description {
        font-size: 13px;
    }
}

/* Utility Classes */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center {
    text-align: center;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

/* Services Section */
.services-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.services-shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.services-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.services-shape-divider-top .shape-fill {
    fill: #ffffff;
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.services-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #357abd;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.services-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 2px;
}

.services-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #1a1a1a;
    background: linear-gradient(135deg, #2c3e50 0%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

.service-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(53, 122, 189, 0.05) 0%, rgba(102, 126, 234, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.service-box:hover::before {
    opacity: 1;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(53, 122, 189, 0.2);
    border-color: rgba(53, 122, 189, 0.3);
}

.service-icon-wrapper {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 20px;
    color: #fff;
    font-size: 40px;
    box-shadow: 0 8px 25px rgba(53, 122, 189, 0.3);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.service-box:hover .service-icon-wrapper {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 12px 35px rgba(53, 122, 189, 0.4);
}

.service-content {
    position: relative;
    z-index: 1;
}

.service-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.service-box:hover .service-title {
    color: #357abd;
}

.service-description {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .services-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 80px 0;
    }
    
    .services-title {
        font-size: 32px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .service-box {
        padding: 35px 25px;
    }
    
    .service-icon-wrapper {
        width: 80px;
        height: 80px;
        font-size: 35px;
    }
    
    .service-title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .services-section {
        padding: 60px 0;
    }
    
    .services-shape-divider-top svg {
        height: 80px;
    }
    
    .services-title {
        font-size: 26px;
    }
    
    .service-box {
        padding: 30px 20px;
    }
    
    .service-icon-wrapper {
        width: 70px;
        height: 70px;
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .service-title {
        font-size: 20px;
    }
    
    .service-description {
        font-size: 14px;
    }
}

/* About Us Section */
.about-us-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f0f4f8 100%);
    position: relative;
    overflow: hidden;
}

.about-shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.about-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.about-shape-divider-top .shape-fill {
    fill: #ffffff;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.about-text-column {
    color: #2c3e50;
}

.about-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #357abd;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.about-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 2px;
}

.about-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
    background: linear-gradient(135deg, #2c3e50 0%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

.about-features-list {
    margin-bottom: 35px;
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding: 12px 0;
}

.about-feature-item .feature-icon {
    color: #357abd;
    font-size: 20px;
    flex-shrink: 0;
}

.about-feature-item .feature-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.about-button {
    display: inline-block;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(53, 122, 189, 0.3);
    position: relative;
    overflow: hidden;
}

.about-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(53, 122, 189, 0.4);
}

.about-image-column {
    position: relative;
}

.about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 20px;
    transition: transform 0.3s ease;
}

.about-image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.about-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
    transition: transform 0.5s ease;
}

.about-image-wrapper:hover .about-img {
    transform: scale(1.05);
}

.about-placeholder {
    width: 100%;
    background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
    border-radius: 15px;
    padding: 60px 40px;
    text-align: center;
}

.about-placeholder svg {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Who We Are Section */
.who-we-are-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.who-we-are-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
}

.who-we-are-text-column {
    color: #2c3e50;
}

.who-we-are-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #357abd;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.who-we-are-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 2px;
}

.who-we-are-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
    background: linear-gradient(135deg, #2c3e50 0%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.who-we-are-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

.who-we-are-boxes {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.who-we-are-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.who-we-are-box:hover {
    background: #f0f4f8;
    border-left-color: #357abd;
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(53, 122, 189, 0.1);
}

.who-we-are-box-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(53, 122, 189, 0.3);
    transition: all 0.3s ease;
}

.who-we-are-box:hover .who-we-are-box-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(53, 122, 189, 0.4);
}

.who-we-are-box-content {
    flex: 1;
}

.who-we-are-box-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.who-we-are-box-text {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.who-we-are-button {
    display: inline-block;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(53, 122, 189, 0.3);
    position: relative;
    overflow: hidden;
}

.who-we-are-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(53, 122, 189, 0.4);
}

.who-we-are-image-column {
    position: relative;
}

.who-we-are-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 20px;
    transition: transform 0.3s ease;
}

.who-we-are-image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.who-we-are-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
    transition: transform 0.5s ease;
}

.who-we-are-image-wrapper:hover .who-we-are-img {
    transform: scale(1.05);
}

.who-we-are-placeholder {
    width: 100%;
    background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
    border-radius: 15px;
    padding: 60px 40px;
    text-align: center;
}

.who-we-are-placeholder svg {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Why Choose Us About Section */
.why-choose-us-about-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 33%, #357abd 66%, #4a90e2 100%);
    position: relative;
    overflow: hidden;
}

.why-choose-us-shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.why-choose-us-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.why-choose-us-shape-divider-top .shape-fill {
    fill: #ffffff;
}

.why-choose-us-about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.why-choose-us-about-text-column {
    color: #ffffff;
}

.why-choose-us-about-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    opacity: 0.9;
}

.why-choose-us-about-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
}

.why-choose-us-about-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.why-choose-us-about-boxes {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.why-choose-us-about-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.why-choose-us-about-box:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.why-choose-us-about-box-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.why-choose-us-about-box:hover .why-choose-us-about-box-icon {
    transform: scale(1.1) rotate(5deg);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.why-choose-us-about-box-content {
    flex: 1;
}

.why-choose-us-about-box-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.why-choose-us-about-box-text {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.why-choose-us-about-image-column {
    position: relative;
}

.why-choose-us-about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    transition: transform 0.3s ease;
}

.why-choose-us-about-image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.why-choose-us-about-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
    transition: transform 0.5s ease;
}

.why-choose-us-about-image-wrapper:hover .why-choose-us-about-img {
    transform: scale(1.05);
}

.why-choose-us-about-placeholder {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 60px 40px;
    text-align: center;
}

.why-choose-us-about-placeholder svg {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Statistics About Section */
.statistics-about-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
}

.statistics-about-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}

.statistics-about-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.statistics-about-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #357abd;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.statistics-about-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 2px;
}

.statistics-about-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #1a1a1a;
    background: linear-gradient(135deg, #2c3e50 0%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.statistics-about-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

.statistic-about-box {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 20px;
    border: 2px solid #e9ecef;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.statistic-about-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(53, 122, 189, 0.1), transparent);
    transition: left 0.6s ease;
}

.statistic-about-box:hover::before {
    left: 100%;
}

.statistic-about-box:hover {
    transform: translateY(-10px);
    background: #ffffff;
    border-color: #357abd;
    box-shadow: 0 15px 40px rgba(53, 122, 189, 0.15);
}

.statistic-about-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 50%;
    color: #ffffff;
    font-size: 35px;
    box-shadow: 0 4px 15px rgba(53, 122, 189, 0.3);
    transition: all 0.4s ease;
}

.statistic-about-box:hover .statistic-about-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(53, 122, 189, 0.4);
}

.statistic-about-number {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1;
}

.statistic-about-number .number {
    display: inline-block;
}

.statistic-about-number .suffix {
    font-size: 36px;
    margin-left: 5px;
}

.statistic-about-title {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin: 0;
}

/* Statistics Section */
.statistics-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
}

.statistics-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: 1;
}

.statistics-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.statistics-content {
    position: relative;
    z-index: 3;
}

.statistics-header {
    text-align: center;
    margin-bottom: 70px;
}

.statistics-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.statistic-box {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.statistic-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.statistic-box:hover::before {
    left: 100%;
}

.statistic-box:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.statistic-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    transition: all 0.4s ease;
}

.statistic-box:hover .statistic-icon-wrapper {
    transform: rotate(360deg) scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}

.statistic-number {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.statistic-number .number {
    display: inline-block;
}

.statistic-number .suffix {
    font-size: 36px;
    margin-left: 5px;
}

.statistic-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-content {
        gap: 60px;
    }
    
    .about-title {
        font-size: 36px;
    }
    
    .who-we-are-content {
        gap: 60px;
    }
    
    .who-we-are-title {
        font-size: 36px;
    }
    
    .why-choose-us-about-content {
        gap: 60px;
    }
    
    .why-choose-us-about-title {
        font-size: 36px;
    }
    
    .statistics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .statistics-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .about-us-section {
        padding: 80px 0;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .about-title {
        font-size: 32px;
        text-align: center;
    }
    
    .about-subtitle {
        text-align: center;
        padding-left: 0;
        padding-top: 20px;
    }
    
    .about-subtitle::before {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 3px;
        height: 15px;
    }
    
    .about-description {
        text-align: center;
    }
    
    .about-features-list {
        text-align: left;
    }
    
    .about-button {
        display: block;
        text-align: center;
        width: fit-content;
        margin: 0 auto;
    }
    
    .who-we-are-section {
        padding: 80px 0;
    }
    
    .who-we-are-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .who-we-are-title {
        font-size: 32px;
        text-align: center;
    }
    
    .who-we-are-subtitle {
        text-align: center;
        padding-left: 0;
        padding-top: 20px;
    }
    
    .who-we-are-subtitle::before {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 3px;
        height: 15px;
    }
    
    .who-we-are-description {
        text-align: center;
    }
    
    .who-we-are-box {
        padding: 20px;
    }
    
    .who-we-are-box-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
        font-size: 22px;
    }
    
    .who-we-are-box-title {
        font-size: 21px;
    }
    
    .who-we-are-button {
        display: block;
        text-align: center;
        width: fit-content;
        margin: 0 auto;
    }
    
    .why-choose-us-about-section {
        padding: 80px 0;
    }
    
    .why-choose-us-about-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .why-choose-us-about-title {
        font-size: 32px;
        text-align: center;
    }
    
    .why-choose-us-about-subtitle {
        text-align: center;
        padding-left: 0;
        padding-top: 20px;
    }
    
    .why-choose-us-about-subtitle::before {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 3px;
        height: 15px;
    }
    
    .why-choose-us-about-box {
        padding: 20px;
    }
    
    .why-choose-us-about-box-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
        font-size: 22px;
    }
    
    .why-choose-us-about-box-title {
        font-size: 21px;
    }
    
    .statistics-about-section {
        padding: 80px 0;
    }
    
    .statistics-about-header {
        margin-bottom: 50px;
    }
    
    .statistics-about-title {
        font-size: 32px;
    }
    
    .statistics-about-subtitle {
        text-align: center;
        padding-left: 0;
        padding-top: 20px;
    }
    
    .statistics-about-subtitle::before {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 3px;
        height: 15px;
    }
    
    .statistics-about-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .statistic-about-box {
        padding: 30px 15px;
    }
    
    .statistic-about-icon-wrapper {
        width: 70px;
        height: 70px;
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .statistic-about-number {
        font-size: 40px;
    }
    
    .statistic-about-number .suffix {
        font-size: 30px;
    }
    
    .statistic-about-title {
        font-size: 16px;
    }
    
    .statistics-section {
        padding: 80px 0;
    }
    
    .statistics-title {
        font-size: 28px;
        margin-bottom: 50px;
    }
    
    .statistics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .statistic-box {
        padding: 30px 15px;
    }
    
    .statistic-icon-wrapper {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
    
    .statistic-number {
        font-size: 40px;
    }
    
    .statistic-number .suffix {
        font-size: 30px;
    }
    
    .statistic-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .about-us-section {
        padding: 60px 0;
    }
    
    .about-title {
        font-size: 26px;
    }
    
    .about-description {
        font-size: 15px;
    }
    
    .who-we-are-section {
        padding: 60px 0;
    }
    
    .who-we-are-title {
        font-size: 26px;
    }
    
    .who-we-are-box {
        padding: 18px;
        gap: 15px;
    }
    
    .who-we-are-box-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 20px;
    }
    
    .who-we-are-box-title {
        font-size: 20px;
    }
    
    .who-we-are-box-text {
        font-size: 14px;
    }
    
    .who-we-are-button {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    .why-choose-us-about-section {
        padding: 60px 0;
    }
    
    .why-choose-us-about-title {
        font-size: 26px;
    }
    
    .why-choose-us-about-box {
        padding: 18px;
        gap: 15px;
    }
    
    .why-choose-us-about-box-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 20px;
    }
    
    .why-choose-us-about-box-title {
        font-size: 20px;
    }
    
    .why-choose-us-about-box-text {
        font-size: 14px;
    }
    
    .statistics-about-section {
        padding: 60px 0;
    }
    
    .statistics-about-header {
        margin-bottom: 40px;
    }
    
    .statistics-about-title {
        font-size: 26px;
    }
    
    .statistics-about-subtitle {
        font-size: 14px;
    }
    
    .statistics-about-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .statistic-about-box {
        padding: 25px 15px;
    }
    
    .statistic-about-icon-wrapper {
        width: 60px;
        height: 60px;
        font-size: 25px;
        margin-bottom: 15px;
    }
    
    .statistic-about-number {
        font-size: 36px;
    }
    
    .statistic-about-number .suffix {
        font-size: 28px;
    }
    
    .statistic-about-title {
        font-size: 15px;
    }
    
    .statistics-section {
        padding: 60px 0;
    }
    
    .statistics-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .statistics-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .statistic-box {
        padding: 25px 15px;
    }
    
    .statistic-icon-wrapper {
        width: 60px;
        height: 60px;
        font-size: 25px;
        margin-bottom: 15px;
    }
    
    .statistic-number {
        font-size: 36px;
    }
    
    .statistic-number .suffix {
        font-size: 28px;
    }
    
    .statistic-title {
        font-size: 15px;
    }
}

/* Portfolio Section */
.portfolio-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    gap: 40px;
}

.portfolio-header-left {
    flex: 1;
}

.portfolio-header-right {
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
}

.portfolio-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #357abd;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.portfolio-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 2px;
}

.portfolio-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
    background: linear-gradient(135deg, #2c3e50 0%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.portfolio-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

.portfolio-view-more-btn {
    display: inline-block;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(53, 122, 189, 0.3);
}

.portfolio-view-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(53, 122, 189, 0.4);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.portfolio-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.portfolio-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(53, 122, 189, 0.2);
}

.portfolio-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: #f5f5f5;
}

.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 20px 20px 0 0;
}

.portfolio-item:hover .portfolio-image {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(53, 122, 189, 0.9) 0%, rgba(102, 126, 234, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-link-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.portfolio-link-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg) scale(1.1);
}

.portfolio-content {
    padding: 30px;
}

.portfolio-item-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.portfolio-item:hover .portfolio-item-title {
    color: #357abd;
}

.portfolio-item-description {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.portfolio-view-detail {
    display: inline-block;
    color: #357abd;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 25px;
}

.portfolio-view-detail::after {
    content: '→';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.portfolio-view-detail:hover {
    color: #4a90e2;
}

.portfolio-view-detail:hover::after {
    transform: translateY(-50%) translateX(5px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .portfolio-title {
        font-size: 36px;
    }
    
    .portfolio-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .portfolio-header-right {
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .portfolio-section {
        padding: 80px 0;
    }
    
    .portfolio-title {
        font-size: 32px;
    }
    
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .portfolio-image-wrapper {
        height: 250px;
    }
    
    .portfolio-content {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .portfolio-section {
        padding: 60px 0;
    }
    
    .portfolio-title {
        font-size: 26px;
    }
    
    .portfolio-description {
        font-size: 15px;
    }
    
    .portfolio-image-wrapper {
        height: 200px;
    }
    
    .portfolio-content {
        padding: 20px;
    }
    
    .portfolio-item-title {
        font-size: 20px;
    }
    
    .portfolio-item-description {
        font-size: 14px;
    }
}

/* Testimonials Section */
.testimonials-section {
    padding: 0 0 100px 0;
    margin-top: -1px;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-shape-divider-top {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
    margin-bottom: 0;
}

.testimonials-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.testimonials-shape-divider-top .shape-fill {
    fill: #ffffff;
}

.testimonials-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

.testimonials-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
}

.testimonials-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.testimonials-slider-wrapper {
    position: relative;
    z-index: 2;
    padding: 0 60px;
}

.testimonials-slider {
    display: flex;
    gap: 30px;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}

.testimonial-slide {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 0;
    opacity: 0.7;
    transition: opacity 0.5s ease;
}

.testimonial-slide.active {
    opacity: 1;
}

.testimonial-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-item:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.testimonial-quote-icon {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 25px;
    line-height: 1;
}

.testimonial-content {
    flex: 1;
    margin-bottom: 30px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    margin: 0;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.testimonial-info {
    text-align: left;
}

.testimonial-name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.testimonial-designation {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}

.testimonials-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
}

.testimonials-nav:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.testimonials-prev {
    left: 0;
}

.testimonials-next {
    right: 0;
}

.testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.testimonials-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.testimonials-dot.active {
    background: rgba(255, 255, 255, 0.9);
    width: 30px;
    border-radius: 6px;
    border-color: rgba(255, 255, 255, 0.5);
}

.testimonials-dot:hover {
    background: rgba(255, 255, 255, 0.6);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .testimonials-slider-wrapper {
        padding: 0 50px;
    }
    
    .testimonial-slide {
        flex: 0 0 calc(50% - 15px);
    }
    
    .testimonials-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 0 0 80px 0;
    }
    
    .testimonials-header {
        padding-top: 80px;
    }
    
    .testimonials-slider-wrapper {
        padding: 0 50px;
    }
    
    .testimonial-slide {
        flex: 0 0 100%;
    }
    
    .testimonials-title {
        font-size: 32px;
    }
    
    .testimonial-item {
        padding: 35px 25px;
    }
    
    .testimonial-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 0 0 60px 0;
    }
    
    .testimonials-header {
        padding-top: 60px;
    }
    
    .testimonials-shape-divider-top {
        top: -80px;
    }
    
    .testimonials-shape-divider-top svg {
        height: 80px;
    }
    
    .testimonials-slider-wrapper {
        padding: 0 45px;
    }
    
    .testimonials-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .testimonials-title {
        font-size: 26px;
    }
    
    .testimonial-item {
        padding: 30px 20px;
    }
    
    .testimonial-quote-icon {
        font-size: 40px;
        margin-bottom: 20px;
    }
    
    .testimonial-text {
        font-size: 14px;
    }
    
    .testimonial-avatar {
        width: 60px;
        height: 60px;
    }
    
    .testimonial-name {
        font-size: 18px;
    }
}

/* Pricing Section */
.pricing-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.pricing-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: center;
}

.pricing-header-column {
    color: #2c3e50;
}

.pricing-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #357abd;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.pricing-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 2px;
}

.pricing-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
    background: linear-gradient(135deg, #2c3e50 0%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 35px;
}

.pricing-view-more-btn {
    display: inline-block;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(53, 122, 189, 0.3);
}

.pricing-view-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(53, 122, 189, 0.4);
}

.pricing-plans-column {
    position: relative;
}

.pricing-plans-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.pricing-plan-box {
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pricing-plan-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.pricing-plan-box:hover::before {
    transform: scaleX(1);
}

.pricing-plan-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(53, 122, 189, 0.15);
    border-color: #357abd;
}

.pricing-plan-featured {
    background: linear-gradient(135deg, rgba(53, 122, 189, 0.05) 0%, rgba(102, 126, 234, 0.05) 100%);
    border-color: #357abd;
    border-width: 3px;
}

.pricing-plan-featured::before {
    transform: scaleX(1);
}

.plan-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(53, 122, 189, 0.3);
}

.plan-name {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    margin-top: 0;
}

.plan-price-wrapper {
    margin-bottom: 30px;
}

.plan-price {
    font-size: 48px;
    font-weight: 700;
    color: #357abd;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.plan-period {
    font-size: 16px;
    color: #999;
    font-weight: 500;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.plan-features li:last-child {
    border-bottom: none;
}

.plan-features .feature-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(53, 122, 189, 0.1) 0%, rgba(102, 126, 234, 0.1) 100%);
    border-radius: 50%;
    color: #357abd;
    font-size: 12px;
    flex-shrink: 0;
}

.plan-features .feature-text {
    font-size: 15px;
    color: #555;
    flex: 1;
}

.plan-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e8e8e8 50%, transparent 100%);
    margin: 30px 0;
}

.plan-button {
    display: inline-block;
    width: 100%;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    color: #fff !important;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(53, 122, 189, 0.3);
    text-align: center;
}

.plan-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(53, 122, 189, 0.4);
}

.pricing-plan-featured .plan-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .pricing-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .pricing-title {
        font-size: 36px;
    }
    
    .pricing-plans-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 80px 0;
    }
    
    .pricing-title {
        font-size: 32px;
    }
    
    .pricing-plans-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .pricing-plan-box {
        padding: 35px 25px;
    }
    
    .plan-price {
        font-size: 42px;
    }
}

@media (max-width: 480px) {
    .pricing-section {
        padding: 60px 0;
    }
    
    .pricing-title {
        font-size: 26px;
    }
    
    .pricing-description {
        font-size: 15px;
    }
    
    .pricing-plan-box {
        padding: 30px 20px;
    }
    
    .plan-name {
        font-size: 22px;
    }
    
    .plan-price {
        font-size: 38px;
    }
    
    .plan-features .feature-text {
        font-size: 14px;
    }
}

/* Blog Section */
.blog-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.blog-header {
    text-align: center;
    margin-bottom: 60px;
}

.blog-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #357abd;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.blog-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 2px;
}

.blog-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #1a1a1a;
    background: linear-gradient(135deg, #2c3e50 0%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.blog-content {
    position: relative;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.blog-featured-column {
    position: relative;
}

.blog-featured-post {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-featured-post:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(53, 122, 189, 0.15);
}

.blog-post-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 280px;
    background: #f5f5f5;
    border-radius: 12px;
}

.blog-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 12px;
}

.blog-featured-post:hover .blog-post-image {
    transform: scale(1.1);
}

.blog-post-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
    color: #999;
    font-size: 48px;
}

.blog-post-content {
    padding: 25px 25px;
}

.blog-post-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 0;
}

.blog-post-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-post-title a:hover {
    color: #357abd;
}

.blog-post-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #357abd;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-read-more:hover {
    color: #4a90e2;
    gap: 12px;
}

.blog-read-more i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.blog-read-more:hover i {
    transform: translateX(5px);
}

.blog-list-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-list-post {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-list-post:hover {
    border-color: #357abd;
    box-shadow: 0 10px 30px rgba(53, 122, 189, 0.1);
    transform: translateX(5px);
}

.blog-list-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    margin-top: 0;
}

.blog-list-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-list-title a:hover {
    color: #357abd;
}

.blog-list-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-radius: 2px;
    margin-bottom: 20px;
}

.blog-list-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-list-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #357abd;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-list-read-more:hover {
    color: #4a90e2;
    gap: 12px;
}

.blog-list-read-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.blog-list-read-more:hover i {
    transform: translateX(5px);
}

.blog-no-posts {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
}

.blog-footer {
    text-align: center;
    margin-top: 60px;
}

.blog-view-all-btn {
    display: inline-block;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(53, 122, 189, 0.3);
}

.blog-view-all-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(53, 122, 189, 0.4);
}

/* Blog Archive Grid View */
.blog-archive-main {
    padding: 60px 0;
}

/* Blog Banner Section */
.blog-banner-section {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 33%, #357abd 66%, #4a90e2 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    margin-top: 0;
    overflow: hidden;
}

.blog-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

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

.blog-banner-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.blog-banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.blog-banner-description {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

.blog-archive-header {
    text-align: center;
    margin-bottom: 60px;
}

.blog-archive-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #1a1a1a;
    background: linear-gradient(135deg, #2c3e50 0%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.blog-archive-description {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

.blog-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.blog-archive-post {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.blog-archive-post:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(53, 122, 189, 0.15);
}

.blog-archive-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    height: 250px;
    background: #f5f5f5;
}

.blog-archive-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 12px 12px 0 0;
}

.blog-archive-post:hover .blog-archive-image {
    transform: scale(1.1);
}

.blog-archive-placeholder {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
    color: #999;
    font-size: 40px;
}

.blog-archive-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-archive-entry-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 0;
}

.blog-archive-entry-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-archive-entry-title a:hover {
    color: #357abd;
}

.blog-archive-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
    flex-wrap: wrap;
}

.blog-post-date,
.blog-post-author {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-post-date i,
.blog-post-author i {
    color: #357abd;
    font-size: 13px;
}

.blog-archive-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-archive-footer {
    margin-top: auto;
}

.blog-archive-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #357abd;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-archive-read-more:hover {
    color: #4a90e2;
    gap: 12px;
}

.blog-archive-read-more i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.blog-archive-read-more:hover i {
    transform: translateX(5px);
}

.blog-archive-pagination {
    margin-top: 60px;
    text-align: center;
}

.blog-archive-pagination .page-numbers {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-archive-pagination .page-numbers a,
.blog-archive-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    color: #666;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.blog-archive-pagination .page-numbers a:hover,
.blog-archive-pagination .page-numbers .current {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #357abd 50%, #4a90e2 100%);
    border-color: #357abd;
    color: #fff;
}

.blog-archive-no-posts {
    text-align: center;
    padding: 80px 20px;
    color: #999;
    font-size: 18px;
}

/* Responsive Design for Blog Archive */
@media (max-width: 1024px) {
    .blog-archive-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .blog-archive-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .blog-archive-main {
        padding: 40px 0;
    }
    
    .blog-archive-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .blog-archive-title {
        font-size: 32px;
    }
    
    .blog-banner-section {
        min-height: 220px;
        padding: 50px 0;
    }
    
    .blog-banner-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .blog-banner-description {
        font-size: 15px;
    }
    
    .blog-archive-thumbnail,
    .blog-archive-placeholder {
        height: 220px;
    }
    
    .blog-archive-content {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .blog-archive-title {
        font-size: 26px;
    }
    
    .blog-banner-section {
        min-height: 200px;
        padding: 40px 0;
    }
    
    .blog-banner-title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .blog-banner-description {
        font-size: 14px;
    }
    
    .blog-archive-thumbnail,
    .blog-archive-placeholder {
        height: 200px;
    }
    
    .blog-archive-content {
        padding: 20px;
    }
    
    .blog-archive-entry-title {
        font-size: 20px;
    }
    
    .blog-archive-excerpt {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .blog-archive-meta {
        font-size: 13px;
        gap: 15px;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .blog-grid {
        gap: 30px;
    }
    
    .blog-title {
        font-size: 36px;
    }
    
    .blog-post-image-wrapper {
        height: 250px;
    }
    
    .blog-post-title {
        font-size: 20px;
    }
    
    .blog-post-content {
        padding: 22px 22px;
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding: 80px 0;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .blog-title {
        font-size: 32px;
    }
    
    .blog-post-image-wrapper {
        height: 220px;
    }
    
    .blog-post-content {
        padding: 20px 20px;
    }
    
    .blog-post-title {
        font-size: 20px;
    }
    
    .blog-list-post {
        padding: 18px;
    }
    
    .blog-list-title {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .blog-section {
        padding: 60px 0;
    }
    
    .blog-title {
        font-size: 26px;
    }
    
    .blog-post-image-wrapper {
        height: 200px;
    }
    
    .blog-post-content {
        padding: 18px 18px;
    }
    
    .blog-post-title {
        font-size: 18px;
    }
    
    .blog-list-post {
        padding: 15px;
    }
    
    .blog-list-title {
        font-size: 16px;
    }
    
    .blog-post-excerpt {
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .blog-list-post {
        padding: 25px 20px;
    }
    
    .blog-list-title {
        font-size: 20px;
    }
    
    .blog-list-excerpt {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Team Section */
.team-section {
    position: relative;
    padding: 120px 0 100px;
    background-color: #f8f9fa;
    overflow: hidden;
}

.team-shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.team-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.team-shape-divider-top .shape-fill {
    fill: #ffffff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.team-member {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

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

.team-member-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-member:hover .team-member-image img {
    transform: scale(1.05);
}

.team-member-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 60px;
}

.team-social-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.team-member:hover .team-social-links {
    transform: translateY(0);
}

.team-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s ease;
}

.team-social-links a:hover {
    background: #357abd;
    color: #fff;
}

/* Contact Section */
.contact-section {
    position: relative;
    padding: 120px 0 100px;
    background-color: #f8f9fa;
    overflow: hidden;
}

.contact-shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.contact-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.contact-shape-divider-top .shape-fill {
    fill: #ffffff;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    margin-top: 50px;
}

.contact-info-wrapper {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-info-box {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.contact-info-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact-info-icon {
    width: 60px;
    height: 60px;
    background: #357abd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-info-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.contact-info-content p,
.contact-info-content a {
    color: #666;
    margin: 0;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.contact-info-content a:hover {
    color: #357abd;
    text-decoration: none;
}

.contact-social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.contact-social-links .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    color: #666;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-social-links .social-link:hover {
    background: #357abd;
    color: #fff;
    transform: translateY(-3px);
}

.contact-form-wrapper {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #357abd;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(53, 122, 189, 0.1);
    outline: none;
}

.contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form .submit-btn {
    background: #357abd;
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(53, 122, 189, 0.3);
}

.contact-form .submit-btn:hover {
    background: #2a6291;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(53, 122, 189, 0.4);
}

.form-message {
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 5px;
    display: none;
}

.form-message.success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.form-message.error {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* Map Section */
.map-section {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.map-container {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: -50px;
}

.map-container iframe {
    width: 100%;
    height: 500px;
    border: none;
    display: block;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .contact-content {
        grid-template-columns: 1fr;
    }
    
    .map-container iframe {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 80px 0 60px;
    }
    
    .contact-info-wrapper,
    .contact-form-wrapper {
        padding: 30px;
    }
    
    .contact-info-box {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-info-icon {
        margin: 0 auto 15px;
    }
    
    .contact-social-links {
        justify-content: center;
    }
    
    .map-container {
        margin-bottom: -30px;
    }
    
    .map-container iframe {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .contact-info-wrapper,
    .contact-form-wrapper {
        padding: 25px 20px;
    }
    
    .contact-info-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .map-container iframe {
        height: 300px;
    }
}

.team-member:hover {
    transform: translateY(-3px);
}

.team-member-info {
    padding: 25px 20px;
    text-align: center;
}

.team-member-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.team-member-info p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #357abd 0%, #1e4b7f 100%);
    color: #fff;
    text-align: center;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cta-text {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0.9;
}

.cta-button {
    display: inline-block;
    padding: 15px 35px;
    background: #fff;
    color: #357abd;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .team-section {
        padding: 80px 0 60px;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .cta-title {
        font-size: 24px;
    }
    
    .cta-button {
        padding: 12px 30px;
        font-size: 15px;
    }
}

/* Service Hero Section */
.service-hero {
    background: linear-gradient(135deg, #4a6cf7 0%, #2541b2 100%);
    color: #fff;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

.service-hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.service-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #fff;
    animation: fadeInUp 0.8s ease-out;
}

.service-hero-title span {
    color: #ffd700;
    position: relative;
}

.service-hero-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 8px;
    background: rgba(255, 215, 0, 0.3);
    z-index: -1;
    border-radius: 4px;
}

.service-hero-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.service-hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary {
    background: #ffd700;
    color: #1a1a1a;
    border: 2px solid #ffd700;
}

.btn-primary:hover {
    background: transparent;
    color: #ffd700;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.service-hero-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.service-hero-shape svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
    transform: rotate(180deg);
}

.service-hero-shape .shape-fill {
    fill: #FFFFFF;
}

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

/* Responsive Styles */
@media (max-width: 992px) {
    .service-hero {
        padding: 100px 0 80px;
    }
    
    .service-hero-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .service-hero {
        padding: 80px 0 60px;
    }
    
    .service-hero-title {
        font-size: 2.2rem;
    }
    
    .service-hero-description {
        font-size: 1.1rem;
        padding: 0 10px;
    }
    
    .service-hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }
    
    .btn {
        width: 80%;
        max-width: 250px;
        margin: 0 auto 10px;
        padding: 12px 24px;
    }
}

@media (max-width: 480px) {
    .service-hero {
        padding: 70px 0 50px;
    }
    
    .service-hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .service-hero-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .btn {
        width: 90%;
        font-size: 0.9rem;
    }
}

/* ============================================
   Portfolio Page Styles
   ============================================ */

/* Portfolio Hero Section */
.portfolio-hero-section {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 33%, #357abd 66%, #4a90e2 100%);
    color: #fff;
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.portfolio-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    z-index: 0;
}

.portfolio-hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    z-index: 0;
}

.portfolio-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.portfolio-hero-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    display: inline-block;
}

.portfolio-hero-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.portfolio-hero-description {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

/* Portfolio Filter Section */
.portfolio-filter-section {
    padding: 40px 0;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.portfolio-filter-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.filter-btn {
    padding: 12px 28px;
    background: transparent;
    border: 2px solid rgba(118, 75, 162, 0.2);
    color: #764ba2;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.filter-btn:hover,
.filter-btn.active {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(118, 75, 162, 0.3);
}

/* Portfolio Grid Section */
.portfolio-grid-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
    min-height: 60vh;
}

.portfolio-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.portfolio-item {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease;
}

.portfolio-item.hide {
    opacity: 0;
    transform: scale(0.8);
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.portfolio-item-inner {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.portfolio-item-inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(118, 75, 162, 0.25);
}

.portfolio-image-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 75%; /* 4:3 aspect ratio */
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
}

.portfolio-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-item-inner:hover .portfolio-image {
    transform: scale(1.1);
}

.portfolio-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 48px;
}

.portfolio-placeholder span {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(118, 75, 162, 0.95) 0%, rgba(102, 126, 234, 0.95) 50%, rgba(53, 122, 189, 0.95) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 30px;
}

.portfolio-item-inner:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-overlay-content {
    text-align: center;
}

.portfolio-overlay-content .portfolio-item-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.portfolio-overlay-content .portfolio-item-desc {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.95);
}

.portfolio-action-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.portfolio-view-btn,
.portfolio-zoom-btn {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.portfolio-view-btn:hover,
.portfolio-zoom-btn:hover {
    background: #fff;
    color: #764ba2;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

.portfolio-item-info {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.portfolio-item-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.portfolio-category {
    font-size: 14px;
    color: #764ba2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio-empty {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

/* Portfolio Statistics Section */
.portfolio-stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 33%, #357abd 66%, #4a90e2 100%);
    position: relative;
    overflow: hidden;
}

.portfolio-stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    z-index: 0;
}

.portfolio-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 1;
}

.portfolio-stat-item {
    text-align: center;
    color: #fff;
}

.stat-icon {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1;
}

.stat-label {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
}

/* Portfolio CTA Section */
.portfolio-cta-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    text-align: center;
}

.portfolio-cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.portfolio-cta-content .cta-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.portfolio-cta-content .cta-text {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.portfolio-cta-section .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.portfolio-cta-section .btn-primary {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #357abd 100%);
    color: #fff;
    border: none;
}

.portfolio-cta-section .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(118, 75, 162, 0.4);
}

.portfolio-cta-section .btn-outline {
    background: transparent;
    color: #764ba2;
    border: 2px solid #764ba2;
}

.portfolio-cta-section .btn-outline:hover {
    background: #764ba2;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(118, 75, 162, 0.3);
}

/* Portfolio Page Responsive Styles */
@media (max-width: 992px) {
    .portfolio-hero-title {
        font-size: 42px;
    }
    
    .portfolio-items-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 25px;
    }
    
    .portfolio-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .portfolio-hero-section {
        padding: 80px 0 60px;
    }
    
    .portfolio-hero-title {
        font-size: 36px;
    }
    
    .portfolio-hero-description {
        font-size: 16px;
    }
    
    .portfolio-filter-section {
        padding: 30px 0;
    }
    
    .filter-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .portfolio-grid-section {
        padding: 60px 0;
    }
    
    .portfolio-items-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .portfolio-stats-section {
        padding: 60px 0;
    }
    
    .portfolio-stats-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .stat-number {
        font-size: 40px;
    }
    
    .portfolio-cta-section {
        padding: 80px 0;
    }
    
    .portfolio-cta-content .cta-title {
        font-size: 32px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .portfolio-cta-section .btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .portfolio-hero-title {
        font-size: 28px;
    }
    
    .portfolio-hero-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
    }
    
    .portfolio-filter-tabs {
        gap: 10px;
    }
    
    .filter-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
    
    .portfolio-cta-content .cta-title {
        font-size: 26px;
    }
    
    .portfolio-cta-content .cta-text {
        font-size: 16px;
    }
}
