/*
Theme Name: Home Services Theme
Theme URI: https://www.takwed.net
Author: شركة تكويد للحلول التقنية
Author URI: https://www.takwed.net
Description: قالب ووردبريس احترافي لشركات الخدمات المنزلية - يدعم اللغة العربية بالكامل | تطوير شركة تكويد للحلول التقنية
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: home-services
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
Tags: rtl-language-support, custom-logo, custom-menu, featured-images, theme-options, translation-ready

Developer: شركة تكويد للحلول التقنية (Takwed Tech Solutions)
Developer URI: https://www.takwed.net
Developer Email: info@takwed.net
Developer Phone: +201111933193
Developer WhatsApp: +201111933193
Developer Address: شارع قناة السويس، قسم ثان المنصورة، المنصورة، محافظة الدقهلية، مصر
*/

:root {
    --primary-color: #2563eb;
    --secondary-color: #1e40af;
    --accent-color: #f59e0b;
    --text-color: #1f2937;
    --text-light: #6b7280;
    --bg-light: #f3f4f6;
    --bg-white: #ffffff;
    --border-color: #e5e7eb;
    --success-color: #10b981;
    --error-color: #ef4444;
    --font-family: 'Alexandria', sans-serif;
    --transition: all 0.3s ease;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --radius: 8px;
    --radius-lg: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* Accessibility - Screen Reader Text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Skip Link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--primary-color);
    color: #fff;
    padding: 8px 16px;
    z-index: 100000;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 0;
}

body {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-color);
    background-color: var(--bg-white);
    direction: rtl;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; }
ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; margin-bottom: 1rem; }
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }
p { margin-bottom: 1rem; color: var(--text-light); }

.section-padding { padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title h2 { font-size: 2.25rem; color: var(--text-color); margin-bottom: 15px; }
.section-title p { font-size: 1.1rem; color: var(--text-light); max-width: 600px; margin: 0 auto; }

.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    text-align: center;
}

.btn-primary { background-color: var(--primary-color); color: var(--bg-white); }
.btn-primary:hover { background-color: var(--secondary-color); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-secondary { background-color: transparent; color: var(--primary-color); border: 2px solid var(--primary-color); }
.btn-secondary:hover { background-color: var(--primary-color); color: var(--bg-white); }
.bg-light { background-color: var(--bg-light); }

/* ========================================
   Top Header
======================================== */
.top-header {
    background-color: #1e3a5f;
    color: #fff;
    font-size: 0.85rem;
    padding: 8px 0;
}

.top-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-header-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    transition: var(--transition);
}

.top-header-item:hover {
    color: var(--accent-color);
}

.top-header-item i {
    font-size: 0.9rem;
}

.top-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-header-left .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #fff;
    font-size: 0.8rem;
    transition: var(--transition);
}

.top-header-left .social-icon:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* ========================================
   Main Header
======================================== */
.site-header {
    background-color: var(--bg-white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    gap: 20px;
}

/* Logo */
.site-logo img {
    max-height: 55px;
}

.site-logo .logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.site-logo .logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), #1e88e5);
    border-radius: 8px;
    color: #fff;
    font-size: 1.5rem;
}

.site-logo .logo-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
}

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

.main-navigation ul {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--text-color);
    padding: 10px 15px;
    border-radius: var(--radius);
    transition: var(--transition);
}

.main-navigation a:hover,
.main-navigation a.active,
.main-navigation .current-menu-item > a {
    background-color: var(--primary-color);
    color: #fff;
}

/* Dropdown Menu */
.main-navigation .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background-color: var(--bg-white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition);
}

.main-navigation li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-navigation .dropdown-menu a {
    padding: 8px 20px;
    border-radius: 0;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--bg-light);
    border: none;
    border-radius: var(--radius);
    color: var(--text-color);
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
}

.search-toggle:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.header-cta-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 0.9rem;
}

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
    color: var(--text-color);
}

/* Hide mobile-only elements on desktop */
.mobile-menu-close,
.dropdown-toggle-btn {
    display: none !important;
}

/* Search Overlay */
.search-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--bg-white);
    padding: 20px 0;
    box-shadow: var(--shadow);
    display: none;
}

.search-overlay.active {
    display: block;
}

.search-form-header {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.search-form-header .search-field {
    flex: 1;
    padding: 12px 20px;
    border: 2px solid var(--border-color);
    border-radius: var(--radius);
    font-size: 1rem;
    font-family: var(--font-family);
}

.search-form-header .search-field:focus {
    outline: none;
    border-color: var(--primary-color);
}

.search-form-header .search-submit,
.search-form-header .search-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    transition: var(--transition);
}

.search-form-header .search-submit {
    background-color: var(--primary-color);
    color: #fff;
}

.search-form-header .search-close {
    background-color: var(--bg-light);
    color: var(--text-color);
}

.search-form-header .search-submit:hover {
    background-color: var(--secondary-color);
}

.search-form-header .search-close:hover {
    background-color: var(--error-color);
    color: #fff;
}

/* ========================================
   Footer
======================================== */
.site-footer {
    background-color: #124283;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Footer Animated Geometric Shapes */
.footer-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.footer-shape {
    position: absolute;
    opacity: 0.08;
}

/* Circle */
.footer-shape.shape-1 {
    width: 300px;
    height: 300px;
    border: 3px solid #fff;
    border-radius: 50%;
    top: -100px;
    right: -50px;
    animation: footerFloat 20s ease-in-out infinite;
}

/* Square rotated */
.footer-shape.shape-2 {
    width: 150px;
    height: 150px;
    border: 2px solid #4da6e8;
    top: 40%;
    left: 5%;
    transform: rotate(45deg);
    animation: footerRotate 25s linear infinite;
}

/* Triangle */
.footer-shape.shape-3 {
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 140px solid rgba(255, 255, 255, 0.1);
    bottom: 20%;
    right: 15%;
    animation: footerFloat 18s ease-in-out infinite reverse;
}

/* Small circle */
.footer-shape.shape-4 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(77, 166, 232, 0.2) 0%, transparent 100%);
    border-radius: 50%;
    top: 30%;
    right: 25%;
    animation: footerPulse 8s ease-in-out infinite;
}

/* Hexagon-like shape */
.footer-shape.shape-5 {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    bottom: 10%;
    left: 20%;
    animation: footerRotate 30s linear infinite reverse;
}

/* Dotted circle */
.footer-shape.shape-6 {
    width: 200px;
    height: 200px;
    border: 2px dashed rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    top: 60%;
    right: 40%;
    animation: footerRotate 40s linear infinite;
}

/* Footer Shape Animations */
@keyframes footerFloat {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-20px) translateX(10px);
    }
    50% {
        transform: translateY(-10px) translateX(-10px);
    }
    75% {
        transform: translateY(-30px) translateX(5px);
    }
}

@keyframes footerRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes footerPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.08;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse-icon {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(37, 99, 235, 0.5);
    }
}

/* Ensure footer content is above shapes */
.footer-top,
.footer-main,
.footer-bottom {
    position: relative;
    z-index: 1;
}

/* Top Footer */
.footer-top {
    background-color: #1e3a5f;
    padding: 25px 0;
    border-radius: 0 0 50px 50px;
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
}

.footer-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-brand {
    flex-shrink: 0;
}

.footer-logo img {
    max-height: 60px;
}

.footer-logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.footer-logo-text .logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-size: 1.5rem;
}

.footer-logo-text .logo-name {
    font-size: 1.5rem;
    font-weight: 700;
}

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

.footer-description p {
    color: #fff;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.8;
}

.footer-cta {
    flex-shrink: 0;
}

.btn-accent {
    background-color: #2ecc71;
    color: #fff;
    padding: 12px 25px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    transition: var(--transition);
}

.btn-accent:hover {
    background-color: #27ae60;
    color: #fff;
    transform: translateX(-5px);
}

/* Main Footer */
.footer-main {
    padding: 60px 0 40px;
}

.footer-main-wrapper {
    display: flex;
    gap: 40px;
}

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

.footer-map-section {
    flex: 0 0 300px;
}

.footer-map {
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 20px;
}

.footer-map iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer-social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    transition: var(--transition);
}

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

.footer-menu-col {
    text-align: right;
}

.footer-menu-title {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

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

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    transition: var(--transition);
    display: inline-block;
}

.footer-menu a:hover {
    color: #4da6e8;
    padding-right: 5px;
}

/* Bottom Footer */
.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
}

.footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 0.85rem;
}

.footer-bottom a {
    color: #4da6e8;
}

.footer-bottom a:hover {
    color: #fff;
}

.developer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: var(--transition);
}

.developer-logo:hover {
    color: #fff;
}

.developer-logo span {
    font-size: 0.85rem;
}

.developer-logo img {
    height: 25px;
    width: auto;
}

/* ========================================
   Responsive Design
======================================== */
@media (max-width: 991px) {
    .top-header-right {
        gap: 15px;
        font-size: 0.8rem;
    }
    
    .main-navigation a {
        padding: 8px 10px;
        font-size: 0.9rem;
    }
    
    /* Footer Responsive */
    .footer-top-wrapper {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-main-wrapper {
        flex-direction: column;
    }
    
    .footer-map-section {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .footer-menus {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    /* Top Header Mobile */
    .top-header {
        display: none;
    }
    
    /* Main Header Mobile */
    .header-wrapper {
        flex-wrap: wrap;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        max-width: 85vw;
        height: 100vh;
        height: 100dvh;
        background-color: var(--bg-white);
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0;
        transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1001;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    
    .main-navigation.active {
        right: 0;
    }
    
    /* Mobile Menu Header */
    .main-navigation::before {
        content: '';
        display: block;
        height: 70px;
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        flex-shrink: 0;
    }
    
    /* Mobile Menu Close Button */
    .mobile-menu-close {
        display: flex !important;
        position: absolute;
        top: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.2);
        border: none;
        border-radius: 50%;
        color: #fff;
        font-size: 1.2rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
        z-index: 11;
    }
    
    .mobile-menu-close:hover,
    .mobile-menu-close:focus {
        background-color: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }
    
    .main-navigation .nav-menu {
        padding: 15px 0;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    
    .main-navigation li {
        border-bottom: 1px solid var(--border-color);
        position: relative;
    }
    
    .main-navigation li:last-child {
        border-bottom: none;
    }
    
    .main-navigation a {
        display: block;
        padding: 15px 20px;
        border-radius: 0;
        font-size: 1rem;
    }
    
    .main-navigation .dropdown > a {
        padding-left: 55px; /* مساحة لزر القائمة الفرعية */
    }
    
    .main-navigation a:hover,
    .main-navigation a:focus,
    .main-navigation a.active,
    .main-navigation .current-menu-item > a {
        background-color: var(--bg-light);
        color: var(--primary-color);
    }
    
    /* Mobile Dropdown Toggle Button */
    .main-navigation .dropdown > .dropdown-toggle-btn {
        display: flex !important;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        background-color: var(--bg-light);
        border: none;
        border-radius: var(--radius);
        color: var(--text-color);
        font-size: 0.9rem;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
        z-index: 5;
    }
    
    .main-navigation .dropdown > .dropdown-toggle-btn:hover,
    .main-navigation .dropdown > .dropdown-toggle-btn:focus {
        background-color: var(--primary-color);
        color: #fff;
    }
    
    .main-navigation .dropdown > .dropdown-toggle-btn i {
        transition: transform 0.3s ease;
    }
    
    .main-navigation .dropdown.submenu-open > .dropdown-toggle-btn i {
        transform: rotate(180deg);
    }
    
    /* Mobile Dropdown Menu */
    .main-navigation .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background-color: var(--bg-light);
        border-radius: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .main-navigation .dropdown.submenu-open > .dropdown-menu {
        max-height: 500px;
    }
    
    .main-navigation .dropdown-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .main-navigation .dropdown-menu li:last-child {
        border-bottom: none;
    }
    
    .main-navigation .dropdown-menu a {
        padding: 12px 20px 12px 20px;
        font-size: 0.95rem;
        color: var(--text-light);
        padding-left: 20px; /* لا حاجة لمساحة إضافية في القائمة الفرعية */
    }
    
    .main-navigation .dropdown-menu a::before {
        content: '←';
        margin-left: 8px;
        color: var(--primary-color);
    }
    
    .main-navigation .dropdown-menu a:hover,
    .main-navigation .dropdown-menu a:focus {
        background-color: rgba(0, 0, 0, 0.05);
        color: var(--primary-color);
    }
    
    /* Prevent hover dropdown on mobile */
    .main-navigation li:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
        max-height: 0;
    }
    
    .main-navigation .dropdown.submenu-open:hover > .dropdown-menu {
        max-height: 500px;
    }
    
    .header-cta-btn {
        display: none;
    }
    
    .search-toggle {
        width: 36px;
        height: 36px;
    }
    
    /* Mobile Menu Overlay */
    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    /* Body scroll lock when menu is open */
    body.menu-open {
        overflow: hidden;
    }
    
    /* Footer Mobile */
    .footer-menus {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-menu-col {
        text-align: center;
    }
    
    .footer-bottom-wrapper {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    .section-padding { padding: 50px 0; }
}


/* ========================================
   Homepage Sections (Widgets)
======================================== */

/* Hero Section */
.hero-section {
    position: relative;
    background-color: #1e3a5f;
    padding: 60px 0;
    overflow: hidden;
}

/* Animated Background Shapes */
.hero-section::before,
.hero-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    animation: float 15s ease-in-out infinite;
}

.hero-section::before {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.hero-section::after {
    width: 300px;
    height: 300px;
    bottom: -80px;
    left: -80px;
    animation-delay: -7s;
}

.hero-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 50%;
}

.hero-shape-1 {
    width: 200px;
    height: 200px;
    top: 20%;
    left: 10%;
    animation: float 12s ease-in-out infinite;
}

.hero-shape-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 15%;
    animation: float 10s ease-in-out infinite reverse;
}

.hero-shape-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 30%;
    animation: float 8s ease-in-out infinite;
    animation-delay: -3s;
}

.hero-shape-4 {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 50%;
    animation: float 14s ease-in-out infinite;
    animation-delay: -5s;
}

.hero-shape-5 {
    width: 120px;
    height: 120px;
    bottom: 30%;
    right: 5%;
    animation: float 11s ease-in-out infinite reverse;
    animation-delay: -2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-20px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(20px) rotate(-5deg);
    }
}

.hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.hero-content {
    flex: 1;
    text-align: right;
    order: 1;
}

.hero-image {
    flex: 0 0 40%;
    position: relative;
    order: 2;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}

.hero-title {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
    line-height: 2;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
    text-decoration: none;
}

.hero-btn-primary {
    background-color: #2ecc71;
    color: #fff;
}

.hero-btn-primary:hover {
    background-color: #27ae60;
    color: #fff;
    transform: translateY(-2px);
}

.hero-btn-secondary {
    background-color: #4da6e8;
    color: #fff;
}

.hero-btn-secondary:hover {
    background-color: #3498db;
    color: #fff;
    transform: translateY(-2px);
}

.hero-btn i {
    font-size: 1.1rem;
}

/* Section Header */
.section-header {
    margin-bottom: 50px;
}

.section-header .section-title {
    font-size: 2.25rem;
    margin-bottom: 15px;
}

.section-header .section-desc {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

.text-white { color: #fff !important; }
.text-center { text-align: center; }

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

/* Animated Background Shapes for Services */
.services-section::before,
.services-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    animation: float 15s ease-in-out infinite;
}

.services-section::before {
    width: 350px;
    height: 350px;
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.services-section::after {
    width: 250px;
    height: 250px;
    bottom: -80px;
    right: -80px;
    animation-delay: -7s;
}

.services-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

.services-shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 50%;
}

.services-shape-1 {
    width: 180px;
    height: 180px;
    top: 15%;
    right: 10%;
    animation: float 12s ease-in-out infinite;
}

.services-shape-2 {
    width: 120px;
    height: 120px;
    bottom: 20%;
    left: 15%;
    animation: float 10s ease-in-out infinite reverse;
}

.services-shape-3 {
    width: 80px;
    height: 80px;
    top: 50%;
    left: 5%;
    animation: float 8s ease-in-out infinite;
    animation-delay: -3s;
}

.services-shape-4 {
    width: 100px;
    height: 100px;
    bottom: 10%;
    right: 20%;
    animation: float 14s ease-in-out infinite;
    animation-delay: -5s;
}

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

.services-title {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0;
}

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

.service-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 25px 15px;
    text-align: center;
    transition: var(--transition);
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.service-title {
    font-size: 0.95rem;
    color: var(--text-color);
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
}

.service-desc {
    display: none;
}

/* About Section */
.about-section {
    padding: 80px 0;
    background-color: #fff;
}

.about-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.about-content {
    flex: 1;
    order: 1;
}

.about-image {
    flex: 0 0 45%;
    order: 2;
}

.about-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-subtitle::before,
.about-subtitle::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--primary-color);
}

.about-title {
    font-size: 2.25rem;
    color: var(--text-color);
    margin-bottom: 20px;
}

.about-text {
    color: var(--text-light);
    margin-bottom: 25px;
    line-height: 2;
    font-size: 0.95rem;
}

.about-features {
    margin-bottom: 30px;
}

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

.about-feature-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.about-feature-item p {
    margin: 0;
    color: var(--text-color);
    font-size: 0.95rem;
    line-height: 1.8;
}

.about-feature-item strong {
    color: var(--text-color);
    font-weight: 700;
}

.about-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
    text-decoration: none;
}

.about-btn-primary {
    background-color: #2ecc71;
    color: #fff;
}

.about-btn-primary:hover {
    background-color: #27ae60;
    color: #fff;
    transform: translateY(-2px);
}

.about-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.about-phone-icon {
    width: 45px;
    height: 45px;
    background-color: #4da6e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    transition: var(--transition);
}

.about-phone:hover .about-phone-icon {
    background-color: var(--primary-color);
}

.about-phone-info {
    text-align: right;
}

.about-phone-label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 2px;
}

.about-phone-number {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-color);
    direction: ltr;
}

.about-image img {
    width: 100%;
    height: auto;
}

/* Features Section */
.features-section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(77, 166, 232, 0.08) 0%, rgba(37, 99, 235, 0.12) 100%);
}

.features-header {
    text-align: center;
    margin-bottom: 50px;
}

.features-title {
    font-size: 2.25rem;
    color: var(--text-color);
    margin-bottom: 20px;
}

.features-desc {
    font-size: 1rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
    line-height: 2;
}

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

.feature-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

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

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.feature-title {
    font-size: 1.25rem;
    color: var(--text-color);
    margin-bottom: 15px;
    font-weight: 700;
}

.feature-desc {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.9;
    margin: 0;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 40px;
}

.testimonials-title {
    font-size: 2.25rem;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.4;
}

.testimonials-title .highlight {
    color: var(--primary-color);
}

.testimonials-desc {
    font-size: 1rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.9;
}

/* Info Cards Row */
.testimonials-info-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.testimonials-info-card {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: var(--radius-lg);
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.testimonials-info-card.google-card {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

.testimonials-info-card.guarantee-card {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.info-card-image {
    flex-shrink: 0;
}

.info-card-image img {
    max-width: 100px;
    height: auto;
}

.info-card-image.guarantee-badge img {
    max-width: 90px;
}

.info-card-content {
    flex: 1;
}

.info-card-content h3 {
    font-size: 1.25rem;
    color: var(--text-color);
    margin-bottom: 10px;
    font-weight: 700;
}

.info-card-content p {
    font-size: 0.9rem;
    color: var(--text-light);
    margin: 0;
    line-height: 1.8;
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-rating {
    margin-bottom: 15px;
    display: flex;
    gap: 3px;
}

.testimonial-rating i {
    font-size: 0.9rem;
}

.testimonial-rating i.filled {
    color: #f59e0b;
}

.testimonial-rating i.empty {
    color: #e5e7eb;
}

.testimonial-text {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.9;
    margin-bottom: 20px;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
}

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

.author-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 1.1rem;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 600;
    color: var(--text-color);
    font-size: 0.95rem;
}

.author-date {
    font-size: 0.8rem;
    color: var(--text-light);
    margin-top: 2px;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background-color: #fff;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-title {
    font-size: 2.25rem;
    color: var(--text-color);
    margin-bottom: 15px;
}

.faq-desc {
    font-size: 1rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.9;
}

.faq-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.faq-image {
    flex: 0 0 35%;
    position: sticky;
    top: 100px;
    padding-left: 20px;
}

.faq-image img {
    max-width: 100%;
    height: auto;
}

.faq-content {
    flex: 1;
}

.faq-accordion {
    width: 100%;
}

.faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius);
    margin-bottom: 15px;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    border-color: var(--primary-color);
}

.faq-item.active {
    border-color: var(--primary-color);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: none;
    border: none;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-color);
    cursor: pointer;
    text-align: right;
    font-family: var(--font-family);
    transition: var(--transition);
    gap: 15px;
}

.faq-question span {
    flex: 1;
    text-align: right;
}

.faq-question:hover {
    color: var(--primary-color);
}

.faq-item.active .faq-question {
    color: var(--primary-color);
}

.faq-question i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-light);
    border-radius: 50%;
    font-size: 0.85rem;
    color: var(--primary-color);
    transition: var(--transition);
    flex-shrink: 0;
}

.faq-item.active .faq-question i {
    background-color: var(--primary-color);
    color: #fff;
}

.faq-answer {
    display: none;
    padding: 0 25px 20px;
}

.faq-answer p {
    margin: 0;
    color: var(--text-light);
    line-height: 1.9;
    font-size: 0.95rem;
}

/* Blog Section */
.blog-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

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

.blog-title {
    font-size: 2.25rem;
    color: var(--text-color);
    margin-bottom: 15px;
}

.blog-desc {
    font-size: 1rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

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

.blog-card {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

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

.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

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

.blog-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-category {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
    align-self: flex-start;
}

.blog-card-title {
    font-size: 1rem;
    color: var(--text-color);
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-excerpt {
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.blog-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: var(--transition);
}

.blog-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
    transform: translateY(-2px);
}

/* Cities Section */
.cities-section {
    padding: 80px 0;
    background-color: #f5f7fa;
    position: relative;
    overflow: hidden;
}

/* Animated Background Shapes for Cities */
.cities-section::before,
.cities-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.03);
    animation: float 15s ease-in-out infinite;
}

.cities-section::before {
    width: 300px;
    height: 300px;
    top: -80px;
    right: -80px;
    animation-delay: 0s;
}

.cities-section::after {
    width: 250px;
    height: 250px;
    bottom: -60px;
    left: -60px;
    animation-delay: -7s;
}

.cities-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

.cities-shape {
    position: absolute;
    background: rgba(37, 99, 235, 0.02);
    border-radius: 50%;
}

.cities-shape-1 {
    width: 150px;
    height: 150px;
    top: 20%;
    left: 10%;
    animation: float 12s ease-in-out infinite;
}

.cities-shape-2 {
    width: 100px;
    height: 100px;
    bottom: 25%;
    right: 15%;
    animation: float 10s ease-in-out infinite reverse;
}

.cities-shape-3 {
    width: 80px;
    height: 80px;
    top: 60%;
    left: 25%;
    animation: float 8s ease-in-out infinite;
    animation-delay: -3s;
}

.cities-shape-4 {
    width: 120px;
    height: 120px;
    top: 10%;
    right: 30%;
    animation: float 14s ease-in-out infinite;
    animation-delay: -5s;
}

.cities-section .container {
    position: relative;
    z-index: 1;
}

.cities-header {
    text-align: center;
    margin-bottom: 50px;
}

.cities-title {
    font-size: 2.25rem;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.4;
}

.cities-title .highlight {
    color: var(--primary-color);
}

.cities-desc {
    font-size: 1rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.9;
}

.cities-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.city-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: var(--transition);
}

.city-item:hover {
    transform: translateY(-5px);
}

.city-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    position: relative;
}

.city-icon::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}

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

.city-item:hover .city-icon {
    background-color: var(--primary-color);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.city-item:hover .city-icon::after {
    border-top-color: var(--primary-color);
}

.city-item:hover .city-icon i {
    color: #fff;
}

.city-name {
    font-size: 1rem;
    color: var(--text-color);
    font-weight: 600;
    margin: 0;
    transition: var(--transition);
}

.city-item:hover .city-name {
    color: var(--primary-color);
}

.faq-item {
    background: #fff;
    border-radius: var(--radius);
    margin-bottom: 15px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-color);
    cursor: pointer;
    text-align: right;
    font-family: var(--font-family);
    transition: var(--transition);
}

.faq-question:hover {
    color: var(--primary-color);
}

.faq-question i {
    transition: var(--transition);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 25px 20px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    margin: 0;
    color: var(--text-light);
    line-height: 1.8;
}

/* CTA Section */
.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.25rem;
    margin-bottom: 20px;
}

.cta-desc {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.btn-light {
    background-color: #fff;
    color: var(--primary-color);
    padding: 14px 35px;
    font-weight: 600;
}

.btn-light:hover {
    background-color: var(--text-color);
    color: #fff;
}

/* Contact Section */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-item i {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-item h4 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.contact-item a,
.contact-item p {
    color: var(--text-light);
    margin: 0;
}

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

.contact-form {
    background: var(--bg-light);
    padding: 30px;
    border-radius: var(--radius-lg);
}

/* Contact Form Section */
.contact-form-section {
    padding: 0;
    background-color: #1e3a5f;
    position: relative;
    overflow: hidden;
}

/* Animated Background Shapes */
.contact-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

.contact-shape {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.contact-shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: 5%;
    animation: float 15s ease-in-out infinite;
}

.contact-shape-2 {
    width: 200px;
    height: 200px;
    bottom: 10%;
    right: 15%;
    animation: float 12s ease-in-out infinite reverse;
}

.contact-shape-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    right: 25%;
    animation: float 10s ease-in-out infinite;
    animation-delay: -3s;
}

.contact-form-wrapper {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
    flex-direction: row-reverse;
}

.contact-form-image {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    order: 1;
}

.contact-form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}

.contact-badge {
    position: absolute;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border: 4px solid #0ea5e9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.badge-icon {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.badge-text {
    font-size: 0.75rem;
    font-weight: 500;
}

.badge-year {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
}

.contact-form-content {
    flex: 1;
    padding: 60px 50px;
    order: 2;
}

.contact-form-title {
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-form-title .title-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.3));
    max-width: 150px;
}

.contact-ajax-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-ajax-form .form-group {
    position: relative;
}

.contact-ajax-form .form-group.full-width {
    margin-bottom: 15px;
}

.contact-ajax-form input,
.contact-ajax-form select,
.contact-ajax-form textarea {
    width: 100%;
    padding: 14px 18px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius);
    color: #fff;
    font-size: 0.95rem;
    font-family: var(--font-family);
    transition: var(--transition);
}

.contact-ajax-form input::placeholder,
.contact-ajax-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-ajax-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 40px;
}

.contact-ajax-form select option {
    background-color: #1e3a5f;
    color: #fff;
}

.contact-ajax-form input:focus,
.contact-ajax-form select:focus,
.contact-ajax-form textarea:focus {
    outline: none;
    border-color: #4da6e8;
    background-color: rgba(255, 255, 255, 0.15);
}

.contact-ajax-form textarea {
    resize: vertical;
    min-height: 100px;
}

.form-submit {
    margin-top: 20px;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 35px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: var(--radius);
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--font-family);
    cursor: pointer;
    transition: var(--transition);
}

.contact-submit-btn:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
}

.contact-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.contact-submit-btn i {
    font-size: 0.9rem;
}

.form-message {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: var(--radius);
    font-size: 0.95rem;
}

.form-message.success {
    background-color: rgba(16, 185, 129, 0.2);
    border: 1px solid #10b981;
    color: #10b981;
}

.form-message.error {
    background-color: rgba(239, 68, 68, 0.2);
    border: 1px solid #ef4444;
    color: #ef4444;
}

/* Responsive for Widgets */
@media (max-width: 991px) {
    .hero-wrapper {
        flex-direction: column-reverse;
        text-align: center;
    }
    
    .hero-image {
        flex: none;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-title { font-size: 2rem; }
    
    .about-wrapper {
        flex-direction: column;
    }
    
    .about-content,
    .about-image {
        order: unset;
        flex: none;
        width: 100%;
    }
    
    .about-image {
        margin-top: 30px;
    }
    
    .about-buttons {
        justify-content: center;
    }
    
    .services-grid { grid-template-columns: repeat(4, 1fr); }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-info-row { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: repeat(3, 1fr); }
    
    .faq-wrapper {
        flex-direction: column;
    }
    
    .faq-image {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
        position: static;
    }
}

@media (max-width: 768px) {
    .hero-section { padding: 40px 0; }
    .hero-title { font-size: 1.75rem; }
    .hero-subtitle { font-size: 0.95rem; }
    .hero-btn { padding: 12px 20px; font-size: 0.9rem; }
    
    .about-section { padding: 50px 0; }
    .about-title { font-size: 1.75rem; }
    .about-buttons { flex-direction: column; align-items: center; gap: 15px; }
    .about-image { display: none; }
    
    .services-grid { grid-template-columns: repeat(3, 1fr); gap: 15px; }
    .service-card { padding: 20px 10px; }
    .service-icon { width: 50px; height: 50px; }
    .service-title { font-size: 0.85rem; }
    
    .features-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .testimonials-info-row { gap: 15px; }
    .testimonials-info-card { padding: 20px; flex-direction: column; text-align: center; }
    .info-card-image img { max-width: 80px; }
    .contact-wrapper { grid-template-columns: 1fr; }
    
    .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .blog-card-image { height: 150px; }
    .blog-title { font-size: 1.75rem; }
    
    .faq-section { padding: 50px 0; }
    .faq-title { font-size: 1.75rem; }
    .faq-image { display: none; }
    .faq-question { padding: 15px 20px; font-size: 0.95rem; }
    
    .cities-section { padding: 50px 0; }
    .cities-title { font-size: 1.5rem; }
    .cities-grid { gap: 25px; }
    .city-icon { width: 50px; height: 50px; }
    .city-icon i { font-size: 1.2rem; }
    .city-name { font-size: 0.9rem; }
    
    .contact-form-wrapper { flex-direction: column; }
    .contact-form-image { display: none; }
    .contact-form-content { padding: 40px 20px; }
    .contact-form-title { font-size: 1.5rem; }
    .contact-ajax-form .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 576px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: 1fr; }
}

/* ========================================
   Page Header & Content Styles
======================================== */
.page-header {
    background: linear-gradient(135deg, #1e3a5f 0%, #224676 100%);
    padding: 60px 0;
    text-align: center;
    margin-bottom: 0;
}

.page-header-content h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
    margin-bottom: 20px;
}

.breadcrumb-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.breadcrumb-item a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: var(--transition);
}

.breadcrumb-item a:hover {
    color: #4da6e8;
}

.breadcrumb-item a:hover i {
    color: #4da6e8;
}

.breadcrumb-item i {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
    margin: 0 2px;
}

.breadcrumb-current {
    color: #4da6e8;
}

.breadcrumb-current span {
    color: #4da6e8;
}

.breadcrumb-current i {
    color: #4da6e8;
}

/* Post Meta Header */
.post-meta-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    direction: ltr;
}

.post-meta-header .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 0.9rem;
    padding: 8px 18px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    transition: var(--transition);
    text-decoration: none;
}

.post-meta-header .meta-item i {
    color: #fff;
    font-size: 0.85rem;
}

.post-meta-header .meta-item span {
    color: #fff;
}

.post-meta-header .meta-city {
    background-color: rgba(255, 255, 255, 0.2);
}

.post-meta-header .meta-city:hover {
    background-color: var(--primary-color);
}

.page-header-content .archive-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Page Content */
.page-content {
    padding: 60px 0;
    background-color: #fff;
}

.page-content .container {
    max-width: 900px;
}

/* Content Typography */
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: var(--text-color);
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.page-content h1 {
    font-size: 2.25rem;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--primary-color);
}

.page-content h2 {
    font-size: 1.85rem;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
    position: relative;
}

.page-content h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 80px;
    height: 2px;
    background-color: var(--primary-color);
}

.page-content h3 {
    font-size: 1.5rem;
    color: #1e3a5f;
}

.page-content h4 {
    font-size: 1.25rem;
    color: var(--primary-color);
}

.page-content h5 {
    font-size: 1.1rem;
}

.page-content h6 {
    font-size: 1rem;
    color: var(--text-light);
}

.page-content p {
    font-size: 1.05rem;
    line-height: 2;
    color: var(--text-light);
    margin-bottom: 20px;
}

.page-content ul,
.page-content ol {
    margin: 20px 0;
    padding-right: 25px;
}

.page-content li {
    font-size: 1.05rem;
    line-height: 2;
    color: var(--text-light);
    margin-bottom: 10px;
}

.page-content ul li {
    list-style-type: disc;
}

.page-content ol li {
    list-style-type: decimal;
}

.page-content a {
    color: var(--primary-color);
    text-decoration: underline;
}

.page-content a:hover {
    color: #1e3a5f;
}

.page-content img {
    border-radius: var(--radius);
    margin: 25px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-content blockquote {
    background-color: #f8f9fa;
    border-right: 4px solid var(--primary-color);
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 0 var(--radius) var(--radius) 0;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--text-color);
}

.page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.page-content table th,
.page-content table td {
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    text-align: right;
}

.page-content table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: var(--text-color);
}

.page-content table tr:nth-child(even) {
    background-color: #fafafa;
}

/* Responsive Page Styles */
@media (max-width: 768px) {
    .page-header {
        padding: 40px 0;
    }
    
    .page-header-content h1 {
        font-size: 1.75rem;
    }
    
    .post-meta-header {
        display: none;
    }
    
    .page-content {
        padding: 40px 0;
    }
    
    .page-content h1 { font-size: 1.75rem; }
    .page-content h2 { font-size: 1.5rem; }
    .page-content h3 { font-size: 1.25rem; }
    .page-content h4 { font-size: 1.1rem; }
    
    .page-content p,
    .page-content li {
        font-size: 1rem;
    }
}

/* ========================================
   Share Buttons
======================================== */
.share-section {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.share-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background-color: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 20px 25px;
}

.share-title {
    font-size: 0.95rem;
    color: var(--primary-color);
    margin: 0;
    font-weight: 600;
    text-align: center;
}

.share-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    color: #fff !important;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    text-decoration: none !important;
}

.share-btn span {
    text-decoration: none !important;
    color: #fff !important;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #fff !important;
    text-decoration: none !important;
}

.share-btn i {
    font-size: 0.8rem;
    color: #fff !important;
}

.share-facebook {
    background-color: #1877f2;
}

.share-facebook:hover {
    background-color: #0d65d9;
}

.share-twitter {
    background-color: #000;
}

.share-twitter:hover {
    background-color: #333;
}

.share-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.share-instagram:hover {
    background: linear-gradient(45deg, #e6683c, #dc2743, #cc2366, #bc1888, #f09433);
}

.share-whatsapp {
    background-color: #25d366;
}

.share-whatsapp:hover {
    background-color: #1da851;
}

.share-telegram {
    background-color: #0088cc;
}

.share-telegram:hover {
    background-color: #006699;
}

.share-copy {
    background-color: #6b7280;
}

.share-copy:hover {
    background-color: #4b5563;
}

.share-copy.copied {
    background-color: #10b981;
}

.copy-message {
    display: none;
    margin-top: 15px;
    padding: 8px 20px;
    background-color: #10b981;
    color: #fff;
    border-radius: 20px;
    font-size: 0.9rem;
    text-align: center;
}

.copy-message.show {
    display: block;
    animation: fadeInUp 0.3s ease;
}

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

@media (max-width: 768px) {
    .share-wrapper {
        flex-direction: column;
        gap: 15px;
        border-radius: 15px;
        padding: 20px;
    }
    
    .share-title {
        order: -1;
    }
    
    .share-buttons {
        justify-content: center;
    }
    
    .share-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

/* ========================================
   Single Post Styles
======================================== */
.single-content {
    padding: 60px 0;
    background-color: #fff;
}

.single-article {
    background: #fff;
}

/* Featured Image */
.post-featured-image {
    margin-bottom: 30px;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Post Content */
.post-content {
    font-size: 1.05rem;
    line-height: 2;
    color: var(--text-light);
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    color: var(--text-color);
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.post-content h2 {
    font-size: 1.75rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e7eb;
    position: relative;
}

.post-content h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 60px;
    height: 2px;
    background-color: var(--primary-color);
}

.post-content h3 {
    font-size: 1.4rem;
    color: #1e3a5f;
}

.post-content h4 {
    font-size: 1.2rem;
    color: var(--primary-color);
}

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

.post-content ul,
.post-content ol {
    margin: 20px 0;
    padding-right: 25px;
}

.post-content li {
    margin-bottom: 10px;
    line-height: 1.9;
}

.post-content ul li {
    list-style-type: disc;
}

.post-content ol li {
    list-style-type: decimal;
}

.post-content a {
    color: var(--primary-color);
    text-decoration: underline;
}

.post-content a:hover {
    color: #1e3a5f;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius);
    margin: 20px auto;
    display: block;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.post-content figure {
    margin: 25px 0;
    max-width: 100%;
}

.post-content figure img {
    margin-bottom: 10px;
}

.post-content figcaption,
.post-content .wp-caption-text {
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-light);
    font-style: italic;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-radius: 0 0 var(--radius) var(--radius);
    margin-top: -5px;
}

.post-content .wp-caption {
    max-width: 100%;
    margin: 25px 0;
}

.post-content .aligncenter {
    display: block;
    margin: 20px auto;
}

.post-content .alignleft {
    float: right;
    margin: 10px 0 10px 20px;
}

.post-content .alignright {
    float: left;
    margin: 10px 20px 10px 0;
}

.post-content blockquote {
    background-color: #f8f9fa;
    border-right: 4px solid var(--primary-color);
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 0 var(--radius) var(--radius) 0;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--text-color);
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.post-content table th,
.post-content table td {
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    text-align: right;
}

.post-content table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

/* Post Footer - Categories & Tags */
.post-footer {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 25px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.post-categories,
.post-cities,
.post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.post-categories strong,
.post-cities strong,
.post-tags strong {
    color: var(--text-color);
    font-size: 0.95rem;
}

.post-categories a,
.post-cities a,
.post-tags a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #f3f4f6;
    color: var(--text-color);
    border-radius: 20px;
    font-size: 0.85rem;
    transition: var(--transition);
    text-decoration: none;
}

.post-categories a:hover,
.post-cities a:hover,
.post-tags a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* Post Navigation */
.post-navigation {
    margin-top: 40px;
    padding: 25px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
    max-width: 48%;
}

.post-navigation .nav-next {
    text-align: left;
}

.post-navigation a {
    display: block;
    padding: 15px 20px;
    background-color: #f8f9fa;
    border-radius: var(--radius);
    transition: var(--transition);
    text-decoration: none;
}

.post-navigation a:hover {
    background-color: var(--primary-color);
}

.post-navigation a:hover .nav-subtitle,
.post-navigation a:hover .nav-title {
    color: #fff;
}

.post-navigation .nav-subtitle {
    display: block;
    font-size: 0.8rem;
    color: var(--text-light);
    margin-bottom: 5px;
}

.post-navigation .nav-title {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.5;
}

/* Page Links (Pagination within post) */
.page-links {
    margin: 30px 0;
    padding: 15px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-links a,
.page-links span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #f3f4f6;
    border-radius: var(--radius);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-color);
    transition: var(--transition);
}

.page-links a:hover,
.page-links span.current {
    background-color: var(--primary-color);
    color: #fff;
}

/* Sidebar */
.sidebar .widget {
    background: #f8f9fa;
    padding: 25px;
    border-radius: var(--radius-lg);
    margin-bottom: 25px;
}

.sidebar .widget-title {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
}

.sidebar .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .widget li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
}

.sidebar .widget li:last-child {
    border-bottom: none;
}

.sidebar .widget a {
    color: var(--text-color);
    transition: var(--transition);
    text-decoration: none;
}

.sidebar .widget a:hover {
    color: var(--primary-color);
    padding-right: 5px;
}

/* Comments */
.comments-area {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.comments-title {
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 30px;
}

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

.comment {
    padding: 20px;
    background: #f8f9fa;
    border-radius: var(--radius);
    margin-bottom: 20px;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.comment-author img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.comment-author .fn {
    font-weight: 600;
    color: var(--text-color);
}

.comment-meta {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 10px;
}

.comment-content p {
    margin: 0;
    color: var(--text-light);
    line-height: 1.8;
}

.reply a {
    font-size: 0.85rem;
    color: var(--primary-color);
}

/* Comment Form */
.comment-respond {
    margin-top: 40px;
}

.comment-reply-title {
    font-size: 1.3rem;
    color: var(--text-color);
    margin-bottom: 20px;
}

.comment-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-color);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius);
    font-family: var(--font-family);
    font-size: 0.95rem;
    margin-bottom: 20px;
    transition: var(--transition);
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.comment-form .submit {
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: var(--radius);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.comment-form .submit:hover {
    background-color: #1d4ed8;
}

/* Responsive Single Post */
@media (max-width: 991px) {
    .single-content .col-lg-8 {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .single-content {
        padding: 40px 0;
    }
    
    .post-content h2 { font-size: 1.5rem; }
    .post-content h3 { font-size: 1.25rem; }
    
    .post-footer {
        margin-top: 30px;
    }
    
    .post-navigation .nav-links {
        flex-direction: column;
    }
    
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        max-width: 100%;
        text-align: right;
    }
}


/* ========================================
   Sidebar Posts Widget
======================================== */
.widget {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.widget-title {
    font-size: 1.2rem;
    color: var(--text-color);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-color);
    position: relative;
}

.sidebar-posts-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar-post-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: var(--bg-light);
    border-radius: var(--radius);
    transition: var(--transition);
    text-decoration: none;
}

.sidebar-post-item:hover {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(77, 166, 232, 0.12) 100%);
    transform: translateX(-5px);
}

.sidebar-post-thumb {
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    border-radius: var(--radius);
    overflow: hidden;
}

.sidebar-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.sidebar-post-item:hover .sidebar-post-thumb img {
    transform: scale(1.1);
}

.sidebar-post-no-thumb {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #4da6e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
}

.sidebar-post-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 75px;
}

.sidebar-post-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 8px 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: var(--transition);
}

.sidebar-post-item:hover .sidebar-post-title {
    color: var(--primary-color);
}

.sidebar-post-date {
    font-size: 0.8rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 5px;
}

.sidebar-post-date i {
    color: var(--primary-color);
    font-size: 0.75rem;
}

/* Sidebar Responsive */
@media (max-width: 991px) {
    .widget {
        padding: 20px;
    }
    
    .sidebar-post-thumb {
        width: 65px;
        height: 65px;
    }
    
    .sidebar-post-info {
        min-height: 65px;
    }
}

@media (max-width: 768px) {
    .sidebar-post-item {
        padding: 10px;
    }
    
    .sidebar-post-thumb {
        width: 60px;
        height: 60px;
    }
    
    .sidebar-post-info {
        min-height: 60px;
    }
    
    .sidebar-post-title {
        font-size: 0.9rem;
    }
}


/* ========================================
   Sidebar Search Widget
======================================== */
.sidebar-search-wrapper {
    position: relative;
}

.sidebar-search-form {
    margin-bottom: 0;
}

.sidebar-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(77, 166, 232, 0.08) 100%);
    border-radius: 50px;
    padding: 4px;
    transition: var(--transition);
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.1);
}

.sidebar-search-input-wrapper:focus-within {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(77, 166, 232, 0.12) 100%);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
    transform: translateY(-2px);
}

.sidebar-search-field {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 20px;
    font-size: 0.95rem;
    font-family: var(--font-family);
    color: var(--text-color);
    outline: none;
    border-radius: 50px;
}

.sidebar-search-field::placeholder {
    color: var(--text-light);
}

.sidebar-search-submit {
    width: 45px;
    height: 45px;
    border: none;
    background: linear-gradient(135deg, var(--primary-color) 0%, #4da6e8 100%);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: var(--transition);
    flex-shrink: 0;
}

.sidebar-search-submit:hover {
    background: linear-gradient(135deg, #1e40af 0%, var(--primary-color) 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.sidebar-search-submit:active {
    transform: scale(0.95);
}

.sidebar-search-submit i {
    transition: var(--transition);
}

.sidebar-search-submit:hover i {
    transform: scale(1.1);
}

/* Popular Search Tags */
.sidebar-search-tags {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.search-tags-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 12px;
}

.search-tags-label i {
    color: var(--primary-color);
    font-size: 0.9rem;
}

.search-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.search-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: var(--bg-light);
    color: var(--text-color);
    font-size: 0.8rem;
    border-radius: 20px;
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid transparent;
}

.search-tag:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 99, 235, 0.2);
}

/* Animation for search button */
@keyframes pulse-search {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(37, 99, 235, 0);
    }
}

.sidebar-search-submit:focus {
    animation: pulse-search 1s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar-search-field {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    
    .sidebar-search-submit {
        width: 42px;
        height: 42px;
        font-size: 0.95rem;
    }
    
    .search-tag {
        padding: 5px 12px;
        font-size: 0.75rem;
    }
}


/* ========================================
   Sidebar Categories Widget
======================================== */
.sidebar-categories-wrapper {
    position: relative;
}

/* List Style */
.sidebar-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-category-item {
    margin-bottom: 8px;
}

.sidebar-category-item .category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: var(--bg-light);
    border-radius: var(--radius);
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid transparent;
}

.sidebar-category-item .category-link:hover {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(77, 166, 232, 0.12) 100%);
    border-color: var(--primary-color);
    transform: translateX(-5px);
}

.sidebar-category-item .category-icon {
    color: var(--primary-color);
    font-size: 0.75rem;
    margin-left: 10px;
    transition: var(--transition);
}

.sidebar-category-item .category-link:hover .category-icon {
    transform: translateX(-3px);
}

.sidebar-category-item .category-name {
    flex: 1;
    color: var(--text-color);
    font-size: 0.95rem;
    font-weight: 500;
}

.sidebar-category-item .category-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 14px;
    transition: var(--transition);
}

.sidebar-category-item .category-link:hover .category-count {
    background: #1e40af;
    transform: scale(1.1);
}

/* Grid Style */
.sidebar-categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sidebar-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 12px;
    background: linear-gradient(135deg, var(--bg-light) 0%, #f9fafb 100%);
    border-radius: var(--radius-lg);
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid transparent;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sidebar-category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color) 0%, #4da6e8 100%);
    transform: scaleX(0);
    transition: var(--transition);
}

.sidebar-category-card:hover::before {
    transform: scaleX(1);
}

.sidebar-category-card:hover {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(77, 166, 232, 0.08) 100%);
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
}

.sidebar-category-card .category-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color) 0%, #4da6e8 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 1.1rem;
    margin-bottom: 10px;
    transition: var(--transition);
}

.sidebar-category-card:hover .category-icon {
    transform: rotate(10deg) scale(1.1);
}

.sidebar-category-card .category-name {
    color: var(--text-color);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.sidebar-category-card .category-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 12px;
}

/* Badges Style */
.sidebar-categories-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sidebar-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: var(--bg-light);
    color: var(--text-color);
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 25px;
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid transparent;
}

.sidebar-category-badge:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.sidebar-category-badge i {
    font-size: 0.8rem;
    transition: var(--transition);
}

.sidebar-category-badge:hover i {
    transform: rotate(10deg);
}

.sidebar-category-badge .badge-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: rgba(37, 99, 235, 0.15);
    color: var(--primary-color);
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 10px;
    margin-right: 4px;
    transition: var(--transition);
}

.sidebar-category-badge:hover .badge-count {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sidebar-category-item,
.sidebar-category-card,
.sidebar-category-badge {
    animation: fadeInUp 0.3s ease-out backwards;
}

.sidebar-category-item:nth-child(1) { animation-delay: 0.05s; }
.sidebar-category-item:nth-child(2) { animation-delay: 0.1s; }
.sidebar-category-item:nth-child(3) { animation-delay: 0.15s; }
.sidebar-category-item:nth-child(4) { animation-delay: 0.2s; }
.sidebar-category-item:nth-child(5) { animation-delay: 0.25s; }

.sidebar-category-card:nth-child(1) { animation-delay: 0.05s; }
.sidebar-category-card:nth-child(2) { animation-delay: 0.1s; }
.sidebar-category-card:nth-child(3) { animation-delay: 0.15s; }
.sidebar-category-card:nth-child(4) { animation-delay: 0.2s; }
.sidebar-category-card:nth-child(5) { animation-delay: 0.25s; }
.sidebar-category-card:nth-child(6) { animation-delay: 0.3s; }

/* Responsive */
@media (max-width: 768px) {
    .sidebar-categories-grid {
        grid-template-columns: 1fr;
    }
    
    .sidebar-category-card {
        padding: 16px 10px;
    }
    
    .sidebar-category-card .category-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .sidebar-category-item .category-link {
        padding: 10px 14px;
    }
    
    .sidebar-category-badge {
        padding: 6px 14px;
        font-size: 0.8rem;
    }
}


/* ========================================
   Sidebar Cities Widget
======================================== */
.sidebar-cities-wrapper {
    position: relative;
}

/* List Style */
.sidebar-cities-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-city-item {
    margin-bottom: 8px;
}

.sidebar-city-item .city-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: var(--radius);
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.sidebar-city-item .city-link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #f59e0b 0%, #d97706 100%);
    transform: scaleY(0);
    transition: var(--transition);
}

.sidebar-city-item .city-link:hover::before {
    transform: scaleY(1);
}

.sidebar-city-item .city-link:hover {
    background: linear-gradient(135deg, #fde68a 0%, #fcd34d 100%);
    border-color: #f59e0b;
    transform: translateX(-5px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.25);
}

.sidebar-city-item .city-icon {
    color: #f59e0b;
    font-size: 1rem;
    margin-left: 10px;
    transition: var(--transition);
    display: flex;
    align-items: center;
}

.sidebar-city-item .city-link:hover .city-icon {
    transform: translateY(-2px);
    color: #d97706;
}

.sidebar-city-item .city-name {
    flex: 1;
    color: var(--text-color);
    font-size: 0.95rem;
    font-weight: 500;
}

.sidebar-city-item .city-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    background: #f59e0b;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 14px;
    transition: var(--transition);
}

.sidebar-city-item .city-link:hover .city-count {
    background: #d97706;
    transform: scale(1.1);
}

/* Grid Style */
.sidebar-cities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sidebar-city-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 12px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: var(--radius-lg);
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid transparent;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sidebar-city-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
    transform: scaleX(0);
    transition: var(--transition);
}

.sidebar-city-card:hover::before {
    transform: scaleX(1);
}

.sidebar-city-card:hover {
    background: linear-gradient(135deg, #fde68a 0%, #fcd34d 100%);
    border-color: #f59e0b;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.25);
}

.sidebar-city-card .city-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 1.1rem;
    margin-bottom: 10px;
    transition: var(--transition);
}

.sidebar-city-card:hover .city-icon {
    transform: rotate(-10deg) scale(1.1);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.sidebar-city-card .city-name {
    color: var(--text-color);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.sidebar-city-card .city-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    background: #f59e0b;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 12px;
}

/* Badges Style */
.sidebar-cities-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sidebar-city-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: var(--text-color);
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 25px;
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid transparent;
}

.sidebar-city-badge:hover {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: #fff;
    border-color: #f59e0b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.sidebar-city-badge i {
    font-size: 0.8rem;
    transition: var(--transition);
}

.sidebar-city-badge:hover i {
    transform: scale(1.2);
}

.sidebar-city-badge .badge-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: rgba(245, 158, 11, 0.2);
    color: #d97706;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 10px;
    margin-right: 4px;
    transition: var(--transition);
}

.sidebar-city-badge:hover .badge-count {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* Animation */
.sidebar-city-item,
.sidebar-city-card,
.sidebar-city-badge {
    animation: fadeInUp 0.3s ease-out backwards;
}

.sidebar-city-item:nth-child(1) { animation-delay: 0.05s; }
.sidebar-city-item:nth-child(2) { animation-delay: 0.1s; }
.sidebar-city-item:nth-child(3) { animation-delay: 0.15s; }
.sidebar-city-item:nth-child(4) { animation-delay: 0.2s; }
.sidebar-city-item:nth-child(5) { animation-delay: 0.25s; }
.sidebar-city-item:nth-child(6) { animation-delay: 0.3s; }

.sidebar-city-card:nth-child(1) { animation-delay: 0.05s; }
.sidebar-city-card:nth-child(2) { animation-delay: 0.1s; }
.sidebar-city-card:nth-child(3) { animation-delay: 0.15s; }
.sidebar-city-card:nth-child(4) { animation-delay: 0.2s; }
.sidebar-city-card:nth-child(5) { animation-delay: 0.25s; }
.sidebar-city-card:nth-child(6) { animation-delay: 0.3s; }

/* Responsive */
@media (max-width: 768px) {
    .sidebar-cities-grid {
        grid-template-columns: 1fr;
    }
    
    .sidebar-city-card {
        padding: 16px 10px;
    }
    
    .sidebar-city-card .city-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .sidebar-city-item .city-link {
        padding: 10px 14px;
    }
    
    .sidebar-city-badge {
        padding: 6px 14px;
        font-size: 0.8rem;
    }
}


/* ========================================
   Sidebar Container Styling
======================================== */
.widget-area.sidebar,
#secondary.sidebar {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    padding: 25px;
    border-radius: var(--radius-lg);
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Add spacing between widgets in sidebar */
.widget-area.sidebar .widget {
    margin-bottom: 25px;
}

.widget-area.sidebar .widget:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .widget-area.sidebar,
    #secondary.sidebar {
        padding: 20px;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .widget-area.sidebar,
    #secondary.sidebar {
        padding: 15px;
        margin-top: 30px;
    }
}


/* ========================================
   Sticky Sidebar Support
======================================== */
.widget-area.sidebar,
#secondary.sidebar {
    transition: none; /* Disable transition for smooth sticky behavior */
}

/* Ensure sidebar parent has relative positioning */
.content-area {
    position: relative;
}

/* Smooth transition when sidebar becomes sticky */
.widget-area.sidebar.is-sticky,
#secondary.sidebar.is-sticky {
    z-index: 100;
}

/* Prevent layout shift when sidebar becomes fixed */
@media (min-width: 992px) {
    .has-sidebar .content-area {
        display: flex;
        gap: 30px;
        align-items: flex-start;
    }
    
    .has-sidebar .site-main {
        flex: 1;
        min-width: 0;
    }
    
    .has-sidebar .widget-area.sidebar,
    .has-sidebar #secondary.sidebar {
        flex: 0 0 350px;
        width: 350px;
    }
}


/* ========================================
   Post FAQ Section
======================================== */
.post-faq-section {
    margin: 50px 0;
    padding: 40px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: var(--radius-lg);
    border: 2px solid #bae6fd;
}

.post-faq-header {
    text-align: center;
    margin-bottom: 35px;
}

.post-faq-title {
    font-size: 2rem;
    color: var(--text-color);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.post-faq-title i {
    color: var(--primary-color);
    font-size: 1.8rem;
}

.post-faq-subtitle {
    color: var(--text-light);
    font-size: 1rem;
    margin: 0;
}

.post-faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.post-faq-item {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

.post-faq-item:hover {
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.15);
}

.post-faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    cursor: pointer;
    background: #fff;
    transition: var(--transition);
    position: relative;
}

.post-faq-question::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--primary-color) 0%, #4da6e8 100%);
    transform: scaleY(0);
    transition: var(--transition);
}

.post-faq-item.active .post-faq-question::before {
    transform: scaleY(1);
}

.post-faq-item:hover .post-faq-question {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.03) 0%, rgba(77, 166, 232, 0.05) 100%);
}

.post-faq-item.active .post-faq-question {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(77, 166, 232, 0.08) 100%);
}

.faq-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #4da6e8 100%);
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: var(--transition);
}

.post-faq-item.active .faq-number {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.post-faq-question h3 {
    flex: 1;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.6;
}

.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--bg-light);
    border-radius: 50%;
    flex-shrink: 0;
    transition: var(--transition);
}

.faq-icon i {
    color: var(--primary-color);
    font-size: 1rem;
    transition: var(--transition);
}

.post-faq-item.active .faq-icon {
    background: var(--primary-color);
}

.post-faq-item.active .faq-icon i {
    color: #fff;
    transform: rotate(45deg);
}

.post-faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.post-faq-item.active .post-faq-answer {
    padding: 0 25px 25px 25px;
    max-height: 500px;
}

.post-faq-answer p {
    margin: 0;
    padding: 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: var(--radius);
    color: var(--text-color);
    line-height: 1.9;
    font-size: 0.95rem;
    border-right: 3px solid var(--primary-color);
}

/* Animation */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.post-faq-item {
    animation: fadeInScale 0.4s ease-out backwards;
}

.post-faq-item:nth-child(1) { animation-delay: 0.1s; }
.post-faq-item:nth-child(2) { animation-delay: 0.15s; }
.post-faq-item:nth-child(3) { animation-delay: 0.2s; }
.post-faq-item:nth-child(4) { animation-delay: 0.25s; }
.post-faq-item:nth-child(5) { animation-delay: 0.3s; }
.post-faq-item:nth-child(6) { animation-delay: 0.35s; }

/* Responsive */
@media (max-width: 768px) {
    .post-faq-section {
        padding: 25px 20px;
        margin: 30px 0;
    }
    
    .post-faq-title {
        font-size: 1.5rem;
        flex-direction: column;
        gap: 8px;
    }
    
    .post-faq-title i {
        font-size: 1.5rem;
    }
    
    .post-faq-subtitle {
        font-size: 0.9rem;
    }
    
    .post-faq-question {
        padding: 15px 18px;
        gap: 12px;
    }
    
    .faq-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .post-faq-question h3 {
        font-size: 1rem;
    }
    
    .faq-icon {
        width: 30px;
        height: 30px;
    }
    
    .post-faq-answer {
        padding: 0 18px;
    }
    
    .post-faq-item.active .post-faq-answer {
        padding: 0 18px 20px 18px;
    }
    
    .post-faq-answer p {
        padding: 15px;
        font-size: 0.9rem;
    }
}


/* ========================================
   CTA Box Shortcode
======================================== */
.cta-box-shortcode {
    background: linear-gradient(135deg, #1e3a5f 0%, #224676 100%);
    border-radius: 20px;
    padding: 40px 50px;
    margin: 40px 0;
    box-shadow: 0 8px 25px rgba(30, 58, 95, 0.3);
    position: relative;
    overflow: hidden;
    font-family: var(--font-family);
}

/* Animated Background Shapes */
.cta-box-shortcode::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(77, 166, 232, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: -150px;
    right: -100px;
    animation: float-shape 8s ease-in-out infinite;
}

.cta-box-shortcode::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(46, 204, 113, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -100px;
    left: -50px;
    animation: float-shape 10s ease-in-out infinite reverse;
}

@keyframes float-shape {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, -20px) scale(1.1);
    }
}

.cta-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.cta-box-icon {
    display: none;
}

.cta-box-text {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.cta-box-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0 0 12px 0;
    font-family: var(--font-family);
    line-height: 1.4;
}

.cta-box-description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    line-height: 1.7;
    font-family: var(--font-family);
}

.cta-box-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.cta-box-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: var(--font-family);
    color: #fff !important;
}

.cta-box-btn:hover,
.cta-box-btn:focus,
.cta-box-btn:active,
.cta-box-btn:visited {
    text-decoration: none !important;
    color: #fff !important;
}

.cta-box-btn i {
    font-size: 1.3rem;
    color: #fff !important;
    text-decoration: none !important;
}

.cta-box-btn span {
    color: #fff !important;
    text-decoration: none !important;
}

.cta-btn-phone {
    background: #5dade2;
    color: #fff !important;
    text-decoration: none !important;
}

.cta-btn-phone:hover,
.cta-btn-phone:focus,
.cta-btn-phone:active {
    background: #3498db;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(52, 152, 219, 0.4);
    color: #fff !important;
    text-decoration: none !important;
}

.cta-btn-whatsapp {
    background: #2ecc71;
    color: #fff !important;
    text-decoration: none !important;
}

.cta-btn-whatsapp:hover,
.cta-btn-whatsapp:focus,
.cta-btn-whatsapp:active {
    background: #27ae60;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(46, 204, 113, 0.4);
    color: #fff !important;
    text-decoration: none !important;
}

/* Responsive Design */
@media (max-width: 991px) {
    .cta-box-shortcode {
        padding: 35px 40px;
    }
    
    .cta-box-icon {
        width: 70px;
        height: 70px;
        left: 40px;
    }
    
    .cta-box-icon i {
        font-size: 2rem;
    }
    
    .cta-box-title {
        font-size: 1.4rem;
    }
    
    .cta-box-description {
        font-size: 1rem;
    }
    
    .cta-box-btn {
        padding: 13px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .cta-box-shortcode {
        padding: 30px 25px;
        margin: 30px 0;
    }
    
    .cta-box-content {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .cta-box-icon {
        position: static;
        transform: none;
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    
    .cta-box-icon i {
        font-size: 1.8rem;
    }
    
    .cta-box-text {
        padding: 0;
    }
    
    .cta-box-title {
        font-size: 1.3rem;
    }
    
    .cta-box-description {
        font-size: 0.95rem;
    }
    
    .cta-box-buttons {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    
    .cta-box-btn {
        width: 100%;
        padding: 14px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .cta-box-shortcode {
        padding: 25px 20px;
    }
    
    .cta-box-icon {
        width: 60px;
        height: 60px;
    }
    
    .cta-box-icon i {
        font-size: 1.6rem;
    }
    
    .cta-box-title {
        font-size: 1.15rem;
    }
    
    .cta-box-description {
        font-size: 0.9rem;
    }
    
    .cta-box-btn {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
    
    .cta-box-btn i {
        font-size: 1.2rem;
    }
}



/* ========================================
   Archive & Search Pages - Blog Cards
======================================== */
.archive-grid {
    margin-bottom: 40px;
}

.blog-card-no-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--bg-light) 0%, #e5e7eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 3rem;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border-color);
}

.blog-card-meta .meta-date,
.blog-card-meta .meta-city {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.85rem;
    color: var(--text-light);
}

.blog-card-meta i {
    color: var(--primary-color);
    font-size: 0.8rem;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 15px;
    background: #fff;
    border: 2px solid var(--border-color);
    border-radius: var(--radius);
    color: var(--text-color);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}

.pagination .page-numbers:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
}

.pagination .page-numbers.current {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.pagination .page-numbers.dots {
    border: none;
    background: transparent;
}

.pagination .page-numbers.dots:hover {
    transform: none;
}

.pagination .prev,
.pagination .next {
    gap: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .pagination .page-numbers {
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
        font-size: 0.9rem;
    }
}


/* ========================================
   Full Width Archive Grid (No Sidebar)
======================================== */
.archive-page .archive-grid,
.search-results .archive-grid,
.site-main .archive-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive for full width grid */
@media (max-width: 991px) {
    .archive-page .archive-grid,
    .search-results .archive-grid,
    .site-main .archive-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .archive-page .archive-grid,
    .search-results .archive-grid,
    .site-main .archive-grid {
        grid-template-columns: 1fr;
    }
}


/* ========================================
   Blog Page Template
======================================== */
.blog-page-template .blog-content {
    background: var(--bg-light);
}

.blog-page-template .archive-grid {
    background: transparent;
}

.blog-page-template .page-header {
    margin-bottom: 0;
}

/* Blog page specific styling */
.blog-page-template .blog-card {
    height: 100%;
}

.blog-page-template .blog-card-link {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-page-template .blog-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-page-template .blog-card-excerpt {
    flex: 1;
}


/* ========================================
   Cities Page Template
======================================== */
.cities-page-template .cities-content {
    background: var(--bg-light);
}

.ctp-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.ctp-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 25px 30px;
    background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
    border: 2px solid #e5e7eb;
    border-radius: var(--radius-lg);
    text-decoration: none;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.ctp-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #f59e0b 0%, #fbbf24 100%);
    transform: scaleY(0);
    transition: var(--transition);
}

.ctp-item:hover::before {
    transform: scaleY(1);
}

.ctp-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(251, 191, 36, 0.08) 100%);
    opacity: 0;
    transition: var(--transition);
}

.ctp-item:hover::after {
    opacity: 1;
}

.ctp-item:hover {
    border-color: #f59e0b;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.2);
}

.ctp-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-color);
    position: relative;
    z-index: 1;
    transition: var(--transition);
    flex: 1;
}

.ctp-item:hover .ctp-name {
    color: #d97706;
}

.ctp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
    flex-shrink: 0;
}

.ctp-item:hover .ctp-icon {
    transform: rotate(-15deg) scale(1.15);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
}

/* Cities page content */
.ctp-page-content {
    margin-top: 50px;
    padding: 40px;
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.ctp-page-content h2,
.ctp-page-content h3 {
    color: var(--text-color);
    margin-bottom: 20px;
}

.ctp-page-content p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 15px;
}

/* No cities message */
.ctp-no-cities {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.ctp-no-cities i {
    font-size: 4rem;
    color: var(--text-light);
    margin-bottom: 20px;
    opacity: 0.5;
}

.ctp-no-cities p {
    font-size: 1.2rem;
    color: var(--text-light);
    margin: 0;
}

/* Animation */
.ctp-item {
    animation: fadeInUp 0.4s ease-out backwards;
}

.ctp-item:nth-child(1) { animation-delay: 0.05s; }
.ctp-item:nth-child(2) { animation-delay: 0.1s; }
.ctp-item:nth-child(3) { animation-delay: 0.15s; }
.ctp-item:nth-child(4) { animation-delay: 0.2s; }
.ctp-item:nth-child(5) { animation-delay: 0.25s; }
.ctp-item:nth-child(6) { animation-delay: 0.3s; }
.ctp-item:nth-child(7) { animation-delay: 0.35s; }
.ctp-item:nth-child(8) { animation-delay: 0.4s; }
.ctp-item:nth-child(9) { animation-delay: 0.45s; }
.ctp-item:nth-child(10) { animation-delay: 0.5s; }

/* Responsive */
@media (max-width: 768px) {
    .ctp-list-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 15px;
    }
    
    .ctp-item {
        padding: 20px 25px;
        gap: 12px;
    }
    
    .ctp-name {
        font-size: 1.05rem;
    }
    
    .ctp-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .ctp-page-content {
        padding: 25px 20px;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .ctp-list-wrapper {
        grid-template-columns: 1fr;
    }
    
    .ctp-item {
        padding: 18px 20px;
    }
    
    .ctp-icon {
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }
}


/* ========================================
   Services Page Template
======================================== */
.services-page-template {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Services Page Intro */
.sp-intro {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.sp-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #4da6e8 50%, #2563eb 100%);
    background-size: 200% 100%;
    animation: gradient-shift 3s ease infinite;
}

.sp-intro h2,
.sp-intro h3 {
    color: var(--text-color);
    margin-bottom: 15px;
    font-size: 2rem;
}

.sp-intro p {
    color: var(--text-light);
    line-height: 1.9;
    font-size: 1.05rem;
    margin-bottom: 10px;
}

/* Services Page Grid */
.sp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

/* Services Page Card */
.sp-card {
    background: #ffffff;
    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;
    border: 2px solid transparent;
}

.sp-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2563eb 0%, #4da6e8 100%);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.sp-card:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.sp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.15);
    border-color: rgba(37, 99, 235, 0.1);
}

/* Services Page Card Header */
.sp-card-header {
    padding: 25px 20px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 2px solid #f1f5f9;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
}

.sp-card-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 30px;
    right: 30px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #2563eb 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.sp-card:hover .sp-card-header::after {
    opacity: 1;
}

/* Services Page Icon */
.sp-icon {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb 0%, #4da6e8 100%);
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(37, 99, 235, 0.25);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.sp-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.sp-card:hover .sp-icon::before {
    opacity: 1;
}

.sp-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.4s ease;
}

.sp-card:hover .sp-icon img {
    transform: scale(1.1) rotate(-5deg);
}

.sp-icon-default {
    background: linear-gradient(135deg, #64748b 0%, #94a3b8 100%);
}

.sp-icon-default i {
    font-size: 1.5rem;
    color: #ffffff;
    transition: transform 0.4s ease;
}

.sp-card:hover .sp-icon-default i {
    transform: scale(1.1) rotate(-5deg);
}

/* Services Page Header Content */
.sp-header-content {
    flex: 1;
}

.sp-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 6px 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.sp-card:hover .sp-title {
    color: #2563eb;
}

.sp-description {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Services Page Count */
.sp-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    padding: 10px;
    background: linear-gradient(135deg, #2563eb 0%, #4da6e8 100%);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
    transition: all 0.4s ease;
}

.sp-card:hover .sp-count {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.sp-count-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 3px;
}

.sp-count-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

/* Services Page Posts */
.sp-posts {
    padding: 15px 20px;
    background: #ffffff;
}

.sp-post-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border: 2px solid #f1f5f9;
    border-radius: var(--radius);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sp-post-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #2563eb 0%, #4da6e8 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.sp-post-item:hover::before {
    transform: scaleY(1);
}

.sp-post-item:last-child {
    margin-bottom: 0;
}

.sp-post-item:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-color: #2563eb;
    transform: translateX(-5px);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.1);
}

/* Services Page Post Icon */
.sp-post-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.sp-post-icon i {
    font-size: 0.95rem;
    color: #2563eb;
    transition: transform 0.3s ease;
}

.sp-post-item:hover .sp-post-icon {
    background: linear-gradient(135deg, #2563eb 0%, #4da6e8 100%);
    transform: scale(1.1);
}

.sp-post-item:hover .sp-post-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

/* Services Page Post Content */
.sp-post-content {
    flex: 1;
}

.sp-post-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 5px 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.sp-post-item:hover .sp-post-title {
    color: #2563eb;
}

.sp-post-date {
    font-size: 0.75rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 5px;
}

.sp-post-date i {
    font-size: 0.7rem;
}

/* Services Page Post Arrow */
.sp-post-arrow {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.sp-post-arrow i {
    font-size: 0.85rem;
    color: var(--text-light);
    transition: all 0.3s ease;
}

.sp-post-item:hover .sp-post-arrow {
    background: #2563eb;
}

.sp-post-item:hover .sp-post-arrow i {
    color: #ffffff;
    transform: translateX(-3px);
}

/* Services Page Card Footer */
.sp-card-footer {
    padding: 15px 20px 18px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-top: 2px solid #f1f5f9;
}

.sp-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 25px;
    background: linear-gradient(135deg, #2563eb 0%, #4da6e8 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
}

.sp-view-all:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
    color: #ffffff;
}

.sp-view-all i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.sp-view-all:hover i {
    transform: translateX(-3px);
}

/* No Services Message */
.sp-no-services {
    text-align: center;
    padding: 100px 20px;
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.sp-no-services i {
    font-size: 5rem;
    color: var(--text-light);
    margin-bottom: 25px;
    opacity: 0.4;
}

.sp-no-services p {
    font-size: 1.3rem;
    color: var(--text-light);
    margin: 0;
}

/* Services Page CTA Section */
.sp-cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #1e3a5f 0%, #224676 100%);
    position: relative;
    overflow: hidden;
}

.sp-cta-section::before,
.sp-cta-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(77, 166, 232, 0.1) 0%, transparent 70%);
}

.sp-cta-section::before {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -150px;
    animation: float-shape 10s ease-in-out infinite;
}

.sp-cta-section::after {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -100px;
    animation: float-shape 12s ease-in-out infinite reverse;
}

.sp-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 50px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.sp-cta-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb 0%, #4da6e8 100%);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
    animation: pulse-icon 2s ease-in-out infinite;
}

.sp-cta-icon i {
    font-size: 2.2rem;
    color: #ffffff;
}

.sp-cta-text {
    flex: 1;
}

.sp-cta-text h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.sp-cta-text p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
}

.sp-cta-buttons {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.sp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.sp-cta-btn i {
    font-size: 1.2rem;
}

.sp-cta-btn.btn-phone {
    background: #ffffff;
    color: #2563eb;
}

.sp-cta-btn.btn-phone:hover {
    background: #f8fafc;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
    color: #1d4ed8;
}

.sp-cta-btn.btn-whatsapp {
    background: #2ecc71;
    color: #ffffff;
}

.sp-cta-btn.btn-whatsapp:hover {
    background: #27ae60;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(46, 204, 113, 0.4);
    color: #ffffff;
}

/* Animation */
.sp-card {
    animation: fadeInUp 0.6s ease-out backwards;
}

.sp-card:nth-child(1) { animation-delay: 0.1s; }
.sp-card:nth-child(2) { animation-delay: 0.2s; }
.sp-card:nth-child(3) { animation-delay: 0.3s; }
.sp-card:nth-child(4) { animation-delay: 0.4s; }
.sp-card:nth-child(5) { animation-delay: 0.5s; }
.sp-card:nth-child(6) { animation-delay: 0.6s; }

/* Responsive */
@media (max-width: 1200px) {
    .sp-grid {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 991px) {
    .sp-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .sp-intro {
        padding: 30px 25px;
        margin-bottom: 40px;
    }
    
    .sp-intro h2,
    .sp-intro h3 {
        font-size: 1.6rem;
    }
    
    .sp-cta-content {
        flex-direction: column;
        text-align: center;
        padding: 35px 30px;
        gap: 25px;
    }
    
    .sp-cta-text h3 {
        font-size: 1.5rem;
    }
    
    .sp-cta-buttons {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .sp-card-header {
        flex-wrap: wrap;
        padding: 25px 20px 20px;
    }
    
    .sp-icon {
        width: 60px;
        height: 60px;
    }
    
    .sp-icon img {
        width: 35px;
        height: 35px;
    }
    
    .sp-icon-default i {
        font-size: 1.7rem;
    }
    
    .sp-title {
        font-size: 1.3rem;
    }
    
    .sp-count {
        min-width: 60px;
        padding: 10px;
    }
    
    .sp-count-number {
        font-size: 1.5rem;
    }
    
    .sp-posts {
        padding: 15px 20px;
    }
    
    .sp-post-item {
        padding: 15px;
        gap: 12px;
    }
    
    .sp-post-icon {
        width: 40px;
        height: 40px;
    }
    
    .sp-post-icon i {
        font-size: 1rem;
    }
    
    .sp-post-title {
        font-size: 0.9rem;
    }
    
    .sp-card-footer {
        padding: 15px 20px 20px;
    }
    
    .sp-cta-icon {
        width: 70px;
        height: 70px;
    }
    
    .sp-cta-icon i {
        font-size: 1.8rem;
    }
    
    .sp-cta-text h3 {
        font-size: 1.3rem;
    }
    
    .sp-cta-text p {
        font-size: 0.95rem;
    }
    
    .sp-cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .sp-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .sp-intro {
        padding: 25px 20px;
    }
    
    .sp-intro h2,
    .sp-intro h3 {
        font-size: 1.4rem;
    }
    
    .sp-intro p {
        font-size: 0.95rem;
    }
    
    .sp-card-header {
        padding: 20px 15px 15px;
    }
    
    .sp-header-content {
        width: 100%;
    }
    
    .sp-count {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        gap: 8px;
    }
    
    .sp-count-number {
        font-size: 1.3rem;
    }
    
    .sp-count-label {
        font-size: 0.85rem;
    }
    
    .sp-posts {
        padding: 12px 15px;
    }
    
    .sp-post-item {
        padding: 12px;
    }
    
    .sp-post-arrow {
        width: 30px;
        height: 30px;
    }
    
    .sp-card-footer {
        padding: 12px 15px 15px;
    }
    
    .sp-cta-content {
        padding: 25px 20px;
    }
}


/* ========================================
   Contact Page Template
======================================== */
.contact-page-template {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Contact Page Info Section */
.cp-info-section {
    padding: 40px 0;
}

.cp-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Contact Page Info Card */
.cp-info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.cp-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2563eb 0%, #4da6e8 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.cp-info-card:hover::before {
    transform: scaleX(1);
}

.cp-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.1);
}

.cp-info-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb 0%, #4da6e8 100%);
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.25);
    transition: all 0.4s ease;
}

.cp-info-card:hover .cp-info-icon {
    transform: scale(1.1) rotate(-5deg);
}

.cp-info-icon i {
    font-size: 1.4rem;
    color: #ffffff;
}

.cp-info-icon.icon-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.25);
}

.cp-info-icon.icon-email {
    background: linear-gradient(135deg, #ea4335 0%, #fbbc05 100%);
    box-shadow: 0 6px 20px rgba(234, 67, 53, 0.25);
}

.cp-info-icon.icon-location {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.25);
}

.cp-info-content h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 6px 0;
}

.cp-info-content p {
    font-size: 0.8rem;
    color: var(--text-light);
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.cp-info-link {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cp-info-link:hover {
    color: #1d4ed8;
}

.cp-info-text {
    font-size: 0.85rem;
    color: var(--text-color);
    font-weight: 500;
}

/* Contact Page Main Section */
.cp-main-section {
    padding: 0 0 50px;
}

.cp-main-grid {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    gap: 30px;
    align-items: start;
}

/* Contact Page Form Wrapper */
.cp-form-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cp-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #4da6e8 50%, #2563eb 100%);
    background-size: 200% 100%;
    animation: gradient-shift 3s ease infinite;
}

/* Contact Page Form */
.cp-form {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

.cp-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.cp-form .form-group {
    margin-bottom: 0;
}

.cp-form .form-group.full-width {
    margin-bottom: 20px;
}

.cp-form label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
}

.cp-form label i {
    color: #2563eb;
    font-size: 0.8rem;
}

.cp-form input,
.cp-form select,
.cp-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: var(--font-family);
    transition: all 0.3s ease;
    background: #fafafa;
}

.cp-form input:focus,
.cp-form select:focus,
.cp-form textarea:focus {
    outline: none;
    border-color: #2563eb;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.cp-form input::placeholder,
.cp-form textarea::placeholder {
    color: #9ca3af;
}

.cp-form textarea {
    resize: vertical;
    min-height: 110px;
}

.cp-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 40px;
}

/* Contact Page Submit Button */
.cp-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 30px;
    background: linear-gradient(135deg, #2563eb 0%, #4da6e8 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--font-family);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25);
    position: relative;
    overflow: hidden;
}

.cp-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.cp-submit-btn:hover::before {
    left: 100%;
}

.cp-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(37, 99, 235, 0.35);
}

.cp-submit-btn .btn-loading {
    display: none;
}

.cp-submit-btn.loading .btn-text,
.cp-submit-btn.loading .btn-icon {
    display: none;
}

.cp-submit-btn.loading .btn-loading {
    display: inline-block;
}

/* Contact Page Form Message */
.cp-form .form-message {
    margin-top: 15px;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    display: none;
}

.cp-form .form-message.success {
    display: block;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #065f46;
    border: 2px solid #10b981;
}

.cp-form .form-message.error {
    display: block;
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
    border: 2px solid #ef4444;
}

/* Contact Page Sidebar */
.cp-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Contact Page Map */
.cp-map-wrapper {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.cp-map-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 2px solid #f1f5f9;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-color);
}

.cp-map-header i {
    color: #2563eb;
    font-size: 1rem;
}

.cp-map {
    height: 200px;
}

.cp-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Working Hours Card */
.contact-hours-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.contact-hours-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
}

.contact-hours-header i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb 0%, #4da6e8 100%);
    border-radius: 10px;
    color: #ffffff;
    font-size: 1rem;
}

.contact-hours-header h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
}

/* Contact Page Working Hours Card */
.cp-hours-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.cp-hours-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
}

.cp-hours-header i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb 0%, #4da6e8 100%);
    border-radius: 10px;
    color: #ffffff;
    font-size: 1rem;
}

.cp-hours-header h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
}

.cp-hours-content {
    margin-bottom: 12px;
}

.cp-hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e7eb;
}

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

.cp-hours-item .day {
    font-weight: 600;
    color: var(--text-color);
    font-size: 0.85rem;
}

.cp-hours-item .time {
    color: #2563eb;
    font-weight: 600;
    font-size: 0.8rem;
    background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
    padding: 4px 10px;
    border-radius: 15px;
}

.cp-hours-note {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 8px;
    font-size: 0.8rem;
    color: #92400e;
}

.cp-hours-note i {
    color: #f59e0b;
    font-size: 0.85rem;
}

/* Contact Page Social Card */
.cp-social-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.cp-social-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 15px 0;
}

.cp-social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.cp-social-links .social-link {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cp-social-links .social-link:hover {
    transform: translateY(-3px) scale(1.05);
}

.cp-social-links .facebook { background: linear-gradient(135deg, #1877f2 0%, #3b5998 100%); }
.cp-social-links .twitter { background: linear-gradient(135deg, #1da1f2 0%, #0d8ecf 100%); }
.cp-social-links .instagram { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.cp-social-links .youtube { background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%); }
.cp-social-links .tiktok { background: linear-gradient(135deg, #000000 0%, #25f4ee 50%, #fe2c55 100%); }
.cp-social-links .snapchat { background: linear-gradient(135deg, #fffc00 0%, #f7d800 100%); color: #000; }

/* Animation */
.cp-info-card {
    animation: fadeInUp 0.5s ease-out backwards;
}

.cp-info-card:nth-child(1) { animation-delay: 0.1s; }
.cp-info-card:nth-child(2) { animation-delay: 0.2s; }
.cp-info-card:nth-child(3) { animation-delay: 0.3s; }
.cp-info-card:nth-child(4) { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 1200px) {
    .cp-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .cp-main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .cp-form-wrapper {
        padding: 35px 30px;
    }
}

@media (max-width: 768px) {
    .cp-info-section {
        padding: 40px 0;
    }
    
    .cp-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .cp-info-card {
        padding: 25px 20px;
    }
    
    .cp-info-icon {
        width: 60px;
        height: 60px;
    }
    
    .cp-info-icon i {
        font-size: 1.5rem;
    }
    
    .cp-form .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cp-form-wrapper {
        padding: 30px 20px;
        border-radius: 20px;
    }
    
    .cp-map {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .cp-form-wrapper {
        padding: 25px 15px;
    }
    
    .cp-hours-card,
    .cp-social-card {
        padding: 20px;
    }
    
    .cp-social-links .social-link {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
}


/* ========================================
   FAQ Page Template (faqp- prefix)
======================================== */
.faq-page-template {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* FAQ Page Intro */
.faq-page-template .faqp-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
    padding: 35px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.faq-page-template .faqp-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #4da6e8 50%, #2563eb 100%);
    background-size: 200% 100%;
    animation: gradient-shift 3s ease infinite;
}

.faq-page-template .faqp-intro h2,
.faq-page-template .faqp-intro h3 {
    color: var(--text-color);
    margin-bottom: 12px;
    font-size: 1.8rem;
}

.faq-page-template .faqp-intro p {
    color: var(--text-light);
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 8px;
}

/* FAQ Page List */
.faq-page-template .faqp-list {
    max-width: 900px;
    margin: 0 auto;
}

/* FAQ Page Item */
.faq-page-template .faqp-item {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    animation: fadeInUp 0.4s ease-out backwards;
}

.faq-page-template .faqp-item:hover {
    border-color: rgba(37, 99, 235, 0.1);
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.1);
}

.faq-page-template .faqp-item.active {
    border-color: #2563eb;
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.15);
}

/* FAQ Page Question */
.faq-page-template .faqp-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-page-template .faqp-question:hover {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.faq-page-template .faqp-number {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb 0%, #4da6e8 100%);
    border-radius: 12px;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.faq-page-template .faqp-item.active .faqp-number {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.faq-page-template .faqp-question h3 {
    flex: 1;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-color);
    margin: 0;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.faq-page-template .faqp-item.active .faqp-question h3 {
    color: #2563eb;
}

.faq-page-template .faqp-toggle {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.faq-page-template .faqp-toggle i {
    font-size: 0.9rem;
    color: var(--text-light);
    transition: all 0.3s ease;
}

.faq-page-template .faqp-item.active .faqp-toggle {
    background: linear-gradient(135deg, #2563eb 0%, #4da6e8 100%);
    transform: rotate(45deg);
}

.faq-page-template .faqp-item.active .faqp-toggle i {
    color: #ffffff;
}

/* FAQ Page Answer */
.faq-page-template .faqp-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-page-template .faqp-item.active .faqp-answer {
    max-height: 500px;
}

.faq-page-template .faqp-answer-content {
    padding: 0 25px 25px 80px;
    color: var(--text-light);
    line-height: 1.9;
    font-size: 0.95rem;
}

.faq-page-template .faqp-answer-content p {
    margin: 0 0 10px 0;
}

.faq-page-template .faqp-answer-content p:last-child {
    margin-bottom: 0;
}

/* FAQ Page No Items */
.faq-page-template .faqp-no-items {
    text-align: center;
    padding: 80px 20px;
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.faq-page-template .faqp-no-items i {
    font-size: 4rem;
    color: var(--text-light);
    margin-bottom: 20px;
    opacity: 0.4;
    display: block;
}

.faq-page-template .faqp-no-items p {
    font-size: 1.2rem;
    color: var(--text-light);
    margin: 0;
}

/* FAQ Page Animation Delays */
.faq-page-template .faqp-item:nth-child(1) { animation-delay: 0.05s; }
.faq-page-template .faqp-item:nth-child(2) { animation-delay: 0.1s; }
.faq-page-template .faqp-item:nth-child(3) { animation-delay: 0.15s; }
.faq-page-template .faqp-item:nth-child(4) { animation-delay: 0.2s; }
.faq-page-template .faqp-item:nth-child(5) { animation-delay: 0.25s; }
.faq-page-template .faqp-item:nth-child(6) { animation-delay: 0.3s; }
.faq-page-template .faqp-item:nth-child(7) { animation-delay: 0.35s; }
.faq-page-template .faqp-item:nth-child(8) { animation-delay: 0.4s; }
.faq-page-template .faqp-item:nth-child(9) { animation-delay: 0.45s; }
.faq-page-template .faqp-item:nth-child(10) { animation-delay: 0.5s; }

/* FAQ Page Responsive */
@media (max-width: 768px) {
    .faq-page-template .faqp-intro {
        padding: 25px 20px;
        margin-bottom: 35px;
    }
    
    .faq-page-template .faqp-intro h2,
    .faq-page-template .faqp-intro h3 {
        font-size: 1.5rem;
    }
    
    .faq-page-template .faqp-question {
        padding: 18px 20px;
        gap: 12px;
    }
    
    .faq-page-template .faqp-number {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
        border-radius: 10px;
    }
    
    .faq-page-template .faqp-question h3 {
        font-size: 0.95rem;
    }
    
    .faq-page-template .faqp-toggle {
        width: 32px;
        height: 32px;
    }
    
    .faq-page-template .faqp-toggle i {
        font-size: 0.85rem;
    }
    
    .faq-page-template .faqp-answer-content {
        padding: 0 20px 20px 67px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .faq-page-template .faqp-intro {
        padding: 20px 15px;
    }
    
    .faq-page-template .faqp-intro h2,
    .faq-page-template .faqp-intro h3 {
        font-size: 1.3rem;
    }
    
    .faq-page-template .faqp-question {
        padding: 15px;
        gap: 10px;
    }
    
    .faq-page-template .faqp-number {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
    
    .faq-page-template .faqp-question h3 {
        font-size: 0.9rem;
    }
    
    .faq-page-template .faqp-answer-content {
        padding: 0 15px 18px 57px;
    }
}
