@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Meow+Script&display=swap');

:root {
    --light: #faebce;
    --dark: #764826;
    --middark: #c9aa80;
    --medium: #e0cca7;
    --exlight: #f0e1c4;
    --hl: #ffc72e;
    --lborder: #111762;
    --radius: 20px;

    --titlefont: "Montserrat", sans-serif;
    --textfont: "Montserrat", sans-serif;
}


*:focus,
a:focus,
a:active {
    outline: none;
    color: inherit;
    text-decoration: inherit;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

html {
    height: 100%;
    padding-bottom: 2px;
}

.overflow {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--titlefont);
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

a,
a span {
    text-decoration: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

a:hover,
a:hover span {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

body {
    background-color: #fff;
    color: #282828;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: var(--textfont);
}



/* -------------- Top -------------- */

.top-wrapper {
    position: relative;
    z-index: 13;
    padding: 3px 0;
    background-color: var(--dark);
}

.top-wrapper .logo {
    margin: 0px 0;
    display: block;
}

.top-wrapper .logo img {
    position: absolute;
}

.top-wrapper .logo-m img {
    width: 80px;
    position: absolute;
}

/* -------------- Menu -------------- */

.top-menu {
    padding: 2px 0;
    z-index: 10;
    float: right;
    display: inline-block;
    margin-bottom: -8px;
}

.top-menu ul {
    margin: 0px 0 0px 0;
    padding: 0;
    list-style: none;
    display: inline;
}

.top-menu ul li {
    display: inline-block;
    margin: 0px;
    position: relative;
    color: #4e2624;
    float: left;
}

.top-menu ul li a {
    font-size: 14px;
    color: #f7f7f7;
    font-weight: 500;
    padding: 12px 16px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.top-menu ul li a:hover {
    text-decoration: none;
    color: var(--hl);
    !important;
}

.top-menu ul li:last-child a {
    border-right: 0px;
}

.top-menu .active {
    border-color: #ffcf24;
}

.top-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 30;
    background-color: #4f4e4e;
}

.top-menu ul li:hover ul {
    display: block;
}

.top-menu ul li ul li {
    width: 250px;
    display: block;
    background: none;
    text-align: left !important;
    padding: 3px 5px;
    text-align: left !important;
}

.top-menu ul li ul li a {
    font-size: 15px;
    padding: 5px 6px;
}

.top-menu ul li ul li:first-child a {
    padding: 5px 6px !important;
}

.top-menu ul li ul li ul,
.top-menu ul li:hover ul li ul {
    display: none;
    left: 251px;
    top: 0px;
}

.top-menu ul li:hover ul li:hover ul {
    display: block;
}

/* -------------- Banner slider -------------- */

/* -------------- Common theme -------------- */

.breadcrumb {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0px 0 0px 0 !important;
}

.breadcrumb ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

.breadcrumb ul li {
    display: inline-block;
    font-size: 15px;
    color: var(--middark);
    padding: 4px 4px;
}

.breadcrumb ul li a {
    display: block;
    padding: 4px 4px;
    color: #4e2624;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
}

.breadcrumb ul li:first-child a {
    display: block;
    padding: 4px 4px 4px 0px;
    font-size: 14px;
    font-weight: 500;
}

.top-links {
    padding: 10px 0 0 0;
    display: inline-block;
    float: right;
    background: url(../img/border.png) repeat-x bottom right;
}

.top-mail {
    float: right;
    display: inline-block;
    margin-top: 4px;
    margin-right: 10px;
    text-decoration: none;
    color: var(--hl);
}

.socialmedia-menu {
    display: inline-block;
    float: right;
}

.socialmedia-menu ul {
    list-style: none;
    padding: 0;
    list-style: inline-block;
}

.socialmedia-menu ul li {
    display: inline-block;
}

.socialmedia-menu ul li a {
    color: var(--dark);
    text-decoration: none;
    font-size: 16px;
    margin-left: 4px;
    text-align: center;
    padding-top: 4px;
    width: 32px;
    height: 32px;
    display: block;
    background-color: var(--hl);
    border-radius: 50%;
    border-bottom: 0;
}

.socialmedia-menu ul li a:hover {
    color: var(--dark);
    background-color: #fff;
}

.socialmedia-menu ul li:first-child a {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    font-weight: 600;
    margin-right: 12px;
}

.page-title {}

.page-title h1 {
    font-family: var(--titlefont);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--dark);
    padding: 0px 15px 14px 1px;
    display: inline-block;
}

.page-wrapper {
    margin: 40px 0;
}

.content-wrapper {}

.ani {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ani:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.page-title2 {}

.page-title2 h1 {
    font-family: var(--titlefont);
    font-weight: 900;
    color: #7a3c30;
}

.sub-title {
    font-family: var(--titlefont);
    font-size: 1.4em;
    font-weight: 400;
    color: #000;
}

.page-content {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}

.page-content h2 {
    color: #699a1f;
    font-size: 22px;
    margin: 8px 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed #a2a2a2;
}

.page-content h3 {
    color: #6c3328;
    font-size: 22px;
    margin: 8px 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed #a2a2a2;
}

.page-content h4 {
    color: #6c3328;
    font-size: 22px;
    margin: 8px 0;
    padding-bottom: 5px;
}

.page-content h5 {
    color: #699a1f;
    font-size: 20px;
    margin: 8px 0;
    padding-bottom: 5px;
}

.page-content h5 {
    color: #6c3328;
    font-size: 20px;
    margin: 8px 0;
    padding-bottom: 5px;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.smooth {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* -------------- Home Page -------------- */
.home-boxes-wrapper {
    padding: 3% 0;
    color: #fff;
}

.nb-wrapper {
    margin: 20px 10px;
}

.nb-head {
    line-height: 0px;
    background-color: #fff;
    text-align: center;
}

.nb-head h1 {
    font-size: 18px;
    font-weight: 600;
    margin-top: -7%;
    color: var(--dark);
}

.nb-data {
    margin: 0 5%;
    padding: 20px 12px 12px 12px;
    height: 450px;
    overflow: hidden;
    background-color: var(--light);
}

.nb-data {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
    text-align: justify;
}

.nb-footer {
    line-height: 0px;
}

.l-title {
    font-size: 60px;
    color: var(--exlight);
}

.nb-data ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nb-data ul li {
    padding: 0;
    margin: 8px 0;
    list-style: none;
    border-bottom: 1px solid var(--dark);
}

.nb-data ul li a {
    text-decoration: none;
    font-weight: 500;
    color: var(--dark);
}

.nb-data ul li a img {
    float: left;
    margin: 0 8px 8px 0;
    width: 120px;
    height: auto;
}

.view-all {
    font-size: 18px;
    color: var(--dark);
    text-decoration: none;
}

.notice-data {
    white-space: normal;
    text-align: left;
}

.notice-date {
    font-weight: 600;
    margin: 6px 0;
}

.home-message1-wrapper {
    padding: 30px 0;
    overflow: hidden;
    background-color: var(--light);
}

.home-message2-wrapper {
    padding: 30px 0;
    overflow: hidden;
    background-color: #fff;
}

.message {
    font-size: 14px;
    line-height: 24px;
}

.pre-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.pre-frame {
    position: absolute;
    top: 0;
    left: 0;
}

.pre-name {
    font-family: "Meow Script", cursive;
    font-size: 40px;
    margin-top: 10px;
    color: var(--dark);
}

.home-category-wrapper {}

.home-product-wrapper {
    padding: 6% 0;
    background-color: #ccc;
}

.home-gallery-wrapper {
    padding: 3% 0;
    background-color: var(--light);
    overflow: hidden;
}

.gallery-wrapper {
    margin: 20px 0;
    background-color: #fff;
    padding: 5px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.gallery-wrapper a img {
    width: 100%;
}

.home-facts-wrapper {
    padding: 3% 0;
    background-color: #fff;
}

.fact-wrapper {
    text-align: center;
    margin: 20px 0;
}

.fact-image {
    text-align: center;
    margin-bottom: 12px;
}

.fact-image img {
    width: 100px;
}

.fact-text {
    text-align: center;
    font-weight: 500;
    padding: 8px 0;
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
}

.fact-counter {
    text-align: center;
    font-weight: 300;
    color: var(--dark);
    font-size: 45px;
}

.home-department-wrapper {
    padding: 3% 0;
    background-color: var(--light);
}

.dp-wrapper {
    margin: 20px 10px;
}

.dp-head {
    line-height: 0px;
    text-align: center;
    z-index: 12
}

.dp-title {
    text-align: center;
}

.dp-title a {
    padding-top: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
}

.dp-data {
    margin: 0 5%;
    margin-top: -7px;
    z-index: 10;
    overflow: hidden;
    background-color: var(--light);
}

.dp-data a img {
    z-index: 10;
}

.dp-footer {
    line-height: 0px;
}

.notice-wrapper {
    margin: 10px;
    padding: 10px;
    border-bottom: 1px dotted var(--middark);
}

.notice-title {
    font-weight: 600;
}

.news-wrapper {
    margin: 10px 0;
}

.news-image {
    border: 5px solid #fff;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 5px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
}

.news-image a img {
    width: 100%;
    scale: 1;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.news-wrapper:hover .news-image a img {
    scale: 1.2;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.news-title a {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
}

.news-date {
    font-size: 12px;
    font-weight: 600;
    color: var(--dark);
}

.faculty-wrapper {
    margin: 15px 8px;
}

.faculty-image img {
    width: 100%;
    border: 5px solid #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 8px;
}

.faculty-title {
    font-size: 16px;
    font-weight: 600;
}

.faculty-data2 {
    font-size: 13px;
}


/* -------------- Contact us Page -------------- */
.contact_us_form fieldset {
    padding: 25px;
    border: 1px solid #107483;
    position: relative;
    width: 100%;
    float: left;
    margin: 15px 1%;
    color: #191919;
    border-radius: 10px;
}

.contact_us_form legend {
    margin-left: 0px;
    width: auto;
    color: #107483;
    padding: 0px 10px 0 10px;
    font-weight: 300;
    font-size: 25px;
    border: 0px;
}

.contact_us_form input,
.contact_us_form select {
    width: 100%;
    border-radius: 4px;
    height: 38px;
    background: transparent;
    border: 1px solid #8a8c8d;
}

.contact_us_form textarea {
    width: 100%;
    border-radius: 4px;
    height: 132px;
    background: transparent;
    border: 1px solid #8a8c8d;
}


/* -------------- Footer -------------- */
.footer-wrapper {
    padding: 3% 0;
    background-color: var(--middark);
}

.footer-inner-wrapper {}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--dark);
}

.footer-data {
    margin: 20px 0;
}

.footer-data p {
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
}

.footer-data p a {
    color: var(--dark);
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    padding: 5px;
}

.footer-data ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-data ul li {
    margin: 2px 0;
    background: url(../img/li.png) no-repeat top left;
    background-position: 0 7px;
    padding-left: 14px;
}

.footer-data ul li:last-child {}

.footer-data ul li a {
    display: block;
    padding: 2px 5px;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.footer-data ul li a:hover {
    color: #000;
    text-decoration: none;
}


/* -------------- Footer2 -------------- */
.footer2 {
    padding-bottom: 15px;
    background-color: #fff;
    padding: 18px 0;
}

.footer2 .copy-text {
    font-size: 13px;
    color: #454545;
    font-weight: 500;
}

.footer2 .wc-text a {
    font-size: 13px;
    text-decoration: none;
    color: #454545;
    font-weight: 500;
}


/* -------------- Category Page -------------- */
.category-wrapper {
    margin: 20px 0;
    background-color: #fff;
    padding: 5px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.category-image {
    z-index: 8;
    width: 100%;
    overflow: hidden;
}

.category-wrapper:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.category-image img {
    width: 100%;
    height: auto;
    padding: 4px;
}

.category-title a {
    font-family: "Gabarito", sans-serif;
    color: #454545;
    text-decoration: none;
    padding: 20px 0;
    width: 100%;
    display: block;
    z-index: 11;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.category-wrapper:hover .category-title a {
    color: #454545;
}

/* -------------- Product Page -------------- */
.product-wrapper {
    margin: 20px 0;
    background-color: #fff;
    padding: 5px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.product-image {
    z-index: 8;
    width: 100%;
    overflow: hidden;
}

.product-wrapper:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.product-image img {
    width: 100%;
    height: auto;
    padding: 4px;
}

.product-title a {
    font-family: "Gabarito", sans-serif;
    color: #454545;
    text-decoration: none;
    padding: 20px 0;
    width: 100%;
    display: block;
    z-index: 11;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.product-wrapper:hover .category-title a {
    color: #454545;
}

/* -------------- Product Details Page -------------- */

/* -------------- Sign in / Sing up Page -------------- */
.process-page {
    padding: 6% 0;
    background-color: #eeeeee;
}

.process-page input,
.process-page textarea {
    border-radius: 0px !important;
}

.process-page .card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* -------------- Cart Page -------------- */

/* -------------- Checkout Page -------------- */


/* -------------- My Account Page -------------- */



/* Alumni pade css */

.alumni-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.alumni-header-section {
    position: relative;
    padding: 2rem 0;
    background: linear-gradient(135deg, rgba(26, 62, 114, 0.1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(26, 62, 114, 0.1) 100%);
    border-radius: 8px;
    margin-top: 2rem;
}

.institute-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #1a3e72;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.alumni-text {
    display: block;
    font-size: 1.8rem;
    color: #d32f2f;
    margin-top: 0.5rem;
}

.tagline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #555;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.forever {
    color: #1a3e72;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-decoration-top,
.header-decoration-bottom {
    height: 3px;
    width: 100px;
    background: linear-gradient(90deg, #d32f2f, #ff9800, #d32f2f);
    margin: 0 auto;
    position: relative;
}

.header-decoration-top {
    top: 0;
    margin-bottom: 1.5rem;
}

.header-decoration-bottom {
    bottom: 0;
    margin-top: 1.5rem;
}

.header-decoration-top:before,
.header-decoration-top:after,
.header-decoration-bottom:before,
.header-decoration-bottom:after {
    content: "✦";
    position: absolute;
    color: #ff9800;
    font-size: 1.2rem;
}

.header-decoration-top:before,
.header-decoration-bottom:before {
    left: -20px;
}

.header-decoration-top:after,
.header-decoration-bottom:after {
    right: -20px;
}

@media (max-width: 768px) {
    .institute-name {
        font-size: 2rem;
    }

    .alumni-text {
        font-size: 1.4rem;
    }

    .tagline {
        font-size: 1.2rem;
    }
}

.alumni-message {
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.alumni-message:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #d32f2f;
}

.alumni-message p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.alumni-message .highlight {
    color: #d32f2f;
    font-weight: 600;
}

.alumni-form-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.form-intro {
    flex: 1;
    min-width: 300px;
}

.form-intro h3 {
    color: #1a3e72;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}

.form-intro h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ff9800;
}

.form-intro p {
    margin-bottom: 1.5rem;
}

.alumni-form {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.form-title {
    color: #1a3e72;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}

.form-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ff9800;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #1a3e72;
}

.form-control {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #1a3e72;
    box-shadow: 0 0 0 3px rgba(26, 62, 114, 0.2);
    outline: none;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.radio-option {
    display: flex;
    align-items: center;
}

.radio-option input {
    margin-right: 0.5rem;
}

.btn-submit {
    background: #a9824d;
    color: white;
    border: none;
    padding: 0.9rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1rem;
}

.btn-submit:hover {
    background: #f9c987;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.registered-name {
    font-style: italic;
    color: #666;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .alumni-header h1 {
        font-size: 2.2rem;
    }

    .alumni-header h2 {
        font-size: 1.4rem;
    }

    .alumni-message {
        padding: 2rem 1.5rem;
    }

    .alumni-form-section {
        flex-direction: column;
    }
}


/* Department Page Layout */
.department-page {
    max-width: 1200px;
    margin: 0 auto;
}

/* Breadcrumb Styles */
.department-breadcrumb {
    margin-bottom: 1.5rem;
}

.breadcrumb-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    margin: 0 0.5rem;
}

.breadcrumb-item:first-child {
    margin-left: 0;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-divider {
    color: #6c757d;
}

/* Department Header */
.department-header {
    background: linear-gradient(135deg, #ffffff 0%, #f1f8fe 100%);
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #c58658;
}

.department-header-content {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.department-logo-container {
    flex: 0 0 200px;
}

.department-logo {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.department-info {
    flex: 1;
}

.department-title {
    color: #c35b0f;
    font-weight: 700;
    margin-bottom: 1rem;
}

.department-intro {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}

/* Tabs */
.department-tabs {
    margin-top: 2rem;
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link {
    color: #2c3e50;
    font-weight: 600;
    border: none;
    padding: 0.8rem 1.5rem;
    margin-right: 0.5rem;
}

.nav-tabs .nav-link.active {
    color: #c58658;
    border-bottom: 3px solid #aa571c;
}

.tab-content {
    padding: 2rem;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Responsive */
@media (max-width: 768px) {
    .department-header-content {
        flex-direction: column;
    }

    .department-logo-container {
        width: 100%;
        max-width: 200px;
        margin: 0 auto 1.5rem;
    }
}


/* Main Section Styles */

.breadcrumb {
    background-color: transparent;
}

.breadcrumb a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #855d39;
    text-decoration: underline;
}

/* Department Section */
.department-section {
    margin-bottom: 3.5rem;
    position: relative;
}

.department-title {
    position: relative;
    color: #855d39;
    padding: 1rem 1.5rem;
    margin: 2.5rem 0 1.8rem;
    font-weight: 700;
    font-size: 1.4rem;
    border-left: 5px solid #e63946;
    background-color: #f8f9fa;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.department-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    height: 8px;
    background-color: #e63946;
    border-radius: 0 0 4px 4px;
}

/* HOD Title Styling */
.hod-title {
    color: #c88758;
    padding: 0.8rem 1rem;
    margin: 1.5rem 0 1rem;
    font-weight: 600;
    font-size: 1.25rem;
    border-bottom: 2px solid #c88758;
    display: flex;
    align-items: center;
}

.hod-title i {
    font-size: 1.1em;
    margin-right: 10px;
}

/* Faculty Members Title Styling */
.section-title {
    color: #c88758;
    padding: 0.8rem 1rem;
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: 1.25rem;
    border-bottom: 2px solid #c88758;
    display: flex;
    align-items: center;
}


/* Faculty  Styles */
.faculty-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-bottom: 1rem;
    height: 100%;
    background: white;
}

.faculty-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.faculty-img-container {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.faculty-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s ease;
}

.faculty-card:hover .faculty-img {
    transform: scale(1.08);
}

.card-body {
    padding: 1.5rem;
    background: white;
}

.faculty-name {
    font-weight: 700;
    color: #855d39;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
    line-height: 1.3;
}

.faculty-designation {
    color: #e63946;
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    position: relative;
    display: inline-block;
}

.faculty-designation::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 40px;
    height: 2px;
    background-color: #e63946;
}

.faculty-qualification {
    color: #495057;
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* No Faculty Message */
.no-faculty {
    padding: 1.5rem;
    background: #ededed;
    border-radius: 8px;
    color: #6c757d;
    text-align: center;
    margin-bottom: 2rem;
    border: 1px dashed #dee2e6;
}


/* Responsive Adjustments */
@media (max-width: 992px) {
    .faculty-img-container {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .faculty-page-header {
        padding: 1.5rem 0;
    }

    .department-title {
        margin: 2rem 0 1.5rem;
        font-size: 1.3rem;
    }

    .faculty-img-container {
        height: 250px;
    }

    .sidebar {
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .faculty-img-container {
        height: 180px;
    }

    .card-body {
        padding: 1.25rem;
    }
}

.faculty-btn {
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 6px;
    border-width: 2px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border-color: #855d39;
}

.faculty-btn:hover {
    background-color: #855d39;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faculty-btn i {
    font-size: 0.9rem;
}



.faculty-detail-page {
    padding: 40px 0 60px;
}

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



/* Faculty Profile Card */
.faculty-profile {
    display: flex;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(106, 76, 58, 0.12);
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faculty-profile:hover {
    box-shadow: 0 12px 32px rgba(106, 76, 58, 0.18);
}

.profile-sidebar {
    width: 320px;
    background: linear-gradient(135deg, #6a4c3a, #9c7c65);
    padding: 40px 30px;
    color: white;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.faculty-avatar-container {
    position: relative;
    margin-bottom: 25px;
}

.faculty-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    object-fit: cover;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faculty-avatar:hover {
    transform: scale(1.03);
    border-color: rgba(255, 255, 255, 0.3);
}

.faculty-name {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faculty-title {
    font-size: 16px;
    opacity: 0.9;
    text-align: center;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.faculty-department {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faculty-department:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.sidebar-divider {
    height: 1px;
    width: 80%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    margin: 25px auto;
}

.contact-info {
    width: 100%;
    margin-top: 10px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    padding: 10px 12px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.contact-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    color: white;
    font-size: 14px;
}

.contact-details {
    flex: 1;
}

.info-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 14px;
    color: white;
    line-height: 1.5;
    font-weight: 500;
}

.info-value a {
    color: white;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.info-value a:hover {
    color: #d4a373;
    text-decoration: underline;
}

.profile-content {
    flex: 1;
    padding: 40px;
    background: #ffffff;
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #d4a373, #9c7c65);
    border-radius: 3px;
}

.section-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #d4a373, #9c7c65);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(106, 76, 58, 0.2);
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #6a4c3a;
}

.section-description {
    color: #7a6b5f;
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.info-card {
    background: #f8f1e9;
    border-radius: 12px;
    padding: 22px;
    border-left: 4px solid #d4a373;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(106, 76, 58, 0.1);
}

.info-card .info-label {
    color: #9c7c65;
    margin-bottom: 10px;
    font-size: 13px;
}

.info-card .info-value {
    color: #3a2e26;
    font-size: 15px;
    font-weight: 500;
}

.courses-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.course-pill {
    background: #f8f1e9;
    color: #6a4c3a;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(106, 76, 58, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    align-items: center;
}

.course-pill:hover {
    background: #d4a373;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(106, 76, 58, 0.2);
}

.course-pill i {
    margin-right: 6px;
    font-size: 12px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4a373, #9c7c65);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 8px rgba(106, 76, 58, 0.2);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.social-link:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 16px rgba(106, 76, 58, 0.3);
}

.social-link:hover::before {
    left: 100%;
}

.social-link i {
    font-size: 18px;
}

/* Publications Section */
.publications-list {
    margin-top: 20px;
}

.publication-item {
    padding: 15px;
    border-left: 3px solid #d4a373;
    background: #f8f1e9;
    border-radius: 0 8px 8px 0;
    margin-bottom: 15px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.publication-item:hover {
    transform: translateX(5px);
}

.publication-title {
    font-weight: 600;
    color: #6a4c3a;
    margin-bottom: 5px;
}

.publication-meta {
    font-size: 13px;
    color: #7a6b5f;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 8px;
}

.publication-meta span {
    display: flex;
    align-items: center;
}

.publication-meta i {
    margin-right: 5px;
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .faculty-profile {
        flex-direction: column;
    }

    .profile-sidebar {
        width: 100%;
        padding: 30px;
    }

    .profile-sidebar::before {
        display: none;
    }

    .faculty-avatar {
        width: 160px;
        height: 160px;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-icon {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .section-header::after {
        left: 70px;
        bottom: -15px;
    }
}

@media (max-width: 576px) {
    .profile-content {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 20px;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .social-links {
        justify-content: center;
    }
}

/* Custom static page css */
.sidebar-menu {
    background: #fdfaf5;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(169, 130, 77, 0.2);
}

.sidebar-menu h4 {
    color: #764826;
    font-weight: 600;
    border-bottom: 2px solid rgba(169, 130, 77, 0.2);
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.sidebar-menu .nav-item {
    margin-bottom: 10px;
}

.sidebar-menu .nav-link {
    color: #555;
    border-radius: 8px;
    background-color: #fff;
    padding: 12px 15px;
    margin-bottom: 7px;
    transition: all 0.3s ease;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.sidebar-menu .nav-link:before {
    content: "→";
    color: #fff;
    margin-right: 10px;
    opacity: 0;
    transition: all 0.3s;
}

.sidebar-menu .nav-link:hover,
.sidebar-menu .nav-link.active {
    background: #764826;
    color: #fff;
    transform: translateX(5px);
    box-shadow: 0 3px 10px rgba(169, 130, 77, 0.1);
}

.sidebar-menu .nav-link:hover:before,
.sidebar-menu .nav-link.active:before {
    opacity: 1;
}

.content-area {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(169, 130, 77, 0.2);
}

.page-image-container {
    position: relative;
    margin: 0 auto 30px;
    transition: all 0.4s ease;
    max-width: 29%;
    z-index: 1;
    
    border: 8px solid transparent;
    background: linear-gradient(45deg, #f5ebe0, #e07a5f) border-box;
    padding: 4px;
    border-radius: 70px 70px 0px 0px;
}

.page-image-container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, #764826, #e07a5f);
    z-index: -1;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.page-image-container:hover {
    transform: translateY(-5px) rotate(-1deg);
    box-shadow: 0 15px 35px rgba(118, 72, 38, 0.2);
}

.page-image-container:hover::before {
    opacity: 0.3;
}

.page-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease;
    border-radius: 60px 60px 0px 0px;
}

.page-image-container:hover .page-image {
    transform: scale(1.05);
    filter: brightness(1.05);
}

@media (max-width: 992px) {
    .page-image-container {
        max-width: 50%;
        clip-path: polygon(0% 10%,
                10% 0%,
                90% 0%,
                100% 10%,
                100% 90%,
                90% 100%,
                10% 100%,
                0% 90%);
    }

    .page-image {
        clip-path: polygon(0% 10%,
                10% 0%,
                90% 0%,
                100% 10%,
                100% 90%,
                90% 100%,
                10% 100%,
                0% 90%);
    }
}

@media (max-width: 768px) {
    .page-image-container {
        max-width: 70%;
        clip-path: polygon(0% 5%,
                5% 0%,
                95% 0%,
                100% 5%,
                100% 95%,
                95% 100%,
                5% 100%,
                0% 95%);
        border-width: 6px;
    }

    .page-image {
        clip-path: polygon(0% 5%,
                5% 0%,
                95% 0%,
                100% 5%,
                100% 95%,
                95% 100%,
                5% 100%,
                0% 95%);
    }
}

.file-card {
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid rgba(169, 130, 77, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
}

.file-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(169, 130, 77, 0.15);
    border-color: #764826;
}

.file-card .file-icon {
    background: #f9f5f0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #764826;
}

.breadcrumb {
    background: #f9f5f0;
    padding: 15px 20px;
    border-radius: 8px;
}

.breadcrumb-item a {
    color: #764826;
}

h1 {
    color: #764826;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
}

h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #764826;
}

.btn-outline-primary {
    color: #764826;
    border-color: #764826;
}

.btn-outline-primary:hover {
    background: #764826;
    border-color: #764826;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-image-container {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .page-image-container {
        max-width: 100%;
    }

    h1 {
        font-size: 1.8rem;
    }
}

/* Event new css redesign */

.event-page-title {
    margin-bottom: 30px;
    position: relative;
}

.event-page-title h1 {
    color: #5a3519;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #d4a373;
}

.page-content {
    margin-bottom: 40px;
}

.event-header {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.event-image-container {
    flex: 1;
    min-width: 300px;
}

.event-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.event-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.event-image:hover img {
    transform: scale(1.02);
}

.event-details {
    flex: 2;
    min-width: 300px;
}

.event-date {
    display: inline-block;
    background: #d4a373;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.event-description {
    line-height: 1.8;
    color: #333;
}

.event-description p {
    margin-bottom: 1.2em;
}

.gallery-section {
    margin-top: 40px;
}

.gallery-title {
    font-size: 1.4rem;
    color: #5a3519;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0d6cc;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.gallery-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    aspect-ratio: 1;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .event-page-title h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .event-header {
        flex-direction: column;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}

@media (max-width: 576px) {
    .event-page-title h1 {
        font-size: 1.5rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 10px;
    }
}



/* achievement redesign css */

.achievement-page-header {
    margin: 25px 0 35px;
    position: relative;
}

.achievement-page-header h1 {
    color: #764826;
    font-size: 2.3rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.achievement-page-header h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #e07a5f;
    border-radius: 2px;
}

.achievement-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.content-container {
    display: flex;
    gap: 30px;
    padding: 30px;
}

.image-column {
    flex: 0 0 40%;
    max-width: 40%;
}

.content-column {
    flex: 1;
}

.main-image-box {
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.main-image-box:hover .main-image {
    transform: scale(1.03);
}

.meta-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #6d6875;
}

.meta-info i {
    margin-right: 8px;
    color: #e07a5f;
}

.achievement-description {
    color: #3d405b;
    line-height: 1.8;
}

.gallery-section {
    margin-top: 0px;
    padding: 0 30px 30px;
}

.section-title {
    color: #764826;
    font-size: 1.5rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.section-title::before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #e07a5f;
    margin-right: 15px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.gallery-item {
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.1);
}

@media (max-width: 992px) {
    .content-container {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .image-column {
        flex: 1;
        max-width: 100%;
    }

    .main-image-box {
        height: 300px;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .achievement-page-header h1 {
        font-size: 1.9rem;
    }

    .main-image-box {
        height: 250px;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }

    .gallery-item {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .content-container {
        padding: 15px;
    }

    .gallery-section {
        padding: 0 15px 15px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item {
        height: 150px;
    }
}


/* contact form redesign */

.contact-page {
    background: #f8f4ef;
    padding-bottom: 50px;
}

.contect-page-title {
    text-align: center;
    margin-bottom: 40px;
}

.contact-heading {
    color: #5a3519;
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.title-underline {
    width: 80px;
    height: 3px;
    background: #d4a373;
    margin: 0 auto 20px;
}

.contact-subtitle {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.map-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.map-header {
    background: #764826;
    color: white;
    padding: 15px 20px;
}

.map-header h3 {
    margin: 0;
    font-size: 1.2rem;
}

.map-header i {
    margin-right: 10px;
    color: #d4a373;
}

.map-container {
    position: relative;
}

.map-iframe {
    border: none;
    display: block;
    height: 560px;
    width: 100%;
}

.map-actions {
    padding: 15px;
    text-align: center;
    background: #f8f4ef;
    border-top: 1px solid #e0d6cc;
}

.direction-btn {
    display: inline-flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 4px;
    background: #d4a373;
}

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

.contact-info-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.card-header {
    background: #764826;
    color: white;
    padding: 15px 20px;
}

.card-header h3 {
    margin: 0;
    font-size: 1.2rem;
}

.card-header i {
    margin-right: 10px;
    color: #d4a373;
}

.card-body {
    padding: 20px;
}

.contact-item {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: #f8f4ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #764826;
    font-size: 1rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-detail h4 {
    margin: 0 0 5px 0;
    color: #5a3519;
    font-size: 1rem;
}

.contact-detail p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

.compact-card {
    padding-bottom: 15px;
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.contact-item {
    padding: 10px 0;
}

.full-width {
    width: 100%;
    padding: 10px 0;
}

.half-width {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.contact-item.half-width {
    display: flex;
    align-items: flex-start;
}

.contact-item.half-width .contact-icon {
    margin-right: 10px;
}

@media (max-width: 576px) {
    .half-width {
        width: 100%;
    }

    .contact-item.half-width {
        padding: 5px 0;
    }
}

.contact-form-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-header {
    background: #764826;
    color: white;
    padding: 15px 20px;
}

.form-header h3 {
    margin: 0;
    font-size: 1.2rem;
}

.form-header i {
    margin-right: 10px;
    color: #d4a373;
}

.contact-form {
    padding: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #5a3519;
    font-weight: 500;
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #9a6b4a;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #e0d6cc;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #f8f4ef;
}

.form-textarea {
    min-height: 120px;
    resize: vertical;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #d4a373;
    box-shadow: 0 0 0 3px rgba(212, 163, 115, 0.2);
}

.contact-submit-btn {
    background: #764826;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contact-submit-btn i {
    margin-left: 10px;
}

@media (max-width: 992px) {
    .contact-heading {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .contact-heading {
        font-size: 1.6rem;
    }

    .contact-subtitle {
        font-size: 1rem;
    }

    .map-card,
    .contact-info-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .contact-heading {
        font-size: 1.4rem;
    }

    .card-header,
    .form-header {
        padding: 12px 15px;
    }

    .card-body,
    .contact-form {
        padding: 15px;
    }
}
