/* code made */
body {
  font-size: 0.9rem;
  line-height: 1.7;
}
.academics-front {
  background-color: #eee;
  padding-top: 30px;
  padding-bottom: 30px;
  /* Automatically calculates screen edge distance dynamically on any device size */
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.students-life {
  background-color: #eee;
  padding-top: 30px;
  padding-bottom: 30px;

  /* Modern Responsive Viewport Engine (Replaces the broken -493px / 493px rules) */
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);

  /* Adds a 20px padding safety buffer so mobile text doesn't touch the screen glass edges */
  padding-left: calc(50vw - 50% + 20px);
  padding-right: calc(50vw - 50% + 20px);

  box-sizing: border-box; /* Crucial for proper mathematical handling of mobile widths */
}
.academics-front h2
{
  text-align: left;
  color: #F00;
}
.news-image
{
  /*margin-left: 10%;
  margin-right: 10%;*/
}
.ouracademicachievements-front
{
  text-align: center;
}
.ouracademicachievements-front h2
{
  color: #F00;
  text-align: center;
  padding-top: 20px;
}
.front-numbers{
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  color: #F00;
}
.front-numbers-back
{
text-align: center;
  border: none;
}
.front-numbers-back:hover {
  background-color: #f6f6f2;
}
.counter-border
{
  border-right: 1px solid #5b5b5b;
}
.schools
{
  display: flex;
  flex-direction: row;

}
.schools-item {
  margin: 5px;
  padding: 10px;
  /*flex: 1;*/
}
.campus-life-item {
  margin: 5px;
  padding: 10px;
  flex: 1;
}
.newletters-front
{
  box-shadow: 0 2px 4px #d9d9d9;
  padding: 15px;
  background: #f4f4f4;
  border: 1px solid #EFEFEF;
}
.newsletters-link {
  background: #fff;
  margin-bottom: 2px;
  padding: 12px 22px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.newsletters-link:hover
{
  background: #5b5b5b;
  color: #fff !important;
}
.newsletter-pra
{
  margin-top: 20px;
}
.schools-item h5
{
  /*text-align: center;*/
  /* border-bottom: 1px dotted #5b5b5b;*/
  /* padding-bottom: 10px; */
  margin-bottom: 20px;
}
.about-tour
{
  width:38%;
  /*background-color: #ffffff;
  box-shadow: 0 0 8px 4px #edeef5;
  padding: 20px;*/
  margin-bottom: 20px;
}
.about-notice
{
  width: 58%;
  padding-left: 10px;
  margin-left: 20px;
}
.schools-button
{
  background-color: #F00;
  padding: 8px;
  color: #fff;
  border-radius: 5px;
}
.schools-button:hover
{
  background-color: #F00;
  padding: 8px;
  color: #fff;
  border-radius: 5px;
}
.why-us
{
  display: flex;
  flex-direction: row;
}
.why-us-items {
  margin: 5px;
  padding: 10px;
  flex: 1;
  background-color: #FFFFFF;
  padding: 50px 50px 50px 50px;
}
.why-us-items:hover {
  background-color: #5b5b5b;
  color: #fff;
}
.why-us-items-font
{
  font-size: 22px;
  font-weight: bold;
}
.why-us-front {
  /* 1. Cleaned up background handling with crisp positioning rules */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),
              url(/laikipiaweb/sites/default/files/2025-02/School%20of%20HDS.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* Changing to 'fixed' creates a cool parallax effect on desktop */

  /* 2. Structured spacing parameters */
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 35px;
  padding-bottom: 55px;

  /* 3. The Modern Responsive Viewport Engine (Replaces the broken -493px / 493px code) */
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50% + 20px);  /* Added 20px padding buffer for clean */
  padding-right: calc(50vw - 50% + 20px); /* mobile text framing near screen edges */

  box-sizing: border-box;
}
.why-us-front-text
{
  color: #fff;
  text-align: center;
}
/*
.menud-headers
{
  text-decoration:underline;
}

 */
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 768px) {
  .schools {
    flex-direction: column;
  }
  .why-us {
    flex-direction: column;
  }
  .about-tour
  {
    width:100%;
  }
  .about-notice {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}

.notice-block-items
{
  font-weight:normal;
 border-bottom:1px solid #fff;
  color:#fff;
}
@media (max-width: 768px) {
  .about-notice-block {
    width: 98%;
  }
}
.about-notice-block {
  position: relative;
  background-color: #5b5b5b;
  padding: 2rem;
  width: 100%;
  height: 500px;
}
.about-notice-general {
  position: relative;
  background-color: #5b5b5b;
  padding: 2rem;
  width: 100%;
  height: 500px;
}
/*.about-notice-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #FF0000;
  width: 95%;
  height: 100%;
  z-index: -1;
  transform: rotate(-5deg);
}*/
.news-items-listing {
  display: grid;
}

@media (max-width: 768px) {
  /*.about-notice-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #5b5b5b;
    width: 95%;
    height: 100%;
    z-index: -1;
    transform: rotate(-5deg);
  }*/
  #block-edux-noticeboard
  {
    width: 100%;
  }

}
.news-updates {
  background-color: #ffffff;
  box-shadow: 0 0 8px 4px #edeef5;
  padding: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  height: 650px;
  /*width: 33%;*/
}
.news-title {
  font-weight: bolder;
  padding-bottom: 10px;
}

.contacts
{
  border-width: 1px 1px 1px 1px;
  border-color: #ededed;
  border-style: solid;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  box-shadow: 0px 10px 51px 3px rgba(0,0,0,0.15);
  padding: 30px;
  margin-right: 20px;
  width: 380px;
}
.contact-maps
{
  width: 100%;
}
.news-title a {
  color: #F00;
}
.news-title a:hover {
  color: #5b5b5b;
}
@media (max-width: 768px) {
  .news-updates
  {
    width: 100%;
  }
  #block-edux-noticeboard {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
  }
}
#block-edux-noticeboard {
  float: left;
  width: 31%;
  margin-left: 20px;
  padding-left: 30px;
  margin-top: 20px;
  margin-left: 20px;
  height: 450px;
  border-radius: 5px;
}
#block-edux-noticeboard h2 {
  /* 1. Positioning and Layout Configuration */
  position: absolute;
  top: -50px;
  left: 0;
  right: 0; /* Ensures the element calculates full block width for centering */
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

/* 2. Seamless Multi-Colored Baseline Engine */
#block-edux-noticeboard h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px; /* Thickness of your accent underline border */

  /* Gradient Math Breakdowns:
     - Gray runs from 0% to 30%
     - Red runs from 30% to 70% (Perfect 40% center span)
     - Gray runs from 70% to 100%
  */
  background: linear-gradient( to right, #eee 0%, #5b5b5b 30%, #f00 30%, #f00 70%, #5b5b5b 70%, #eee 100% );
}
#block-edux-generalnoticeboard
{
  float: right;
  width: 27%;
  margin-left: 20px;
  padding-left: 30px;
  margin-top: 20px;
  margin-left: 20px;
  height: 450px;
  border-radius: 5px;
}
#block-edux-generalnoticeboard h2 {
  /* 1. Positioning and Layout Configuration matching your base setup */
  position: absolute;
  top: -50px;
  left: 0;
  right: 0; /* Extends structural boundaries to allow perfect text centering */
  text-align: center;
  color: #000;
  font-size: 1.5rem;

}

/* 2. Symmetrical Tri-Color Underline Element */
#block-edux-generalnoticeboard h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px; /* Matches the line weight thickness of the student board */

  /* Color Math Breakdown:
     - Muted gray side span: 0% to 30%
     - Vivid Red center focus: 30% to 70% (Perfect 40% mid-section)
     - Muted gray side span: 70% to 100%
  */
  background: linear-gradient( to right, #eee 0%, #5b5b5b 30%, #f00 30%, #f00 70%, #5b5b5b 70%, #eee 100% );
}
#block-edux-generalnoticeboard a:link {
  color: #fff;
  font-size: 16px;
}
#block-edux-generalnoticeboard p {
  border-bottom: 1px dashed #fff;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#block-edux-aboutlu {
  float: left;
}
.clearfix {
  overflow: auto;
  width: 100%;
}
#block-edux-noticeboard p
{
  border-bottom: 1px dashed #fff;
  color: #fff;
  padding-left:10px;
  padding-right:10px;
}
#block-edux-noticeboard p a {
  color: #fff;
  font-size: 16px;
}
#block-edux-noticeboard a:active
{
  color: #fff;
  font-size: 16px;
}
#block-edux-noticeboard a:link
{
  color: #fff;
  font-size: 16px;
}
#block-edux-noticeboard a:hover
{
  color: #3F8C7E !important;
}

#block-edux-generalnoticeboard p a {
  color: #fff;
  font-size: 16px;
}
#block-edux-generalnoticeboard a:active
{
  color: #fff;
  font-size: 16px;
}
#block-edux-generalnoticeboard a:link
{
  color: #fff;
  font-size: 16px;
}
#block-edux-generalnoticeboard a:hover
{
  color: #3F8C7E !important;
}

.all-news-lists
{
  background: #5b5b5b;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.new-updates {
  background-color: #eee;
  padding-top: 30px;
  padding-bottom: 30px;

  /* Breaks out of boxed containers and stretches perfectly on all screen sizes */
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.new-updates h2 {
  color: #F00;
}
.frontnews-container
{
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px auto;
  padding-inline: 16px;
}
.read-more-news
{
  background-color: #3F8C7E;
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.front-sliders
{
  /*display: block;
  width: 1536px;
  margin-right: auto;
  max-width: 100%;
  overflow: hidden;
  margin-left: calc(-100vw / 2 + 1176px / 2);
  margin-right: calc(-100vw / 2 + 1176px / 2);*/
}
.council-chair-container
{
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px auto;
  padding-inline: 16px;
}
.council-chair-container .details-wrapper{
  color:#000;
  text-align: center;
  border: 1px #5b5b5b solid;
  padding: 10px;
  border-radius: 5px;
}
.council-chair-container .details-wrapper .title{
  padding-top:10px;
  font-weight: bold;
}
.council-chair-container .details-wrapper .otherinfo{
  color:#5b5b5b;
}
.council-container
{
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px auto;
  padding-inline: 16px;
}
.council-container .council-wrapper{
  color:#000;
  text-align: center;
  border: 1px #5b5b5b solid;
  padding: 10px;
  border-radius: 5px;
}
.council-container .council-wrapper .council-title{
  padding-top:10px;
  font-weight: bold;
}
.council-container .council-wrapper .councilinfo{
  color:#5b5b5b;
}
.schools-heads {
  float: left;
  text-align: center;
  border: 1px #5b5b5b solid;
  padding: 10px;
  border-radius: 5px;
  margin-right: 20px;
}
.schools-dean-message
{
  color: #3F8C7E;
}
.lu_events {
  margin: 20px 15px;
  /*width: 100%;*/

}
.lu_events:hover
{
  background-color: #eee;
  padding: 20px 15px;
  height: 180px;
}
.event_day {
  height: 8.5rem;
  justify-content: center;
  margin-right: 1.5rem;
  width: 6.5rem;
  float: left;
  font-weight: bold;
  background-color: #eee;
  text-align: center;
  padding-top: 10px;
}
.event_day:hover {
  height: 8.5rem;
  justify-content: center;
  margin-right: 1.5rem;
  width: 6.5rem;
  float: left;
  font-weight: bold;
  /*background-color: #fff;*/
  text-align: center;
  padding-top: 10px;
}
.event_title {
  font-weight: bold;
  font-size: 17px;
}
.event_date {
  font-style: italic;
  color: #F00;
  display: none;
}
.dayz
{
  font-size: 45px;
  color: #3F8C7E;
}
.front-life
{
  position: absolute;
  top: 70%;
  text-align: center;
  color: #fff;
  padding: 10px;
  width: 257px;
  background: rgba(0,0,0,0.7);
  font-weight: bold;
}
.newd-container
{
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
  margin: 10px auto;
  padding-inline: 20px;
  max-width: 1170px; /* Prevents content from stretching too wide */
  width: 100%;
}
@media (max-width: 768px) {
  .newd-container {
    grid-template-columns: 1fr;
    padding-inline: 15px;
    gap: 20px; /* More space between stacked items */
  }
}

@media (max-width: 480px) {
  .newd-container {
    padding-inline: 10px;
    gap: 15px;
  }
}
.titled
{
  color: #3F8C7E;
  font-size: 28px;
  border-bottom: 1px solid #ddd;
}
.newsupdates-title {
  color: #ff0000;
  font-size: 28px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.lu-event-card {
  display: flex;
  /*background: #fff;*/
  padding: 20px;
  border-bottom: 1px solid #eee;
  transition: background 0.3s;
  margin-right: 20px;
}

.lu-event-card:hover {
  background: #f9f9f9;
}

.event-date-badge {
  background: #5b5b5b; /* Laikipia Blue */
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  min-width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-date-badge .day {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.event-date-badge .month {
  font-size: 12px;
  text-transform: uppercase;
}

.event-info {
  margin-left: 20px;
}

.event-title {
  color: #333;
  margin: 0 0 5px 0;
  font-size: 18px;
}

.event-meta {
  font-size: 15px;
  color: #3F8C7E; /* Laikipia Green */
  margin-bottom: 8px;
}

.event-link {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #5b5b5b;
}
.more-detaileds
{
  border: 1px solid #F00;
  padding: 15px;
  color: #fff;
  background-color: #F00;
  border-radius: 2px;
}
.more-detaileds:hover
{
  color: #fff;
}
.students-links
{
  background: #f3f3f3;
  margin-bottom: 2px;
  padding: 12px 22px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.students-links:hover{
  background: #fff;
}

/* adding the bell class */
/* The vibration animation */
@keyframes vibrate {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}

/* The Red Vibrating Class */
.bell-alert {
  display: inline-block;
  animation: vibrate 0.15s linear infinite; /* Fast vibration */
  font-size: 1.2rem;
    /* Force the emoji to look red */
  color: transparent;
  text-shadow: 0 0 0 red;
  filter: drop-shadow(0 0 1px red);
}

/* 1. The Container for grid */
/* =====================================
   1. GRID CONTAINER
===================================== */
/* ===== Container grid ===== */
.upcoming-news {
  display: grid;
  grid-template-columns: 1.6fr 1fr; /* featured wider left */
  gap: 20px;
  margin: 20px 0;
}

/* ===== Featured article container ===== */
.upcoming-news > div:has(> .boxy[data-sticky="featured"]) {
  grid-column: 1;
  grid-row: 1 / span 3; /* Span all 3 rows */
}

/* ===== Small articles container ===== */
/* This targets the parent divs of small articles and makes them grid items in the right column */
.upcoming-news > div:has(> .boxy[data-sticky=""]):nth-of-type(n+2) {
  grid-column: 2;
}

/* Arrange small articles vertically in the right column */
.upcoming-news > div:has(> .boxy[data-sticky=""]):nth-of-type(2) { grid-row: 1; } /* First small article */
.upcoming-news > div:has(> .boxy[data-sticky=""]):nth-of-type(3) { grid-row: 2; } /* Second small article */
.upcoming-news > div:has(> .boxy[data-sticky=""]):nth-of-type(4) { grid-row: 3; } /* Third small article */

/* ===== Featured article styling ===== */
.boxy[data-sticky="featured"] {
  background: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  height: 100%;
}

/* Featured image container */
.boxy[data-sticky="featured"] .news-image {
  width: 100%;
  /*height: 450px;*/
  overflow: hidden;
  position: relative;
}

.boxy[data-sticky="featured"] .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Featured content overlay */
.boxy[data-sticky="featured"] .news-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px;
  margin: 15px;
  border-radius: 8px;
  box-shadow: 0 -4px 10px rgba(0,0,0,0.08);
}

/* Sticky label */
.sticky-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgb(63, 140, 126);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 15px;
  z-index: 10;
  font-weight: bold;
}

/* ===== Small articles styling ===== */
.boxy[data-sticky=""] {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.boxy[data-sticky=""]:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Small article image container - FORCED 200x200 */
.boxy[data-sticky=""] .news-image {
  flex: 0 0 200px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxy[data-sticky=""] .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Handle missing images */
.boxy[data-sticky=""] .news-image:empty,
.boxy[data-sticky=""] .news-image:not(:has(img)) {
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.boxy[data-sticky=""] .news-image:empty::after,
.boxy[data-sticky=""] .news-image:not(:has(img))::after {
  content: "📷 No Image";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  text-align: center;
}

.boxy[data-sticky=""]:hover .news-image img {
  transform: scale(1.1);
}

/* Small article content wrapper */
.boxy[data-sticky=""] .news-content-wrapper {
  flex: 1;
  min-width: 0;
}

/* Small article title */
.boxy[data-sticky=""] .news-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #333;
}

.boxy[data-sticky=""] .news-title a {
  color: inherit;
  text-decoration: none;
}

.boxy[data-sticky=""] .news-title a:hover {
  color: rgb(63, 140, 126);
}

/* Small article description */
.boxy[data-sticky=""] .news-description {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.boxy[data-sticky=""] .news-description p {
  margin: 0;
}

/* ===== Mobile responsive ===== */
@media (max-width: 768px) {
  .upcoming-news {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* Reset all grid placements on mobile */
  .upcoming-news > div {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  /* Featured article on mobile */
  .boxy[data-sticky="featured"] .news-image {
    height: 300px;
  }

  .boxy[data-sticky="featured"] .news-content-wrapper {
    position: relative;
    margin: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: none;
  }

  /* Small articles on mobile */
  .boxy[data-sticky=""] {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }

  .boxy[data-sticky=""] .news-image {
    flex: none;
    width: 100%;
    height: 220px;
    border-radius: 8px 8px 0 0;
  }

  .boxy[data-sticky=""] .news-content-wrapper {
    padding: 15px;
  }

  .sticky-label {
    top: 10px;
    left: 10px;
    font-size: 12px;
    padding: 4px 8px;
  }
}

@media (max-width: 480px) {
  .boxy[data-sticky="featured"] .news-image {
    height: 250px;
  }

  .boxy[data-sticky=""] .news-image {
    height: 180px;
  }
}


.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Section & General Wrapper Settings */
.lu-campus-life-section {
    padding: 10px 0px;
    background-color: #eee;
    font-family: 'Inter', sans-serif;
}

.lu-container {
    max-width: 1200px;
    margin: 0 auto;
}

.lu-section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #222222;
    margin-bottom: 10px;
}

.lu-section-desc {
    color: #666666;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 900px;
    margin-bottom: 40px;
}

/* 4-Column Card Grid System */
.flip-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

/* The Core Flip Card Container */
.flip-card {
    background-color: transparent;
    height: 220px; /* Adjust height based on your layout requirement */
    perspective: 1000px; /* Creates the 3D perspective depth */
}

/* Container holding front and back faces */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

/* Hover trigger that rotates the inner wrapper */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Universal styles for both Front and Back sides */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safeguard Safari support */
    backface-visibility: hidden;
    border-radius: 8px;
    overflow: hidden;
}

/* Front Face Styling */
.flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Back Face Styling (Overlay Container) */
.flip-card-back {
    color: #ffffff;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

/* Individual Brand Overlay Color Options */
.bg-red {
    background: linear-gradient(135deg, #e62222 0%, #aa1414 100%);
}

.bg-green {
    background: linear-gradient(135deg, #0d5c3a 0%, #063a23 100%);
}

.bg-dark {
    background: linear-gradient(135deg, #2b2b2b 0%, #111111 100%);
}

/* Inside Back Content */
.back-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.back-content p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 15px;
    opacity: 0.9;
}

/* Clean, Minimal Button on Back Face */
.card-btn {
    display: inline-block;
    padding: 6px 16px;
    background-color: #ffffff;
    color: #111111;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    border-radius: 20px;
    transition: background-color 0.2s, transform 0.2s;
}

.card-btn:hover {
    background-color: #f0f0f0;
    transform: scale(1.05);
}

/* ==========================================================================
   Core Section Adjustments
   ========================================================================== */
.lu-campus-discovery-three-fourths {
    padding: 20px 0px;
    background-color: #eee;
    font-family: 'Inter', sans-serif;
}

.lu-discovery-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 1fr; /* 75% Left, 25% Right layout balance */
    gap: 30px;
    align-items: start; /* CRITICAL: Changed from 'stretch' so the container doesn't stretch the image height */
}

/* ==========================================================================
   Left Showcase Area (3/4 Layout)
   ========================================================================== */
.lu-discovery-main {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    /* CRITICAL: Removed fixed min-height so the block relies naturally on the true image shape */
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    width: 100%;
}

.media-bg-wrapper {
    /* CRITICAL: Changed from position: absolute to position: relative.
       This forces the container to scale completely to the height of the image itself. */
    position: relative;
    width: 100%;
    z-index: 1;
    display: block;
}

.media-bg-wrapper img,
.media-bg-wrapper iframe,
.media-bg-wrapper video {
    width: 100%;
    height: auto; /* CRITICAL: Changed to auto so it calculates based on actual proportions */
    object-fit: contain; /* CRITICAL: Ensures the WHOLE image fits in the window without any clipping */
    display: block;
}

/* ==========================================================================
   Bottom Anchored Glassmorphic Card Overlay
   ========================================================================== */
.lu-discovery-overlay-card.bottom-anchored {
    position: absolute; /* Latches perfectly to the bottom boundaries of the container */
    bottom: 0;          /* Pins it flush right against the actual bottom line of your image */
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 25px 40px; /* Squeezed padding slightly so it leaves more of your picture visible */
    margin: 0;
    max-width: 100%;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.lu-discovery-title {
    color: #111111;
    font-size: 1.8rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 8px;
}

.lu-discovery-text {
    color: #333333;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.lu-btn-primary {
    display: inline-block;
    padding: 10px 22px;
    background-color: #e62222;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.lu-btn-primary:hover {
    background-color: #b51212;
    transform: translateY(-1px);
}

/* ==========================================================================
   Right Side: Compressed 1/4 Width Newsletter Card
   ========================================================================== */
.lu-newsletter-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.newsletter-header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111111;
    margin-top: 6px;
    margin-bottom: 0;
}

.badge-new {
    background-color: rgba(13, 92, 58, 0.1);
    color: #0d5c3a;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.newsletter-book-wrapper {
    margin: 20px 0;
    transition: transform 0.25s ease;
}

.newsletter-img {
    max-width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 4px 10px 25px rgba(0, 0, 0, 0.15);
}

.newsletter-book-wrapper:hover {
    transform: translateY(-5px);
}

.newsletter-footer {
    width: 100%;
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
}

.newsletters-archive-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #0d5c3a;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.newsletters-archive-link:hover {
    color: #e62222;
}

/* ==========================================================================
   Sleek Video Showcase Component
   ========================================================================== */
.lu-standalone-video-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #eaeaea;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    max-width: 850px; /* Centers and balances the layout window beautifully */
    margin: 20px auto;
    font-family: 'Inter', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Micro interaction shadow glow on hover */
.lu-standalone-video-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

/* Header Elements Grouping */
.lu-video-card-header {
    margin-bottom: 20px;
}

.lu-video-card-header h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #111111;
    margin: 8px 0 0 0;
    letter-spacing: -0.5px;
}

/* Modern Red Virtual Tour Badge */
.lu-video-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: rgba(230, 34, 34, 0.08); /* 8% signature brand red alpha */
    color: #e62222;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* The Live Indicator Dot */
.pulse-dot {
    width: 6px;
    height: 6px;
    background-color: #e62222;
    border-radius: 50%;
    display: inline-block;
    animation: luPulseEffect 1.8s infinite ease-in-out;
}

@keyframes luPulseEffect {
    0% { transform: scale(0.8); opacity: 0.5; }
    50% { transform: scale(1.3); opacity: 1; }
    100% { transform: scale(0.8); opacity: 0.5; }
}

/* Responsive Aspect Ratio Canvas Wrapper */
.lu-video-aspect-frame {
    position: relative;
    padding-bottom: 56.25%; /* Keeps a consistent 16:9 Cinema Aspect Profile */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: #000000;
}

.lu-video-aspect-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Lower Captioning Text Configuration */
.lu-video-card-caption {
    margin-top: 20px;
}

.lu-video-card-caption p {
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}
/* code the for news*/

/* ==========================================================================
   Clean News Layout Engine (Resolves Stretched Images & Broken Wrapping)
   ========================================================================== */

/* 1. Main Outer Bounding Box Card */
.all-news .node-promoted.node-view-mode-teaser {
  display: block !important; /* Resets flexbox conflicts completely */
  background: #ffffff !important;
  border: 1px solid #eaeaea !important;
  border-radius: 12px !important;
  padding: 24px !important;
  margin-bottom: 25px !important;
  box-sizing: border-box !important;
  clear: both !important; /* Prevents stacked cards from overlapping each other */
  overflow: hidden !important; /* Keeps all floats cleanly self-contained inside the card */
}

/* 2. Unified Header Section (Date & Title) */
.all-news .node-header,
.all-news h2.node-title {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  margin: 0 0 12px 0 !important;
}

/* Date Indicator Formatting */
.all-news .node-submitted-details {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #8898a8 !important;
  margin-bottom: 6px !important;
  display: block !important;
}
.all-news .submitted-icons {
  color: #e62222 !important;
  margin-right: 4px !important;
}

/* Clear Title Sizing */
.all-news h2.node-title a {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  color: #111111 !important;
  text-decoration: none !important;
  display: inline-block !important;
}

/* 3. The Content Engine Wrapper Box */
.all-news .node-content {
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin-top: 15px !important;
}

/* 4. Left-Floating Image Area (No Stretching) */
.all-news .field--name-field-image {
  float: left !important; /* Locks the image neatly to the left side */
  width: 240px !important; /* Fixed exact width constraint */
  max-width: 30% !important; /* Dynamic fall-back safety margin */
  margin: 0 20px 15px 0 !important; /* Clean outer text buffer margins */
  padding: 0 !important;
}

.all-news .field--name-field-image img {
  width: 100% !important;
  height: 150px !important; /* Fixed aspect height ratio */
  object-fit: cover !important; /* CRITICAL FIX: Cuts out image stretching */
  border-radius: 8px !important;
  display: block !important;
}

/* 5. Fluid Wrapping Body Paragraph Elements */
.all-news .node-promoted.node-view-mode-teaser p,
.all-news .node-promoted.node-view-mode-teaser .node-content div:not(.field--name-field-image) {
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: #444444 !important;
  text-align: left !important;
  margin-bottom: 12px !important;
  display: block !important;
}

/* ==========================================================================
   Mobile Optimization Overrides
   ========================================================================== */
@media (max-width: 600px) {
  .all-news .field--name-field-image {
    float: none !important; /* Stacks image stacked over text on narrow mobile screens */
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
  .all-news .field--name-field-image img {
    height: 180px !important;
  }
}

/*end new css */
/* start of new pagination */
/* ==========================================================================
   Modernized Minimalist Pagination System
   ========================================================================== */

/* 1. Main Navigation Block Settings */
nav[aria-labelledby="pagination-heading"] {
  display: flex !important;
  justify-content: center !important; /* Centers the navigation bar on the page */
  margin: 40px auto 20px auto !important;
  width: 100% !important;
  clear: both !important; /* Prevents floated card layouts from creeping into menu zones */
}

/* 2. Horizontal Flex List Container Wrapper */
ul.js-pager__items {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important; /* Spacing between pagination button indexes */
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important; /* Strips the bullet points seen in image_dc855e.png */
}

/* 3. Button List Elements Setup */
ul.js-pager__items li {
  list-style-type: none !important; /* Secondary explicit bullet kill switch */
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}

/* 4. Interactive Links & Plain-text Page State Blocks */
ul.js-pager__items li a,
ul.js-pager__items li {
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #444444 !important;
  text-decoration: none !important;
}

/* 5. Creating Premium Rounded Button Canvas Shapes */
ul.js-pager__items li a,
ul.js-pager__items li.is-active, /* Drupal current item class */
ul.js-pager__items li:not(:has(a)) { /* Fallback match for active state texts */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 40px !important;
  height: 40px !important;
  padding: 0 14px !important;
  border-radius: 8px !important;
  border: 1px solid #eaeaea !important;
  background: #ffffff !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}

/* 6. Active State Indicator Highlight (Deep Laikipia Green) */
ul.js-pager__items li.is-active,
ul.js-pager__items li:not(:has(a)) {
  background-color: #0d5c3a !important; /* Corporate Accent Green */
  color: #ffffff !important;
  border-color: #0d5c3a !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 12px rgba(13, 92, 58, 0.15) !important;
}

/* 7. Hover Interactions for Clickable Inactive Pages */
ul.js-pager__items li a:hover {
  background-color: #fcfcfc !important;
  border-color: #e62222 !important; /* Highlights crimson border outlines on point traces */
  color: #e62222 !important;
  transform: translateY(-1px) !important;
}

/* 8. Next/Last Direction Arrow Tweaks (e.g., '>>') */
ul.js-pager__items li a[rel="next"],
ul.js-pager__items li a[rel="last"] {
  font-size: 1.1rem !important;
  color: #0d5c3a !important;
}


/* end of pagination */
/* ==========================================================================
   Laikipia University Sidebar-Friendly Responsive Timeline Layout
   ========================================================================== */

.lu-timeline-container {
    position: relative;
    max-width: 100% !important; /* Expands to cleanly fill the remaining content space */
    margin: 30px 0;
    padding: 10px 0;
}

/* 1. Shift the central tracking line completely to the left margin track */
.lu-timeline-container::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #eaeaea;
    top: 0;
    bottom: 0;
    left: 20px !important; /* Locks the tracking line to the left edge */
    margin-left: 0 !important;
    z-index: 1;
}

/* 2. Re-align all timeline cards into a single column array */
.lu-timeline-block {
    position: relative;
    width: 100% !important; /* Forces cards to expand horizontally and stop leaving empty gaps */
    left: 0 !important;     /* Disables alternating offsets */
    padding-left: 55px !important; /* Leaves room for the line and markers on the left */
    padding-right: 15px !important;
    padding-top: 10px;
    padding-bottom: 25px;
    box-sizing: border-box;
    z-index: 2;
    clear: both;
}

/* 3. Sync node dots to run down the left rail */
.lu-timeline-marker {
    width: 14px;
    height: 14px;
    position: absolute;
    background-color: #0d5c3a;
    border: 3px solid #ffffff;
    border-radius: 50%;
    left: 12px !important; /* Anchors the dots smoothly over the vertical track line */
    right: auto !important;
    top: 24px;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

/* 4. Fix card content padding layout */
.lu-timeline-content {
    padding: 22px 25px !important;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #eef0f2;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

/* 5. Clean layout flow adjustments for the Charter Card */
.charter-card {
    border-left: 4px solid #e62222 !important;
}

/* ==========================================================================
   Laikipia University - Vision, Mission & Core Values Display Elements
   ========================================================================== */

/* Main wrapper setup */
.lu-pillars-wrapper {
    max-width: 100% !important;
    font-family: 'Inter', -apple-system, sans-serif;
    margin-top: 10px;
}

/* Individual Content Blocks Config */
.lu-pillar-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    width: 100% !important; /* Maximizes the space left by the sidebar */
}

/* Card Header Settings */
.lu-pillar-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.lu-pillar-icon {
    font-size: 1.4rem;
}

.lu-pillar-header h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 800;
    color: #111111;
    letter-spacing: -0.3px;
}

/* Text Stylings */
.lu-pillar-text {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444444;
}

.font-italic {
    font-style: italic;
    font-weight: 600;
    color: #e62222; /* Accents motto text using brand red */
}

/* Border Accent Splitting (Matches your brand guidelines) */
.vision-card { border-left: 4px solid #0d5c3a !important; }  /* University Corporate Green */
.mission-card { border-left: 4px solid #0d5c3a !important; } /* University Corporate Green */
.motto-card { border-left: 4px solid #e62222 !important; }   /* Brand Crimson Red */
.values-card { border-left: 4px solid #0d5c3a !important; }  /* University Corporate Green */

/* Core Values Tag Layout Grid */
ul.lu-values-grid {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

ul.lu-values-grid li {
    margin: 0 !important;
    padding: 0 !important;
}

ul.lu-values-grid li span {
    display: inline-block;
    padding: 8px 16px;
    background: #f4f6f8;
    color: #0d5c3a; /* Deep Institutional Green */
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 8px;
    border: 1px solid #eef0f2;
    transition: all 0.2s ease;
}

/* Interactive hover feedback for the values blocks */
ul.lu-values-grid li span:hover {
    background: #0d5c3a;
    color: #ffffff;
    border-color: #0d5c3a;
    transform: translateY(-1px);
}

/* ==========================================================================
   Laikipia University - Responsive Service Charter Graphic Engine
   ========================================================================== */

.lu-charter-wrapper {
    max-width: 100% !important;
    font-family: 'Inter', -apple-system, sans-serif;
    padding-top: 10px;
}

/* Flexbox Grid Container */
.lu-charter-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 25px !important;
    width: 100% !important;
    box-sizing: border-box;
}

/* Individual Card Containers */
.lu-charter-card {
    flex: 1 1 calc(50% - 13px); /* Displays side-by-side when space allows */
    min-width: 280px;            /* Falls back gracefully when squeezed by the sidebar */
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

/* Version Language Tags */
.lu-charter-badge {
    align-self: flex-start;
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.green-badge { background: rgba(13, 92, 58, 0.08); color: #0d5c3a; }
.red-badge   { background: rgba(230, 34, 34, 0.08); color: #e62222; }

/* Image Framework Frame with Hover Overlay Effect */
.lu-charter-frame {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    cursor: pointer;
}

/* Image containment parameters (Overriding the raw layout settings) */
img.charter-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Interaction Call-To-Action Overlay */
.charter-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(13, 92, 58, 0.85); /* Smooth institutional green drop tint */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}

/* Change layout colors specifically for the Swahili card hover */
.lu-charter-card:last-of-type .charter-overlay {
    background: rgba(230, 34, 34, 0.88); /* Smooth Crimson red tint */
}

.overlay-btn {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Interactive Hover Trigger States */
.lu-charter-frame:hover img.charter-img {
    transform: scale(1.03);
}

.lu-charter-frame:hover .charter-overlay {
    opacity: 1;
}

/* ==========================================================================
   Mobile / Tight Sidebar View Mode Adapters
   ========================================================================== */
@media (max-width: 900px) {
    .lu-charter-card {
        flex: 1 1 100% !important; /* Stacks cards into a single column array */
    }
}

/* Mobile Responsiveness Viewports */
@media (max-width: 600px) {
    .lu-standalone-video-card {
        padding: 20px;
        margin: 10px;
    }
    .lu-video-card-header h3 {
        font-size: 1.3rem;
    }
}

/* ==========================================================================
   Mobile Responsive Adjustments
   ========================================================================== */
@media (max-width: 992px) {
    .lu-discovery-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .lu-discovery-overlay-card.bottom-anchored {
        position: relative; /* Un-pins the box on mobile so everything is clean on tiny screens */
        border-radius: 0 0 12px 12px;
        padding: 25px 20px;
        box-shadow: none;
        border-top: 1px solid #eaeaea;
    }
}

@media (max-width: 768px) {
  #block-edux-noticeboard {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .frontnews-container
  {
    grid-template-columns: 1fr;
  }
  .council-chair-container{
    grid-template-columns: 1fr;
  }
  .council-container {
    grid-template-columns: 1fr;
  }
  .lu_events {
    margin: 5px 3px;
    width: 100%;

  }
  .vvjs .nav-dots-numbers
  {
    display: none;
  }
  .views-field.views-field-title
  {
    display: none;
  }
  .views-field.views-field-field-description {
    display: none;
  }
  .front-life {
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 86.6%;
    background: rgba(0,0,0,0.7);
    font-weight: bold;
  }
  #block-edux-generalnoticeboard
  {
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-top: 50px;
  }
}
