/* Variables
---------------------------------------- */
:root {
  /* Theme Colors */
  --theme-color: #F6A82D;
  --theme-color-two: #331924;
  --primary: #F6A82D;
  --secondary: #331924;
  --dark: #331924;
  --light: #edeef5;
  --border: #cccccc;
  --bold-color: #111111;
  --color-heading: #F6A82D;
  --content-bg: #f2f2f2;
  --text-color: #222222;
  --body-font: "Noto Sans", sans-serif;
  --heading-font: "Noto Sans", sans-serif;
  --base-font-size: 16px;
}

/* HTML and Body
---------------------------------------- */
html {
  font-size: var(--base-font-size);
}

body {
  font-family: var(--body-font);
  background-color: #ffffff;
  color: var(--text-color);
}

/* Regions
---------------------------------------- */
summary {
  color: var(--text-color);
}

/* Typography
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--bold-color);
}

strong {
  color: var(--bold-color);
}

em {
  color: var(--primary);
}

a {
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

a,
a:active,
li a.active {
  color: var(--secondary);
}

a:hover {
  color: var(--primary);
}

/* Typography-> code tags */
code,
kbd,
pre,
samp {
  background-color: var(--secondary);
  color: #ffffff;
}

mark {
  background-color: var(--primary);
  color: #ffffff;
}

figcaption {
  background-color: var(--secondary);
  color: #ffffff;
}

/* Form
---------------------------------------- */
/* Form -> Button */
input[type=date],
input[type=tel],
input[type=number],
select {
  padding: 10px;
  transition: all 0.5s ease-in-out;
}

a.button,
.button,
button,
[type=button],
[type=reset],
[type=submit] {
  background-color: var(--secondary);
  color: #ffffff;
  border-radius: 8px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

a.button:hover,
.button:hover,
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  background-color: var(--dark);
  color: var(--primary);
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel],
input[type=number],
input[type=url],
input[type=password],
input[type=search],
select,
textarea {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel],
input[type=number],
input[type=url],
input[type=password],
input[type=search],
select,
textarea {
  color: var(--text-color);
  background-color: var(--light);
  border: 1px solid var(--border);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
select,
textarea:focus {
  border: 1px solid var(--primary);
  background-color: #f0f0f0;
}

fieldset {
  border: 1px solid var(--border);
}

/* Form -> Label */
.form-item label,
form label {
  font-weight: 700;
  color: var(--bold-color);
}

summary {
  font-family: var(--heading-font);
  font-weight: 700;
}

select {
  color: var(--text-color);
  background-color: #eeeeee;
  border: 1px solid var(--border);
}

::-webkit-input-placeholder {
  color: var(--border);
}

::placeholder {
  color: var(--border);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--border);
}

::-ms-input-placeholder {
  color: #969696;
}

:-moz-placeholder {
  color: var(--border);
}

::-moz-placeholder {
  color: var(--border);
}

/* Table
---------------------------------------- */
th {
  background-color: var(--secondary);
  color: #fff;
  border: 1px solid var(--dark);
}

td {
  border: 1px solid var(--border);
}

/* Common HTML Elements
---------------------------------------- */
hr {
  background: var(--border);
}

dt {
  color: var(--bold-color);
}

blockquote {
  background-color: var(--light);
  box-shadow: 2px 2px 6px var(--border);
  border-left: 8px solid var(--secondary);
}

/* Selection
---------------------------------------- */
::-moz-selection {
  background: var(--primary);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--primary);
  color: #fff;
  text-shadow: none;
}

@font-face {
  font-family: "ficon";
  src: url("../fonts/ficon.ttf?ce63e9") format("truetype"), url("../fonts/ficon.woff?ce63e9") format("woff"), url("../fonts/ficon.svg?ce63e9#ficon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ficon-], [class*=" ficon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ficon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ficon-mail:before {
  content: "\f003";
}

.ficon-map:before {
  content: "\f041";
}

.ficon-calendar:before {
  content: "\f073";
}

.ficon-phone:before {
  content: "\f095";
}

.ficon-twitter:before {
  content: "\f099";
}

.ficon-facebook:before {
  content: "\f09a";
}

.ficon-github:before {
  content: "\f09b";
}

.ficon-linkedin:before {
  content: "\f0e1";
}

.ficon-youtube:before {
  content: "\f16a";
}

.ficon-instagram:before {
  content: "\f16d";
}

.ficon-vk:before {
  content: "\f189";
}

.ficon-whatsapp:before {
  content: "\f232";
}

.ficon-vimeo:before {
  content: "\f27d";
}

.ficon-user:before {
  content: "\f2c0";
}

.ficon-telegram:before {
  content: "\f2c6";
}

.ficon-comments:before {
  content: "\e900";
}

.ficon-add_comment:before {
  content: "\e901";
}

.ficon-tag:before {
  content: "\e902";
}

.ficon-file:before {
  content: "\e903";
}

.ficon-search:before {
  content: "\e904";
}

.ficon-tag:before {
  content: "\e902";
}

.container {
  max-width: 1320px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columns on mobile */
  gap: 1rem;
  /* space between grid items */
}

.faculty-container .photo img {
  width: 180px;
}

.faculty-member-teaser {
  display: flex;
}

.faculty-member-photo {
  margin-right: 1rem;
}

.field--name-field-logo .image-field {
  margin: 0;
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 50%;
}

.faculty-member-photo .image-field {
  margin: 0;
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
}

.faculty-member-name-designation a {
  border: 0;
  padding: 0;
}

.department-detail .taxonomy-term a {
  padding: 0;
  border: 0;
}

/* 1. The Grid Container */
.views-view-grid {
  display: grid;
  gap: 1.5rem;
  /* The gutter between items. Adjust as needed. */
  /* Default for mobile: always 1 column */
  grid-template-columns: 1fr;
}

/* 2. Desktop layout using the variable from our Twig template */
@media (min-width: 768px) {
  .views-view-grid {
    /*
    * This reads the --views-grid-columns variable set in the HTML.
    * If the variable isn't set for some reason, it falls back to 3 columns.
    */
    grid-template-columns: repeat(var(--views-grid-columns, 3), 1fr);
  }
}
/* 3. The Grid Items (optional styling) */
.views-grid-item {
  /* You can add item-specific styles here if needed */
}

/* Header Top
------------------------------- */
.header-top {
  background: var(--dark);
  color: var(--light);
}

.header-top a {
  color: var(--light);
}

.header-top a:hover,
.header-top i {
  color: var(--primary);
}

.header-top-container {
  display: flex;
  justify-content: space-between;
}

.header-top-block {
  text-align: center;
}

.header-top-block .block-title {
  color: var(--primary);
}

/* Header
------------------------------- */
.header {
  background: var(--primary);
  color: var(--secondary);
}

.header a,
.page-header a {
  color: var(--primary);
}

.header-container {
  padding: 1rem 0;
}

.site-brand img {
  max-height: 50px;
  display: block;
}

.site-logo, .site-branding {
  padding: 0;
}

.site-name {
  display: none;
  color: var(--primary);
  font-weight: 700;
}

.site-name a:hover {
  color: var(--primary);
}

/* Header -> Main menu */
.mobile-menu span:nth-child(2) {
  background-color: #ffffff;
}

.menu-wrap {
  font-family: var(--heading-font);
}

.menu-wrap .menu {
  gap: 0;
}

.menu-wrap ul.menu > li {
  margin-left: 0;
}

.menu-wrap ul.menu li > a {
  color: var(--primary);
  padding: 10px;
}

.mobile-menu span {
  width: 100%;
  height: 2px;
  background-color: var(--secondary);
  transform-origin: left;
  transition: all 0.5s ease;
}

.mobile-menu span:nth-child(2) {
  background-color: var(--secondary);
}

/* Header -> search block region */
.search-icon {
  width: 36px;
  height: 36px;
  margin: 0;
}

.search-icon img {
  max-height: 30px;
}

.search-box {
  background-color: var(--dark);
}

.search-box-content .block-title,
.search-box-content form label {
  color: var(--light);
}

.search-box-content input[type=search] {
  background: url(../images/icons/search-icon.svg) top right no-repeat;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  border-bottom: 2px solid var(--border);
}

.search-box-content input[type=search]:focus {
  background: url(../images/icons/search-icon.svg) top right no-repeat;
  border: 0;
  border-bottom: 2px solid var(--border);
}

.search-box-content input[type=search]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--dark) inset;
  background-color: transparent;
  color: #ffffff;
}

.header-search-close {
  color: #ffffff;
  border: 3px solid var(--primary);
}

/* Header -> Page header */
.page-header {
  background: var(--secondary);
  color: #ffffff;
}

.page-header a:hover {
  color: #ffffff;
}

.region-page-header {
  align-items: start;
}

.breadcrumb {
  color: var(--light);
}

.page-header .page-title {
  color: #ffffff;
}

/* Main
---------------------------------------- */
/* Main -> Admin tabs */
ul.page-tabs {
  border-bottom: 2px solid var(--secondary);
}

.page-tabs li a {
  background: #dddddd;
  color: var(--secondary);
  border-right: 2px solid var(--secondary);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-tabs li.active-page-tab a,
.page-tabs li a:hover {
  background: var(--secondary);
}

/* Main -> Filter Module */
.filter-wrapper {
  border: 1px solid var(--border);
}

/* Node Submitted Details */
.submitted-icons {
  color: var(--primary);
}

.node-taxonomy-container .term-title::before {
  font-family: "ficon";
  content: "\e902";
  color: var(--primary);
  padding-right: 6px;
}

/* Sidebar
---------------------------------------- */
.sidebar .block {
  background-color: #f5f5ff;
  padding: 20px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 2px var(--border);
}

.sidebar .block-title {
  font-size: 2.2rem;
  text-transform: none;
}

/* Comments
--------------------------------------*/
#comments {
  border-top: 1px solid var(--border);
}

#comments i {
  color: var(--primary);
}

/* Comments -> single comment */
.comment {
  box-shadow: 3px 3px #cccccc;
}

.comment-header {
  background-color: #dcdee2;
  border-bottom: 2px solid #cccccc;
}

.comment-user-picture {
  padding: 0 1rem;
  border-right: 2px solid #cccccc;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.comment-title,
.comment-title a {
  color: var(--secondary);
  font-weight: 400;
}

.comment-reply a,
.comment-delete a,
.comment-edit a {
  padding: 5px 12px;
  color: #fff;
  background: var(--secondary);
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.comment-reply a:hover,
.comment-delete a:hover,
.comment-edit a:hover {
  background: var(--primary);
  color: #ffffff;
}

/*
 * Footer
 */
.footer-top {
  background-color: var(--secondary);
  color: #ffffff;
}

.footer-blocks,
.footer-bottom-blocks,
.footer-bottom,
.footer-social {
  background-color: var(--dark);
  color: #ffffff;
}

.footer .block-title {
  position: relative;
  font-size: 1.6rem;
  color: #ffffff;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.footer .block-title::before,
.footer .block-title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--primary);
}

.footer .block-title::before {
  width: 30px;
  bottom: 6px;
}

.footer .block-title::after {
  width: 60px;
  bottom: 0;
}

.footer a {
  color: var(--primary);
}

.footer a:hover {
  color: #ffffff;
}

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

.footer-block li {
  padding: 10px 0;
  border-bottom: 1px solid #000000;
}

.footer-bottom-container {
  border-top: 2px solid #000000;
}

/* Footer -> customization */
.footer-logo {
  max-height: 100px;
  width: auto;
}

.homepage-content .block-title {
  text-align: center;
  margin-bottom: 1rem;
}

.frontpage-main .block,
.homepage-content-bottom .block {
  margin-bottom: 5rem;
}

.region-content-home-top .block {
  padding: 4rem 0;
}

.region-content-home-top .block:nth-child(even) {
  position: relative;
  background: #f0f0f0;
}

.region-content-home-top .block:last-child {
  margin: 0;
}

/* 1. Style the main pagination container */
.js-pager__items {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

/* 2. Style the "Current Page" item (filled style) */
.js-pager__items li:not(:has(a)) {
  background-color: var(--primary);
  color: var(--secondary);
  font-weight: bold;
  padding: 0.75rem 1.25rem;
  border-radius: 4px;
}

/* 3. Style the clickable links (outline/ghost button style) */
.js-pager__items a {
  display: block;
  padding: 0.75rem 1.25rem;
  /* Default state uses primary color for text and secondary for the border */
  color: var(--primary);
  background-color: var(--secondary);
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 4px;
}

/* 4. On hover/focus, invert the colors to match the active state */
.js-pager__items a:hover,
.js-pager__items a:focus {
  background-color: var(--primary);
  color: var(--secondary);
  /* Match border to background */
  outline: none;
}

/* 5. Style the hover and focus states for accessibility */
.js-pager__items a:hover,
.js-pager__items a:focus {
  background-color: var(--primary);
  color: var(--text-on-primary);
  outline: 2px solid transparent;
  /* Remove default outline for focused state */
  outline-offset: 2px;
}

/* Components -> Social icons */
.footer-social {
  padding: 1rem 0;
}

.social-icons {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin: 0;
}

.social-icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid #000000;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-icons li a:hover {
  border: 2px solid var(--primary);
}

/* components -> Scroll To Top */
.scrolltop {
  position: fixed;
  display: none;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary);
  color: #000000;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 20;
  cursor: pointer;
}

.scrolltop:hover {
  background: var(--secondary);
  color: #ffffff;
}

/*
 * Custom Shortcodes
 */
/* Shortcodes -> Buttons */
.link-button,
.button-link,
.button-dark {
  display: inline-block;
  border-radius: 30px;
  padding: 0.8rem 1.8rem;
  transition: all 0.3s ease;
}

.link-button,
.button-link {
  color: #ffffff;
  background-color: var(--secondary);
  border: 4px solid var(--primary);
}

.link-button:hover,
.button-link:hover {
  color: var(--primary);
  background-color: var(--dark);
  border: 4px solid var(--primary);
}

.button-dark {
  background-color: var(--dark);
  color: var(--primary);
  border: 4px solid var(--primary);
}

.button-dark:hover {
  color: #ffffff;
  border: 4px solid var(--primary);
}

/* Elements -> Box */
.box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px 4px var(--light);
  box-shadow: 0 0 8px 4px var(--light);
}

/* Icon Box */
.icon-box {
  font-family: var(--body-font);
  line-height: 1.7;
  background-color: var(--content-bg);
  box-shadow: 0 3px 6px #bbbbbb;
  display: flex;
}

.icon-box-icon {
  padding-right: 1rem;
  flex: 0 0 auto;
}

.icon-box-text {
  font-family: var(--body-font);
  line-height: 1.7;
}

/* 
 * Features
 */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}

.feature {
  background-color: #ffffff;
  padding: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s linear;
  backface-visibility: hidden;
}

.feature:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 2rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #ffffff;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px 2px #ffffff;
}

.feature:hover .feature-icon {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 2px var(--secondary);
  box-shadow: 0 0 10px 2px var(--secondary);
}

.feature .link-button {
  display: inline-block;
}

/*
 * Notice 
 */
.notice-block {
  position: relative;
  background-color: var(--primary);
  padding: 2rem;
  width: 100%;
}

.notice-block .views-row {
  padding: 1rem 0;
}

.notice-block .views-field-title {
  font-family: var(--heading-font);
  font-size: 1.4rem;
  font-weight: 700;
}

.notice-block .views-field-title a {
  color: var(--dark);
}

.notice-block .views-field-title a:hover {
  color: #ffffff;
}

.notice-block .views-row {
  border-bottom: 1px solid var(--dark);
}

@media (min-width: 768px) {
  /* Header */
  .header-top-block {
    text-align: left;
  }
  .site-brand img {
    max-height: 60px;
  }
  /* Header -> Page Header */
  .page-header {
    padding: 2.5rem 0;
  }
  .menu-wrap ul.menu li > a {
    color: var(--secondary);
  }
  /* Frontpage */
  .homepage-content .block-title::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: var(--primary);
    top: 50%;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .homepage-content .block-title::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: var(--primary);
    top: 50%;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .region-content-home-top .block:nth-child(odd) {
    margin-bottom: 10rem;
  }
  .region-content-home-top .block:last-child:nth-child(odd) {
    margin-bottom: 0;
  }
  .region-content-home-top .block:nth-child(even) {
    padding: 0 0 4rem 0;
  }
  .region-content-home-top .block:nth-child(even)::before {
    position: absolute;
    content: "";
    top: -10rem;
    left: 0;
    height: 10rem;
    width: 100%;
    background: #f0f0f0;
    clip-path: polygon(0 0, 100% 90%, 100% 100%, 0% 100%);
  }
  /* Notice */
  .notice-block {
    width: 98%;
  }
  .notice-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: var(--secondary);
    width: 95%;
    height: 100%;
    z-index: -1;
    transform: rotate(-5deg);
  }
  .feature {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  /* Header */
  .site-brand img {
    max-height: 80px;
  }
  /* Header -> Main menu */
  .menu-wrap .menu-item-has-children:hover {
    background-color: transparent;
  }
  .menu-wrap ul.menu li {
    background: linear-gradient(to bottom, transparent 50%, var(--dark) 50%);
    background-size: 100% 200%;
    transition: all 0.2s linear;
  }
  .menu-wrap ul.menu li:hover {
    background-position: 0 -100%;
  }
  .menu-wrap .menu li span.dropdown-arrow {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-wrap ul.menu li.expanded:hover .dropdown-arrow,
  .menu-wrap ul.menu li.collapsed:hover .dropdown-arrow {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .menu-wrap ul.menu ul.submenu {
    top: 36px;
    background-color: var(--secondary);
  }
  .menu-wrap ul.menu ul.submenu li {
    border-bottom: 1px solid var(--primary);
  }
  .menu-wrap ul.menu ul.submenu li a {
    color: var(--primary);
  }
  .menu-wrap ul.menu ul.submenu li a:hover {
    color: #ffffff;
  }
}
@media (min-width: 1170px) {
  /* Header */
  .site-brand img {
    max-height: 90px;
  }
}
/* Faculty Member */
.faculty-member-detail .layout--twocol-section--25-75 {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 1rem 1rem;
}

.faculty-member-detail .field--name-field-image img {
  margin: 0;
  width: 256px;
  height: 256px;
  border-radius: 50%;
  object-fit: cover;
}

.faculty-members-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/*
* Layout for the faculty page
*/
/* 1. Style for the main container on desktop */
.faculty-container, .program-container {
  display: flex;
  gap: 2rem;
  /* Creates space between the sidebar and main content */
}

/* 2. Sidebar styles (left column) */
.faculty-container > aside, .program-container > aside {
  /* flex: [grow] [shrink] [basis] */
  flex: 0 0 25%;
  /* Sets the sidebar to a fixed 25% width */
}
.faculty-container > aside .field:not(:last-child), .program-container > aside .field:not(:last-child) {
  margin-bottom: 1rem;
}
.faculty-container > aside .field--name-field-image, .program-container > aside .field--name-field-image {
  width: 196px;
  height: 196px;
  border-radius: 50%;
}

/* 3. Main content styles (right column) */
.faculty-container > main, .program-container > main {
  flex: 1;
  /* Allows the main content to take up the remaining space */
}

/* 4. Responsive styles for tablets and mobile devices */
@media (max-width: 768px) {
  .faculty-container, .program-container {
    flex-direction: column;
    /* Stacks the sidebar and main content vertically */
  }
}
.page-title {
  color: var(--primary);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

#block-arts-main-menu ul {
  list-style-type: none;
}

#block-arts-site-branding img {
  max-height: 72px;
}

.menu-wrap .menu-item a {
  color: var(--secondary);
}

.menu-wrap .menu-item:hover a {
  color: var(--primary);
}

.hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.hero-container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1rem;
}

.hero-caption {
  background-color: var(--secondary, #222);
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
}
.hero-caption h2 {
  color: var(--primary, white);
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.arts-primary-color {
  color: var(--primary);
}

.arts-secondary-color {
  color: var(--secondary);
}

.arts-secondary-bg {
  background-color: var(--secondary);
}

.arts-primary-bg {
  background-color: var(--primary);
}

.arts-primary-bg a {
  color: var(--secondary);
}

.section-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.link-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
}

.link-bold {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

.glance-section {
  display: flex;
  align-items: center;
  width: 100%;
}

.glance-section {
  display: flex;
  flex-direction: column;
}

.glance-container {
  width: 100%;
  padding: 0;
}

.glance-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.glance-media,
.glance-text {
  flex: 1 1 100%;
  position: relative;
}

.glance-image {
  width: 100%;
  display: block;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.video-play-button i,
.video-play-button svg {
  font-size: 48px;
  color: white;
}

.glance-content {
  background: rgba(33, 19, 24, 0.9);
  padding: 2rem 1rem;
  color: white;
  z-index: 3;
}
.glance-content h2 {
  color: white;
}

@media (min-width: 992px) {
  .glance-section {
    flex-direction: row;
    position: relative;
  }
  .glance-media {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .glance-text {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    align-items: center;
  }
  .glance-content {
    position: relative;
    transform: translateX(-10%);
    padding: 2rem;
  }
}
.glance-button {
  border: 1px solid var(--primary);
  background-color: var(--secondary);
  color: var(--primary);
  padding: 0.5rem;
  border-radius: 0.375rem;
}
.glance-button:hover, .glance-button:focus {
  border: 1px solid var(--secondary);
  background-color: var(--primary);
  color: var(--secondary);
}

.full-width-section {
  width: 100%;
  padding: 2rem 1rem;
}

.text-column {
  flex: 0 0 100%;
  color: white;
  text-align: center;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .text-column {
    flex: 0 0 33.3333%;
    text-align: left;
  }
}

.carousel-column {
  flex: 0 0 100%;
  position: relative;
}
@media (min-width: 992px) {
  .carousel-column {
    flex: 0 0 66.6667%;
  }
}

.section-heading {
  color: var(--primary);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-subtext {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1rem;
}

.button-group {
  margin-top: 1.5rem;
}
.button-group a {
  margin-right: 0.75rem;
}

.button-outline {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  text-decoration: none;
  border-radius: 4px;
}

.button-outline:hover {
  background-color: #fff;
  color: var(--secondary);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.card-img-top {
  width: 100%;
  height: auto;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  display: block;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.card-title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.card-text {
  margin-bottom: 1rem;
  color: #212529;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
  background-color: transparent;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.accreditations {
  background-color: #fff;
  padding: 3rem 1rem;
}

.accreditations .icon-box {
  text-align: center;
}

.accreditations .icon-box img {
  max-height: 80px;
  margin-bottom: 1rem;
}

.accreditations .icon-box h6 {
  font-weight: 700;
  color: #0a2443;
}

.geometric-bg {
  background-color: var(--secondary);
  /* A subtle geometric pattern to mimic the design */
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%), linear-gradient(225deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%), linear-gradient(45deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%), linear-gradient(315deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%);
  background-size: 50px 50px;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary) !important;
}

/* Custom CSS for your Swiper implementation */
/* 1. Ensure the Swiper container has enough padding for navigation */
.why-us .swiper {
  /* Add padding to the left and right to push content away from buttons */
  padding: 0 50px;
  /* Adjust as needed. 50px is a good starting point. */
  overflow: hidden;
  /* Important to hide content that might peek out due to padding */
  position: relative;
  /* Ensure position for absolute children (navigation) */
}

/* 2. Position the navigation buttons outside the content area */
.why-us .swiper-button-prev,
.why-us .swiper-button-next {
  position: absolute;
  top: 50%;
  /* Center vertically */
  transform: translateY(-50%);
  /* Adjust for half of their own height */
  z-index: 10;
  /* Ensure they are above the cards */
  color: #fff;
  /* Example: make icons white */
  width: 40px;
  /* Adjust icon size if necessary */
  height: 40px;
  /* Adjust icon size if necessary */
  /* Remove default Swiper background if it's there or make it transparent */
  background-color: transparent;
  /* Optional: Add a subtle shadow or border if you want more emphasis */
  /* box-shadow: 0 0 5px rgba(0,0,0,0.3); */
  /* border-radius: 50%; */
}

.why-us .swiper-button-prev {
  left: 0;
  /* Position to the far left of the padded area */
}

.why-us .swiper-button-next {
  right: 0;
  /* Position to the far right of the padded area */
}

/* Specific for your card styles */
.why-us .swiper-slide {
  display: flex;
  /* Use flexbox to center content within the slide */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically if card height varies */
  height: auto;
  /* Allow slide height to adjust to card content */
}

.why-us .swiper-slide .card {
  width: 18rem;
  /* Keep your defined card width */
  margin: auto;
  /* This helps center the card if the swiper-slide is wider */
}

/* Optional: Adjust pagination dots if you use them */
.why-us .swiper-pagination {
  bottom: 10px;
  /* Adjust position */
}

/* Mimic Bootstrap's container-fluid */
.container-fluids {
  width: 100%;
  margin: 0 auto;
}

/* Equivalent of row with no gutters (g-0) */
.no-gutters-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

/* Responsive columns */
.image-column,
.stats-column {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* 2-column layout on desktop (>=992px) */
@media (min-width: 992px) {
  .image-column {
    width: 58.333333%;
    /* Equivalent to col-lg-7 */
  }
  .stats-column {
    width: 41.666667%;
    /* Equivalent to col-lg-5 */
  }
}
/* Light background */
.light-bg {
  background-color: #f8f9fa;
}

/* Stat items in two columns (col-6) */
.half-width {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 1rem;
}

/* Full-width fallback message (col-12) */
.full-width {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
}

/* Optional: text alignment helpers */
.text-center {
  text-align: center;
}

.text-muted {
  color: #6c757d;
}

.image-with-stats-section {
  position: relative;
}

.image-with-stats-section img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.gallery-caption {
  background-color: var(--primary);
  font-size: 1.5rem;
  font-weight: 700;
  align-self: flex-start;
  margin-top: auto;
  width: 100%;
  padding: 0.75rem;
  /* Pushes the caption to the bottom */
}

.stats-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .stats-container {
    position: relative;
    width: 85%;
    max-width: 650px;
    margin-left: -40%;
  }
  /* The decorative background box */
  .stats-box-bg {
    background-color: var(--primary);
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
/* The foreground content box */
.stats-box-fg {
  background-color: var(--secondary);
  color: var(--primary);
  position: relative;
  z-index: 2;
  padding: 3rem;
}

.stat-item {
  text-align: center;
}

/* Using Bootstrap's responsive grid for the stats items */
.stat-item.top-row {
  margin-bottom: 3.5rem;
}

.stat-number {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  /* Keep it tight */
}

.stat-label {
  font-size: 0.75rem;
  /* Slightly smaller for better fit */
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.read-more-link {
  color: var(--secondary);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
}

.read-more-link:hover {
  text-decoration: underline;
}

.view-all-btn {
  border: 1px solidvar(--secondary);
  background-color: var(--primary);
  color: var(--secondary);
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.view-all-btn:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

.news-list {
  display: grid;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
  grid-template-columns: 1fr;
  /* 1 column on mobile */
}

@media (min-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on tablets */
  }
}
@media (min-width: 992px) {
  .news-list {
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns on desktops */
  }
}
.news-item {
  background-color: #1c1c1c;
  border-radius: 6px;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.news-date {
  text-align: center;
  flex-shrink: 0;
  padding-right: 1rem;
  border-right: 1px solid var(--primary);
}

.news-date .day {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
}

.news-date .month {
  font-size: 0.875rem;
  color: #ccc;
  padding: 0.5rem 0;
}

.news-date .year {
  font-size: 1.25rem;
  color: var(--primary);
}

.news-details {
  flex-grow: 1;
}

.news-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 5.25rem;
}

.read-more-link {
  color: #0d6efd;
  text-decoration: none;
  font-size: 0.875rem;
}

.read-more-link:hover {
  text-decoration: underline;
}

.dark-container {
  background-color: var(--secondary);
  /* Dark background color from screenshot */
  padding: 30px 0;
  color: #fff;
  /* White text for contrast */
  border-bottom: 8px solid var(--primary);
  border-top: 8px solid var(--primary);
  /* Center the container */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Subtle shadow */
  position: relative;
  /* For the orange accent */
}

.dark-container .section-title {
  color: #fff;
  /* Ensure title is white */
  margin-bottom: 20px;
  font-size: 2em;
  /* Adjust font size as needed */
  text-align: left;
}

.dark-container .event-list {
  list-style: none;
  padding: 0;
}

.dark-container .event-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.dark-container .event-date {
  background-color: var(--primary);
  /* Orange background for date */
  color: var(--secondary);
  /* Dark text for date */
  padding: 8px 12px;
  border-radius: 5px;
  text-align: center;
  margin-right: 15px;
  font-weight: bold;
  min-width: 60px;
  /* Fixed width for date block */
}

.dark-container .event-date .day {
  font-size: 1.5em;
  line-height: 1;
}

.dark-container .event-date .month {
  font-size: 0.8em;
  text-transform: uppercase;
}

.dark-container .event-details {
  flex-grow: 1;
}

.dark-container .event-title {
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: 5px;
  color: #fff;
}

.dark-container .read-more-link,
.dark-container .view-all-btn {
  color: var(--primary);
  /* Orange color for links */
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
}

.dark-container .read-more-link:hover,
.dark-container .view-all-btn:hover {
  text-decoration: underline;
}

.dark-container .view-all-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 15px;
  border: 1px solid var(--primary);
  /* Orange border for button */
  border-radius: 5px;
}

.title-image-wrapper img {
  max-height: 30vh;
  height: auto;
  width: auto;
}

.section-padding {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
}

.grid-full {
  width: 100%;
}

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

@media (min-width: 992px) {
  .with-top-margin {
    margin-top: 0;
  }
}
.flex-vertical {
  display: flex;
}

.heading-large {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}

.marquee-item {
  flex: 0 0 auto;
  margin-right: 1rem;
}

/* Adjust speed by changing duration (e.g., 40s) */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.views-grid-item,
.department-teaser,
.program-teaser {
  height: 100%;
}

.department-item,
.program-item {
  background-color: var(--secondary);
  border-radius: 6px;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  height: 100%;
}

.department-programs,
.program-intake {
  text-align: center;
  flex-shrink: 0;
  padding-right: 1rem;
  border-right: 1px solid var(--primary);
}

.department-programs .count,
.program-intake .count {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
}

.department-item .department-caption,
.program-item .program-caption,
.news-caption {
  font-size: 0.875rem;
  color: #ccc;
}

.department-details,
.program-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.department-title a,
.program-title a {
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  color: var(--light);
}

.my-2 {
  margin: 2rem 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.ckeditor-accordion-container > dl dt.active > a,
.ckeditor-accordion-container > dl dt.active > a:hover,
.ckeditor-accordion-container > dl dt.active > a:focus {
  background-color: var(--secondary);
}

.ckeditor-accordion-container > dl {
  position: relative;
  border: 1px solid var(--secondary);
}

.ckeditor-accordion-container > dl dt > a:hover,
.ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: var(--secondary);
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
