/*!
Theme Name: DPS Rewari
Theme URI: http://dpsrewari.com/
Author: DPS Rewari
Author URI: http://dpsrewari.com
Description: At DPS Rewari, we believe that education transcends the mere acquisition of knowledge. It is a journey of self-discovery, a process that enables curiosity, nurtures creativity, and cultivates a deep sense of empathy.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dps-rewari
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DPS Rewari is based on Underscores https://dpsrewari.com/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
/* Notice Modal Styles */
.notice-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.notice-modal-content {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    margin: 5% auto;
    width: 90%;
    max-width: 700px;
    border-radius: 20px;
    border: 1px solid rgba(208, 171, 103, 0.5);
}

.notice-modal-header {
    padding: 20px 25px;
    background: linear-gradient(135deg, #d0ab67, #b8924a);
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-modal-header h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.notice-modal-close {
    color: white;
    font-size: 28px;
    cursor: pointer;
    transition: transform 0.3s;
}

.notice-modal-close:hover {
    transform: scale(1.1);
}

.notice-modal-body {
    padding: 25px;
}

.modal-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.modal-category {
    background: rgba(208, 171, 103, 0.2);
    color: #d0ab67;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.modal-date {
    color: #ccc;
    padding: 5px 15px;
    font-size: 0.8rem;
}

.modal-content-text {
    color: #ddd;
    line-height: 1.8;
    margin-bottom: 25px;
}

.modal-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #d0ab67;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s;
}

.modal-download-btn:hover {
    background: #b8924a;
    transform: translateY(-2px);
    color: white;
}


/* faculty css */

 .faculty-content {
            padding: 50px 0;
        }
        .faculty-intro {
/*             background: linear-gradient(135deg, #fef5e8, #fffaf2); */
            border-radius: 24px;
            padding: 40px;
            margin-bottom: 50px;
            border-left: 6px solid #d0ab67;
			border-left: 6px solid #d0ab67;
            border-bottom: 1px solid #d0ab67;
    		border-right: 6px solid #d0ab67;
    		border-top: 1px solid #d0ab67;
        }
        .faculty-intro h2 {
            color: #d0ab67;
            font-weight: 700;
            font-size: 2rem;
            margin-bottom: 20px;
        }
        .faculty-intro p {
            color: #fff;
            line-height: 1.8;
            font-size: 1rem;
        }
        .quote-text {
            font-family: 'Playfair Display', serif;
            font-size: 1.3rem;
            font-style: italic;
            color: #d0ab67;
            border-left: 3px solid #d0ab67;
            padding-left: 20px;
            margin: 25px 0;
        }
        .ratio-badge {
            background: #d0ab67;
            color: white;
            padding: 8px 20px;
            border-radius: 40px;
            display: inline-block;
            font-weight: 600;
            margin: 15px 0;
        }
        .faculty-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 30px;
        }
        .faculty-card {
/*             background: white; */
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.06);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgb(208 171 103);
        }
        .faculty-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        .faculty-img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            background: #dabc86;
        }
        .faculty-info {
            padding: 20px;
            text-align: center;
        }
        .faculty-name {
            font-size: 1.2rem;
            font-weight: 700;
            color: #fff
            margin-bottom: 5px;
        }
        .faculty-designation {
            font-size: 0.85rem;
            color: #d0ab67;
			    border-bottom: 1px solid;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }
        .faculty-qualification {
            font-size: 0.8rem;
            color: #ca880f;
            margin-bottom: 10px;
        }
        .faculty-desc {
            font-size: 0.85rem;
            color: #fff
            line-height: 1.5;
        }
        .section-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #8B5E3C;
            border-left: 5px solid #d0ab67;
            padding-left: 20px;
            margin-bottom: 30px;
        }
        .stat-box {
/*             background: white; */
            border-radius: 20px;
            padding: 25px;
            text-align: center;
            border: 1px solid rgb(208 171 103);
            margin-bottom: 30px;
        }
        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: #d0ab67;
        }
        .stat-label {
            font-size: 0.9rem;
            color: #fff;
            font-weight: 500;
        }
        @media (max-width: 768px) {
            .faculty-intro { padding: 25px; }
            .faculty-intro h2 { font-size: 1.5rem; }
            .quote-text { font-size: 1rem; }
            .section-title { font-size: 1.4rem; }
        }

        /* Student Bodies additional styles */
        .student-bodies-content {
            padding: 50px 0;
        }
        .council-card {
            /* background: #fefdf9; */
            border-radius: 20px;
            padding: 30px;
            margin-bottom: 40px;
            border: 1px solid rgb(208, 171, 103);
            box-shadow: 0 5px 20px rgba(0,0,0,0.03);
        }
        .council-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #d0ab67;
            border-left: 5px solid #d0ab67;
            padding-left: 20px;
            margin-bottom: 25px;
        }
        .council-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
        }
        .council-item {
            /* background: #fff; */
            border-radius: 16px;
            padding: 15px 20px;
                box-shadow: 2px 1px 1px rgb(206 170 102);
            border-left: 4px solid #d0ab67;
        }
        .council-item strong {
            color: #d0ab67;
            font-size: 1rem;
        }
        .council-item .name {
            font-weight: 700;
            color: #ffffff;
            font-size: 1rem;
        }
        .council-item .class {
            font-size: 0.85rem;
            color: #d0ab67;
        }
        .table-container {
            overflow-x: auto;
            margin: 30px 0;
            border-radius: 16px;
            border: 1px solid rgba(208, 171, 103, 0.2);
        }
        .house-table {
            border-collapse: collapse;
            width: 100%;
            min-width: 1000px;
        }
        .house-table th, .house-table td {
            border: 1px solid #e0d6c8;
            padding: 12px 10px;
            vertical-align: top;
            font-size: 13px;
        }
        .house-table th {
            text-align: center;
            font-weight: 700;
            color: white;
            padding: 15px 10px;
        }
        .achievers-bg { background: #d4a373; }
        .creators-bg { background: #8B9D77; }
        .leaders-bg { background: #c9a87c; }
        .motivators-bg { background: #7d8f6e; }
        /* .achievers-cell { background: #fdf8f0; } */
        /* .creators-cell { background: #f4f7f0; } */
        /* .leaders-cell { background: #fdf8f0; } */
        /* .motivators-cell { background: #f4f7f0; } */
        .house-table td b {
            color: #d89663;
            font-size: 0.85rem;
        }
        .house-table ul {
            margin: 5px 0 0 15px;
            padding-left: 0;
        }
        .house-table li {
            margin-bottom: 3px;
        }
        .section-intro {
            /* background: linear-gradient(135deg, #fef5e8, #fffaf2); */
            border-radius: 20px;
            padding: 35px;
            margin-bottom: 40px;
            border-left: 5px solid #d0ab67;

            box-shadow: 2px 1px 1px rgb(206 170 102);
        }
        .section-intro p {
            font-size: 1rem;
            line-height: 1.7;
            color: #ffffff;
        }
        /* school calender */
 /* No background colors - fully transparent/clean */
        .calendar-section {
            padding: 40px 0 60px;
        }
        .calendar-header {
            text-align: center;
            margin-bottom: 40px;
        }
        .calendar-header h1 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e2f;
        }
        .calendar-header h1 span {
            border-left: 5px solid #d0ab67;
            padding-left: 20px;
        }
        .calendar-header p {
            color: #ffffff;
            max-width: 700px;
            margin: 15px auto 0;
        }
        .year-selector {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        .year-btn {
            padding: 10px 30px;
            border-radius: 40px;
            background: transparent;
            border: 1.5px solid #d0ab67;
            color: #ffffff;
            font-weight: 600;
            transition: 0.2s;
            cursor: pointer;
        }
        .year-btn.active, .year-btn:hover {
            background: #d0ab67;
            color: white;
            border-color: #d0ab67;
        }
        .calendar-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
        }
        .month-card {
            border: 1px solid rgba(208, 171, 103, 0.25);
            border-radius: 24px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            background: transparent;
        }
        .month-card:hover {
            /* transform: translateY(-5px); */
            box-shadow: 0 15px 35px rgba(0,0,0,0.08);
        }
        .month-header {
            padding: 18px 20px;
            border-bottom: 2px solid #d0ab67;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .month-header i {
            font-size: 1.8rem;
            color: #d0ab67;
        }
        .month-header h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: #ffffff;
            margin: 0;
        }
        .month-events {
            padding: 20px;
        }
        .event-item {
            display: flex;
            gap: 15px;
            margin-bottom: 18px;
            padding-bottom: 15px;
            border-bottom: 1px dashed rgba(208, 171, 103, 0.2);
        }
        .event-item:last-child {
/*             border-bottom: none; */
/*             margin-bottom: 0;
            padding-bottom: 0; */
        }
        .event-date {
            min-width: 55px;
            text-align: center;
        }
        .event-day {
            font-size: 1.3rem;
            font-weight: 800;
            color: #d0ab67;
            line-height: 1;
        }
        .event-month {
            font-size: 0.7rem;
            color: #8B5E3C;
            text-transform: uppercase;
        }
        .event-details {
            flex: 1;
        }
        .event-title {
            font-weight: 700;
            color: #eec374;
            font-size: 0.95rem;
            margin-bottom: 4px;
        }
        .event-desc {
            font-size: 0.8rem;
            color: #e6a157;
        }
        .event-badge {
            display: inline-block;
            font-size: 0.65rem;
            padding: 2px 10px;
            border-radius: 20px;
            margin-top: 5px;
        }
        .badge-holiday { border: 1px solid #e6a157; color: #e6a157; background: transparent; }
        .badge-event { border: 1px solid #d0ab67; color: #d0ab67; background: transparent; }
        .badge-exam { border: 1px solid #8B5E3C; color: #8B5E3C; background: transparent; }
        .download-area {
            text-align: center;
            margin-top: 50px;
            padding-top: 30px;
            border-top: 1px solid rgba(208, 171, 103, 0.2);
        }
        .download-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 12px 32px;
            border-radius: 50px;
            background: transparent;
            border: 2px solid #d0ab67;
            color: #e29152;
            font-weight: 600;
            text-decoration: none;
            transition: 0.2s;
        }
        .download-btn:hover {
            background: #d0ab67;
            color: white;
            gap: 15px;
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 25px;
            flex-wrap: wrap;
            margin-bottom: 35px;
        }
        .legend-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.8rem;
            color: #6b5a48;
        }
        .legend-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }
        .legend-dot.holiday { border: 2px solid #e6a157; background: transparent; }
        .legend-dot.event { border: 2px solid #d0ab67; background: transparent; }
        .legend-dot.exam { border: 2px solid #8B5E3C; background: transparent; }
        @media (max-width: 768px) {
            .calendar-header h1 { font-size: 1.8rem; }
            .calendar-grid { grid-template-columns: 1fr; }
        }
            
   /* Additional styles for registration form */
        .form-wrapper {
            /* background: #fff; */
            border-radius: 20px;
            padding: 15px;
            margin: 30px 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            border: 1px solid white;
        }
        .section-card {
            /* background: #fefdf9; */
            border-radius: 16px;
            border: 1px solid rgb(255, 255, 255);
            margin-bottom: 25px;
            overflow: hidden;
        }
        .section-title {
            background: #d0ab67;
            padding: 15px 20px;
            font-weight: 700;
            color: #ffffff;
			border-radius:30px;
            border-bottom: 2px solid #d0ab67;
            font-size: 1.1rem;
        }
        .modal-header{
         color: #000;
        }
        .form-label {
            font-weight: 600;
            font-size: 0.85rem;
            color: #ffffff;
            margin-bottom: 5px;
        }
        .required-star {
            color: #d0ab67;
            font-weight: bold;
        }
        .form-control{
         color: white;
        }
        .photo-upload-box {
            border: 2px dashed #d0ab67;
            border-radius: 12px;
            padding: 12px;
            text-align: center;
            /* background: #fffdf9; */
            transition: 0.2s;
            cursor: pointer;
        }
       
        .photo-preview {
            width: 70px;
            height: 70px;
            object-fit: cover;
            border-radius: 50%;
            border: 2px solid #d0ab67;
            margin-top: 8px;
        }
        .file-input-hidden {
            display: none;
        }
        .btn-submit-gold {
            background: #d0ab67;
            border: none;
            padding: 12px 30px;
            font-weight: 700;
            border-radius: 50px;
            color: white;
            transition: 0.2s;
        }
        .btn-submit-gold:hover {
            background: #b8924a;
            transform: translateY(-2px);
        }
        .doc-list {
            list-style: none;
            padding-left: 0;
        }
        .doc-list li {
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .doc-list li i {
            color: #d0ab67;
            width: 24px;
        }
        .age-table td {
            padding: 12px;
            border-bottom: 1px solid #e2e9df;
        }
        .admission-notice {
            /* background: linear-gradient(135deg, #fef5e8, #fffaf2); */
            border-left: 5px solid #d0ab67;
            padding: 20px 25px;
            border-radius: 12px;
            margin-bottom: 25px;
        }
        .admission-notice h4 {
            color: #ffffff;
            font-weight: 700;
        }
        .modal-content-custom {
            border-radius: 16px;
            border-top: 4px solid #d0ab67;
        }
        @media (max-width: 768px) {
            .form-wrapper { padding: 20px; }
        }


        .accordion-body{
            background: #285840;
        }

.breadcrumb-item.active{
	color:White!important;
}



  /* No background colors - clean and transparent design */
        .infra-section {
            padding: 30px 0 60px;
        }
        .infra-section .Heading {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e2f;
        }
        .infra-section .Heading span {
            border-left: 5px solid #d0ab67;
            padding-left: 20px;
        }
        .infra-section .CmsPage h2 {
            font-size: 1.6rem;
            font-weight: 700;
            color: #d9b573;
            margin: 30px 0 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid rgba(208, 171, 103, 0.3);
        }
        .infra-section .CmsPage h2:first-of-type {
            margin-top: 0;
        }
        .infra-section .CmsPage p, .infra-section .CmsPage li {
            color: #fff;
            line-height: 1.7;
        }
        .infra-section .CmsPage ul, .infra-section .CmsPage ol {
            padding-left: 25px;
            margin-bottom: 20px;
        }
        .infra-section .CmsPage li {
            margin-bottom: 8px;
        }
        /* Gallery Card Styles */
        .gallery-card {
            border-radius: 16px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            border: 1px solid rgba(208, 171, 103, 0.15);
            background: transparent;
        }
        .gallery-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.08);
        }
        .gallery-card img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            transition: transform 0.4s;
        }
        .gallery-card:hover img {
            transform: scale(1.03);
        }
        /* Table of Contents Sidebar */
        .rightp .position-sticky {
            top: 100px;
            border: 1px solid rgba(208, 171, 103, 0.2);
            border-radius: 20px;
            background: transparent;
            backdrop-filter: blur(0px);
        }
        .rightp .Heading {
            font-size: 1.2rem;
            padding: 15px 20px;
            margin: 0;
            border-bottom: 1px solid rgba(208, 171, 103, 0.2);
        }
        .list-group-item {
            background: transparent;
            border: none;
            padding: 12px 20px;
        }
        .list-group-item a {
            text-decoration: none;
            color: #5a4a32;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: 0.2s;
            font-size: 0.9rem;
        }
        .list-group-item a:hover {
            color: #d0ab67;
            padding-left: 5px;
        }
        .list-group-item a svg {
            width: 14px;
            stroke: #d0ab67;
            stroke-width: 1.5;
        }
        .facility-badge {
            display: inline-block;
            background: rgba(208, 171, 103, 0.1);
            color: #8B5E3C;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            margin-right: 8px;
            margin-bottom: 8px;
        }
        .intro-text {
            font-size: 1rem;
            line-height: 1.7;
            color: #fff;
        }
        @media (max-width: 992px) {
            .rightp .position-sticky {
                position: relative !important;
                top: 0;
                margin-top: 40px;
            }
        }
        @media (max-width: 768px) {
            .infra-section .Heading { font-size: 1.8rem; }
            .infra-section .CmsPage h2 { font-size: 1.3rem; }
        }
.publication-header {
    
    border-bottom: 1px solid #e2e8f0;
    padding: 3.5rem 0 2.5rem;
    margin-bottom: 2.5rem;
}

.publication-header h1 {
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.publication-header .lead {
    color: #fff;
    font-weight: 400;
    font-size: 1.25rem;
    max-width: 720px;
}

.magazine-card {
    
    border-radius: 24px;
    padding: 1.8rem 1.8rem 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.03);
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
    height: 100%;
}

.magazine-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -8px rgba(255, 255, 255, 0.08);
    border-color: #cbd5e1;
}

.magazine-icon {
    font-size: 3.8rem;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.magazine-title {
    font-weight: 700;
    font-size: 1.9rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.btn-read {
    
    color: white;
    border-radius: 48px;
    padding: 0.7rem 1.8rem;
    font-weight: 500;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: all 0.2s;
}

.btn-read:hover {
    
    color: white;
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.btn-read i {
    margin-right: 8px;
}

/* Modal & Flipbook */
.modal-content {
    border-radius: 24px;
    border: none;
    
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

.modal-header {
    border-bottom: 1px solid #e2e8f0;
    padding: 1.2rem 2rem;
    
}

.modal-title {
    font-weight: 650;
    color: #ffffff;
}

.flipbook-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1rem;
    
}

#flipbook {
    
    box-shadow: 0 0 0 1px #e2e8f0, 0 10px 30px -8px rgba(0,0,0,0.1);
    margin: 0 auto;
}

#flipbook .page {
    
    box-shadow: none;
}

#flipbook .page img {
    
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    padding: 0;
}

#flipbook .odd,
#flipbook .even {
    
    
}

.page-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #d0d3d8;
    
}

.flipbook-controls {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

.flipbook-controls .btn {
    border-radius: 40px;
    padding: 0.5rem 1.4rem;
    
    border: 1px solid #cbd5e1;
    color: #334155;
    font-weight: 500;
}

.flipbook-controls .btn:hover {
    
    color: white;
    border-color: #1e293b;
}

.pdf-fallback-note {
    
    border-radius: 20px;
    padding: 0.75rem 1.5rem;
	margin-bottom:10px;
    font-size: 0.9rem;
    color: #fff;
    border: 1px solid #e2e8f0;
}

.footer-note {
    margin-top: 3rem;
    color: #ffffff;
    font-size: 0.95rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 2rem;
}

@media (max-width: 768px) {
    #flipbook {
        width: 100% !important;
        height: auto !important;
    }
    
    .publication-header h1 {
        font-size: 2.5rem;
    }
}

.btn:focus {
    box-shadow: none;
}

.badge {
    font-weight: 500;
}

/*  alumini */

.logo {
  min-width: 220px; /* increased spacing */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Golden Circle Logo (FINAL) */
.logo img {
  width: 140px;          /* bigger size */
  height: 140px;
  object-fit: contain;
  padding: 20px;

  background:linear-gradient(135deg, #e4dcc2b8, #ffffffd9);
  border-radius: 50%;

  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
  transition: all 0.4s ease;
}

/* Hover Premium Effect */
.logo img:hover {
  transform: scale(1.15);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.8);
}

/* Slider Section */
.alumni-logos {
  padding: 70px 0;
}

.heading span {
  color: #ebb21a;
  font-weight: 600;
}

.heading h2 {
  font-size: 34px;
  margin: 10px 0 50px;
}

.logo-slider {
/*   overflow: hidden; */
  position: relative;
}

.logo-track {
  display: flex;
  gap: 10px; /* more spacing for large logos */
  animation: dpsScroll 25s linear infinite;
}

/* Animation */
@keyframes dpsScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/*  */


 .shape-bg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            pointer-events: none;
            overflow: hidden;
        }

        .blob-1 {
            position: absolute;
            top: -20vh;
            right: -10vw;
            width: 70vw;
            height: 70vw;
            background: radial-gradient(circle, rgba(208,171,103,0.12) 0%, rgba(208,171,103,0) 70%);
            border-radius: 62% 38% 72% 28% / 44% 52% 48% 56%;
            filter: blur(70px);
            animation: drift 28s infinite alternate ease-in-out;
        }

        .blob-2 {
            position: absolute;
            bottom: -15vh;
            left: -12vw;
            width: 85vw;
            height: 85vw;
            background: radial-gradient(circle, rgba(90, 70, 40, 0.06) 0%, rgba(70, 50, 20, 0) 70%);
            border-radius: 74% 26% 58% 42% / 38% 62% 38% 62%;
            filter: blur(80px);
            animation: drift 35s infinite alternate-reverse;
        }

        @keyframes drift {
            0% { transform: translate(0, 0) rotate(0deg); }
            100% { transform: translate(3%, 4%) rotate(5deg); }
        }

        /* hero section with modern divider */
        .hero-section {
            padding: 5rem 0 3rem;
            position: relative;
        }

        .gold-accent {
            color: #b8860b;
        }

        .badge-icon {
            background: rgba(184, 134, 11, 0.12);
            backdrop-filter: blur(8px);
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 0.6rem 1.5rem;
            border-radius: 100px;
            border: 1px solid rgba(184, 134, 11, 0.3);
            font-weight: 600;
            letter-spacing: -0.2px;
        }

        .glow-text {
            background: linear-gradient(135deg, #fff, #b8860b);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            font-weight: 800;
        }

        /* timeline style cards (never seen before) */
        .timeline-mosaic {
            display: flex;
            flex-direction: column;
            gap: 2.8rem;
            position: relative;
        }

        .session-block {
/*             background: rgba(255, 255, 245, 0.75); */
            backdrop-filter: blur(4px);
            border-radius: 48px;
            padding: 1.8rem 2rem;
			border:1px solid;
            box-shadow: 0 20px 35px -15px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(184, 134, 11, 0.15);
            transition: all 0.3s ease;
        }

        .session-block:hover {
            transform: translateY(-6px);
/*             background: rgba(255, 255, 248, 0.9); */
            box-shadow: 0 30px 45px -18px rgba(0, 0, 0, 0.12), 0 0 0 1px #d0ab67;
        }

        .session-title {
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            display: flex;
            align-items: center;
            gap: 12px;
            border-left: 6px solid #d0ab67;
            padding-left: 1.2rem;
            margin-bottom: 2rem;
        }

        .student-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 1.2rem;
        }

        .student-card {
            background: white;
            border-radius: 28px;
            padding: 0.9rem 1.2rem;
            display: flex;
            align-items: center;
            gap: 14px;
            box-shadow: 0 6px 12px -8px rgba(0,0,0,0.05);
            transition: all 0.25s;
            border: 1px solid rgba(0,0,0,0.03);
        }

        .student-card:hover {
            border-color: #d0ab67;
            box-shadow: 0 20px 25px -14px rgba(184,134,11,0.2);
            transform: scale(1.01) translateX(4px);
        }

        .student-icon {
            width: 48px;
            height: 48px;
            background: #f8f2e3;
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            color: #b8860b;
        }

        .student-details {
            flex: 1;
        }

        .student-name {
            font-weight: 800;
            font-size: 1rem;
            margin-bottom: 4px;
            color: #1a2a2f;
        }

        .student-institute {
            font-size: 0.75rem;
            font-weight: 500;
            color: #b8860b;
            display: flex;
            align-items: center;
            gap: 4px;
            flex-wrap: wrap;
        }

        .student-course {
            font-size: 0.7rem;
            color: #5a6e6f;
        }

        .badge-rank {
            background: #e9e3d3;
            border-radius: 40px;
            padding: 2px 8px;
            font-size: 0.65rem;
            font-weight: 700;
            color: #7a5a2a;
        }

        /* category cards - creative */
        .prestige-card {
/*             background: rgba(255,255,250,0.8); */
            backdrop-filter: blur(12px);
            border-radius: 42px;
            padding: 2rem;
            height: 100%;
            border: 1px solid rgb(222 180 103);
            transition: all 0.25s;
        }

        .prestige-card:hover {
/*             background: white; */
            border-color: #d0ab67;
            box-shadow: 0 28px 36px -20px rgba(0,0,0,0.15);
        }

        .stream-icon {
/*             background: #f5efe3; */
            width: 64px;
            height: 64px;
            border-radius: 28px;
            display: flex;
            align-items: center;
			border:1px solid;
            justify-content: center;
            font-size: 2rem;
            color: #b8860b;
            margin-bottom: 1.5rem;
        }

        .list-smart {
            list-style: none;
            padding-left: 0;
        }

        .list-smart li {
            padding: 0.6rem 0;
            border-bottom: 1px dashed rgba(0,0,0,0.05);
            display: flex;
            align-items: baseline;
            gap: 10px;
            font-size: 0.9rem;
        }

        .list-smart li i {
            color: #d0ab67;
            font-size: 0.7rem;
            margin-top: 0.3rem;
        }

        .divider-custom {
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #d0ab67, #f3dfb2);
            border-radius: 4px;
            margin: 1rem 0;
        }

        footer {
            background: #1e2629;
            color: #cfd8dc;
            border-radius: 48px 48px 0 0;
            margin-top: 4rem;
            padding: 2rem;
        }

        @media (max-width: 768px) {
            .session-title {
                font-size: 1.6rem;
            }
            .student-grid {
                grid-template-columns: 1fr;
            }
            .prestige-card {
                margin-bottom: 1rem;
            }
        }

 .contact-wrapper {
            position: relative;
            isolation: isolate;
        }

        /* abstract floating shapes — no bg colors, just border/shadow illusions */
        .shape-orb {
            position: fixed;
            top: -15vh;
            right: -5vw;
            width: 55vw;
            height: 55vw;
            background: radial-gradient(circle, rgba(208,171,103,0.08) 0%, rgba(208,171,103,0) 70%);
            border-radius: 72% 28% 68% 32% / 33% 49% 51% 67%;
            filter: blur(65px);
            z-index: -2;
            pointer-events: none;
        }

        .shape-orb-2 {
            position: fixed;
            bottom: -10vh;
            left: -8vw;
            width: 60vw;
            height: 60vw;
            background: radial-gradient(circle, rgba(100, 70, 30, 0.04) 0%, rgba(70, 50, 20, 0) 75%);
            border-radius: 58% 42% 44% 56% / 49% 51% 49% 51%;
            filter: blur(70px);
            z-index: -2;
            pointer-events: none;
        }

        /* custom typography */
        .gold-gradient-text {
            background: linear-gradient(125deg, #b8860b, #d4af37, #b8860b);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            font-weight: 800;
        }

        .section-chip {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(184, 134, 11, 0.08);
            backdrop-filter: blur(2px);
            padding: 0.4rem 1.2rem;
            border-radius: 60px;
            border: 1px solid rgba(184, 134, 11, 0.25);
            font-weight: 600;
            font-size: 0.8rem;
            letter-spacing: 0.3px;
        }

        /* info card — transparent, border, no background color */
        .info-card {
            background: transparent;
            backdrop-filter: blur(2px);
            border: 1px solid rgba(208, 171, 103, 0.35);
            border-radius: 44px;
            padding: 1.8rem 1.5rem;
            transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.04);
        }

        .info-card:hover {
            border-color: #d0ab67;
            transform: translateY(-6px);
            box-shadow: 0 28px 38px -18px rgba(0, 0, 0, 0.12);
        }

        .contact-icon {
            width: 56px;
            height: 56px;
            background: rgba(184, 134, 11, 0.1);
            border-radius: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.7rem;
            color: #b8860b;
            transition: all 0.2s;
        }

        /* social ring style — modern & clean */
        .social-ring {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            background: rgba(0, 0, 0, 0.02);
            border-radius: 100px;
            border: 1px solid rgb(184 134 11);
   			color: #ffffff;
            font-size: 1.3rem;
            transition: all 0.2s;
            text-decoration: none;
        }

        .social-ring:hover {
            border-color: #b8860b;
            background: rgba(184, 134, 11, 0.08);
            transform: scale(1.05);
            color: #b8860b;
        }

        /* map container no bg color, just border */
        .map-elegant {
            border-radius: 38px;
            overflow: hidden;
            border: 1px solid rgba(208, 171, 103, 0.4);
            box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.1);
            transition: 0.2s;
        }

        .map-elegant iframe {
            width: 100%;
            height: 100%;
            min-height: 320px;
            display: block;
        }

        /* faq accordion custom — no background colors */
        .accordion-custom .accordion-item {
            background: transparent;
            border: 1px solid rgb(237 173 15);
            border-radius: 24px !important;
            margin-bottom: 1rem;
            overflow: hidden;
            backdrop-filter: blur(2px);
        }

.accordion-button{
	padding:0px 1.5rem!important;
}
        .accordion-custom .accordion-button {
            background: transparent !important;
            font-weight: 700;
            color: #fff;
/*             padding: 1.2rem 1.6rem; */
            box-shadow: none;
/*             border-radius: 24px !important; */
        }

        .accordion-custom .accordion-button:not(.collapsed) {
              background: rgb(180 253 203 / 41%) !important;
   				 color: #ffc538;
            border-bottom: 1px solid rgb(184 134 11 / 61%);
        }

        .accordion-custom .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(184, 134, 11, 0.4);
        }

        .accordion-custom .accordion-body {
/*             background: rgba(255, 255, 245, 0.4);
            padding: 1.2rem 1.8rem; */
            color: #fff;
        }

        /* admission support block — minimal transparent */
        .support-glass {
            border-radius: 44px;
            border: 1px solid rgba(208, 171, 103, 0.35);
            padding: 2rem;
            backdrop-filter: blur(2px);
            transition: 0.2s;
        }

        .Heading span {
            font-weight: 700;
            font-size: 1.9rem;
            letter-spacing: -0.02em;
        }
        .Heading strong {
            color: #b8860b;
            font-weight: 800;
        }

        hr.gold-divider {
            width: 70px;
            height: 3px;
            background: linear-gradient(90deg, #d0ab67, #f3e0b0);
            opacity: 0.7;
            border: 0;
            margin: 1rem 0;
        }

     

        @media (max-width: 768px) {
            .info-card { padding: 1.2rem; }
            .Heading span { font-size: 1.6rem; }
        }



 .shape-aura {
            position: fixed;
            top: -20vh;
            right: -5vw;
            width: 60vw;
            height: 60vw;
            background: radial-gradient(circle, rgba(208,171,103,0.06) 0%, rgba(208,171,103,0) 70%);
            border-radius: 68% 32% 56% 44% / 45% 52% 48% 55%;
            filter: blur(70px);
            z-index: -2;
            pointer-events: none;
        }

        .shape-aura-2 {
            position: fixed;
            bottom: -15vh;
            left: -10vw;
            width: 55vw;
            height: 55vw;
            background: radial-gradient(circle, rgba(100, 70, 30, 0.04) 0%, rgba(70, 50, 20, 0) 75%);
            border-radius: 62% 38% 44% 56% / 49% 51% 49% 51%;
            filter: blur(75px);
            z-index: -2;
            pointer-events: none;
        }

        /* section chip */
        .section-chip {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(184, 134, 11, 0.08);
            backdrop-filter: blur(2px);
            padding: 0.5rem 1.5rem;
            border-radius: 60px;
            border: 1px solid rgba(184, 134, 11, 0.3);
            font-weight: 600;
            font-size: 0.85rem;
            letter-spacing: 0.3px;
        }

        .gold-gradient-text {
            background: linear-gradient(125deg, #b8860b, #d4af37, #b8860b);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            font-weight: 800;
        }

        /* Testimonial Card — completely transparent, no background color, only border + shadow */
        .testimonial-card {
            background: transparent;
            backdrop-filter: blur(2px);
            border: 1px solid rgb(231 188 108 / 75%);
            border-radius: 48px;
            transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            height: 100%;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

        .testimonial-card:hover {
            border-color: #d0ab67;
            transform: translateY(-8px);
            box-shadow: 0 30px 45px -20px rgba(0, 0, 0, 0.12);
        }

        /* card header with avatar */
        .testimonial-avatar {
            text-align: center;
            padding: 2rem 1.5rem 0.5rem 1.5rem;
            position: relative;
        }

        .avatar-circle {
            width: 100px;
            height: 100px;
            margin: 0 auto;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid rgba(208, 171, 103, 0.5);
            padding: 4px;
            background: transparent;
            transition: 0.2s;
        }

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

        .quote-icon {
            position: absolute;
            bottom: -10px;
            right: 20px;
            background: rgba(184, 134, 11, 0.12);
            border-radius: 40px;
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #b8860b;
            border: 1px solid rgba(208, 171, 103, 0.4);
            backdrop-filter: blur(4px);
        }

        /* card body */
        .testimonial-body {
            padding: 1rem 1.8rem 1.8rem;
            flex: 1;
        }

        .testimonial-name {
            font-size: 1.55rem;
            font-weight: 700;
            font-family: 'Playfair Display', serif;
            letter-spacing: -0.3px;
            margin-bottom: 0.25rem;
            color: #2c3e2f;
        }

        .testimonial-name span {
            background: linear-gradient(135deg, #b8860b, #c9a03d);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        .testimonial-text {
            font-size: 0.9rem;
            line-height: 1.65;
            color: #3a4f4f;
            margin-top: 1rem;
            text-align: left;
            max-height: 280px;
            overflow-y: auto;
            padding-right: 6px;
        }

        .testimonial-text::-webkit-scrollbar {
            width: 3px;
        }
        .testimonial-text::-webkit-scrollbar-track {
            background: rgba(0,0,0,0.05);
            border-radius: 10px;
        }
        .testimonial-text::-webkit-scrollbar-thumb {
            background: #d0ab67;
            border-radius: 10px;
        }

        .info-badge {
            margin-top: 1.2rem;
            padding-top: 1rem;
            border-top: 1px dashed rgba(184, 134, 11, 0.3);
        }

        .info-badge p {
            margin-bottom: 0.35rem;
            font-size: 0.8rem;
            display: flex;
            align-items: baseline;
            gap: 8px;
        }

        .info-badge i {
            width: 24px;
            color: #b8860b;
            font-size: 0.75rem;
        }

        .designation-chip {
            background: #fff;
            display: inline-block;
            padding: 0.2rem 0.9rem;
            border-radius: 30px;
            font-size: 0.7rem;
            font-weight: 500;
            border: 1px solid rgba(184, 134, 11, 0.2);
            color: #7a5a2a;
        }

        hr.gold-divider {
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #d0ab67, #f3e0b0);
            opacity: 0.6;
            border: 0;
            margin: 0.8rem auto;
        }

   
        @media (max-width: 768px) {
            .testimonial-body { padding: 1rem 1.2rem 1.5rem; }
            .testimonial-name { font-size: 1.3rem; }
            .avatar-circle { width: 80px; height: 80px; }
        }



.shape-aura {
            position: fixed;
            top: -20vh;
            right: -5vw;
            width: 60vw;
            height: 60vw;
            background: radial-gradient(circle, rgba(208,171,103,0.06) 0%, rgba(208,171,103,0) 70%);
            border-radius: 68% 32% 56% 44% / 45% 52% 48% 55%;
            filter: blur(70px);
            z-index: -2;
            pointer-events: none;
        }

        /* ========= FLOATING ACTION BUTTONS (LEFT SIDE) ========= */
        .footer-scroll-buttons {
            position: fixed;
            left: 24px;
            bottom: 30px;
            z-index: 1050;
            display: flex;
            flex-direction: column;
            gap: 14px;
            animation: fadeInUp 0.4s ease-out;
        }

        /* button style — glassmorphic, no background color, just border + backdrop */
        .scroll-btn {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 12px;
            background: rgba(255, 255, 248, 0.94);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(208, 171, 103, 0.55);
            border-radius: 60px;
            padding: 10px 22px 10px 20px;
            text-decoration: none;
            color: #2c3e2f;
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.08);
            cursor: pointer;
            width: auto;
            min-width: 150px;
            letter-spacing: -0.2px;
        }

        .scroll-btn i {
            font-size: 1.25rem;
            color: #b8860b;
            transition: transform 0.2s;
        }

        .scroll-btn:hover {
            background: rgba(255, 255, 245, 1);
            border-color: #d0ab67;
            transform: translateX(5px) scale(1.02);
            box-shadow: 0 15px 25px -12px rgba(0, 0, 0, 0.15);
        }

        .scroll-btn:hover i {
            transform: scale(1.08);
        }

        /* WhatsApp specific subtle hover */
        .scroll-btn-wa:hover i {
            color: #25D366;
        }
        .scroll-btn-wa:hover {
            border-color: #25D366;
        }

        @media (max-width: 768px) {
            .footer-scroll-buttons {
                left: 12px;
                bottom: 20px;
                gap: 10px;
            }
            .scroll-btn {
                padding: 7px 16px 7px 14px;
                min-width: 125px;
                font-size: 0.78rem;
            }
            .scroll-btn i {
                font-size: 1rem;
            }
        }


.method-card{
	    border: 5px solid;
    padding: 20px;
    border-radius: 30px;
}



/* document required css */


.shape-aura {
            position: fixed;
            top: -20vh;
            right: -5vw;
            width: 60vw;
            height: 60vw;
            
            border-radius: 68% 32% 56% 44% / 45% 52% 48% 55%;
            filter: blur(70px);
            z-index: -2;
            pointer-events: none;
        }
        .shape-aura-2 {
            position: fixed;
            bottom: -15vh;
            left: -8vw;
            width: 55vw;
            height: 55vw;
            
            border-radius: 62% 38% 44% 56% / 49% 51% 49% 51%;
            filter: blur(75px);
            z-index: -2;
            pointer-events: none;
        }

        .section-chip {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            
            backdrop-filter: blur(2px);
            padding: 0.5rem 1.5rem;
            border-radius: 60px;
            border: 1px solid rgba(184, 134, 11, 0.3);
            font-weight: 600;
            font-size: 0.85rem;
        }

        .gold-gradient-text {
            
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            font-weight: 800;
        }

        hr.gold-divider {
            width: 80px;
            height: 3px;
            
            opacity: 0.7;
            border: 0;
            margin: 1rem 0;
        }

        /* creative vertical timeline style (list but attractive) */
        .doc-journey {
            position: relative;
            padding-left: 2rem;
        }

        .doc-journey::before {
            content: '';
            position: absolute;
            left: 28px;
            top: 20px;
            bottom: 40px;
            width: 2px;
            
            border-radius: 2px;
        }

        .journey-node {
            position: relative;
            margin-bottom: 3rem;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            gap: 1.2rem;
        }

        .node-marker {
            flex-shrink: 0;
            width: 58px;
            height: 58px;
            
            backdrop-filter: blur(6px);
            border: 1.5px solid rgba(208, 171, 103, 0.6);
            border-radius: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            color: #b8860b;
            box-shadow: 0 8px 18px -8px rgba(0,0,0,0.05);
            transition: all 0.2s;
            z-index: 2;
        }

        .node-content {
            flex: 1;
            background: transparent;
            backdrop-filter: blur(2px);
            border: 1px solid rgb(208 171 103);
            border-radius: 42px;
            padding: 1.5rem 2rem;
            transition: 0.25s;
        }
.subtitle{
	margin-top:35px;
}

        .node-content:hover {
            border-color: #d0ab67;
            transform: translateX(6px);
            box-shadow: 0 18px 28px -12px rgba(0, 0, 0, 0.08);
        }

        .class-title {
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            justify-content: space-between;
            margin-bottom: 1rem;
            border-bottom: 1px dashed rgba(184,134,11,0.3);
            padding-bottom: 0.6rem;
        }
        .class-name {
            font-size: 1.5rem;
            font-weight: 800;
            font-family: 'Playfair Display', serif;
            letter-spacing: -0.3px;
            color: #fff;
        }
        .session-badge {
            
            border-radius: 60px;
            padding: 0.2rem 1rem;
            font-size: 0.7rem;
            font-weight: 600;
            border: 1px solid rgba(208,171,103,0.4);
        }

        .doc-list-modern {
            list-style: none;
            padding-left: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.2rem;
        }
        .doc-list-modern li {
            flex: 1 1 280px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.9rem;
            padding: 0.4rem 0;
            border-bottom: 1px dotted rgba(0,0,0,0.05);
        }
        .doc-list-modern li i {
            width: 24px;
            color: #d0ab67;
            font-size: 0.9rem;
        }

        .info-sticker {
            margin-top: 1rem;
            padding: 0.6rem 1rem;
            
            border-radius: 40px;
            font-size: 0.75rem;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 1px solid rgba(208,171,103,0.2);
        }

        @media (max-width: 768px) {
            .doc-journey { padding-left: 0.5rem; }
            .doc-journey::before { left: 22px; }
            .node-marker { width: 46px; height: 46px; font-size: 1.2rem; }
            .node-content { padding: 1rem 1.2rem; }
            .class-name { font-size: 1.2rem; }
            .doc-list-modern li { flex: 1 1 100%; }
        }


/* principle messege */

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

        .image-stack {
            position: relative;
            padding-bottom: 20px;
        }

        .image-stack img {
            border: 8px solid #ffffff;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            border-radius: 15px;
            width: 100%;
            height: auto;
            position: relative;
            z-index: 2;
        }

        /* Decorative gold frame */
        .image-stack::after {
            content: "";
            position: absolute;
            top: 30px;
            left: -20px;
            width: 100%;
            height: 100%;
            border: 2px solid #b8860b; /* Gold */
            border-radius: 15px;
            z-index: 1;
        }

        .message-card {
/*             background: #ffffff; */
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.05);
            border-left: 8px solid #b8860b; /* Dark Green */
        }

        .quote-icon {
            color: #b8860b; /* Gold */
            font-size: 3.5rem;
            opacity: 0.2;
            margin-bottom: -20px;
            display: block;
        }

        .principal-title {
            color: #b8860b; /* Dark Green */
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }

        .motto-badge {
            display: inline-block;
            background: #b8860b; /* Dark Green */
            color: #ffffff;
            padding: 6px 22px;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 25px;
            text-transform: uppercase;
        }

        .highlight-text {
            font-style: italic;
            color: #b8860b; /* Gold */
            font-weight: 600;
            font-size: 1.3rem;
            line-height: 1.6;
            border-bottom: 1px solid #eeeeee;
            padding-bottom: 20px;
        }

        .message-body {
            color: #444444;
            line-height: 1.9;
            font-size: 1.05rem;
			text-align:justify;
        }

        .signature-name {
            font-family: 'Georgia', serif;
            font-weight: bold;
            color: #fff; /* Dark Green */
            margin-top: 35px;
            font-size: 1.5rem;
        }



/* Alumni Logos Section Styles */
.alumni-logos {
    padding: 20px 0;
    overflow: hidden;
/*     background: #f8f9fa; */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}



/* Logo Slider Styles */
.logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: flex;
    animation: scroll 20s linear infinite;
    width: fit-content;
}

.logos {
    flex: 0 0 auto;
    margin: 0 20px;
    text-align: center;
}

.logos img {
    max-width: 150px;
    height: auto;
/*     filter: grayscale(100%); */
/*     transition: all 0.3s ease; */
	padding: 5px;
    border-radius: 40px;
	  background: linear-gradient(135deg, #e4dcc2b8, #ffffffd9);
    opacity: 1;
}

.logos img:hover {
/*     filter: grayscale(0%); */
    opacity: 1;
	    background: linear-gradient(135deg, #e4dcc2b8, #ffffffd9);
/*     transform: scale(1.05); */
}

/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Media Queries */

/* Large Desktop (1200px and above) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .logos img {
        max-width: 160px;
    }
    
    .logos {
        margin: 0 25px;
    }
}

/* Desktop (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    
    .logos img {
        max-width: 140px;
    }
    
    .logos {
        margin: 0 20px;
    }
    
    .heading h2 {
        font-size: 32px;
    }
}

/* Tablet (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .alumni-logos {
        padding: 50px 0;
    }
    
    .container {
        max-width: 720px;
    }
    
    .logos img {
        max-width: 120px;
    }
    
    .logos {
        margin: 0 15px;
    }
    
    .heading h2 {
        font-size: 30px;
    }
    
    .heading {
        margin-bottom: 30px;
    }
    
    .logo-track {
        animation: scroll 18s linear infinite;
    }
}

/* Mobile Landscape (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .alumni-logos {
        padding: 40px 0;
    }
    
    .container {
        max-width: 540px;
        padding: 0 12px;
    }
    
    .logos img {
        max-width: 100px;
    }
    
    .logos {
        margin: 0 12px;
    }
    
    .heading h2 {
        font-size: 26px;
    }
    
    .heading {
        margin-bottom: 25px;
    }
    
    .logo-track {
        animation: scroll 15s linear infinite;
    }
}

/* Mobile Portrait (up to 575px) */
@media (max-width: 575px) {
    .alumni-logos {
        padding: 30px 0;
    }
    
    .container {
        padding: 0 10px;
    }
    
    .logos img {
        max-width: 80px;
    }
    
    .logos {
        margin: 0 10px;
    }
    
    .heading h2 {
        font-size: 24px;
    }
    
    .heading {
        margin-bottom: 20px;
    }
    
    .logo-track {
        animation: scroll 12s linear infinite;
    }
}

/* Small Mobile (up to 375px) */
@media (max-width: 375px) {
    .alumni-logos {
        padding: 25px 0;
    }
    
    .logos img {
        max-width: 70px;
    }
    
    .logos {
        margin: 0 8px;
    }
    
    .heading h2 {
        font-size: 22px;
    }
}

/* Hover effect - pause animation on hover */
@media (min-width: 768px) {
    .logo-slider:hover .logo-track {
        animation-play-state: paused;
    }
}

/* Touch devices - no hover pause */
@media (max-width: 767px) {
    .logos img:hover {
        transform: scale(1.02);
    }
}

/* Optional: Gradient overlays for better visual effect on mobile */
@media (max-width: 767px) {
    .logo-slider {
        position: relative;
    }
    
    .logo-slider:before,
    .logo-slider:after {
        content: '';
        position: absolute;
        top: 0;
        width: 30px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }
    
    .logo-slider:before {
        left: 0;
/*         background: linear-gradient(to right, #f8f9fa, transparent); */
    }
    
    .logo-slider:after {
        right: 0;
/*         background: linear-gradient(to left, #f8f9fa, transparent); */
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .logo-track {
        animation: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .logos {
        margin: 10px;
    }
}






/* category for post */

/* Archive Page Section Styles */
.archive-page-section {
    padding: 80px 0;
    position: relative;
}

.archive-header {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 3px solid #f0f0f0;
    position: relative;
}

.archive-header::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #00bcd4);
}

.archive-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.archive-description {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 10px;
}

/* Archive Posts List */
.archive-posts-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.archive-post-item {
    /* background: #ffffff; */
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid;
    display: flex;
    gap: 25px;
    padding: 20px;
}

.archive-post-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* Post Thumbnail */
.post-thumbnail {
    flex: 0 0 280px;
    overflow: hidden;
    border-radius: 8px;
}

.post-thumbnail a {
    display: block;
    height: 100%;
}

.post-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.archive-post-item:hover .post-thumbnail img {
    transform: scale(1.05);
}

/* Post Content */
.post-content {
    flex: 1;
    padding: 10px 0;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 0.85rem;
    color: #95a5a6;
}

.post-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.post-meta i {
    color: #007bff;
    font-size: 0.85rem;
}

.post-meta a {
    color: #95a5a6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-meta a:hover {
    color: #007bff;
}

.post-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

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

.post-title a:hover {
    color: #007bff;
}

.post-excerpt {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #007bff, #00bcd4);
    color: white;
    padding: 10px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.read-more:hover {
    background: linear-gradient(135deg, #0056b3, #0097a7);
    transform: translateX(5px);
    color: white;
    text-decoration: none;
}

.read-more i {
    transition: transform 0.3s ease;
}

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

/* Pagination Styles */
.pagination-wrapper {
    margin-top: 50px;
    text-align: center;
}

.navigation.pagination {
    display: inline-block;
}

.nav-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: #ffffff;
    color: #555;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.nav-links .page-numbers.current {
    background: linear-gradient(135deg, #007bff, #00bcd4);
    color: white;
    border-color: transparent;
}

.nav-links .page-numbers:hover:not(.current) {
    background: #f8f9fa;
    border-color: #007bff;
    color: #007bff;
    transform: translateY(-2px);
}

.nav-links .prev,
.nav-links .next {
    gap: 6px;
}

/* No Posts Found */
.no-posts-found {
    text-align: center;
    padding: 60px 40px;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 20px 0;
}

.no-posts-found p {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin-bottom: 30px;
}

.btn-home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #007bff, #00bcd4);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-home:hover {
    background: linear-gradient(135deg, #0056b3, #0097a7);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* Sidebar Enhancements */
.col-lg-4 {
    position: sticky;
    top: 30px;
    align-self: start;
}

/* Responsive Design */
@media (max-width: 991px) {
    .archive-page-section {
        padding: 60px 0;
    }
    
    .archive-post-item {
        flex-direction: column;
        gap: 15px;
    }
    
    .post-thumbnail {
        flex: auto;
    }
    
    .post-thumbnail img {
        height: 220px;
    }
    
    .archive-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .archive-page-section {
        padding: 40px 0;
    }
    
    .archive-title {
        font-size: 1.75rem;
    }
    
    .post-title {
        font-size: 1.4rem;
    }
    
    .post-meta {
        gap: 12px;
        font-size: 0.75rem;
    }
    
    .post-thumbnail img {
        height: 180px;
    }
    
    .nav-links .page-numbers {
        min-width: 35px;
        height: 35px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .archive-post-item {
        padding: 15px;
    }
    
    .read-more {
        padding: 8px 20px;
        font-size: 0.85rem;
    }
    
    .post-meta {
        flex-direction: column;
        gap: 8px;
    }
    
    .archive-title {
        font-size: 1.5rem;
    }
}

/* Add animation for posts */
.archive-post-item {
    animation: fadeInUp 0.5s ease backwards;
}

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

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

/* Accessibility improvements */
.read-more:focus,
.nav-links .page-numbers:focus,
.btn-home:focus {
    outline: 3px solid #007bff;
    outline-offset: 2px;
}

/* Custom scrollbar for better UX */
.archive-posts-list::-webkit-scrollbar {
    width: 8px;
}

.archive-posts-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.archive-posts-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.archive-posts-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}




