:root {
  --bonedry: #fff6ef;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h2 {
  color: #484BFA;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  word-wrap: break-word;
  margin-bottom: 5px;
}

h3 {
  color: #484BFA;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  word-wrap: break-word;
  margin-top:15px !important;
  margin-bottom: 5px;
  margin-left:0 !important;
}

h4 {
  color: #01033E;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 0px;
}

h5 {
  color: #01033E;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 4px;
  word-wrap: break-word;
  margin-bottom: 4px;
}

h6 {
  color: #F96045;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

p {
  color: #01033E;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 25px;
  margin-top: 0px;
}

.DSP {
  color: #F96045
}

ul {
  color: #01033E;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 25px;
  margin-top: 0px;
  padding-left: 0;
}

ul li {
  font-family:inherit !important;
  list-style-position: inside;
}

.portfolio-links {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  background-image: url('../images/2026_03_21_BackgroundComplete_03.jpg');
  background-size: clamp(0px, 180vw, 2529px);
  background-repeat: no-repeat;
  /* THIS STOPS THE REPEATING */
  background-color: #FFF6EF;
  /* This shows where the image ends */
  background-position: center top;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* This prevents horizontal scrolling */
  position: relative;
}

.body-container {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  margin-top: 145px;
}

.link {
  color: #F96045;
  font-size: 16px;
  font-family: Univers LT Std;
  font-weight: 400;
  line-height: 25px;
  word-wrap: break-word;
}

.orange-button {
  position: relative;
  padding: 15px 30px;
  margin: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF6EF;
  background: none;
  border: none;
  cursor: pointer;
  isolation: isolate;
}

.orange-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F96045;
  filter: blur(15px);
  z-index: -1;
  transition: 0.3s;
}

.orange-button:hover::before {
  filter: blur(0);
}

.orange-button a {
  color: #FFF6EF;
  text-decoration: inherit;
  /* no underline */
}

.blue-button {
  position: relative;
  padding: 15px 30px;
  margin: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF6EF;
  background: none;
  border: none;
  cursor: pointer;
  isolation: isolate;
}

.blue-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #484BFA;
  filter: blur(15px);
  z-index: -1;
  transition: 0.3s;
}

.blue-button:hover::before {
  filter: blur(0);
}

.blue-button a {
  color: #FFF6EF;
  text-decoration: inherit;
  /* no underline */
}


.panelists-list {
  color: #484BFA;
  font-size: 16px;
  font-family: Univers LT Std;
  font-weight: 400;
  line-height: 25px;
  word-wrap: break-word;
}

.keynote-questions h3,
.student-showcase-questions h3 {
  color: #F96045;
}

.alumni-info-container {
  display: flex;
  justify-content: flex-start;
  /* Keeps them aligned to the left */
  gap: 100px;
}

.alumni-info-column {
  display: block;
}

/*Makes it so that the panelists have a space after the end of list*/
.bottom-list-margin {
  margin-bottom: 15px;
}



/*SECTION EDITS*/
/*SECTION EDITS*/
/*SECTION EDITS*/

section {
  display:block;
  background-color:transparent !important;
}

#keynote-image {
  width: 100%;
  max-width: 550px;
  position: absolute;
  margin-top: -210px;
  z-index: 10;
}

#showcase-image {
  width: 100%;
  max-width: 550px;
  position: absolute;
  margin-top: -105px;
  z-index: 10;
}

#alumni-image {
  right: 0;
  width: 100%;
  max-width: 550px;
  position: absolute;
  margin-top: -206px;
  z-index: 10;
}

.slideshow-container {
  position: relative;
  /* Required so absolute-positioned slides stay inside */
  width: 100%;
  height: 550px;
  overflow: hidden;
}

/*.slideshow > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
*/

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.1) translate(0, 0);
  transition: opacity 1s ease-in-out, transform 6s ease-out;
}

.slide.active {
  opacity: 1;
}

/* Diagonal movement classes */
.slide.dir-1 {
  transform: scale(1.1) translate(-2.5%, -2.5%);
}

.slide.dir-2 {
  transform: scale(1.1) translate(2.5%, 2.5%);
}

.slide.dir-3 {
  transform: scale(1.1) translate(-2.5%, 2.5%);
}

.slide.dir-4 {
  transform: scale(1.1) translate(2.5%, -2.5%);
}

.section-bottom {
  display: flex;
  flex: 1 1;
  justify-content: space-between;
}

.section-main {
  padding-bottom: 180px;
}

.section-left {
  width: 49%;
}

.section-right {
  width: 49%;
}

/*#keynote-image,#alumni-image, #showcase-image, #portfolio-image {
  object-fit: cover;
  height: auto;
  max-width: 100%;
}*/

#alumni-image,
#portfolio-image {
  width: 100%;
}

#portfolioreviews-section {
  display: flex;
  justify-content: space-between;
}

#portfolioreviews-section .section-bottom .section-left {
  width: 50%;
}

#portfolioreviews-section .section-bottom .section-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#portfolioreviews-image {
  object-fit: cover;
  margin-top: -40px;
  width: 105%;
  height: 105%;
  overflow: visible;
}

.section-image {
  position: relative;
  /* This bounds #alumni-image so 'right: 0' sticks to the container, not the screen edge */
  height: 100%;
  vertical-align: center;
}

/*

This is old, but keeping incase we need it :)

.keynote-right {
    border: 1px solid #ccc; 
    width: 49%;       
}

.alumni-left {
    border: 1px solid #ccc;
    padding: 40px;
    width: 654px;  
    height: 100%;
  	margin: 60px 0 40px 60px;  
  	position: right;           
}

.showcase-right {
    border: 1px solid #ccc;
    padding: 40px;
    width: 654px;  
    height: 100%;
  	margin: 60px 0 40px 720px;  
  	position: right;           
}

.portfolio-left {
    border: 1px solid #ccc;
    padding: 40px;
    width: 654px;  
    height: 100%;
  	margin: 60px 0 40px 60px;  
  	position: right;           
}*/

.banner {
  background: #F96045;
  width: 100%;
  height: 41px;
}

.banner-content {
  background: #F96045;
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-text {
  flex-grow: 1;
  line-height: 1.4;
  color: #FFF6EF;
  font-size: 14.39px;
  font-family: Univers LT Std;
  font-weight: 700;
  word-wrap: break-word;
  text-align: center;
}

.banner-text a {
  color: #FFF6EF;
  text-decoration: none;
}

.banner-icon {
  margin-left: 10px;
  vertical-align: middle;
  /* This makes the spin smooth */
  transition: transform 0.5s ease-in-out;
}

/* When the user hovers over the container, rotate the star */
.banner-text:hover .banner-icon {
  transform: rotate(180deg);
}

/*.hero {
  background: none;
  background-size: cover;
  height: 400px;
  display: flex;
  position: relative;
  padding: 40px 10%;
}*/

/*.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1367px;
  width: 1367px;
}*/

.event-title {
  height: 25px;
  padding: 20px 0px 20px;
}

.hero {
  width: 90%;
  margin-top: clamp(20px, calc(20vw - 110px), 240px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

#hero-image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.subtitle {
  align-self: flex-end;
  font-family: 'Univers LT Std', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin: 0;
  padding: 20px 0px 20px;
  text-align: right;
}

/*for students questions page formatting*/

.main-questions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  align-items: start;
  /* prevents stretching */
  column-gap: 50px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 60px;
  /* space between sections */
}



/*MOBILE/SMALL SCREEN ONLY BELOW*/
@media screen and (max-width: 600px) {

  /* 1. Global Text Adjustments */
  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  p,
  .panelists-list,
  .link {
    font-size: 14px;
    line-height: 23px;
  }

  ul {
    font-size: 14px;
    line-height: 23px;
  }

  /* 2. Hero & Banner Fixes */
  .hero {
    height: auto;
    min-height: 300px;
    padding: 20px 5%;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 15px;
  }

  .event-title img {
    max-height: 70%;
    /* Made slightly larger for visibility */
    object-fit: contain;
    width: auto;

  }

  .subtitle {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .banner-text {
    font-size: 13px;
    padding: 0 10px;
  }

  .banner-icon {
    display: none;
  }

  /* 3. Section Stacking (Keynote, Alumni, Showcase) */

  body {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .section-main {
    flex-direction: column;
    gap: 20px;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .slideshow-container {
    margin: 0;
    width: 100%;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
  }

  .slideshow-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .body-container {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .section-image {
    width: 100%;
  }

  #keynote-image {
    margin-top: -215px !important;
  }

  #alumni-image {
    margin-top: -150px !important;
  }

  #showcase-image {
    margin-top: -65px !important;
    width: 100%;
    height: auto;
  }



  /* Move images to top for Alumni and Portfolio sections */
  #alumni-section,
  #portfolio-section {
    flex-direction: column-reverse;
  }

  .section-bottom {
    flex-direction: column;
  }

  .section-left,
  .section-right {
    width: 100%;
    /* Overrides the 49% from desktop */
  }

  #portfolioreviews-section .section-bottom .section-left,
  #portfolioreviews-section .section-bottom .section-right {
    width: 100%;
  }

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

  /* 4. Alumni Info Columns */
  .alumni-info-container {
    flex-direction: column;
    gap: 20px;
  }

  /* 5. Button Grouping */
  .btn.group {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .orange-button,
  .blue-button {
    margin: 10px 0;
    width: 100%;
    /* Makes buttons full-width for easy tapping */
  }

  /* 6. FAQ Page Reordering (For-Students.html) */
  .main-questions {
    display: flex;
    flex-direction: column;
  }

  .column {
    display: contents;
    /* Allows reordering across containers */
  }

  .keynote-questions {
    order: 1;
  }

  .alumni-panel-questions {
    order: 2;
    padding-top: 20px;
  }

  .student-showcase-questions {
    order: 3;
    padding-top: 20px;
  }

  .online-portfolio-reviews-questions {
    order: 4;
    padding-top: 20px;
  }

  .more-questions {
    order: 5;
    padding-top: 20px;
  }

  .more-questions br {
    display: none;
  }

  #alumni-image {
    width: 105%;
    margin: -4vw;
  }

  #keynote-image {
    width: 115%;
    margin: -5vw;
  }

  #showcase-image {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #portfolio-image {
    width: 115%;
    margin: -15vw;
    padding: 0% 0% 10%,
  }

  .orange-button {
    font-size: 14px;
    max-width: 45%;
  }

  .blue-button {
    font-size: 14px;
    max-width: 45%;
  }
}


@media screen and (max-width: 320px) {
  .hero {
    /* On mobile, a fixed 400px might be too tall or cut off your image. 
       Using 'auto' or a smaller px value helps. */
    height: 70px;
    min-height: 250px;
    padding: 20px 2%;
    /* Tighter padding for small screens */
  }

  .hero-content {
    /* Ensure the content stacks naturally */
    justify-content: center;
    gap: 20px;
    padding: 0% 4%
  }


}