/*
Theme Name: PHS Master Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Wyndetryst
Author URI: https://wyndetryst.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.30.25
Updated: 2025-12-05 10:07:29
*/

html body a {
  color: unset;
}

:root {
  --primary-blue: #003594;
  --dark-blue: #002058;
  --gold-yellow: #ffb81c;
  --bg-sky-blue: #dbeeff;
  --skyblue-dark: #1a53ff;
  --light-blue: #e6f2ff;
}

/* Global accessibility: contrast-rich focus (WCAG 2.4.7) - applied site-wide. Do not use outline:none. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
/* Dark backgrounds: use gold for visibility */
.bg-primary-blue a:focus-visible,
.bg-primary-blue button:focus-visible,
.bg-dark-blue a:focus-visible,
.bg-dark-blue button:focus-visible,
header a:focus-visible,
header button:focus-visible,
footer a:focus-visible,
footer button:focus-visible {
  outline-color: var(--gold-yellow);
}

.bg-primary-blue {
  background-color: var(--primary-blue) !important;
}
.bg-dark-blue {
  background-color: var(--dark-blue) !important;
}
.bg-sky-blue {
  background-color: var(--bg-sky-blue) !important;
}
.bg-gold {
  background-color: var(--gold-yellow) !important;
}
.bg-sky-blue-dark {
  background-color: var(--skyblue-dark) !important;
}
.bg-light-blue {
  background-color: var(--light-blue) !important;
}
.text-primary-blue {
  color: var(--primary-blue) !important;
}
.text-dark-blue {
  color: var(--dark-blue) !important;
}
.text-sky-blue {
  color: var(--bg-sky-blue) !important;
}
.text-gold {
  color: var(--gold-yellow) !important;
}
.custom-container {
  max-width: 1340px;
}

.et_pb_row {
  max-width: 100% !important;
  width: 100% !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.et_pb_section {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.l1-content:has(.admission-layout) {
  background-color: var(--bg-sky-blue) !important;
}

body {
  overflow-x: hidden;
}

/* Hide Divi's default header and footer when using L1 template */
body.l1-template #et-main-area {
  margin-top: 0 !important;
}

body.l1-template #main-header {
  display: none !important;
}

/* Button CSS Start*/
/* Button Base */
.primary-btn,
.dark-primary-btn,
.btn-trans-white,
.btn-trans-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  height:auto;
  padding:12px 24px;
  font:500 15px/1.2 inherit;
  text-transform:uppercase;
  cursor:pointer;
  transition:.3s;
}

/* Primary Button */
.primary-btn{
  background:var(--skyblue-dark);
  color:#fff;
  width:fit-content;
}

/* Dark Primary Button */
.dark-primary-btn{
  background:var(--primary-blue);
  color:#fff;
}

/* Transparent White */
.btn-trans-white{
  border:1px solid #fff;
  color:#fff;
}

/* Transparent Primary */
.btn-trans-primary{
  border:1px solid var(--primary-blue);
  color:var(--primary-blue);
}
/* Button CSS End*/

.white-border {
  border: 1px solid #fff;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-now-btn {
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
p {
  padding-bottom: 0 !important;
}
body.l1-template #footer {
  display: none !important;
}
.border-hover:hover {
  border-color: #ffb81c !important;
}
.contact-btn-footer {
  border: 1px solid #fff;
  border-radius: 0 !important;
}
.header-logo {
  max-width: 330px;
}
.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 20px;
  margin: 0 auto;
}
.et_pb_row {
    padding: 0 !important;
}

.header-menus-wrapper {
  display: none;
  align-items: center;
  gap: 36px;
  font-size: 18px;
  font-weight: 600;
}
.header-menus-link {
  display: inline-block;
}

.header-menus-link:hover {
  color: var(--gold-yellow);
}

.header-menus-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #ffffff;
}
.header-expanded-menus {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  background: var(--primary-blue);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms;
  z-index: 50;
}
.header-expanded-menus a {
  display: inline-block;
}

.group:hover .header-expanded-menus {
  opacity: 1;
  visibility: visible;
}

/* Focus ring for submenu links (same white box as top-level nav) */

/* Focus ring for submenu links (same white box as top-level nav) */
.header-expanded-menus a:focus-visible {
  outline: 2px solid #ffb81c;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(255, 184, 28, 0.35);
  background-color: rgba(255, 184, 28, 0.18);
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  border-radius: 2px;
}

/* Keep a visible focus state while tabbing through nested submenu items */
.header-expanded-menus li:focus-within > a {
  background-color: rgba(255, 184, 28, 0.18);
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.contact-btn-footer:hover {
  border: 1px solid var(--gold-yellow) !important;
}

.organize-checkboard-button-border {
  border: 1px solid #003594 !important;
  border-radius: 0 !important;
}
.organize-checkboard-button-border:hover,
.blue-border:hover {
  border: 1px solid #ffb81c !important;
  color: #003594 !important;
}
.slider-mode img {
  border-radius: 0 !important;
}
.blue-border {
  border: 1px solid #003594 !important;
  border-radius: 0 !important;
}
.accordian-border {
  border-bottom: 1px solid #003594 !important;
}
.et_pb_row:has(.info-panel-2),
.et_pb_row:has(.story-modal),
.et_pb_row:has(.program-card-modal) {
  z-index: 20;
}

.tab-btn:hover {
  border-bottom: 3px solid #ffb81c !important;
}
.sidebar-border {
  border-left: 6px solid #003594 !important;
  margin-left: -6px !important;
}
#program-l2-sidebar-text-simp_program_l2_sidebar_text_panel-item3-content {
  margin-left: -6px !important;
}
.post-item {
  overflow: hidden !important;
}

.post-item img,
.image-hover-effect img {
  transition: transform 0.35s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform: scale(1.01) translateZ(0);
}

.post-img-section,
.up3-image-section {
  overflow: hidden;
  position: relative;
}
.up3-image-section {
  overflow: hidden;
  height: 329px;
}

.post-item:hover img,
.image-hover-effect:hover img {
  transform: scale(1.03);
}

.header-list-border,
.border-header {
  border: none !important;
}
.footer-social-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-social-links a svg path {
  transition: fill 0.3s ease-in-out;
}

aside .dropdown-arrow {
  margin-right: -3px !important;
}
.accordian-icon svg {
  width: 30px;
  height: 28px;
}

.l2-sub-content .sub-item {
  border-bottom: 1px solid #0035941a !important;
}
/* .l2-sub-content .sub-item:last-child{
  border: none !important;
} */
.sub-menu-hover:hover {
  border-bottom: 3px solid #ffb81c !important;
}

.accordian-border:hover .accordian-hover {
  background-color: #ffb81c !important;
}
.image-hover-effect:hover .news-event-heading {
  text-decoration: underline;
}

.gard-plus-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--skyblue-dark);
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 60px; /* text-6xl */
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.gard-plus-btn:hover {
  background-color: var(--gold-yellow) !important;
}

.grad-heading {
  font-size: 38px;
  font-weight: 400;
  line-height: 110%;
  color: var(--primary-blue);
  margin-bottom: 20px;
  padding-bottom: 0;
}

.grad-description {
  color: var(--dark-blue);
  max-width: 42rem;
  line-height: 150%;
  font-size: 15px;
  font-weight: 400;
}
.grad-image-section {
  height: 344px;
}

.image-section-content {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
.grads-main-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 73% center;
}
.story-page-container{
  padding-top: 60px;
  padding-bottom: 60px;
}
.grad-flex-adjust {
  gap: 40px;
  margin-right: -1.25rem;
}
.grad-bottom-boxes {
  display: none;
}
.grad-gold-box {
  width: 10px;
  height: 10px;
}
.request-info-btn {
  border: 1px solid #ffffff;
  padding: 12px 20px;
  height: 50px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
}

.request-info-btn:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}

.request-info-btn:hover {
  color: var(--primary-blue);
  background-color: var(--gold-yellow);
  border-color: var(--gold-yellow);
}
.info-panel-spacing {
  padding-top: 40px;
  padding-bottom: 60px;
}
.info-home-heading {
  margin-bottom: 40px;
  line-height: 120%;
  padding-bottom: 0;
}

.infohome-subdsc {
  font-size: 15px;
  line-height: 150%;
  margin-top: 5px;
}
.infohome-grid {
  gap: 50px;
  grid-template-columns: 1fr;
}

.up-card-section {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Roboto", sans-serif;
}
.up-card-heading {
  font-size: 38px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 40px;
}

.up-card-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}
.up-card-article {
  border-top: 8px solid var(--gold-yellow);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.up-card-article:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.up-card-title {
  font-size: 16px;
  line-height: 120%;
}
.home-event-flex {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  margin-bottom: 30px;
}
.toggle-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  width: 200px;
  height: 40px;
}
.active-pill {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 999px;
  width: 100px;
  height: 40px;
  transition: all 0.3s ease;
}
.toggle-buttons {
  position: relative;
  display: flex;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.5px;
  z-index: 10;
}

.toggle-btn {
  width: 50%;
  text-align: center;
  background: transparent;
  border: none;
  cursor: pointer;
}
.toggle-btn:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}

.toggle-btn.active {
  font-weight: 700;
}
.home-event-heading {
  font-size: 38px;
  font-weight: 400;
  line-height: 110%;
  padding-bottom: 0;
}
.home-banner-heading {
  font-size: 55px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-page-section {
  padding-top: 46px;
  padding-bottom: 46px;
  overflow: hidden;
}
.home-banner-img {
  border-radius: 6px;
  object-fit: cover;
  transform: scale(1.3);
}
.floating-square-1 {
  position: absolute;
  top: -8%;
  left: 16%;
  width: 15px;
  height: 15px;
  z-index: 50;
}
.floating-square-2 {
  position: absolute;
  top: -55%;
  right: 2%;
  width: 15px;
  height: 15px;
  display: none;
}
.lining-img {
  position: absolute;
  top: -8%;
  left: -22%;
  width: 101px;
  height: 97px;
  object-fit: cover;
}
.home-banner-img {
  width: 100%;
  border-radius: 0.375rem;
  object-fit: cover;
  transform: scale(1.3);
}
.floating-square-3 {
  position: absolute;
  bottom: 21%;
  left: 10px;
  width: 15px;
  height: 15px;
  z-index: 1;
}
.floating-square-4 {
  position: absolute;
  top: 60%;
  right: 10%;
  width: 15px;
  height: 15px;
  z-index: 50;
}
.floating-square-5 {
  position: absolute;
  bottom: 20px;
  right: 30%;
  width: 15px;
  height: 15px;
  display: none;
  z-index: 1;
}

.home-banner-sub-heading {
  font-size: 20px;
  line-height: 140%;
  margin-top: 0.5rem;
}
.home-subheading-img {
  display: inline-flex;
  width: 30px;
  height: 20px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.verticle-bottom-line {
  width: 1px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}
.verticle-top-line {
  width: 1px;
  height: 30px;
  margin-top: 0.75rem;
}
.footer-texture-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.banner-sub-heading {
  margin-top: 23px;
  font-size: 1rem;
  line-height: 120%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.footer-main-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-logo-icons-warpper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.footer-left-section {
  flex-direction: column-reverse;
  gap: 2.5rem;
}
.footer-left-address {
  font-style: normal;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.footer-left-address {
  flex-direction: column;
  gap: 0.25rem;
}
.footer-support-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  height: auto;
  padding: 0.75rem 1.5rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  color: var(--primary-blue);
  border: 1px solid currentColor;
  transition: all 0.3s ease;
}

.footer-support-btn:focus-visible {
  outline: 2px solid var(--gold-yellow);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px var(--gold-yellow);
}

.footer-support-btn:hover {
  color: var(--dark-blue);
  background-color: var(--gold-yellow);
  border-color: var(--gold-yellow);
}

.footer-menu-links:focus-visible {
  outline: 2px solid #facc15;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #facc15;
}
.footer-bottom-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  gap: 0.75rem;
}
.footer-bottom-img {
  height: 18px;
  width: auto;
}
.footer-bottom-text {
  font-size: 24px;
  padding: 0;
}
.l2-cards-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
/* .academic-cards {
  background-color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.academic-cards:hover {
  opacity: 0.9;
} */
.academic-crad-content {
  padding: 1.25rem;
}
.academics-cards-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.academics-card-heading {
  font-size: 20px;
  line-height: 120%;
}
.post-img-section {
  max-width: 84px;
  min-width: 84px;
  height: 134px;
}
.up-card-carousel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-right: -20px;
}
.l3-grid-section {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
}
.l3-heading-section {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
/* LandingPageL3 Styles */
.l3-section-spacing {
  padding-top: 51px;
  padding-bottom: 51px;
}
.l3-container-space {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.l3-main-heading {
  font-size: 28px;
  line-height: 110%;
  padding-bottom: 0;
}
.l3-banner-texture {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 13%;
  object-fit: cover;
  z-index: 10;
}
.l3-banner-box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
  width: 25px;
  height: 25px;
  object-fit: cover;
}
.l3-breadcrumb-space {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  padding-top: 33px;
  padding-bottom: 33px;
  margin-bottom: 0;
}
.l3-breadcrumb-text {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
.l3-content-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
/* LandingPageL3 Styles */

/* Sidebar */
.sidebar-section {
  width: calc(100vw - 40px);
}
.sidebar-top-heading,
.sidebar-combined-heading {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.sidebar-top-heading {
  padding-bottom: 30px;
}
.sidebar-combined-heading {
  padding-bottom: 50px;
}
.mobile-sidebar-section {
  padding: 20.5px 20px;
}
.sidebar-heading {
  font-size: 22px !important;
  font-weight: 500;
  padding-bottom: 0;
}
.sidebar-btn-wrapper {
  padding: 20px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}

.sidebar-btn-wrapper:not(:has(*)){
  display: none;
}


.dark-primary-btn btn-hover {
  background-color: var(--primary-blue);
  color: #ffffff;
  border: 1px solid var(--primary-blue);
  line-height: 28px;
}
.l2-sub-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 53, 148, 0.1);
  font-weight: 400;
  font-size: 16px;
}
.tab-btn.sub-item {
  width: 100%;
  padding: 16px 20px;
  border-bottom: 1px solid #0035941a;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  transition: color 0.3s ease;
}
.l2-sub-content .sub-item {
  padding: 8px 40px;
  font-weight: 500;
  color: var(--primary-blue);
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
}

/* Sidebar */

.l2-body-content h1 {
  color: var(--primary-blue);
  font-size: 25px;
  margin-bottom: 0.67em !important;
  font-family: roboto;
  padding-bottom: 0;
  font-weight: 400;
}
.l2-body-content h2 {
  color: var(--primary-blue);
  font-size: 25px;
  margin-bottom: 15px;
  padding-bottom: 0;
  margin-bottom: 0.83em !important;
}
.l2-body-content h3{
  margin-bottom: 1em !important;
  color: #003594;
  line-height: 140%;
}
.l2-body-content h4{
  margin-bottom: 1.33em !important;
  color: #003594;
  line-height: 140%;
  
}
.l2-body-content h5{
  margin-bottom: 1.67em !important;
  color: #003594;
  line-height: 140%;
}
.l2-body-content h6{
  margin-bottom: 2.33em !important;
  color: #003594;
  line-height: 140%;
}
.l2-body-content p {
  color: #002058;
  font-size: 21px;
  padding-bottom: 0;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 1em !important;
}
.l2-body-content img {
  width: 100%;
  max-height: 458px;
  object-fit: cover;
  margin: 60px 0;
}

.l2-body-content a {
  color: #003594;
  text-decoration: underline;
  cursor: pointer;
}

.l2-accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  line-height: 1;
  border-bottom: 1px solid #00359480;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  height: 54px;
}


/* Sidebar icon focus visibility: + / - and collapse arrows only */
.l2-accordion-btn:has(.accordion-icons):focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.l2-sub-btn:has(.dropdown-arrow):focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.l2-accordion-btn:focus-visible .accordion-icons {
  border-radius: 8px;
  outline: none;
  box-shadow: 0 0 0 2px #003594;
  background-color: transparent;
}

.l2-accordion-btn[aria-expanded="true"]:focus-visible .accordion-icons {
  box-shadow: 0 0 0 2px #ffb81c;
}

.l2-sub-btn:focus-visible .dropdown-arrow {
  border-radius: 4px;
  outline: 2px solid #003594;
  outline-offset: 2px;
  background-color: rgba(0, 53, 148, 0.08);
}


.btn-hover:hover {
  background-color: var(--gold-yellow) !important;
  color: var(--primary-blue) !important;
  border-color: var(--gold-yellow) !important;
}


@media(min-width: 1024px) {
  .l2-body-content h1 {
    font-size: 40px;
    margin-bottom: 0.67em !important;
    font-family: roboto;
    padding-bottom: 0;
    font-weight: 400;
  }

  .l2-body-content h2 {
    color: var(--primary-blue);
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 0;
    margin-bottom: 0.83em !important;
  }

  .l2-body-content h3{
    margin-bottom: 1em !important;
    color: #003594;
    line-height: 140%;
  }
}
.sidebar-section {
  width: 100%;
}

@media(min-width: 1024px){
  .sidebar-section {
    width: calc(100vw - 40px);
  }
}

.sidebar-section .l2-accordion-content a {
  color: var(--primary-blue) !important;
}
.footer-social-links a:hover path {
  fill: var(--gold-yellow) !important;
}

.footer-nav-grid .footer-menu-links:hover{
  text-decoration: underline;
}

/* .footer-social-links a:last-child:hover path:last-child {
  fill: var(--primary-blue) !important;
} */
.grad-bottom-boxes {
  margin-bottom: 0 !important;
  padding-bottom: 40px !important;
}
.top-header-section {
  display: none;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  font-weight: 500;
  color: #dbeeff;
  letter-spacing: 0.24px;
  padding: 12px 20px;
  margin: 0 auto;
}
.top-header-section a:hover {
  text-decoration: underline;
}
.top-header-section a{
  text-transform: uppercase;
  color: var(--bg-sky-blue);
}
#mobileDrawer{
  background-color: var(--dark-blue);
}
.top-header-section a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #ffffff;
}
.story-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  pointer-events: none;
}

.story-modal.story-modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* Modal Overlay */
.story-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002058bf;
  backdrop-filter: blur(4px);
  cursor: pointer;
  z-index: 99999999 !important;
}

/* Modal Content */
.story-modal-content {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000000 !important;
  pointer-events: none;
}

.story-modal-content > * {
  pointer-events: all;
}

.story-modal.story-modal-active .story-modal-content {
  transform: scale(1) translateY(0);
}

/* Close Button */
.story-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-bottom: none;
  cursor: pointer;
  z-index: 100000001 !important;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  width: 100px;
  height: 100px;
}

.story-modal-close:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
.story-modal-close svg {
  display: block;
  flex-shrink: 0;
  stroke: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}
.story-modal-close:hover {
  background-color: #ffb81c !important;
}
.story-modal-close:hover path{
  stroke: var(--primary-blue);
}

.story-modal-close:focus-visible {
  outline: 4px solid rgba(26, 83, 255, 0.3);
  outline-offset: 2px;
}

/* Modal Body */
.story-modal-body {
  padding: 40px 30px 30px;
}
/* Modal Title */
.story-modal-title {
  font-size: 32px;
  font-weight: 600;
  color: #003594;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
/* Modal Text */
.story-modal-text {
  color: #003594;
  font-size: 16px;
  line-height: 1.6;
}

.story-modal-text p {
  margin: 0 0 16px 0;
}

.story-modal-text p:last-child {
  margin-bottom: 0;
}
/* Scrollbar Styling (dialog content wrappers; no <main> inside dialogs) */
.story-modal-content .home-story-modal::-webkit-scrollbar,
.story-modal-content div[class*="max-w-"][class*="overflow-y-auto"]::-webkit-scrollbar {
  width: 8px;
}

.story-modal-content .home-story-modal::-webkit-scrollbar-track,
.story-modal-content div[class*="max-w-"][class*="overflow-y-auto"]::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* border-radius: 4px; */
}

.story-modal-content .home-story-modal::-webkit-scrollbar-thumb,
.story-modal-content div[class*="max-w-"][class*="overflow-y-auto"]::-webkit-scrollbar-thumb {
  background: hwb(0 69% 31%);
  /* border-radius: 4px; */
}

.story-modal-content .home-story-modal::-webkit-scrollbar-thumb:hover,
.story-modal-content div[class*="max-w-"][class*="overflow-y-auto"]::-webkit-scrollbar-thumb:hover {
  background: #bbbbbb;
}

/* Ensure dialog content wrappers have no unwanted borders */
.story-modal-content .home-story-modal,
.story-modal-content div[class*="max-w-"] {
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.filter-tab-btn:hover {
  box-shadow: none !important;
}
.filter-btn.active:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
.filter-btn.active:not(:focus-visible),
.filter-btn:hover:not(:focus-visible){
  outline: none !important;
}

.l2-sidebar-wrapper > * {
  width: 100% !important;
}
.custom-sidebar-wrapper, .admission-layout{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
}
.admission-layout::after, .custom-sidebar-wrapper::after{
  display: none !important;
}

.admission-layout > div:first-child {
    margin: 0 !important;
}
.custom-sidebar-wrapper > div:first-child {
     margin-right: 0 !important;
}
.l2-body-content p:first-child {
  margin: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .l3-heading-section {
    padding-left: 0;
    padding-right: 0;
  }
  .infohome-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .header-menus-wrapper {
    display: flex;
  }
}

@media (min-width: 655px) and (max-width: 800px) {
  .media-fonts-size {
    font-size: 56px !important;
  }
}

@media (min-width: 768px) {
  .story-modal-text {
    font-size: 18px;
  }
  .story-modal-title {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .story-modal-body {
    padding: 50px 40px 40px;
  }
  .top-header-section {
    display: flex;
  }
  .up-card-carousel {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom-text {
    font-size: 24px;
  }
  .footer-bottom-img {
    height: 31px;
  }
  .footer-bottom-area {
    gap: 22px;
  }
  .footer-left-address {
    font-size: 15px;
  }
  .up-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grad-bottom-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: absolute;
    top: 112%;
    left: 0;
    right: 0; */
    width: 100%;
    margin-bottom: 40px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .six-square-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}

@media (min-width: 640px) {
  .story-modal-close svg {
    width: 1.75rem;
    height: 1.75rem;
  }
  .l3-content-layout {
    justify-content: space-between;
  }
  .l3-banner-box {
    width: 36px;
    height: 36px;
  }
  .l3-banner-texture {
    width: 30%;
  }
  .l3-main-heading {
    font-size: 40px;
  }
  .l3-container-space {
    padding-left: 0;
    padding-right: calc(30% + 75px) !important;
  }
  .l3-heading-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l3-grid-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .up-card-carousel {
    margin-right: 0;
  }
  .post-img-section {
    max-width: 100%;
    min-width: 100%;
    height: 200px;
  }
  .academics-card-heading {
    font-size: 28px;
  }
  .academics-cards-title {
    margin-bottom: 14px;
  }
  .academic-crad-content {
    padding: 40px 30px;
    min-height: 191.19px;
  }
  /* .academic-cards {
    flex-direction: column;
    align-items: flex-start;
  } */
  .l2-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .btn-trans-white btn-hover {
    width: auto;
  }
  .banner-sub-heading {
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .verticle-top-line {
    height: 3.5rem;
    margin-top: -20px;
  }
  .verticle-bottom-line {
    height: 3.5rem;
  }
  .home-subheading-img {
    width: 110px;
    height: 57px;
  }
  .home-banner-sub-heading {
    font-size: 50px;
    line-height: normal;
  }
  .floating-square-5 {
    bottom: 20px;
    right: 30%;
    width: 36px;
    height: 36px;
    display: block;
  }
  .floating-square-4 {
    top: 0;
    right: 10%;
    width: 36px;
    height: 36px;
  }
  .floating-square-3 {
    bottom: 21%;
    left: 10px;
    width: 36px;
    height: 36px;
  }
  .home-banner-img {
    transform: scale(1);
  }
  .lining-img {
    top: -8%;
    left: 10%;
    width: 123px;
    height: 118px;
  }
  .floating-square-2 {
    top: -55%;
    right: 2%;
    width: 36px;
    height: 36px;
    display: block;
  }
  .floating-square-1 {
    top: 30%;
    left: 25%;
    width: 36px;
    height: 36px;
  }
  .home-banner-img {
    transform: scale(1);
  }
  .home-page-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home-banner-heading {
    font-size: 80px;
    margin-bottom: 30px;
  }
  .home-event-heading {
    font-size: 60px;
  }
  .active-pill {
    width: 140px;
    height: 50px;
  }
  .toggle-wrapper {
    width: 270px;
    height: 50px;
  }

  .home-event-flex {
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
  }
  .up-card-title {
    font-size: 22px;
  }
  .up-card-grid {
    gap: 30px;
  }
  .up-card-heading {
    font-size: 60px;
    margin-bottom: 50px;
  }

  .up-card-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .infohome-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .infohome-subdsc {
    font-size: 18px;
    margin-top: 8px;
  }
  .infohome-desc {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
  }

  .info-home-heading {
    font-size: 22px;
  }
  .info-panel-spacing {
    padding-bottom: 80px;
  }
  .gard-plus-btn {
    width: 100px !important;
    height: 100px !important;
  }
  .grad-heading {
    font-size: 60px;
    margin-bottom: 36px;
  }
  .grad-description {
    font-size: 18px;
  }
  .grad-image-section {
    height: 230px;
  }
  .grads-main-section {
    background-position: top;
  }
  .story-page-container{
    padding-top: 110px;
    padding-bottom: 80px;
  }
  .grad-flex-adjust {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .primary-btn, .btn-trans-white, .dark-primary-btn, .btn-trans-primary{
    width: 100%;
  }
  .story-modal-close{
    width: 76px;
    height: 76px;
  }
  .header-logo {
    max-width: 65%;
  }
  .footer-bottom-area p {
    font-size: 14px;
  }
  .l2-body-content p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
  }
  .slider-mode .grid {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 24px;
    padding-bottom: 10px;
  }
  .slider-mode .grid > div {
    min-width: 85%;
    /* width of one slide */
    scroll-snap-align: start;
  }

  .slider-mode img {
    border-radius: 6px;
  }

  /* hide scrollbar (mobile) */
  .slider-mode .grid::-webkit-scrollbar {
    display: none;
  }

  .slider-mode .normal-mode-content {
    display: none;
  }

  .normal-mode .slider-mode-content {
    display: none;
  }
  .slider-mode-2 .grid {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
  }

  .slider-mode-2 .grid > article {
    flex: 0 0 90%;
    scroll-snap-align: start;
  }

  .slider-mode-2 .grid::-webkit-scrollbar {
    display: none;
  }
  .accordian-icon svg {
    width: 20px;
    height: 20px;
  }
  .apply-now-btn,
  .request-info-btn {
    width: 100% !important;
  }
  .six-square-box {
    left: 17%;
    width: 25px;
    height: 25px;
    top: 42%;
  }
}

@media screen and (max-width: 576px) {
  .left-content {
    order: 2;
  }
}

@media (max-width: 450px) {
  .six-square-box {
    left: 14%;
    top: 50%;
  }
}

@media (max-width: 1024px) {
  .header-list-border,
  .border-header {
    border-top: 0.25px solid #dbeeff !important;
  }
   .custom-sidebar-wrapper .l2-mobile-only{
      border: 6px solid #dbeeff !important;
  }
  .admission-layout .l2-mobile-only{
    border: 0 !important;
  }
  .sidebar-main-section{
    width: 100%;
  }
}

@media (min-width: 1024px){
  .sidebar-section {
    max-width: 362px !important;
    border: 6px solid #dbeeff !important;
  }
}
@media (min-width: 1024px){
  .l3-content-layout  .sidebar-section {
      max-width: 362px !important;
      width: 362px;
      border: 6px solid #dbeeff !important;
    }
}
@media (min-width: 1024px) {
  .custom-sidebar-wrapper, .admission-layout{
    flex-direction: row;
    gap: 90px;
  }
  .admission-layout .et_pb_column_1, .custom-sidebar-wrapper .et_pb_column_1{
    width: fit-content !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .et_pb_column:has(.sidebar-section):not(:has(.admission-info)):not(:has(.admissions-posts-container)) {
    width: fit-content !important;
    margin-left: 0px !important;
  }

  .grad-flex-adjust > *:nth-child(odd):not(:first-child) {
    margin-top: -150px;
    padding-right: 60px;
  }
  .top-banner-section {
    min-height: 620px;
  }
  .banner-main-img {
    height: 100%;
  }
  .mobile-sidebar-section {
    display: none !important;
  }

  .sidebar-top-heading,
  .sidebar-combined-heading {
    display: flex;
  }
  .l3-content-layout {
    flex-direction: row;
    gap: 96px;
  }
  .l3-breadcrumb-space {
    padding-top: 43px;
    padding-bottom: 43px;
    margin-bottom: 32px;
  }
  .l3-banner-texture {
    width: 34.5%;
  }
  .l3-section-spacing {
    padding-top: 45px;
    padding-bottom: 44px;
  }
  .l3-heading-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l3-grid-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .up-card-carousel {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .l2-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-bottom-area {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-left-address {
    margin-bottom: 2.25rem;
  }
  .footer-left-section {
    flex-direction: column;
    gap: 0;
  }
  .footer-content-wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer-logo-icons-warpper {
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin-bottom: 70px;
  }
  .footer-main-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .footer-texture-img {
    display: block;
  }
  .verticle-top-line {
    margin-top: -45px;
  }

  .floating-square-5 {
    bottom: 40px;
    right: 20%;
  }
  .floating-square-4 {
    top: 15%;
    right: 15%;
  }
  .floating-square-3 {
    bottom: 21%;
    left: -15px;
  }
  .lining-img {
    top: -24%;
    left: 5%;
    width: 139px;
    height: 133px;
  }
  .floating-square-2 {
    top: -27%;
    right: 12%;
  }
  .floating-square-1 {
    top: 4%;
    left: 18%;
  }
  .home-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home-banner-heading {
    margin-bottom: 60px;
  }
  .up-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .up-card-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .six-square-box-2,
  .six-square-box-3,
  .six-square-box-4 {
    display: block;
  }

  .six-square-img-top,
  .six-square-img-bottom {
    width: 69px;
    height: 66px;
  }

  .six-square-img-bottom {
    left: 40%;
  }
  .sixsquare-desc {
    padding-right: 187px;
  }
  .six-square-bg-img {
    padding-top: 0;
    padding-bottom: 0;
  }

  .l1-heading {
    font-size: 62px !important;
  }

  .para-section {
    padding-top: 30px !important;
  }
  .grad-description {
    margin-bottom: 3rem;
    padding-right: 58px;
  }
  .grad-image-section {
    height: 368px;
  }
  .grad-content-adjust {
    padding-right: 60px;
    margin-top: -150px;
  }
  .image-section-content {
    margin-top: 30px;
    font-size: 28px;
  }
  .grad-flex-adjust {
    gap: 124px;
  }
}

@media (min-width: 1134px) {
  .l1-heading {
    font-size: 70px !important;
    min-height: 280px !important;
    box-sizing: content-box !important;
  }
}

@media (min-width: 1279px) {
  .l1-heading {
    font-size: 80px !important;
    min-height: 320px !important;
    box-sizing: content-box !important;
  }

  .grad-image-section {
    width: 529px;
  }
}

@media (min-width: 1133px) {
  .height-section {
    min-height: 166px;
  }
}

@media (min-width: 1500px) {
  .l1-heading {
    font-size: 80px !important;
    min-height: 320px !important;
    box-sizing: content-box !important;
  }
}
footer[class*="003594"] .border {
  border-width: 1px;
}

footer[class*="003594"] .border-white {
  border-color: #ffffff;
}

/* Footer button styles - ensure border is applied */
footer[class*="003594"] a.border.border-white,
footer[class*="003594"] a[class*="border"][class*="border-white"] {
  border: 1px solid #ffffff !important;
}

.et_pb_module.simp_text_panel_l3.simp_text_panel_l3_0 {
  margin-bottom: 0 !important;
}

footer[class*="003594"] a.border.border-white:focus-visible,
footer[class*="003594"] a[class*="border"][class*="border-white"]:focus-visible {
  outline: 2px solid #facc15 !important;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #facc15;
}

body .wysiwyg-xl-title,
li:has(.wysiwyg-xl-title:first-child)::marker {
  font-family: 'Roboto', sans-serif !important;
  font-size: 38px !important;
  line-height: 110% !important;
  color: #003594 !important;
}

body .wysiwyg-headline,
li:has(.wysiwyg-headline:first-child)::marker {
  font-family: 'Merriweather', serif !important;
  font-size: 25px !important;
  line-height: 130% !important;
  color: #003594 !important;
}

body .wysiwyg-subhead,
li:has(.wysiwyg-subhead:first-child)::marker {
  font-family: 'Merriweather', serif !important;
  font-size: 20px !important;
  line-height: 120% !important;
  color: #003594 !important;
}

body .wysiwyg-detail-headline,
li:has(.wysiwyg-detail-headline:first-child)::marker {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  line-height: 120% !important;
  color: #002058 !important;
  font-weight: 500 !important;
}

body .wysiwyg-intro-paragraph,
li:has(.wysiwyg-intro-paragraph:first-child)::marker {
  font-family: 'Merriweather', serif !important;
  font-size: 18px !important;
  line-height: 150% !important;
  color: #002058 !important;
  font-weight: 400 !important;
}

body strong .wysiwyg-intro-paragraph, body strong .wysiwyg-paragraph, body strong .wysiwyg-caption {
  font-weight: 500 !important;
}

body .wysiwyg-paragraph,
li:has(.wysiwyg-paragraph:first-child)::marker {
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
  line-height: 150% !important;
  letter-spacing: -.1% !important;
  color: #002058 !important;
  font-weight: 400 !important;
}

body .wysiwyg-caption,
li:has(.wysiwyg-caption:first-child)::marker {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  line-height: 150% !important;
  letter-spacing: -.1% !important;
  color: #002058 !important;
  font-weight: 400 !important;
}

body .wysiwyg-output table{
  width: 100%;
  display: grid;
  overflow-x: auto;
}

body .wysiwyg-output td {
  border: 1px solid #66B2E3;
  padding: 8px;
}

body .wysiwyg-output a {
  color: #003594 !important;
  text-decoration: underline;
  transition: background-color 0.25s ease;
  background-color: rgba(255, 184, 28, 0);
}

body .wysiwyg-output a:hover {
  background-color: rgba(255, 184, 28, 1);
}

body .wysiwyg-output h2,
body .wysiwyg-output h3,
body .wysiwyg-output h4,
body .wysiwyg-output h5,
body .wysiwyg-output h6{
  padding-top: 20px;
  padding-bottom: 0;
}

@media(min-width: 1024px) {
  body .wysiwyg-xl-title,
  li:has(.wysiwyg-xl-title:first-child)::marker {
    font-size: 60px !important;
  }

  body .wysiwyg-headline,
  li:has(.wysiwyg-headline:first-child)::marker {
    font-size: 40px !important;
  }

  body .wysiwyg-subhead,
  li:has(.wysiwyg-subhead:first-child)::marker {
    font-size: 28px !important;
  }

  body .wysiwyg-detail-headline,
  li:has(.wysiwyg-detail-headline:first-child)::marker {
    font-size: 22px !important;
  }

  body .wysiwyg-intro-paragraph,
  li:has(.wysiwyg-intro-paragraph:first-child)::marker {
    font-size: 21px !important;
    line-height: 140% !important;
  }

  body .wysiwyg-paragraph,
  li:has(.wysiwyg-paragraph:first-child)::marker {
    font-size: 18px !important;
    letter-spacing: 0% !important;
  } 

  .et_pb_row:has(.et_pb_column:only-child) .simp_text_panel_l2,
  .et_pb_row:has(.et_pb_column:only-child) .simp_text_panel_l3,
  .et_pb_row:has(.et_pb_column:only-child) .simp_text_panel_l3_story,
  .et_pb_row:has(.et_pb_column:only-child) .phs_button_row,
  .et_pb_row:has(.et_pb_column:only-child) .simp_standalone_accordion,
  .et_pb_row:has(.et_pb_column:only-child) .simp_text_panel_l3_story,
  .et_pb_row:has(.et_pb_column:only-child) .phs-full-image,
  .et_pb_row:has(.et_pb_column:only-child) .phs-split-header,
  .et_pb_row:has(.et_pb_column:only-child) .et_pb_code,
  .et_pb_row:has(.et_pb_column.et-first-child.et-last-child) .simp_text_panel_l2,
  .et_pb_row:has(.et_pb_column.et-first-child.et-last-child) .simp_text_panel_l3,
  .et_pb_row:has(.et_pb_column.et-first-child.et-last-child) .simp_text_panel_l3_story,
  .et_pb_row:has(.et_pb_column.et-first-child.et-last-child) .phs_button_row,
  .et_pb_row:has(.et_pb_column.et-first-child.et-last-child) .simp_standalone_accordion,
  .et_pb_row:has(.et_pb_column.et-first-child.et-last-child) .simp_text_panel_l3_story,
  .et_pb_row:has(.et_pb_column.et-first-child.et-last-child) .phs-full-image,
  .et_pb_row:has(.et_pb_column.et-first-child.et-last-child) .phs-split-header,
  .et_pb_row:has(.et_pb_column.et-first-child.et-last-child) .et_pb_code{
    width: 66%;
    min-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.search-result-content{
  background-color: #dbeeff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  padding-bottom: 30px;
}

.search-result-content .custom-post-card{
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  max-width: 1340px;
}

.search-result-content .filter-tabs{
  padding-top: 0;
}