*,
body {
    font-family: sans-serif;
}

html {
    scroll-behavior: smooth;
}

p {
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 17px;
    text-align: justify;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-bottom: 15px;
    display:block;
}

h1,.h1 {
    font-size: 40px;
}

h2,.h2 {
    font-size: 30px;
}

h3,.h3 {
    font-size: 28px;
}

h4,.h4 {
    font-size: 27px;
}

h5,.h5 {
    font-size: 26px;
}

h6,.h6 {
    font-size: 25px;
}

header {
    z-index: 100;
    position: relative;
}

.hover-set:hover {
    color: #fd1138;
}

#particles-js {
    background: url(../images/lovely-escort-delhi.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    position: relative;
    z-index: 1;
}

.banner-set {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-set h1,.banner-set .h1 {
    margin-bottom: 0px;
}

.banner-btn-set {
    text-align: center;
    padding: 30px 0px;
}

.banner-btn-set a {
    background: #fd1138;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border-radius: 15px;
    border: 2px solid #fd1138;
}

.banner-btn-set a:last-child {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    margin-left: 20px;
}

.banner-btn-set a:hover:last-child {
    background: #fd1138;
    color: #fff;
    border: 2px solid #fd1138;
}

.banner-set p {
    text-align: center;
}

.banner-set p span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.categ-main {
    text-align: center;
}

.categ-main img {
    max-width: 100%;
    height: auto;
}

.categ-main h5,.categ-main .h5 {
    font-size: 20px;
}


.categ-main a.button {
    background: #fd1138;
    color: #fff;
    padding: 8px 25px;
    border-radius: 10px;
    border: 2px solid #fd1138;
}

.location-main ul {
    display: flex;
    flex-wrap: wrap;
}

.location-main ul li a {
    background: #fd1138;
    color: #fff;
    padding: 8px 25px;
    border-radius: 10px;
    border: 2px solid #fd1138;
    margin: 5px;
    display: block;
}

footer > div > div > div > ul li a {
    color: #fff;
    padding: 4px 0px;
    display: block;
}

footer > div > div > div > p {
    text-align: inherit;
}

@media only screen and (max-width:500px) {
    .banner-set h1,.banner-set .h1 {
        font-size: 30px;
    }

    .banner-btn-set a {
        padding: 10px 15px;
        font-size: 14px;
    }

    .banner-set p span {
        font-size: 16px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        margin-bottom: 10px;
    }

    p {
        margin-bottom: 10px;
    }

    .h2, h2 {
        font-size: 25px;
    }

    .h3, h3 {
        font-size: 24px;
    }

    .h4, h4 {
        font-size: 23px;
    }

    .h5, h5 {
        font-size: 22px;
    }

    .h6, h6 {
        font-size: 21px;
    }
    .py-10{
        padding: 20px 0px;
    }
    .location-main ul li a{
            padding: 7px 15px;
    }
    .mb-10,
    .mb-12{
        margin-bottom: 20px;
    }
}

/* Force dropdown visibility */
header, header *, header nav, header .container {
    overflow: visible !important;
}

/* Ensure dropdown appears on top */
.dropdown-menu {
    z-index: 999999 !important;
}

/* Fix for any parent with overflow hidden */
.overflow-hidden {
    overflow: visible !important;
}
.breadcrumb { padding: 12px 0; background: #f8f9fa; }
.breadcrumb a { color: #c0392b; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .separator { margin: 0 10px; color: #6c757d; }

/* profile card for city and category */
        .profile-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .profile-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
        }
        .profile-card .image-wrapper {
            position: relative;
            overflow: hidden;
            height: 280px;
        }
        .profile-card .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.7s ease;
        }
        .profile-card:hover .image-wrapper img {
            transform: scale(1.08);
        }
        .profile-card .image-wrapper .badge-status {
            position: absolute;
            top: 16px;
            left: 16px;
            padding: 4px 14px;
            border-radius: 50px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: white;
        }
        .profile-card .image-wrapper .badge-status.available { background: #27ae60; }
        .profile-card .image-wrapper .badge-status.busy { background: #f39c12; color: #1a1a2e; }
        .profile-card .image-wrapper .badge-status.unavailable { background: #e74c3c; }
        .profile-card .image-wrapper .badge-featured {
            position: absolute;
            top: 16px;
            right: 16px;
            background: linear-gradient(135deg, #f1c40f, #f39c12);
            color: #1a1a2e;
            padding: 4px 12px;
            border-radius: 50px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 4px 15px rgba(241, 196, 15, 0.3);
        }
        .profile-card .image-wrapper .overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            opacity: 0;
            transition: opacity 0.4s ease;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding-bottom: 20px;
        }
        .profile-card:hover .image-wrapper .overlay {
            opacity: 1;
        }
        .profile-card .image-wrapper .overlay .btn-quick-view {
            transform: translateY(20px);
            transition: transform 0.3s ease;
            background: #c0392b;
            color: white;
            padding: 8px 24px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
        }
        .profile-card:hover .image-wrapper .overlay .btn-quick-view {
            transform: translateY(0);
        }
        .profile-card .content {
            padding: 18px 20px 20px;
        }
        .profile-card .content .name {
            font-size: 18px;
            font-weight: 700;
            color: #1a1a2e;
        }
        .profile-card .content .name a {
            color: #1a1a2e;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .profile-card .content .name a:hover {
            color: #c0392b;
        }
        .profile-card .content .details {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 8px;
            font-size: 14px;
            color: #6c757d;
        }
        .profile-card .content .details .age {
            background: #f1f3f5;
            padding: 2px 12px;
            border-radius: 50px;
            font-size: 12px;
        }
        .profile-card .content .details .price {
            font-weight: 700;
            color: #c0392b;
            font-size: 18px;
        }
        .profile-card .content .details .price .period {
            font-size: 13px;
            font-weight: 400;
            color: #6c757d;
        }
        .profile-card .content .city-tag {
            display: inline-block;
            background: #e3f2fd;
            color: #0d47a1;
            padding: 2px 12px;
            border-radius: 50px;
            font-size: 11px;
            margin-top: 8px;
        }
        .view-all-btn {
            display: inline-block;
            background: #c0392b;
            color: white;
            padding: 12px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        .view-all-btn:hover {
            background: #a93226;
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(192, 57, 43, 0.3);
            color: white;
        }
        .no-profiles {
            background: white;
            border-radius: 16px;
            padding: 60px 20px;
            text-align: center;
        }
        .no-profiles i {
            font-size: 48px;
            color: #dee2e6;
            margin-bottom: 15px;
        }
        .no-profiles h3 {
            font-size: 24px;
            color: #495057;
            margin-bottom: 10px;
        }
        .no-profiles p {
            color: #6c757d;
        }
.content h1, .content h2{
    text-align:center;
}
.content h3{
    font-size:23px;
    margin-bottom:5px;
}

.page-content { padding: 60px 0; }
        .page-content h1 { font-size: 2.5rem; font-weight: 800; margin-bottom: 20px; color: #1a1a2e; }
        .page-content h2 { font-size: 2rem; font-weight: 700; margin: 30px 0 15px; color: #1a1a2e; }
        .page-content h3 { font-size: 1.5rem; font-weight: 600; margin: 25px 0 12px; color: #1a1a2e; }
        .page-content p { font-size: 1.05rem; line-height: 1.8; color: #4a4a4a; margin-bottom: 15px; }
        .page-content ul, .page-content ol { margin: 15px 0 15px 25px; }
        .page-content li { margin-bottom: 8px; line-height: 1.6; }
        .breadcrumb { padding: 15px 0; background: #f8f9fa; }
        .breadcrumb a { color: #c0392b; text-decoration: none; }
        .breadcrumb .separator { margin: 0 10px; color: #6c757d; }


.profile-header {
            background: linear-gradient(135deg, #1a1a2e, #16213e);
            padding: 40px 0;
        }
        .profile-image-main {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
            border-radius: 12px;
        }
        .profile-gallery-thumb {
            width: 100%;
            height: 100px;
            object-fit: cover;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 3px solid transparent;
        }
        .profile-gallery-thumb:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        .profile-gallery-thumb.active {
            border-color: #c0392b;
        }
        .info-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        .info-card .label {
            color: #6c757d;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .info-card .value {
            font-size: 16px;
            font-weight: 500;
            color: #1a1a2e;
            margin-top: 4px;
        }
        .btn-book {
            background: linear-gradient(135deg, #c0392b, #a93226);
            color: white;
            padding: 14px 30px;
            border-radius: 50px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            border: none;
            text-decoration: none;
        }
        .btn-book:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(192, 57, 43, 0.4);
            color: white;
        }
        .btn-whatsapp {
            background: #25d366;
            color: white;
            padding: 14px 30px;
            border-radius: 50px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            border: none;
            text-decoration: none;
        }
        .btn-whatsapp:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
            color: white;
        }
        .availability-badge {
            display: inline-block;
            padding: 6px 16px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 14px;
        }
        .availability-badge.available { background: #27ae60; color: white; }
        .availability-badge.busy { background: #f39c12; color: white; }
        .availability-badge.unavailable { background: #e74c3c; color: white; }
        .featured-badge {
            display: inline-block;
            background: #f1c40f;
            color: #1a1a2e;
            padding: 4px 12px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 700;
        }
        .specs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 15px;
        }
        .spec-item {
            background: #f8f9fa;
            padding: 12px;
            border-radius: 8px;
            text-align: center;
        }
        .spec-item .spec-label {
            font-size: 11px;
            color: #6c757d;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .spec-item .spec-value {
            font-size: 16px;
            font-weight: 600;
            color: #1a1a2e;
            margin-top: 2px;
        }
        .related-profiles {
            background: #f8f9fa;
            padding: 60px 0;
        }
        .related-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        .related-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        .related-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .related-card .content {
            padding: 15px;
        }
        .related-card .content h5 {
            font-weight: 700;
            margin-bottom: 5px;
        }
        .tag {
            display: inline-block;
            background: #f1f3f5;
            color: #495057;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            margin: 2px;
        }
        .tag-city {
            background: #e3f2fd;
            color: #0d47a1;
        }
        .tag-category {
            background: #fce4ec;
            color: #880e4f;
        }
/* Blog List Layout */
        .blog-list-item {
            background: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            margin-bottom: 25px;
            display: flex;
            gap: 25px;
            align-items: flex-start;
        }
        .blog-list-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        .blog-list-item .post-image {
            width: 280px;
            min-height: 180px;
            flex-shrink: 0;
            border-radius: 10px;
            overflow: hidden;
        }
        .blog-list-item .post-image img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .blog-list-item:hover .post-image img {
            transform: scale(1.05);
        }
        .blog-list-item .post-content {
            flex: 1;
        }
        .blog-list-item .post-content .meta {
            font-size: 13px;
            color: #6c757d;
            margin-bottom: 8px;
        }
        .blog-list-item .post-content .meta i {
            margin-right: 5px;
        }
        .blog-list-item .post-content .meta .category {
            color: #c0392b;
            font-weight: 600;
        }
        .blog-list-item .post-content h3 {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .blog-list-item .post-content h3 a {
            color: #1a1a2e;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .blog-list-item .post-content h3 a:hover {
            color: #c0392b;
        }
        .blog-list-item .post-content .excerpt {
            color: #4a4a4a;
            line-height: 1.7;
            margin-bottom: 12px;
        }
        .blog-list-item .post-content .read-more {
            color: #c0392b;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.3s ease;
        }
        .blog-list-item .post-content .read-more:hover {
            gap: 12px;
        }
        .blog-list-item .post-content .post-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 12px;
            padding-top: 12px;
            border-top: 1px solid #f0f0f0;
            font-size: 13px;
            color: #6c757d;
        }
        .blog-list-item .post-content .post-footer .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }
        .blog-list-item .post-content .post-footer .tags .tag {
            background: #f1f3f5;
            color: #495057;
            padding: 2px 12px;
            border-radius: 20px;
            font-size: 12px;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .blog-list-item .post-content .post-footer .tags .tag:hover {
            background: #c0392b;
            color: white;
        }

        /* Pagination */
        .pagination {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 40px;
        }
        .pagination a, .pagination span {
            padding: 10px 18px;
            border-radius: 8px;
            text-decoration: none;
            color: #1a1a2e;
            background: white;
            border: 1px solid #e0e0e0;
        }
        .pagination a:hover {
            background: #c0392b;
            color: white;
            border-color: #c0392b;
        }
        .pagination .active {
            background: #c0392b;
            color: white;
            border-color: #c0392b;
        }
        .pagination .disabled {
            opacity: 0.5;
            pointer-events: none;
        }

        /* Sidebar Styles */
        .sidebar-widget {
            background: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin-bottom: 25px;
        }
        .sidebar-widget h4 {
            font-size: 18px;
            font-weight: 700;
            color: #1a1a2e;
            padding-bottom: 12px;
            border-bottom: 2px solid #f0f0f0;
            margin-bottom: 15px;
            position: relative;
        }
        .sidebar-widget h4::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 40px;
            height: 2px;
            background: #c0392b;
        }
        .sidebar-widget ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-widget ul li {
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .sidebar-widget ul li:last-child {
            border-bottom: none;
        }
        .sidebar-widget ul li a {
            color: #4a4a4a;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: color 0.3s ease;
        }
        .sidebar-widget ul li a:hover {
            color: #c0392b;
        }
        .sidebar-widget ul li a .post-thumb {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 8px;
            flex-shrink: 0;
        }
        .sidebar-widget ul li a .post-info {
            flex: 1;
        }
        .sidebar-widget ul li a .post-info .post-title {
            font-weight: 600;
            font-size: 14px;
            line-height: 1.3;
        }
        .sidebar-widget ul li a .post-info .post-date {
            font-size: 12px;
            color: #6c757d;
        }
        .sidebar-widget .tag-cloud {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .sidebar-widget .tag-cloud a {
            display: inline-block;
            background: #f1f3f5;
            color: #495057;
            padding: 4px 14px;
            border-radius: 20px;
            font-size: 13px;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .sidebar-widget .tag-cloud a:hover {
            background: #c0392b;
            color: white;
        }
        .sidebar-widget .category-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .sidebar-widget .category-item .badge {
            background: #f1f3f5;
            color: #6c757d;
            padding: 2px 10px;
            border-radius: 50px;
            font-size: 12px;
        }

        @media (max-width: 768px) {
            .blog-list-item {
                flex-direction: column;
                padding: 20px;
            }
            .blog-list-item .post-image {
                width: 100%;
            }
            .blog-list-item .post-image img {
                height: 200px;
            }
            .sidebar {
                margin-top: 30px;
            }
        }
.blog-header {
            background: linear-gradient(135deg, #1a1a2e, #16213e);
            padding: 60px 0 40px;
            position: relative;
            overflow: hidden;
        }
        .blog-header::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 60%;
            height: 200%;
            background: radial-gradient(circle, rgba(192, 57, 43, 0.1), transparent 70%);
            border-radius: 50%;
            animation: pulseGlow 8s ease-in-out infinite;
        }
        @keyframes pulseGlow {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.2); opacity: 1; }
        }
        .blog-header .container { position: relative; z-index: 1; }
        .blog-header h1 { font-size: 2.8rem; font-weight: 800; color: #ffffff; line-height: 1.2; }
        .blog-header .meta { color: rgba(255, 255, 255, 0.7); margin-top: 15px; }
        .blog-header .meta span { margin-right: 20px; }
        .blog-header .meta i { margin-right: 5px; color: #c0392b; }
        .blog-header .categories { margin-top: 15px; }
        .blog-header .categories .tag {
            display: inline-block;
            background: rgba(192, 57, 43, 0.2);
            color: #c0392b;
            padding: 4px 14px;
            border-radius: 20px;
            font-size: 13px;
            margin-right: 8px;
            margin-bottom: 5px;
        }
        .blog-content { padding: 60px 0; }
        .blog-content .featured-image { width: 100%; max-height: 500px; object-fit: cover; border-radius: 15px; margin-bottom: 30px; }
        .blog-content .content { font-size: 1.05rem; line-height: 1.8; color: #4a4a4a; }
        .blog-content .content h2 { font-size: 1.8rem; font-weight: 700; margin: 30px 0 15px; color: #1a1a2e; }
        .blog-content .content h3 { font-size: 1.4rem; font-weight: 600; margin: 25px 0 12px; color: #1a1a2e; }
        .blog-content .content p { margin-bottom: 15px; }
        .blog-content .content ul, .blog-content .content ol { margin: 15px 0 15px 25px; }
        .blog-content .content li { margin-bottom: 8px; }
        .blog-content .content blockquote {
            border-left: 4px solid #c0392b;
            padding: 15px 20px;
            margin: 20px 0;
            background: #f8f9fa;
            border-radius: 0 8px 8px 0;
            font-style: italic;
            color: #555;
        }
        .blog-content .tags { margin-top: 30px; padding-top: 20px; border-top: 1px solid #e0e0e0; }
        .blog-content .tags .tag {
            display: inline-block;
            background: #f1f3f5;
            color: #495057;
            padding: 4px 14px;
            border-radius: 20px;
            font-size: 13px;
            margin-right: 8px;
            margin-bottom: 5px;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .blog-content .tags .tag:hover { background: #c0392b; color: white; }
        
        .share-buttons { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
        .share-buttons a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border-radius: 8px;
            color: white;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        .share-buttons a:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
        .share-buttons .facebook { background: #1877f2; }
        .share-buttons .twitter { background: #1da1f2; }
        .share-buttons .whatsapp { background: #25d366; }
        .share-buttons .linkedin { background: #0a66c2; }

        /* Sidebar Styles */
        .sidebar-widget {
            background: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin-bottom: 25px;
        }
        .sidebar-widget h4 {
            font-size: 18px;
            font-weight: 700;
            color: #1a1a2e;
            padding-bottom: 12px;
            border-bottom: 2px solid #f0f0f0;
            margin-bottom: 15px;
            position: relative;
        }
        .sidebar-widget h4::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 40px;
            height: 2px;
            background: #c0392b;
        }
        .sidebar-widget ul { list-style: none; padding: 0; margin: 0; }
        .sidebar-widget ul li { padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
        .sidebar-widget ul li:last-child { border-bottom: none; }
        .sidebar-widget ul li a {
            color: #4a4a4a;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: color 0.3s ease;
        }
        .sidebar-widget ul li a:hover { color: #c0392b; }
        .sidebar-widget ul li a .post-thumb { width: 60px; height: 60px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
        .sidebar-widget ul li a .post-info { flex: 1; }
        .sidebar-widget ul li a .post-info .post-title { font-weight: 600; font-size: 14px; line-height: 1.3; }
        .sidebar-widget ul li a .post-info .post-date { font-size: 12px; color: #6c757d; }
        .sidebar-widget .tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
        .sidebar-widget .tag-cloud a {
            display: inline-block;
            background: #f1f3f5;
            color: #495057;
            padding: 4px 14px;
            border-radius: 20px;
            font-size: 13px;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .sidebar-widget .tag-cloud a:hover { background: #c0392b; color: white; }
        .sidebar-widget .category-item { display: flex; justify-content: space-between; align-items: center; }
        .sidebar-widget .category-item .badge { background: #f1f3f5; color: #6c757d; padding: 2px 10px; border-radius: 50px; font-size: 12px; }

        @media (max-width: 768px) {
            .blog-header h1 { font-size: 2rem; }
            .blog-content { padding: 30px 0; }
            .sidebar { margin-top: 30px; }
            .share-buttons a { padding: 6px 12px; font-size: 12px; }
        }
.error-page {
            min-height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8f9fa;
        }
        .error-page .error-content {
            text-align: center;
            padding: 40px;
            max-width: 500px;
        }
        .error-page .error-content .error-icon {
            font-size: 80px;
            color: #c0392b;
            margin-bottom: 20px;
        }
        .error-page .error-content h1 {
            font-size: 48px;
            font-weight: 800;
            color: #1a1a2e;
            margin-bottom: 10px;
        }
        .error-page .error-content h2 {
            font-size: 24px;
            color: #4a4a4a;
            margin-bottom: 15px;
        }
        .error-page .error-content p {
            color: #6c757d;
            margin-bottom: 25px;
        }
        .error-page .error-content .btn-home {
            display: inline-block;
            padding: 12px 30px;
            background: #c0392b;
            color: white;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        .error-page .error-content .btn-home:hover {
            background: #a93226;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(192, 57, 43, 0.3);
        }
/* Header styles */
.hover-set {
    position: relative;
    color: #4a4a4a;
    transition: color 0.3s ease;
    text-decoration: none;
}
.hover-set:hover {
    color: #fd1138;
}
.hover-set::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fd1138;
    transition: width 0.3s ease;
}
.hover-set:hover::after {
    width: 100%;
}
.rotate-180 {
    transform: rotate(180deg);
}

/* Dropdown hover effects */
.dropdown-menu a:hover {
    background-color: #f9fafb;
    color: #fd1138;
}

/* Mobile menu */
#mobileMenu {
    position: relative;
    z-index: 9999;
}

/* Grid for mobile categories */
.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-hero {
            background: linear-gradient(135deg, #1a1a2e, #16213e);
            padding: 60px 0 40px;
            position: relative;
            overflow: hidden;
        }
        .contact-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 60%;
            height: 200%;
            background: radial-gradient(circle, rgba(192, 57, 43, 0.1), transparent 70%);
            border-radius: 50%;
            animation: pulseGlow 8s ease-in-out infinite;
        }
        @keyframes pulseGlow {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.2); opacity: 1; }
        }
        .contact-hero .container {
            position: relative;
            z-index: 1;
        }
        .contact-hero h1 {
            font-size: 2.8rem;
            font-weight: 800;
            color: #ffffff;
        }
        .contact-hero p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 1.1rem;
        }
        .contact-info-card {
            background: white;
            border-radius: 16px;
            padding: 25px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
            height: 100%;
        }
        .contact-info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 40px rgba(0,0,0,0.12);
        }
        .contact-info-card .icon-wrapper {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(192, 57, 43, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
        }
        .contact-info-card .icon-wrapper i {
            font-size: 24px;
            color: #c0392b;
        }
        .contact-info-card h4 {
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 5px;
        }
        .contact-info-card p {
            color: #6c757d;
            font-size: 14px;
        }
        .contact-info-card a {
            color: #6c757d;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .contact-info-card a:hover {
            color: #c0392b;
        }
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
            font-size: 15px;
        }
        .form-control-custom:focus {
            outline: none;
            border-color: #c0392b;
            box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
        }
        .form-control-custom.error {
            border-color: #dc3545;
        }
        .form-control-custom.success {
            border-color: #28a745;
        }
        .btn-submit {
            background: linear-gradient(135deg, #c0392b, #a93226);
            color: white;
            padding: 14px 40px;
            border: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 16px;
            transition: all 0.3s ease;
            cursor: pointer;
            width: 100%;
        }
        .btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(192, 57, 43, 0.3);
        }
        .btn-submit:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
        .alert-custom {
            padding: 15px 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        .alert-custom.success {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }
        .alert-custom.error {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }
        .breadcrumb {
            padding: 12px 0;
            background: #f8f9fa;
        }
        .breadcrumb a {
            color: #c0392b;
            text-decoration: none;
        }
        .breadcrumb .separator {
            margin: 0 10px;
            color: #6c757d;
        }
        .map-container {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        }
        .map-container iframe {
            width: 100%;
            height: 400px;
            border: 0;
        }
        @media (max-width: 768px) {
            .contact-hero h1 {
                font-size: 2rem;
            }
            .contact-info-card {
                padding: 20px;
            }
        }