/* Premium Sidebar & Layout */
.site-main {
    padding: 80px 0;
    background: linear-gradient(145deg, #ffffff 0%, #fefaf7 100%);
}

.title {
    font-size: calc(1.375rem + 1.5vw);
    font-family: 'Manrope', sans-serif;
    padding-bottom: 50px;
    font-weight: 800;
}

.container-custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
}

@media (max-width: 992px) {
    .container-custom {
        padding: 0 24px;
    }

    .site-main {
        padding: 50px 0;
    }
}

/* ========= FIXED / STICKY SIDEBAR ========= */
.sidebar-sticky-wrapper {
    position: relative;
}

.sidebar-sticky {
    position: sticky;
    top: 30px;
    transition: top 0.2s ease;
}

@media (max-width: 991px) {
    .sidebar-sticky {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }
}

/* Sidebar Premium Widgets */
.widget {
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.widget-nav-menu {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
}

.widget-nav-menu ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.widget-nav-menu li {
    border-bottom: 1px solid rgba(226, 221, 216, 0.5);
    transition: background 0.2s;
}

.widget-nav-menu li:last-child {
    border-bottom: none;
}

.widget-nav-menu li a {
    display: block;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--dark);
    text-decoration: none;
    transition: all 0.25s;
    position: relative;
}

.widget-nav-menu li a:hover {
    background: var(--red-soft);
    color: var(--red);
    padding-left: 30px;
}

.widget-nav-menu li a::before {
    content: '\25AE';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.7rem;
    color: var(--red);
    position: absolute;
    left: 18px;
    opacity: 0;
    transition: opacity 0.2s, left 0.2s;
}

.widget-nav-menu li a:hover::before {
    opacity: 1;
    left: 10px;
}

/* Banner Widget Premium */
.widget-banner {
    border-radius: 24px;
    overflow: hidden;
}

.ttm-col-bgcolor-yes {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    position: relative;
    padding: 36px 28px;
    border-radius: 24px;
    color: #fff;
    box-shadow: var(--shadow-card);
}

.layer-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 20px 0 12px;
    color: #fff;
}

.layer-content h3:first-of-type {
    margin-top: 0;
}

.layer-content p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 12px;
}

.btn-solid-red {
    background: var(--red);
    border: none;
    border-radius: 40px;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 0.8rem;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s;
    margin-top: 10px;
}

.btn-solid-red:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    color: white;
}

/* Content Area Premium */
.content-area {
    padding-left: 30px;
}

@media (max-width: 992px) {
    .content-area {
        padding-left: 0;
        margin-top: 0;
    }
}

.service-hero-img {
    border-radius: 28px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    box-shadow: var(--shadow-card);
}

h2,
h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    color: var(--dark);
}

h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
    margin: 25px 0 15px;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.9rem;
    color: var(--grey);
}

.feature-list li i {
    color: var(--red);
    font-size: 1rem;
    width: 24px;
}

/* Tabs Premium (Horizontal modern) */
.ttm-tabs {
    margin: 40px 0;
}

.tabs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}

.tabs .tab {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 60px;
    padding: 12px 28px;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
    flex: 1;
    min-width: 160px;
}

.tabs .tab.active {
    background: var(--red);
    border-color: var(--red);
    color: white;
}

.tabs .tab.active .ttm-tabs-title h3,
.tabs .tab.active .ttm-tabs-icon i {
    color: white;
}

.ttm-tabs-title h3 {
    font-size: 0.9rem;
    margin: 0;
    font-weight: 700;
}

.ttm-tabs-icon i {
    font-size: 1.4rem;
    color: var(--red);
    margin-bottom: 6px;
}

.content-tab .content-inner {
    display: none;
}

.content-tab .content-inner.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

.content-tab img {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
    height: 420px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Accordion (FAQ) Premium */
.faq-section {
    margin-top: 50px;
    background: var(--light-bg);
    padding: 40px 32px;
    border-radius: 32px;
}

.faq-title {
    color: var(--red);
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    text-align: center;
}

.accordion-item {
    border: none !important;
    background: transparent;
    margin-bottom: 16px;
    border-radius: 20px !important;
    overflow: hidden;
}

.accordion-button {
    background: white;
    border-radius: 20px !important;
    padding: 18px 24px;
    font-weight: 700;
    color: var(--dark);
    box-shadow: none;
    border: 1px solid var(--border);
}

.accordion-button:not(.collapsed) {
    background: var(--red);
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--red);
}

.accordion-body {
    background: white;
    border-radius: 0 0 20px 20px;
    padding: 20px 24px;
    color: var(--grey);
    border: 1px solid var(--border);
    border-top: none;
}

.accordion-body a {
    text-decoration: none;
    color: var(--red);
}

/* smooth scroll */
html {
    scroll-behavior: smooth;
}

/* responsive fixes */
@media (max-width: 768px) {
    .tabs .tab {
        padding: 8px 18px;
        min-width: 120px;
    }

    .faq-section {
        padding: 30px 20px;
    }

    .ttm-col-bgcolor-yes {
        padding: 28px 20px;
    }
}