/* =============================================
   DLS PAGES — Common Stylesheet for All Pages
   ============================================= */

/* ---- Page Hero / Banner ---- */
.dls-page-hero {
    background: linear-gradient(359deg, #1a1a2e 0%, #000000 50%, #090909 100%);
    padding: 150px 0 50px;
    position: relative;
    overflow: hidden;
}

.dls-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.dls-page-hero::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 40px;
    /* background: linear-gradient(to top, #1f1c19, #000000); */
}

.dls-page-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.dls-page-hero h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 10px;
    font-family: var(--title-font) !important;
    line-height: 1.2;
}

.dls-page-hero p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ---- Breadcrumb ---- */
.dls-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    font-size: 13px;
}

.dls-breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s;
}

.dls-breadcrumb a:hover {
    color: #f5a52d;
}

.dls-breadcrumb .dls-bc-sep {
    color: rgba(255, 255, 255, 0.3);
    font-size: 10px;
}

.dls-breadcrumb .dls-bc-current {
    color: #f5a52d;
    font-weight: 600;
    font-size: 10px;
}

/* ---- Section Wrapper ---- */
.dls-section {
    padding: 70px 0;
}

.dls-section.bg-warm {
    background: #fffdf8;
}

.dls-section.bg-light {
    background: #f8f6f2;
}

.dls-section.bg-cream {
    background: #f3ecdc;
}

/* ---- Section Title ---- */
.dls-section-title {
    text-align: center;
    margin-bottom: 45px;
}

.dls-section-title .tag {
    display: inline-block;
    background: linear-gradient(135deg, #c97c1e, #f5a52d);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.dls-section-title h2 {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 10px;
    line-height: 1.25;
    font-family: var(--title-font) !important;
}

.dls-section-title h2 span {
    color: #c97c1e;
}

.dls-section-title p {
    font-size: 15px;
    color: #666;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ---- Content Typography ---- */
.dls-content {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.dls-content p {
    margin-bottom: 18px;
    text-align: justify;
}

.dls-content h2,
.dls-content h3,
.dls-content h4,
.dls-content h5 {
    color: #1a1a2e;
    margin: 28px 0 14px;
    font-family: var(--title-font) !important;
    line-height: 1.3;
}

.dls-content h2 {
    font-size: 26px;
}

.dls-content h3 {
    font-size: 22px;
}

.dls-content h4 {
    font-size: 18px;
}

.dls-content h5 {
    font-size: 16px;
}

.dls-content ul,
.dls-content ol {
    padding-left: 20px;
    margin-bottom: 18px;
}

.dls-content li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.dls-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 15px 0;
}

.dls-content a {
    color: #c97c1e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.dls-content a:hover {
    color: #a86515;
}

.dls-content blockquote {
    border-left: 4px solid #c97c1e;
    padding: 16px 24px;
    margin: 20px 0;
    background: #fffdf8;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #555;
}

/* ---- Common Data Table ---- */
.dls-table-wrap {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.dls-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.dls-table thead th {
    background: linear-gradient(135deg, #c97c1e, #a86515);
    color: #fff;
    font-weight: 700;
    padding: 14px 18px;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    white-space: nowrap;
}

.dls-table thead th:first-child {
    border-radius: 12px 0 0 0;
}

.dls-table thead th:last-child {
    border-radius: 0 12px 0 0;
}

.dls-table tbody td {
    padding: 13px 18px;
    border-bottom: 1px solid #f0e6d6;
    color: #444;
    vertical-align: middle;
}

.dls-table tbody tr:last-child td {
    border-bottom: none;
}

.dls-table tbody tr:hover {
    background: #fffdf8;
}

.dls-table tbody tr:nth-child(even) {
    background: #faf8f4;
}

.dls-table tbody tr:nth-child(even):hover {
    background: #fffdf8;
}

/* ---- Profile / Person Page (Chairman, Principal, Staff) ---- */
.dls-profile-section {
    padding: 60px 0 70px;
}

.dls-profile-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0e6d6;
}

.dls-profile-photo-wrap {
    padding: 30px 30px 20px;
    text-align: center;
    background: linear-gradient(160deg, #fffdf8, #f8f4ec);
}

/* Photo Frame with Decorator */
.profile-photo-frame {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.profile-photo-decorator {
    position: absolute;
    top: -10px;
    left: -10px;
    right: 10px;
    bottom: 10px;
    border: 3px solid #c97c1e;
    border-radius: 18px;
    opacity: 0.35;
    pointer-events: none;
}

.dls-profile-photo {
    width: 100%;
    max-width: 260px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    position: relative;
    z-index: 2;
    border: 4px solid #fff;
}

/* Sidebar Info */
.dls-profile-sidebar-info {
    padding: 0 20px 24px;
    text-align: center;
}

.profile-name-block {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.4;
    margin-bottom: 8px;
}

.profile-name-block .team-title,
.profile-name-block .team-title.text-danger,
.dls-page-hero .team-title,
.dls-page-hero .team-title.text-danger,
.dls-profile-sidebar-info .team-title.text-danger,
.leader-name .team-title.text-danger,
.team-title.text-danger {
    color: #000 !important;
    margin: 0;
}

.dls-profile-sidebar-info .designation {
    display: inline-block;
    background: linear-gradient(135deg, #c97c1e, #f5a52d);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 30px;
    margin-bottom: 4px;
}

.dls-profile-sidebar-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    font-family: var(--title-font) !important;
}

.dls-profile-sidebar-info p {
    font-size: 13.5px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Content area */
.dls-profile-content {
    padding: 40px;
}

.profile-message-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0e6d6;
}

.profile-message-label i {
    font-size: 20px;
    color: #c97c1e;
}

.profile-message-label span {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
}

.dls-profile-content h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 8px;
    font-family: var(--title-font) !important;
}

.dls-profile-content .subtitle {
    color: #c97c1e;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* ---- Contact Info Cards ---- */
.dls-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.dls-contact-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 24px;
    text-align: center;
    border: 1px solid #f0e6d6;
    transition: all 0.35s ease;
}

.dls-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.dls-contact-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(201, 124, 30, 0.1), rgba(245, 165, 45, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 22px;
    color: #c97c1e;
}

.dls-contact-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    font-family: var(--title-font) !important;
}

.dls-contact-card p,
.dls-contact-card a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.3s;
}

.dls-contact-card a:hover {
    color: #c97c1e;
}

/* ---- Map Container ---- */
.dls-map-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.dls-map-wrap iframe {
    width: 100%;
    height: 400px;
    border: 0;
    display: block;
}

/* ---- Quick Links Sidebar ---- */
.dls-sidebar-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0e6d6;
}

.dls-sidebar-card .card-header-custom {
    background: linear-gradient(135deg, #c97c1e, #a86515);
    padding: 16px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dls-sidebar-links {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.dls-sidebar-links li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f5f0e8;
    transition: all 0.25s ease;
}

.dls-sidebar-links li:last-child a {
    border-bottom: none;
}

.dls-sidebar-links li a i {
    color: #c97c1e;
    font-size: 12px;
    width: 18px;
    text-align: center;
}

.dls-sidebar-links li a:hover {
    background: #fffdf8;
    color: #c97c1e;
    padding-left: 26px;
}

/* ---- Achievement / Merit Cards ---- */
.dls-merit-section {
    margin-bottom: 40px;
}

.dls-merit-section h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 3px solid #c97c1e;
    display: inline-block;
    font-family: var(--title-font) !important;
}

/* ---- Feature / Info Cards ---- */
.dls-feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 22px;
    border: 1px solid #f0e6d6;
    transition: all 0.35s ease;
    height: 100%;
}

.dls-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.dls-feature-card .fc-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(201, 124, 30, 0.1), rgba(245, 165, 45, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #c97c1e;
    margin-bottom: 16px;
}

.dls-feature-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    font-family: var(--title-font) !important;
}

.dls-feature-card p {
    font-size: 13.5px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* =============================================
   ABOUT PAGE SPECIFIC STYLES
   ============================================= */

/* About - Content Section */
.dls-about-intro {
    padding: 60px 0 50px;
}

.dls-about-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: visible;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

/* Decorative frame behind image */
.about-img-decorator {
    position: absolute;
    top: -12px;
    left: -12px;
    right: 12px;
    bottom: 12px;
    border: 3px solid #c97c1e;
    border-radius: 16px;
    z-index: -1;
    opacity: 0.3;
}

.dls-about-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

.dls-about-image-wrap .exp-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #c97c1e, #f5a52d);
    color: #fff;
    padding: 16px 22px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(201, 124, 30, 0.35);
    z-index: 2;
    animation: badgePulse 2.5s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.dls-about-image-wrap .exp-badge .num {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    display: block;
    font-family: var(--title-font) !important;
}

.dls-about-image-wrap .exp-badge .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 4px;
    display: block;
}

.dls-about-tagline {
    display: inline-block;
    background: linear-gradient(135deg, rgba(201, 124, 30, 0.08), rgba(245, 165, 45, 0.12));
    color: #c97c1e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.dls-about-heading {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 6px;
    line-height: 1.25;
    font-family: var(--title-font) !important;
}

.dls-about-heading span {
    color: #c97c1e;
}

.dls-about-motto {
    font-size: 15px;
    color: #c97c1e;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 18px;
}

.dls-about-text {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 16px;
}

/* About - Vision Mission */
.dls-vm-section {
    padding: 50px 0 60px;
    background: linear-gradient(160deg, #f8f4ec 0%, #fffdf8 100%);
}

.dls-vm-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    border: 1px solid #f0e6d6;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.dls-vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c97c1e, #f5a52d);
}

.dls-vm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.dls-vm-card .vm-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(201, 124, 30, 0.1), rgba(245, 165, 45, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #c97c1e;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.dls-vm-card:hover .vm-icon {
    background: linear-gradient(135deg, #c97c1e, #f5a52d);
    color: #fff;
    transform: scale(1.08) rotate(-5deg);
}

.dls-vm-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
    font-family: var(--title-font) !important;
}

.dls-vm-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin: 0;
}

.dls-vm-card ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.dls-vm-card ul li {
    padding: 6px 0;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.dls-vm-card ul li i {
    color: #c97c1e;
    font-size: 10px;
    margin-top: 5px;
    flex-shrink: 0;
}

/* About - Mini Stats */
.about-mini-stats {
    display: flex;
    gap: 20px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 2px solid #f0e6d6;
    flex-wrap: wrap;
}

.mini-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.ms-num {
    font-family: 'Unbounded', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #c97c1e;
    line-height: 1;
}

.ms-label {
    font-size: 11px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

/* About - Highlights Grid */
.dls-highlights-section {
    padding: 60px 0 70px;
    background: linear-gradient(160deg, #f8f4ec 0%, #fffdf8 100%);
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 10px;
}

.highlight-card-item {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    border: 1px solid #f0e6d6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.highlight-card-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c97c1e, #f5a52d);
    transform: scaleX(0);
    transition: transform 0.35s ease;
}

.highlight-card-item:hover::before {
    transform: scaleX(1);
}

.highlight-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(201, 124, 30, 0.1);
    border-color: #c97c1e;
}

.hc-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(201, 124, 30, 0.08), rgba(245, 165, 45, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #c97c1e;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.highlight-card-item:hover .hc-icon {
    background: linear-gradient(135deg, #c97c1e, #f5a52d);
    color: #fff;
    transform: scale(1.08);
}

.highlight-card-item h4 {
    font-family: 'Unbounded', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
}

.highlight-card-item p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Highlights CTA */
.highlights-cta {
    text-align: center;
    margin-top: 36px;
}

.highlights-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #c97c1e, #f5a52d);
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 6px 20px rgba(201, 124, 30, 0.3);
    transition: all 0.3s ease;
}

.highlights-cta-btn:hover {
    background: linear-gradient(135deg, #a86515, #c97c1e);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(201, 124, 30, 0.4);
    color: #fff;
}

.highlights-cta-btn i:first-child {
    font-size: 16px;
}

.highlights-cta-btn i:last-child {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.highlights-cta-btn:hover i:last-child {
    transform: translateX(4px);
}

/* About responsive */
@media (max-width: 991px) {
    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .about-mini-stats {
        gap: 14px;
    }

    .about-img-decorator {
        display: none;
    }
}

@media (max-width: 576px) {
    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .highlight-card-item {
        padding: 20px 18px;
    }

    .about-mini-stats {
        gap: 10px;
    }

    .mini-stat {
        min-width: 60px;
    }

    .ms-num {
        font-size: 18px;
    }

    .ms-label {
        font-size: 9px;
    }

    .highlights-cta-btn {
        padding: 12px 24px;
        font-size: 13px;
    }
}

/* ---- Tab Navigation ---- */
.dls-tabs {
    display: flex;
    gap: 0;
    border-bottom: 3px solid #f0e6d6;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.dls-tabs .dls-tab {
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    background: #f8f6f2;
    border: 1px solid #f0e6d6;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: -3px;
    position: relative;
}

.dls-tabs .dls-tab:hover {
    color: #c97c1e;
    background: #fffdf8;
}

.dls-tabs .dls-tab.active {
    background: #fff;
    color: #c97c1e;
    border-color: #f0e6d6;
    border-bottom: 3px solid #fff;
    font-weight: 700;
}

.dls-tab-content {
    background: #fff;
    border: 1px solid #f0e6d6;
    border-top: none;
    border-radius: 0 0 12px 12px;
    padding: 28px;
}

.dls-tab-pane {
    display: none;
}

.dls-tab-pane.active {
    display: block;
}

.dls-tab-pane ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dls-tab-pane ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f0e8;
    font-size: 14px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dls-tab-pane ul li:last-child {
    border-bottom: none;
}

.dls-tab-pane ul li i {
    color: #c97c1e;
    font-size: 12px;
    flex-shrink: 0;
}

/* ---- Staff Card Grid ---- */
.dls-staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.dls-staff-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #f0e6d6;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s;
}

.dls-staff-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.dls-staff-card .staff-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f0e6d6;
    flex-shrink: 0;
}

.dls-staff-card .staff-info h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
}

.dls-staff-card .staff-info span {
    font-size: 13px;
    color: #c97c1e;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.dls-staff-card .staff-info small {
    font-size: 12px;
    color: #888;
}

/* ---- Blog / Post Cards ---- */
.dls-post-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #f0e6d6;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.dls-post-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.dls-post-card .post-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
}

.dls-post-card .post-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s;
}

.dls-post-card:hover .post-img-wrap img {
    transform: scale(1.05);
}

.dls-post-card .post-body {
    padding: 22px;
}

.dls-post-card .post-date {
    font-size: 12px;
    color: #c97c1e;
    font-weight: 600;
    margin-bottom: 8px;
}

.dls-post-card .post-date i {
    margin-right: 4px;
}

.dls-post-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    line-height: 1.4;
}

.dls-post-card h4 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.dls-post-card h4 a:hover {
    color: #c97c1e;
}

.dls-post-card .post-excerpt {
    font-size: 13.5px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 14px;
}

.dls-post-card .read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #c97c1e;
    text-decoration: none;
    transition: gap 0.3s;
}

.dls-post-card .read-more:hover {
    gap: 10px;
}

/* ---- Single Post ---- */
.dls-single-post .post-featured-img {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 24px;
}

.dls-single-post .post-featured-img img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 14px;
}

.dls-single-post .post-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 20px;
    line-height: 1.3;
    font-family: var(--title-font) !important;
}

/* ---- Form Styling ---- */
.dls-form-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px;
    border: 1px solid #f0e6d6;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.dls-form-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 20px;
    font-family: var(--title-font) !important;
}

.dls-form-card .form-label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
}

.dls-form-card .form-control,
.dls-form-card .form-select {
    border: 1px solid #e0d6c6;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.dls-form-card .form-control:focus,
.dls-form-card .form-select:focus {
    border-color: #c97c1e;
    box-shadow: 0 0 0 3px rgba(201, 124, 30, 0.1);
}

.dls-form-card .btn-submit {
    background: linear-gradient(135deg, #c97c1e, #a86515);
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.dls-form-card .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 124, 30, 0.3);
}

/* ---- Affiliation Cards ---- */
.dls-affiliation-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    border: 1px solid #f0e6d6;
    transition: all 0.3s;
    height: 100%;
}

.dls-affiliation-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.dls-affiliation-card img {
    max-width: 120px;
    height: auto;
    margin: 0 auto 16px;
    display: block;
}

.dls-affiliation-card blockquote {
    border-left: 3px solid #c97c1e;
    padding: 10px 16px;
    margin: 0;
    background: #fffdf8;
    border-radius: 0 8px 8px 0;
    font-size: 13.5px;
    color: #555;
    line-height: 1.6;
    text-align: left;
}

.dls-affiliation-card blockquote i {
    color: #c97c1e;
    margin-right: 6px;
}

/* ---- IQAC / Document Section ---- */
.dls-doc-section {
    margin-bottom: 40px;
}

.dls-doc-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 3px solid #c97c1e;
    display: inline-block;
    font-family: var(--title-font) !important;
}

.dls-doc-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dls-doc-links li {
    padding: 8px 0;
}

.dls-doc-links li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.dls-doc-links li a:hover {
    color: #c97c1e;
}

.dls-doc-links li a i {
    color: #c97c1e;
    font-size: 12px;
    flex-shrink: 0;
}

/* ---- 404 Error Page ---- */
.dls-error-page {
    text-align: center;
    padding: 100px 0;
}

.dls-error-page .error-code {
    font-size: 140px;
    font-weight: 900;
    background: linear-gradient(135deg, #c97c1e, #f5a52d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 16px;
    font-family: var(--title-font) !important;
}

.dls-error-page h2 {
    font-size: 28px;
    color: #1a1a2e;
    margin: 0 0 12px;
    font-family: var(--title-font) !important;
}

.dls-error-page p {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
}

.dls-error-page .btn-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #c97c1e, #a86515);
    color: #fff;
    padding: 14px 36px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s;
}

.dls-error-page .btn-home:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(201, 124, 30, 0.3);
}

/* ---- Guideline / Info List ---- */
.dls-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.dls-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    border-bottom: 1px solid #f5f0e8;
}

.dls-info-list li:last-child {
    border-bottom: none;
}

.dls-info-list li i {
    color: #c97c1e;
    margin-top: 4px;
    flex-shrink: 0;
}

/* ---- Bank / Payment Info ---- */
.dls-payment-info {
    background: #fff;
    border-radius: 14px;
    padding: 32px;
    border: 1px solid #f0e6d6;
}

.dls-payment-info .info-row {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #f5f0e8;
    font-size: 14px;
}

.dls-payment-info .info-row:last-child {
    border-bottom: none;
}

.dls-payment-info .info-label {
    font-weight: 700;
    color: #1a1a2e;
    min-width: 140px;
}

.dls-payment-info .info-value {
    color: #555;
}

/* ---- PDF Download Button ---- */
.dls-pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #c97c1e, #a86515);
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s;
}

.dls-pdf-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 124, 30, 0.3);
    color: #fff;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .dls-page-hero {
        padding: 45px 0 40px;
    }

    .dls-page-hero h1 {
        font-size: 28px;
    }

    .dls-section {
        padding: 50px 0;
    }

    .dls-section-title h2 {
        font-size: 24px;
    }

    .dls-contact-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dls-profile-content {
        padding: 28px 20px;
    }

    .dls-profile-content h2 {
        font-size: 24px;
    }

    .profile-message-label span {
        font-size: 17px;
    }

    .profile-name-block {
        font-size: 16px;
    }

    .dls-about-heading {
        font-size: 24px;
    }

    .dls-about-image-wrap {
        margin-bottom: 30px;
    }

    .dls-vm-card {
        margin-bottom: 18px;
    }
}

@media (max-width: 576px) {
    .dls-page-hero h1 {
        font-size: 22px;
    }

    .dls-page-hero p {
        font-size: 13px;
    }

    .dls-section-title h2 {
        font-size: 20px;
    }

    .dls-table thead th,
    .dls-table tbody td {
        padding: 10px 12px;
        font-size: 12.5px;
    }

    .dls-profile-photo-wrap {
        padding: 20px;
    }

    .dls-profile-photo {
        max-width: 200px;
    }

    .profile-name-block {
        font-size: 15px;
    }

    .profile-message-label {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .profile-message-label span {
        font-size: 15px;
    }

    .dls-map-wrap iframe {
        height: 280px;
    }

    .dls-staff-grid {
        grid-template-columns: 1fr;
    }

    .dls-tabs .dls-tab {
        padding: 10px 16px;
        font-size: 13px;
    }

    .dls-tab-content {
        padding: 20px;
    }

    .dls-error-page .error-code {
        font-size: 100px;
    }

    .dls-payment-info .info-row {
        flex-direction: column;
        gap: 2px;
    }

    .dls-form-card {
        padding: 20px;
    }
}

/* ============================================
   WEBINAR PAGE DESIGN
   ============================================ */

/* ---- Hero ---- */
.webinar-hero {
    position: relative;
    padding: 90px 0 70px;
    overflow: hidden;
    background: linear-gradient(135deg, #0f0c29 0%, #1a1a2e 40%, #24243e 100%);
}

.webinar-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 80%, rgba(201, 124, 30, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 85% 20%, rgba(245, 165, 45, 0.12) 0%, transparent 55%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
}

.webinar-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.webinar-hero-glow-1 {
    width: 320px;
    height: 320px;
    background: rgba(201, 124, 30, 0.25);
    top: -80px;
    right: 10%;
}

.webinar-hero-glow-2 {
    width: 260px;
    height: 260px;
    background: rgba(245, 165, 45, 0.15);
    bottom: -60px;
    left: 5%;
}

.webinar-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.webinar-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 165, 45, 0.15);
    border: 1px solid rgba(245, 165, 45, 0.35);
    color: #f5a52d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 999px;
    margin-bottom: 22px;
}

.webinar-hero-badge i {
    font-size: 16px;
}

.webinar-hero h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.15;
    font-family: var(--title-font) !important;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.webinar-hero p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 32px;
}

.webinar-hero-stats {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 18px 28px;
    margin-bottom: 28px;
    backdrop-filter: blur(8px);
}

.wh-stat {
    text-align: center;
    padding: 0 24px;
}

.wh-stat-num {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #f5a52d;
    line-height: 1.2;
    font-family: var(--title-font) !important;
}

.wh-stat-label {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.wh-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.webinar-breadcrumb {
    margin-top: 8px !important;
}

/* ---- Highlights strip ---- */
.webinar-highlights-section {
    padding: 0;
    margin-top: -36px;
    position: relative;
    z-index: 5;
}

.webinar-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.webinar-hl-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid #f0e6d6;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.webinar-hl-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(201, 124, 30, 0.15);
    border-color: #f5a52d;
}

.whl-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(201, 124, 30, 0.1), rgba(245, 165, 45, 0.18));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

.whl-icon i {
    font-size: 22px;
    color: #c97c1e;
    transition: color 0.35s ease;
}

.webinar-hl-card:hover .whl-icon {
    background: linear-gradient(135deg, #c97c1e, #f5a52d);
}

.webinar-hl-card:hover .whl-icon i {
    color: #fff;
}

.webinar-hl-card h4,
.whl-text h4 {
    font-family: var(--title-font) !important;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
    line-height: 1.3;
}

.webinar-hl-card p,
.whl-text p {
    font-size: 12.5px;
    color: #777;
    line-height: 1.5;
    margin: 0;
}

/* ---- Archive section ---- */
.webinar-archive-section {
    padding: 70px 0 90px;
    background: linear-gradient(180deg, #f8f6f2 0%, #fff 100%);
}

.webinar-section-head {
    text-align: center;
    margin-bottom: 36px;
}

.webinar-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #c97c1e, #f5a52d);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.webinar-section-head h2,
.webinar-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 12px;
    font-family: var(--title-font) !important;
    line-height: 1.25;
}

.webinar-main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.webinar-main-title .wmt-line {
    display: block;
    color: #1a1a2e;
}

.webinar-main-title .wmt-accent {
    display: block;
    color: #c97c1e;
    font-size: 26px;
}

.webinar-section-head h2 span {
    color: #c97c1e;
}

.webinar-section-head p {
    font-size: 15px;
    color: #666;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Toolbar */
.webinar-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.webinar-search-wrap {
    position: relative;
    flex: 1;
    min-width: 240px;
    max-width: 420px;
}

.webinar-search-wrap i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #c97c1e;
    font-size: 14px;
}

.webinar-search-wrap input {
    width: 100%;
    padding: 13px 16px 13px 42px;
    border: 1px solid #e8dcc8;
    border-radius: 12px;
    font-size: 14px;
    background: #fff;
    transition: border-color 0.25s, box-shadow 0.25s;
    outline: none;
}

.webinar-search-wrap input:focus {
    border-color: #c97c1e;
    box-shadow: 0 0 0 3px rgba(201, 124, 30, 0.12);
}

.webinar-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wf-pill {
    border: 1px solid #e0d6c6;
    background: #fff;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.wf-pill:hover {
    border-color: #c97c1e;
    color: #c97c1e;
}

.wf-pill.active {
    background: linear-gradient(135deg, #c97c1e, #f5a52d);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 14px rgba(201, 124, 30, 0.3);
}

/* Content card */
.webinar-content-wrap {
    margin-top: 10px;
}

.webinar-content-card {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    border: 1px solid #f0e6d6;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.webinar-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.webinar-scroll-hint {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 12px;
    color: #888;
    background: #faf8f5;
    border-bottom: 1px solid #f0e6d6;
}

.webinar-scroll-hint i {
    color: #c97c1e;
}

.webinar-no-results {
    text-align: center;
    padding: 48px 24px;
    color: #888;
}

.webinar-no-results i {
    font-size: 36px;
    color: #ddd;
    margin-bottom: 12px;
    display: block;
}

/* Enhanced CMS content inside webinar */
.webinar-content {
    padding: 0;
    min-width: 900px;
}

.webinar-content>div:first-child {
    display: none;
}

.webinar-content h2 {
    display: none;
}

.webinar-content h3 {
    color: #c97c1e;
    font-size: 18px;
    padding: 24px 28px 0;
}

.webinar-data-table,
.webinar-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.webinar-data-table thead th,
.webinar-content table thead th {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
    color: #f5a52d;
    padding: 16px 18px;
    font-size: 11.5px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 3px solid #c97c1e;
}

.webinar-data-table tbody td,
.webinar-content table tbody td {
    padding: 14px 18px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #f0ebe3;
    vertical-align: top;
    line-height: 1.55;
}

.webinar-data-table tbody tr,
.webinar-content table tbody tr {
    transition: background 0.2s ease;
}

.webinar-data-table tbody tr:nth-child(even),
.webinar-content table tbody tr:nth-child(even) {
    background: #faf8f5;
}

.webinar-data-table tbody tr:hover,
.webinar-content table tbody tr:hover {
    background: #fff3e0;
}

.webinar-data-table tbody td:first-child,
.webinar-content table tbody td:first-child {
    font-weight: 700;
    color: #c97c1e;
    text-align: center;
    width: 50px;
}

.webinar-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #c97c1e, #f5a52d);
    color: #fff !important;
    font-size: 11.5px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 3px 10px rgba(201, 124, 30, 0.25);
}

.webinar-link-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(201, 124, 30, 0.35);
    color: #fff !important;
}

.webinar-content p {
    padding: 16px 28px;
    margin: 0;
}

.webinar-content p a {
    color: #c97c1e;
    font-weight: 600;
}

.webinar-content img {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin: 16px 28px;
    max-width: calc(100% - 56px);
}

/* Channel CTA */
.webinar-channels {
    margin-top: 48px;
    background: linear-gradient(135deg, #1a1a2e 0%, #2a2a40 100%);
    border-radius: 20px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.webinar-channels::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(245, 165, 45, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.webinar-channels-text {
    position: relative;
    z-index: 1;
}

.webinar-channels-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    font-family: var(--title-font) !important;
}

.webinar-channels-text h3 i {
    color: #f5a52d;
    margin-right: 8px;
}

.webinar-channels-text p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    margin: 0;
}

.webinar-channel-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.wc-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.25s, box-shadow 0.25s;
}

.wc-btn:hover {
    transform: translateY(-3px);
}

.wc-youtube {
    background: #ff0000;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.3);
}

.wc-youtube:hover {
    box-shadow: 0 10px 28px rgba(255, 0, 0, 0.4);
    color: #fff !important;
}

.wc-facebook {
    background: #1877f2;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.3);
}

.wc-facebook:hover {
    box-shadow: 0 10px 28px rgba(24, 119, 242, 0.4);
    color: #fff !important;
}

/* Webinar responsive */
@media (max-width: 991px) {
    .webinar-hero {
        padding: 70px 0 60px;
    }

    .webinar-hero h1 {
        font-size: 32px;
    }

    .webinar-highlights-section {
        margin-top: -24px;
        padding: 0 12px;
    }

    .webinar-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .webinar-hero-stats {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        padding: 16px 20px;
    }

    .wh-stat-divider {
        display: none;
    }

    .wh-stat {
        padding: 0 16px;
    }

    .webinar-archive-section {
        padding: 50px 0 70px;
    }

    .webinar-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .webinar-search-wrap {
        max-width: 100%;
        min-width: 0;
    }

    .webinar-filter-pills {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        width: 100%;
    }

    .wf-pill {
        width: 100%;
        text-align: center;
        padding: 10px 12px;
    }

    .webinar-scroll-hint {
        display: flex;
    }

    .webinar-channels {
        padding: 28px 24px;
        flex-direction: column;
        text-align: center;
    }

    .webinar-channel-btns {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .webinar-scroll-hint {
        display: none;
    }

    .webinar-table-scroll {
        padding: 12px 0 4px;
    }

    .webinar-content,
    .webinar-table-scroll {
        min-width: 0 !important;
        overflow-x: visible;
    }

    .webinar-data-table,
    .webinar-content table {
        min-width: 0 !important;
    }

    .webinar-data-table thead,
    .webinar-content table thead {
        display: none;
    }

    .webinar-data-table tbody tr,
    .webinar-content table tbody tr {
        display: block;
        margin: 0 12px 14px;
        padding: 14px 16px;
        border: 1px solid #f0e6d6;
        border-radius: 14px;
        background: #fff !important;
        box-shadow: 0 3px 14px rgba(0, 0, 0, 0.05);
    }

    .webinar-data-table tbody tr:hover,
    .webinar-content table tbody tr:hover {
        background: #fff !important;
    }

    .webinar-data-table tbody td,
    .webinar-content table tbody td {
        display: block;
        padding: 10px 0;
        border-bottom: 1px dashed #eee5d8;
        text-align: left !important;
        width: auto !important;
    }

    .webinar-data-table tbody td:last-child,
    .webinar-content table tbody td:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .webinar-data-table tbody td::before,
    .webinar-content table tbody td::before {
        content: attr(data-label);
        display: block;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        color: #c97c1e;
        margin-bottom: 5px;
    }

    .webinar-data-table tbody td:first-child,
    .webinar-content table tbody td:first-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
        font-weight: 800;
        border-bottom: 2px solid #f5a52d;
        padding-bottom: 12px;
        margin-bottom: 4px;
    }

    .webinar-data-table tbody td:first-child::before,
    .webinar-content table tbody td:first-child::before {
        margin-bottom: 0;
        font-size: 11px;
    }

    .webinar-link-btn {
        width: 100%;
        justify-content: center;
        padding: 10px 16px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .webinar-hero {
        padding: 56px 0 48px;
    }

    .webinar-hero h1 {
        font-size: 24px;
        padding: 0 8px;
    }

    .webinar-hero p {
        font-size: 14px;
        padding: 0 12px;
    }

    .webinar-hero-badge {
        font-size: 10px;
        padding: 6px 14px;
    }

    .webinar-hero-stats {
        width: calc(100% - 24px);
        padding: 14px 12px;
    }

    .wh-stat-num {
        font-size: 18px;
    }

    .wh-stat-label {
        font-size: 10px;
    }

    .webinar-highlights-section {
        margin-top: -18px;
        padding: 0 10px;
    }

    .webinar-highlights {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .webinar-hl-card {
        padding: 16px 14px;
    }

    .whl-icon {
        width: 44px;
        height: 44px;
    }

    .whl-icon i {
        font-size: 18px;
    }

    .webinar-archive-section {
        padding: 40px 0 60px;
    }

    .webinar-archive-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .webinar-section-head {
        margin-bottom: 24px;
        padding: 0 4px;
    }

    .webinar-section-head h2,
    .webinar-main-title {
        font-size: 22px;
    }

    .webinar-main-title .wmt-accent {
        font-size: 18px;
    }

    .webinar-section-head p {
        font-size: 13.5px;
        line-height: 1.65;
    }

    .webinar-search-wrap input {
        font-size: 13px;
        padding: 12px 14px 12px 38px;
    }

    .webinar-filter-pills {
        grid-template-columns: repeat(2, 1fr);
    }

    .wf-pill {
        font-size: 11.5px;
        padding: 9px 8px;
    }

    .webinar-content-card {
        border-radius: 14px;
    }

    .webinar-data-table tbody tr,
    .webinar-content table tbody tr {
        margin: 0 8px 12px;
        padding: 12px 14px;
    }

    .webinar-data-table tbody td,
    .webinar-content table tbody td {
        font-size: 12.5px;
    }

    .webinar-channels {
        padding: 24px 18px;
        border-radius: 14px;
        margin-top: 32px;
    }

    .webinar-channels-text h3 {
        font-size: 17px;
    }

    .webinar-channels-text p {
        font-size: 13px;
    }

    .wc-btn {
        width: 100%;
        justify-content: center;
    }
}