/*** 

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/

body {
    font-size: 16px;
    color: #222;
    line-height: 1.6em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);

}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #02182B;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #262626;
    margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

/* Page Title */

.page-title {
    position: relative;
    padding: 60px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title .bread-crumb {
    position: relative;
}

/* About section */

.about-section {
    position: relative;

}

.about-us-img {
    margin-top: -75px;
    position: relative;
    z-index: 999;
}

.about-inner-section {
    position: relative;
    padding: 70px 0;
    /*background-color: #e6f7e5;*/
    /*background-image: radial-gradient(#013300 0.5px, transparent 0.5px), radial-gradient(#013300 0.5px, #e6f7e5 0.5px);*/
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.about-inner-section .abstract1 {
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-inner-section .abstract2 {
    width: 20%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-section #wrapperid {
    position: relative;
    z-index: 1;
}

.about-section .image-block {
    position: relative;
}

.about-section .image-one {
    position: relative;
}

.about-section .image-two {
    position: absolute;
    left: -55px;
    bottom: 0;
}

.about-section .image-two img {
    border: 10px solid #fff;
}

.about-section .content-block {
    position: relative;
    margin-bottom: 10px;
}

.about-section .text {
    text-align: justify;
    position: relative;
    margin-bottom: 30px;
}

.about-section .bottom-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.about-section .contact-number {
    position: relative;
    margin-bottom: 20px;
}

.about-section .contact-number a {
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    padding: 3px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 30px;
    transition: .5s;
}

.about-section .contact-number a i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
    vertical-align: middle;
    text-align: center;
    transition: .5s;
}

.about-section .contact-number a:hover i {
    background-color: #eee;
}

/* Sec Title */
.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title .sub-title {
    position: relative;
    font-size: 14px;
    padding-bottom: 15px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
}

.sec-title .sub-title:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 63px;
    bottom: 0;
    left: 0;
    background-image: url(../images/shape-3.png);
}

.theme-color-two .sec-title .sub-title:before {
    background-image: url(../images/shape-10.png);
}

.sec-title.text-center .sub-title:before {
    left: 50%;
    transform: translateX(-50%);
}

.sec-title.light .sub-title {
    color: #fff;
}

.sec-title h2,
.about-details h2 {
    position: relative;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
}

.about-details h2 {
    margin-bottom: 20px;
}

.about-details p {
    text-align: justify;
}

.about-details .item-infra li p {
    text-align: center;
}

.sec-title h2:after,
.about-details h2:after {
    background: #013300;
    content: '';
    display: block;
    height: 4px;
    width: 52px;
    margin-top: 10px;
}

.sec-title.text-center h2:after,
.text-center .about-details h2:after,
.about-details.text-center h2:after {
    margin: 10px auto 0 auto;
}

.sec-title h2.text-white:after {
    background: #fff;
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title .text {
    margin-top: 16px;
    margin-bottom: 0px;
}

.sec-title.light .text {
    color: #fff;
}

.about-details img,
.content .img-view img {
    box-shadow: 2px 2px 4px rgb(0 0 0 / 60%);
    text-align: center;
    border: 1px solid #c3c3c3;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
}

.content .right-panel img {
    margin-bottom: 20px;
}

.para p {
    font-weight: 300;
    color: #000;
    text-align: justify;
}

.campus-card:after {
    content: '';
    background: #8ddd36;
    padding: 20px;
    z-index: 1;
    right: 0;
    position: absolute;
    bottom: 0;
    border-radius: 40px 0px 10px 0px;
}

.campus-card img {
    border-radius: 10px;
}

.campus-card .campus-caption {
    position: absolute;
    top: 10px;
    background: #48750c;
    color: #ebffd2;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
    left: -10px;
    border: 2px solid #c1c1c1;
    border-radius: 0 42px 42px 0;
}



.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -450px;
    transform: translateY(-50%);
    width: 450px;
    height: auto;
    padding: 0px;
    background: #fff;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, .5); */
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 22222;
}

.sidebar-contact input,
.sidebar-contact select,
.sidebar-contact textarea,
.sidebar-contact input::placeholder {
    color: #686d72;
    font-size: 12px;
    border-radius: 0px;
}

.sidebar-contact input,
.sidebar-contact select,
.sidebar-contact textarea {
    border: 1px solid #C4D0FF;
    background: #F3F6FF;
}

.scroll {
    max-height: 450px;
    overflow-y: auto;
    padding: 30px;
}

.sidebar-contact.active {
    right: 0;
}

.sidebar-contact h2 {
    padding: 15px 30px;
    background: #f2f2f2;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    color: #3652BC;
    font-weight: 600;
}

.sidebar-contact input[type="submit"] {
    background: #00bcd4;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

.sidebar-contact .toggle {
    position: absolute;
    height: 118px;
    width: 34px;
    text-align: center;
    cursor: pointer;
    background: #f07a05;
    top: 33%;
    left: -34px;
    line-height: 48px;
    transform: translateY(-50%);
}

.sidebar-contact .toggle:before {
    content: 'Enquiry Now';
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-family: 'Noto Sans';
    white-space: nowrap;
    -webkit-transform: translate(1.1em, 0) rotate(90deg);
    -moz-transform: translate(1.1em, 0) rotate(90deg);
    -o-transform: translate(1.1em, 0) rotate(90deg);
    transform: translate(1.1em, 0) rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: none;
    -ms-transform-origin: none;
    -ms-writing-mode: tb-rl;
    *writing-mode: tb-rl;
    margin: 10px 25px;
    font-weight: 400;
}

.submitnext11 {
    padding: 4px 20px !important;
    font-size: 16px !important;
    font-weight: 700;
    color: white !important;
    background: #f07a05 !important;
    border: none !important;
}

.table-yellow {
    background: yellow;
    font-size: 17px;
    font-weight: 500;
}



.house-captain-table {
    width: 100%;
}

.house-captain-table tr td {
    padding: 5px 12px;
    border: 1.5px solid black;
}

.color-1 {
    background: #1e487c;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.color-3 {
    background: #712fa2;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.color-4 {
    background: #e86d00;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.color-5 {
    background: #005600;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.color-6 {
    background: #c00000;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.new-img1 {
    padding: 6px;
    background: url(images/dpsharidwar-header-bg.png) #006B67 no-repeat center / cover;
    border-radius: 8px;
    width: 28%;
    float: right;
    /* position: absolute; */
    margin-left: 35px;
}

@media(max-width:768px) {

    .sidebar-contact {
        right: -300px;
        width: 300px;
    }

    .sidebar-contact .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 20px;
    }

    .sidebar-contact h2 {
        padding: 10px 20px;
        font-size: 18px;
    }

    .sidebar-contact .content {
        padding: 50px 50px;
    }
}

@-moz-keyframes scrollDown {
    0% {
        transform: translate3d(0, -70px, 0);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translate3d(0, 0, 0);
    }

    100% {
        animation-timing-function: ease-in;
        transform: translate3d(0, 65px, 0);
    }
}

@-webkit-keyframes scrollDown {
    0% {
        transform: translate3d(0, -70px, 0);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translate3d(0, 0, 0);
    }

    100% {
        animation-timing-function: ease-in;
        transform: translate3d(0, 65px, 0);
    }
}

@-o-keyframes scrollDown {
    0% {
        transform: translate3d(0, -70px, 0);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translate3d(0, 0, 0);
    }

    100% {
        animation-timing-function: ease-in;
        transform: translate3d(0, 65px, 0);
    }
}

@keyframes scrollDown {
    0% {
        transform: translate3d(0, -70px, 0);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translate3d(0, 0, 0);
    }

    100% {
        animation-timing-function: ease-in;
        transform: translate3d(0, 65px, 0);
    }
}

@-webkit-keyframes rs-animation-scale-up {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes rs-animation-scale-up {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Institutional Section Styles - Matching avp-institution.jpg */
.institutional-section {
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 50%, #1a365d 100%);
    position: relative;
    overflow: hidden;
}

.institutional-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/why-us-bg.png) center/cover no-repeat;
    opacity: 0.1;
    z-index: 1;
}

.institutional-section .container {
    position: relative;
    z-index: 2;
}

/* Institutional Header */
.institutional-header {
    margin-bottom: 50px;
}

.institutional-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Times New Roman', serif;
}

.title-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #f7d794, #f39c12);
    margin: 0 auto 30px;
    border-radius: 2px;
}

.institutional-subtitle {
    font-size: 1.2rem;
    color: #e2e8f0;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Timeline Section */
.timeline-container {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 40px 0;
}

.timeline-title {
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.timeline-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f7d794, #f39c12, #e67e22);
    border-radius: 2px;
    z-index: 1;
}

.timeline-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 150px;
}

.timeline-year {
    background: linear-gradient(135deg, #f7d794, #f39c12);
    color: #1a365d;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 25px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 3px solid #ffffff;
}

.timeline-content {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 20px 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.timeline-logo {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid #f39c12;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.timeline-content h4 {
    font-size: 1.1rem;
    color: #1a365d;
    margin-bottom: 8px;
    font-weight: 600;
}

.timeline-content p {
    font-size: 0.9rem;
    color: #4a5568;
    margin: 0;
    line-height: 1.4;
}

/* Institutional Features */
.institutional-features-left,
.institutional-features-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.feature-item h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.feature-item p {
    color: #e2e8f0;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

/* Institutional Logo Container */
.institutional-logo-container {
    text-align: center;
    padding: 40px 20px;
}

.logo-frame {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    padding: 30px;
    display: inline-block;
    margin-bottom: 20px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.institutional-main-logo {
    width: 150px;
    height: 150px;
    object-fit: contain;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

.logo-text h2 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Times New Roman', serif;
}

.logo-text p {
    color: #f7d794;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .timeline-items {
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .timeline-item {
        max-width: 120px;
    }
    
    .timeline-logo {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 768px) {
    .institutional-title {
        font-size: 2.5rem;
    }
    
    .timeline-container {
        padding: 20px;
    }
    
    .timeline-items {
        flex-direction: column;
        gap: 20px;
    }
    
    .timeline-line {
        display: none;
    }
    
    .timeline-item {
        max-width: 100%;
        width: 100%;
    }
    
    .timeline-content {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 20px;
    }
    
    .timeline-logo {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }
    
    .institutional-features-left,
    .institutional-features-right {
        gap: 15px;
    }
    
    .feature-item {
        padding: 15px;
    }
    
    .institutional-main-logo {
        width: 120px;
        height: 120px;
    }
    
    .logo-text h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .institutional-title {
        font-size: 2rem;
    }
    
    .institutional-subtitle {
        font-size: 1rem;
    }
    
    .timeline-title {
        font-size: 1.5rem;
    }
    
    .timeline-content {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon {
        font-size: 2rem;
    }
    
    .feature-item h4 {
        font-size: 1rem;
    }
    
    .feature-item p {
        font-size: 0.8rem;
    }
}
/* Admissions & Achievement Section */
.avp-addmission-achievement {
  background-color: #ffffff;
}
.avp-addmission-achievement .admission-banner {
  min-height: 477px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admission-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(196, 32, 33, 0.65); /* brand red overlay to match design */
}
.admission-banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 2rem;
  text-align: center;
}
.admission-banner .banner-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: .5rem;
  color: #fff !important;
}
.admission-banner .banner-subtitle {
  font-size: 14px;
  max-width: 520px;
}
.admission-banner .banner-cta {
  margin-top: 1rem;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.admission-banner .banner-cta:hover {
  background: #fff;
  color: #e15763;
}

.admission-info .info-title {
  font-weight: 700;
  font-size: 28px;
}
.admission-info .info-icon {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
}

/* Vertically center the content inside Admission Info card */
.admission-info.card {
  display: flex;
}
.admission-info.card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.achievement-title {
  font-size: 28px; /* match Admission Info title */
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 40px;
}
.achievement-carousel .achievement-item {
  border: none;
}
.achievement-carousel .card-body {
  padding: .75rem 1rem;
}

/* Owl carousel sizing for achievements */
.achievement-carousel .card-img-top {
  height: 180px;
  object-fit: cover;
}
.admission-info.card {
  border: 0px;
}
