/*-----------------------------------------------------------------------------------

    Template Name: Eventify - Event and Conference Template
    Template URI: graygrids.com
    Description: Eventify - Event and Conference Template
    Author: GrayGrids
    Author URI: graygrids.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
/* Import Open Sans from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
/* @font-face for Prophet - Assuming these font files are local or hosted
   If not, the fallback to Open Sans will be used.
@font-face {
    font-family: 'Prophet';
    src: url('../fonts/Prophet-Regular.woff2') format('woff2'),
         url('../fonts/Prophet-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prophet';
    src: url('../fonts/Prophet-Bold.woff2') format('woff2'),
         url('../fonts/Prophet-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
*/

body {
  /* Updated font to Open Sans, with Poppins and sans-serif as fallbacks */
  font-family: "Open Sans", "Poppins", sans-serif;
  font-weight: normal;
  /* Visuelt Regular equivalent */
  font-style: normal;
  color: #333333;
  /* Darker grey for better readability, can be TU Dark Blue (#004C6C) for more branding */
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* Updated font to Prophet, with Open Sans and Poppins as fallbacks */
  font-family: "Prophet", "Open Sans", "Poppins", sans-serif;
  font-weight: 700;
  /* Bold for headings */
  color: #004C6C;
  /* TU Dublin Dark Blue */
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  /* Corresponds to 9pt with 11pt leading (approx) on web */
  font-weight: 400;
  /* Open Sans Regular */
  line-height: 1.5;
  /* Approx 120% of 16px */
  color: #333333;
  /* Dark Grey for body copy */
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  /* Open Sans Medium/Semibold equivalent */
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 40px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 50px;
  color: #FFFFFF;
  /* White text */
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #00a9b7;
  /* TU Dublin Teal */
  border: 0;
}

.main-btn:hover {
  background-color: #007E8A;
  /* Darker shade of Teal for hover */
  color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 29px 0px rgba(0, 169, 183, 0.25);
  /* Teal shadow */
  box-shadow: 0px 5px 29px 0px rgba(0, 169, 183, 0.25);
}

.main-btn.main-btn-2 {
  background: #004C6C;
  /* TU Dublin Dark Blue */
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 76, 108, 0.23);
  /* Shadow related to Dark Blue */
}

.main-btn.main-btn-2:hover {
  background: #00364D;
  /* Darker shade of Dark Blue */
  color: #fff;
}

/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 50px;
  font-family: "Prophet", "Open Sans", "Poppins", sans-serif;
  /* Ensure Prophet is used for titles */
  font-weight: 700;
  /* Prophet Bold equivalent */
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
}

.section-title .text {
  margin-top: 20px;
}

/*===== All Preloader Style =====*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color Updated to TU Dublin Dark Blue */
  border-color: #004C6C #004C6C #e6e6e6;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e6e6e6;
  /* Light grey part of spinner */
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e6e6e6;
  /* Light grey part of spinner */
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
    2.HEADER css 
===========================*/

@media (max-width: 767px) {
  .header-area {
    padding: 0;
  }
}

/*===== Navbar =====*/
.navbar-area {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-out;
}

.navbar-area::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #004C6C 0%, #004C6C 100%);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 999;
}

.navbar-area.sticky::before {
  opacity: 1;
}

.navbar-area .navbar {
  position: relative;
  padding: 0;
}

.navbar-area .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

/* Mobile Dropdown Menu */
@media only screen and (min-width: 768px) and (max-width: 991px),
       (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: #00A9B7;
    z-index: 8;
  }
}

.navbar-area .navbar .navbar-nav .nav-item {
  margin: 0 16px;
  position: relative;
}

.navbar-area .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 26px 0;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-out;
}

.navbar-area .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #00A9B7;
  left: 0;
  bottom: 20px;
  transition: all 0.3s ease-out;
}

/* Disable underline on small screens */
@media only screen and (min-width: 768px) and (max-width: 991px),
       (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }

  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
  }
}

.navbar-area .navbar .navbar-nav .nav-item.active > a::before,
.navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 60px;
    top: 7px;
  }
}

/* Button Hover */
.navbar-area .navbar .navbar-btn .main-btn:hover {
  background-color: #fff;
  color: #00A9B7;
}


/*===== Header =====*/
/* Styles for hero section, countdown, etc. from original template, colors adapted */

.header-content-area {
  height: 750px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) {
  .header-content-area {
    height: 850px;
  }
}

@media (max-width: 767px) {
  .header-content-area {
    height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-content-area {
    height: 550px;
  }
}

.header-content-area::before {
  /* Gradient overlay for background image */
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Using TU Dublin colors for overlay, adjust opacity as needed */
  background: -webkit-linear-gradient(left, rgba(0, 76, 108, 0.5) 0%, rgba(0, 169, 183, 0.5) 100%);
  /* DarkBlue to Teal */
  background: linear-gradient(to right, rgba(0, 76, 108, 0.25) 0%, rgba(0, 169, 183, 0.25) 100%);
}

/* Landing page logo in hero */
.landing-page-logo img {
  margin-bottom: 20px;
  /* Space below hero logo */
}


.header-countdown .single-count-content {
  padding: 0 45px;
  text-align: center;
}

@media (max-width: 767px) {
  .header-countdown .single-count-content {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-countdown .single-count-content {
    padding: 0 15px;
  }
}

.header-countdown .single-count-content .count {
  font-size: 72px;
  font-weight: 700;
  /* Prophet Bold or Open Sans Bold */
  font-family: "Prophet", "Open Sans", sans-serif;
  line-height: 60px;
}

@media (max-width: 767px) {
  .header-countdown .single-count-content .count {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-countdown .single-count-content .count {
    font-size: 36px;
    line-height: 40px;
  }
}

.header-countdown .single-count-content .text {
  font-size: 20px;
  font-weight: 600;
  /* Open Sans Semibold */
  margin-top: 10px;
}

@media (max-width: 767px) {
  .header-countdown .single-count-content .text {
    font-size: 14px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-countdown .single-count-content .text {
    font-size: 18px;
    margin-top: 0;
  }
}

/* Using TU Dublin Teal for one countdown color, others can be secondary palette or shades */
.header-countdown .single-count-content.count-color-1 .count,
.header-countdown .single-count-content.count-color-1 .text {
  color: #00a9b7;
  /* TU Dublin Teal */
}

.header-countdown .single-count-content.count-color-2 .count,
.header-countdown .single-count-content.count-color-2 .text {
  color: #FFFFFF;
  /* White or a secondary color */
}

.header-countdown .single-count-content.count-color-3 .count,
.header-countdown .single-count-content.count-color-3 .text {
  color: #00a9b7;
  /* TU Dublin Teal */
}

.header-countdown .single-count-content.count-color-4 .count,
.header-countdown .single-count-content.count-color-4 .text {
  color: #FFFFFF;
  /* White or a secondary color */
}

.header-content {
  margin-top: 60px;
}

.header-content .header-title {
  font-size: 75px;
  color: #fff;
  text-transform: uppercase;
  /* As per original */
  font-family: "Prophet", "Open Sans", sans-serif;
  /* Prophet Bold */
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-content .header-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content .header-title {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .header-content .header-title {
    font-size: 30px;
  }
}

.header-content .sub-title {
  font-size: 30px;
  font-weight: 600;
  /* Open Sans Semibold */
  color: #fff;
  text-transform: uppercase;
  margin-top: 22px;
}

@media (max-width: 767px) {
  .header-content .sub-title {
    font-size: 20px;
  }
}

.header-content .header-btn {
  padding-top: 50px;
}

.header-content .header-btn li {
  display: inline-block;
  margin: 10px 13px 0;
}

/*===========================
       3.ABOUT css 
===========================*/
.about-image img {
  width: 100%;
}

.about-content .date {
  font-size: 18px;
  font-weight: 600;
  /* Open Sans Semibold */
  color: #004C6C;
  /* TU Dublin Dark Blue */
  margin-top: 45px;
}

.about-content .date span {
  font-size: 30px;
  color: #00a9b7;
  /* TU Dublin Teal */
  position: relative;
  padding-left: 15px;
}

.about-content .date span::before {
  position: absolute;
  content: '';
  width: 55px;
  height: 55px;
  border: 6px solid rgba(0, 169, 183, 0.18);
  /* TU Dublin Teal with opacity */
  top: -18px;
  left: 0;
}

/*===========================
       4.COUNTER css 
===========================*/
.counter-area {
  background-image: url(../images/dots.jpg);
  /* Kept from original, can be changed */
  background-repeat: repeat;
}

.single-counter {
  background-color: #f0f7f8;
  /* Lighter shade of Teal or a neutral grey */
  border: 2px solid #ddeef0;
  /* Slightly darker border */
  padding: 0 15px 15px;
}

.single-counter .counter-icon {
  position: relative;
  margin-top: -50px;
}

.single-counter .counter-icon i {
  font-size: 65px;
  color: #00a9b7;
  /* TU Dublin Teal */
  background-color: #f0f7f8;
  /* Match card background */
  border: 2px solid #ddeef0;
  /* Match card border */
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
}

.single-counter .counter-content .count {
  font-size: 45px;
  color: #00a9b7;
  /* TU Dublin Teal */
  font-weight: 700;
  /* Prophet Bold / Open Sans Bold */
  font-family: "Prophet", "Open Sans", sans-serif;
  margin-top: 5px;
}

.single-counter .counter-content .text {
  font-weight: 600;
  /* Open Sans Semibold */
  color: #004C6C;
  /* TU Dublin Dark Blue for text */
}

/*===========================
    5.EVENT SCHEDULE css 
===========================*/
.event-tab {
  border: 3px solid rgba(0, 76, 108, 0.1);
  /* Dark Blue with opacity */
  padding: 40px 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-tab {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .event-tab {
    padding: 10px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .event-tab .nav .nav-item {
    width: 48%;
    margin-top: 10px;
  }
}

.event-tab .nav .nav-item a {
  text-align: center;
  width: 225px;
  border: 3px solid rgba(0, 76, 108, 0.1);
  /* Dark Blue with opacity */
  padding: 15px 0;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-tab .nav .nav-item a {
    width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .nav .nav-item a {
    width: 150px;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .event-tab .nav .nav-item a {
    width: 100%;
    padding: 10px 0;
  }
}

.event-tab .nav .nav-item a .nav-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  /* Prophet Bold / Open Sans Bold */
  font-family: "Prophet", "Open Sans", sans-serif;
  color: #777777;
  /* Default text color */
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .nav .nav-item a .nav-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .event-tab .nav .nav-item a .nav-title {
    font-size: 18px;
  }
}

.event-tab .nav .nav-item a span {
  font-size: 16px;
  color: #777777;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .nav .nav-item a span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .event-tab .nav .nav-item a span {
    font-size: 14px;
  }
}

.event-tab .nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #004C6C;
  /* TU Dublin Dark Blue */
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.event-tab .nav .nav-item a.active {
  border-color: transparent;
  padding: 18px 0;
  /* Adjust padding for active state if needed */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .nav .nav-item a.active {
    padding: 13px 0;
  }
}

@media (max-width: 767px) {
  .event-tab .nav .nav-item a.active {
    padding: 13px 0;
  }
}

.event-tab .nav .nav-item a.active .nav-title,
.event-tab .nav .nav-item a.active span {
  color: #fff;
  /* White text on active tab */
}

.event-tab .nav .nav-item a.active::before {
  opacity: 1;
}

.event-tab .tab-content .event-content .single-event {
  padding: 40px;
  z-index: 5;
  position: relative;
  background-color: #f0f7f8;
  /* Light Teal or light grey */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-tab .tab-content .event-content .single-event {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .tab-content .event-content .single-event {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .event-tab .tab-content .event-content .single-event {
    padding: 15px;
  }
}

.event-tab .tab-content .event-content .single-event::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004C6C;
  /* TU Dublin Dark Blue for hover */
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .event-tab .tab-content .event-content .single-event .event-image img {
    width: 100%;
  }
}

.event-tab .tab-content .event-content .single-event .event-content {
  padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-tab .tab-content .event-content .single-event .event-content {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .tab-content .event-content .single-event .event-content {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .event-tab .tab-content .event-content .single-event .event-content {
    padding-left: 0;
    margin-top: 15px;
  }
}

.event-tab .tab-content .event-content .single-event .event-content .event-title {
  font-size: 24px;
  font-family: "Prophet", "Open Sans", sans-serif;
  font-weight: 700;
  /* Prophet Bold / Open Sans Bold */
}

.event-tab .tab-content .event-content .single-event .event-content .event-title a {
  color: #004C6C;
  /* TU Dublin Dark Blue for speaker links */
}

.event-tab .tab-content .event-content .single-event:hover .event-content .event-title a {
  color: #FFFFFF;
  /* White on hover */
}

@media (max-width: 767px) {
  .event-tab .tab-content .event-content .single-event .event-content .event-title {
    font-size: 18px;
  }
}

.event-tab .tab-content .event-content .single-event .event-content .text {
  margin-top: 10px;
  /* Reduced margin */
}

.event-tab .tab-content .event-content .single-event .event-content .event-meta {
  padding-top: 10px;
}

.event-tab .tab-content .event-content .single-event .event-content .event-meta li {
  display: inline-block;
  padding-top: 10px;
  font-size: 14px;
  /* Slightly smaller meta text */
  color: #555555;
  /* Darker grey for meta */
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-tab .tab-content .event-content .single-event .event-content .event-meta li {
    margin-right: 10px;
  }
}

.event-tab .tab-content .event-content .single-event .event-content .event-meta li:last-child li {
  margin-right: 0;
}

.event-tab .tab-content .event-content .single-event:hover::before {
  opacity: 1;
}

.event-tab .tab-content .event-content .single-event:hover .event-content .event-title,
.event-tab .tab-content .event-content .single-event:hover .event-content .text {
  color: #fff;
}

.event-tab .tab-content .event-content .single-event:hover .event-content .event-meta li {
  color: #fff;
}


/*===========================
      6.FEATURES (VENUE SECTION) css 
===========================*/
.single-features {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 76, 108, 0.1);
  /* Dark Blue shadow */
  box-shadow: 0px 8px 16px 0px rgba(0, 76, 108, 0.1);
  background-color: #fff;
  padding: 45px 20px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.single-features::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004C6C;
  /* TU Dublin Dark Blue for hover */
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.single-features .features-icon {
  position: relative;
  display: inline-block;
}

.single-features .features-icon i {
  font-size: 75px;
  color: #00a9b7;
  /* TU Dublin Teal */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
}

.single-features .features-icon span {
  font-size: 124px;
  color: #004C6C;
  /* TU Dublin Dark Blue for number */
  line-height: 100px;
  opacity: 0.08;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
  /* Open Sans Semibold/Bold */
}

.single-features .features-content {
  padding-top: 5px;
  position: relative;
  z-index: 9;
}

.single-features .features-content .features-title a {
  font-size: 24px;
  font-family: "Prophet", "Open Sans", sans-serif;
  /* Prophet for titles */
  font-weight: 700;
  /* Prophet Bold */
  color: #004C6C;
  /* TU Dublin Dark Blue */
  transition: all 0.3s ease-out 0s;
}

.single-features .features-content .text {
  margin-top: 25px;
  color: #333333;
  /* Darker grey body text */
  transition: all 0.3s ease-out 0s;
}

.single-features:hover::before {
  opacity: 1;
}

.single-features:hover .features-icon i,
.single-features:hover .features-icon span {
  color: #fff;
}

.single-features:hover .features-content .features-title a {
  color: #fff;
}

.single-features:hover .features-content .text {
  color: #fff;
}

/*===========================
         7.TEAM css 
===========================*/
.single-team {
  position: relative;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 76, 108, 0.1);
  /* Dark Blue shadow */
  box-shadow: 0px 8px 16px 0px rgba(0, 76, 108, 0.1);
}

.single-team .team-image img {
  width: 100%;
}

.single-team .team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 5;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single-team .team-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.single-team .team-content::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004C6C;
  /* TU Dublin Dark Blue for hover */
  z-index: -1;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single-team .team-content .team-social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}

.single-team .team-content .team-social .social {
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px 6px;
  border-radius: 50px;
}

.single-team .team-content .team-social .social li {
  display: inline-block;
  margin: 0 8px;
}

.single-team .team-content .team-social .social li a {
  font-size: 16px;
  color: #777777;
  transition: all 0.3s ease-out 0s;
}

.single-team .team-content .team-social .social li a:hover {
  color: #00a9b7;
  /* TU Dublin Teal */
}

.single-team .team-content .team-name a {
  color: #004C6C;
  /* TU Dublin Dark Blue */
  font-size: 24px;
  /* Prophet Bold */
  font-family: "Prophet", "Open Sans", sans-serif;
  font-weight: 700;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single-team .team-content .team-name a {
    font-size: 18px;
  }
}

.single-team .team-content .sub-title {
  font-size: 16px;
  color: #00a9b7;
  /* TU Dublin Teal */
  font-weight: 600;
  /* Open Sans Semibold */
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single-team .team-content .sub-title {
    font-size: 14px;
  }
}

.single-team:hover .team-content {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .single-team:hover .team-content {
    padding-top: 35px;
  }
}

.single-team:hover .team-content::before {
  opacity: 1;
}

.single-team:hover .team-content .team-social {
  top: -20px;
  visibility: visible;
  opacity: 1;
}

.single-team:hover .team-content .team-name a {
  color: #fff;
}

.single-team:hover .team-content .sub-title {
  color: #fff;
}


/*===========================
       Food Section Bullet Points (from previous correction)
===========================*/
#food .single-features .features-content ul {
  list-style-type: disc !important;
  padding-left: 20px !important;
  margin-left: 15px;
}

#food .single-features .features-content ul li {
  list-style-type: disc !important;
  display: list-item;
  text-align: left;
  margin-bottom: 5px;
  /* Added some space between list items */
}


/*===========================
       9.CLICNT (Sponsors) css 
===========================*/
/* No specific color changes needed unless sponsor logos require a background */
.single-client img {
  width: 100%;
}

/*===========================
       10.CONTACT (Abstracts & General Contact Info if any) css 
===========================*/
.single-info .info-icon i {
  font-size: 26px;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  background-color: #00a9b7;
  /* TU Dublin Teal */
  color: #fff;
  border-radius: 50%;
}

.single-info .info-content {
  padding-left: 20px;
}

.single-info .info-content .info-title {
  /* For labels like "Public Transport", "Cycling" */
  font-size: 18px;
  font-weight: 600;
  /* Open Sans Semibold */
  color: #004C6C;
  /* TU Dublin Dark Blue */
}

.single-info .info-content .text {
  /* For descriptive text under titles */
  font-size: 16px;
  font-weight: 400;
  /* Open Sans Regular */
  color: #333333;
  /* Darker grey */
  margin-top: 5px;
}

.single-info .info-content a {
  /* For links like "View TU Dublin Transport Info" */
  color: #00a9b7;
  /* TU Dublin Teal */
  text-decoration: underline;
}

.single-info .info-content a:hover {
  color: #007E8A;
  /* Darker Teal */
}


.form-message {
  margin-left: 15px;
}

.form-message.error,
.form-message.success {
  font-size: 16px;
  color: #004C6C;
  /* TU Dublin Dark Blue */
  background-color: #fff;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #f0f7f8;
  /* Light Teal/grey */
}

.form-message.error {
  color: #dc3545;
  /* Bootstrap danger color for error */
}

.single-form input,
.single-form textarea {
  width: 100%;
  height: 65px;
  border: 1px solid #ced4da;
  /* Standard Bootstrap border color */
  border-radius: 5px;
  padding: 0 25px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}

.single-form input::placeholder,
.single-form textarea::placeholder {
  opacity: 1;
  color: #6c757d;
  /* Bootstrap muted color */
}

.single-form input:focus,
.single-form textarea:focus {
  border-color: #00a9b7;
  /* TU Dublin Teal */
  background-color: #e6f7f8;
  /* Lighter Teal for focus background */
  box-shadow: 0 0 0 0.2rem rgba(0, 169, 183, 0.25);
  /* Teal focus shadow */
}

.single-form textarea {
  padding-top: 15px;
  height: 180px;
  resize: none;
}

.single-form i {
  position: absolute;
  right: 25px;
  top: 22px;
  font-size: 16px;
  color: #6c757d;
}

/*===========================
       11.FOOTER css 
===========================*/
.footer-area {
  position: relative;
}

.footer-area::before {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: #004C6C;
  /* Solid TU Dublin Dark Blue */
  /* Optional: Gradient if preferred
  background: -webkit-linear-gradient(left, rgba(0, 76, 108, 0.9) 0%, rgba(0, 169, 183, 0.9) 100%);
  background: linear-gradient(to right, rgba(0, 76, 108, 0.9) 0%, rgba(0, 169, 183, 0.9) 100%);
  */
}

.widget {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* Lighter border on dark background */
  position: relative;
  z-index: 5;
}

.widget .f-title {
  font-size: 24px;
  font-family: "Prophet", "Open Sans", sans-serif;
  /* Prophet Bold for footer titles */
  font-weight: 700;
  color: #fff;
}

.footer-address .text {
  color: #fff;
  margin-top: 20px;
}

.footer-address .contact-link {
  font-size: 16px;
  font-weight: 500;
  /* Open Sans Semibold */
  color: #fff;
  text-decoration: underline;
  margin-top: 15px;
}

.footer-address .contact-link:hover {
  color: #00a9b7;
  /* TU Dublin Teal for hover */
}


.footer-contact .text {
  color: #fff;
  margin-top: 20px;
}

.footer-contact .social {
  margin-top: 30px;
}

.footer-contact .social li {
  display: inline-block;
}

.footer-contact .social li+li {
  margin-left: 15px;
}

.footer-contact .social li a {
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #00a9b7;
  /* TU Dublin Teal for social icons */
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}

.footer-contact .social li a:hover {
  color: #00a9b7;
  /* TU Dublin Teal */
  background-color: #fff;
}

.footer-copyright {
  position: relative;
  z-index: 5;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* Lighter border */
  padding: 25px 0;
}

.copyright .text {
  color: #fff;
  font-size: 16px;
}

.copyright .text a {
  color: #fff;
  text-decoration: underline;
}

.copyright .text a:hover {
  color: #00a9b7;
  /* TU Dublin Teal on hover */
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #00a9b7;
  /* TU Dublin Teal */
  text-align: center;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background: #007E8A;
  /* Darker Teal for hover */
}

/* General link color override if needed */
a {
  color: #00a9b7;
  /* Default link color TU Dublin Teal */
}

a:hover {
  color: #007E8A;
  /* Darker Teal for hover */
}

/* Ensure specific section links are styled correctly */
.event-tab .tab-content .event-content .single-event .event-content .event-meta li a,
.about-content .contact-link {
  color: #00a9b7;
  /* TU Dublin Teal */
}

.event-tab .tab-content .event-content .single-event:hover .event-content .event-meta li a,
.about-content .contact-link:hover {
  color: #FFFFFF;
  /* White on dark hover backgrounds */
}

#transport .single-info .info-content a {
  color: #00a9b7;
  /* Teal for transport links */
}

#transport .single-info .info-content a:hover {
  color: #007E8A;
}

/*
TU Dublin Dark Blue: #004C6C
TU Dublin Teal: #00a9b7

Primary Typeface: Prophet (Bold, Regular)
Supporting Typeface: Visuelt (Light, Regular, Medium, Bold) - Using Open Sans as web equivalent
Internal Communications & Digital: Arial, Open Sans
*/