/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #F8CB2E;
  --secondary-color:              #EE5007;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #EE5007;
  --custom-btn-bg-hover-color:    #c01f27;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #B22727;

  --body-font-family:             'Outfit', sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --btn-font-size:                14px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

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

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color); 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* behind all interactive content */
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*.custom-video, .video-wrap {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}*/
/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  min-height: unset;
  text-align: left;
}

@media (max-width: 575px) {
  .site-header {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }
  .site-header .d-flex {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important; /* ALLOW WRAPPING */
    margin-right: 0 !important;
    width: 100%;
  }
  .site-header p {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
    word-break: break-word;
  }
  .site-header i.custom-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.1em;
    vertical-align: middle;
  }
  .site-header strong {
    display: inline;
    text-align: left;
    font-size: 1em;
    line-height: 1.5;
  }
}



/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 51px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
}

.navbar {
  background: transparent;
  z-index: 50;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
}

.hero-section {
  position: relative; /* ensure stacking context */
  z-index: 1;
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-image: url('../images/edward-unsplash-blur.jpg');
  background-color: #704010;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}


/*---------------------------------------
  TICKET               
-----------------------------------------*/
.ticket-section {
  background-image: url('../images/nicholas-green-unsplash-blur.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.ticket-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.ticket-form .form-check {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.ticket-form .form-check .form-check-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 35px;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: visible; /* Allow hover to pop up */
  height: 370px;     /* Or your chosen card height */
  border-radius: 20px;
  margin-bottom: 24px; /* Reduce Y-gap between cards */
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  opacity: 1;
}

.artists-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;    /* Match .artists-image-wrap */
  background-color: rgba(248, 203, 46, 0.92); /* More solid, or tweak as you like */
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.4s;
  padding: 20px 18px; /* Less padding! */
  z-index: 2;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  font-size: 0.92em;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}

/* Optional: Even smaller font inside hover */
.project-hover p, .project-hover strong {
  font-size: 0.9em;
  margin-bottom: 5px;
}
/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
  background-image: url('../images/bg-5.jpg');
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.table-responsive {
  filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #c7460a;
  border-bottom-color: transparent;
}

.schedule-table th + td {
  border-bottom: 0;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.schedule-table .pop-background-image {
  background-image: url('../images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg');
}

.schedule-table .rock-background-image {
  background-image: url('../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg');
}

.schedule-table .country-background-image {
  background-image: url('../images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg');
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h3,
.schedule-table p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
}

.pricing-thumb h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.pricing-list {
  column-count: 2;
  padding-left: 20px;
}

.pricing-list-item {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing-tag {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.pricing-tag span {
  font-size: 180%;
  line-height: normal;
}

.pricing-thumb .link-fx-1 {
  color: var(--primary-color);
}

.pricing-thumb .link-fx-1:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  padding-top: 30px;
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: var(--secondary-color);
  background-image: url('../images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg');
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

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

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.social-icon-link span {
  display: block;
}

.social-icon-link span:hover::before{
  animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr, 
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}



.fullscreen-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/* Fullscreen vision section */
.vision-section {
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.vision-life {
  background-color: #1f3a5f; /* Deep space blue */
  height: 100%;
}

.vision-space {
  background-color: #2c614a; /* Cosmic green */
  height: 100%;
}

.vision-content {
  max-width: 90%;
}

@media screen and (max-width: 991px) {
  .vision-life, .vision-space {
    text-align: center;
    align-items: center !important;
  }
}


/* Custom backgrounds for Vision section */
.vision-bg-life {
  background: url('../images/bg-life.jpg') center center/cover no-repeat;
  min-height: 360px;
  position: relative;
}

.vision-bg-space {
  background: url('../images/bg-space.jpg') center center/cover no-repeat;
  min-height: 360px;
  position: relative;
}

/* Add a dark overlay for readability */
.vision-bg-life::before,
.vision-bg-space::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.vision-content {
  position: relative;
  z-index: 2;
}


/* Make AI for Life / Space title bigger and top-centered */
.vision-title {
  font-size: 3vw;
  font-weight: 900;
  color: #fff;               /* Title color: white */
  text-align: center;
  width: 100%;
  position: absolute;
  top: 140px;                /* Move title further down */
  left: 0;
  z-index: 3;
  letter-spacing: 2px;
  text-shadow: 0 4px 16px rgba(0,0,0,0.35);
  pointer-events: none;
}


.vision-content {
  margin-top: 200px;   /* Pushvision-content text lower if needed */
  padding-top: 40px;         /* <-- this creates space between the title and the content */
  position: relative;
  z-index: 2;
}
.vision-content p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #fff !important;    /* Ensures white font for paragraph */
}


.vision-content ul li {
  font-size: 1.0em;
  color: #fff !important;
}


@media (max-width: 991px) {
  .vision-title {
    font-size: 32px;
    top: 40px;  /* Reduce space for mobile */
  }
  .vision-content {
    margin-top: 100px;
  }
}


.vision-bg-life, .vision-bg-space {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.vision-content p, 
.vision-content ul, 
.vision-content ul li {
  font-size: 1.4em;
  line-height: 1.6;
}

.vision-bg-life .vision-content ul,
.vision-bg-life .vision-content ul li,
.vision-bg-space .vision-content ul,
.vision-bg-space .vision-content ul li {
  color: #fff !important;
}

/* Force dark mode for Section 6: Contact */
#section_6.contact-section-dark,
.contact-section-dark {
  background: #000 !important;
  color: #fff !important;
}

/* Make all text and labels white */
.contact-section-dark,
.contact-section-dark * {
  color: #fff !important;
}

/* Override tab content background */
.contact-section-dark .tab-content,
.contact-section-dark .nav-tabs {
  background: #181818 !important;
  color: #fff !important;
  border-radius: 20px;
}

/* Nav tabs buttons */
.contact-section-dark .nav-tabs .nav-link {
  background: transparent !important;
  color: #fff !important;
  border: none !important;
}
.contact-section-dark .nav-tabs .nav-link.active,
.contact-section-dark .nav-tabs .nav-link:focus,
.contact-section-dark .nav-tabs .nav-link:hover {
  background: #222 !important;
  color: #F8CB2E !important;
  border: none !important;
}

/* Make input boxes dark */
.contact-section-dark input,
.contact-section-dark textarea,
.contact-section-dark .form-control {
  background: #222 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
}
.contact-section-dark input::placeholder,
.contact-section-dark textarea::placeholder {
  color: #bbb !important;
}

/* Button styling */
.contact-section-dark button[type="submit"] {
  background: #F8CB2E !important;
  color: #000 !important;
  border: none;
}
.contact-section-dark button[type="submit"]:hover {
  background: #EE5007 !important;
  color: #fff !important;
}

/* Map styling */
.contact-section-dark .google-map {
  border: none;
  filter: grayscale(1) brightness(0.6);
  border-radius: 10px;
}
/* FORCE DARK MODE FOR CONTACT SECTION (section 6) */
#section_6, #section_6 * {
  background-color: transparent !important;
}
#section_6.contact-section-dark {
  background-color: #000 !important;
  color: #fff !important;
}
#section_6.contact-section-dark .tab-content,
#section_6.contact-section-dark .nav-tabs {
  background: #181818 !important;
  color: #fff !important;
}
#section_6.contact-section-dark .nav-tabs .nav-link {
  background: transparent !important;
  color: #fff !important;
}
#section_6.contact-section-dark .nav-tabs .nav-link.active,
#section_6.contact-section-dark .nav-tabs .nav-link:focus,
#section_6.contact-section-dark .nav-tabs .nav-link:hover {
  background: #222 !important;
  color: #F8CB2E !important;
}
#section_6.contact-section-dark input,
#section_6.contact-section-dark textarea,
#section_6.contact-section-dark .form-control {
  background: #222 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
}
#section_6.contact-section-dark input::placeholder,
#section_6.contact-section-dark textarea::placeholder {
  color: #bbb !important;
}
#section_6.contact-section-dark button[type="submit"] {
  background: #F8CB2E !important;
  color: #000 !important;
  border: none;
}
#section_6.contact-section-dark button[type="submit"]:hover {
  background: #EE5007 !important;
  color: #fff !important;
}
#section_6.contact-section-dark .google-map {
  border: none;
  filter: grayscale(1) brightness(0.6);
  border-radius: 10px;
}
#section_6 {
  background: #000 !important;
  margin-top: -2px !important;
  margin-bottom: -2px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.section-divider {
  border: none;
  border-top: 2px solid var(--primary-color) !important;
  height: 0;
  width: 100%;
  margin: 0;
  background: var(--dark-color) !important;  /* ensures the area is black */
  display: block;
  opacity: 1;  /* You can adjust this if you want a less strong line */
}


.section-divider:last-of-type {
  margin-bottom: 48px !important;
}
.site-footer {
  padding-top: 30px !important;
}section_6


.footer-transition {
  width: 100%;
  height: 48px;         /* Match the margin-bottom on the last divider, or adjust as needed */
  background: var(--dark-color); /* Black */
  margin: 0;
  padding: 0;
  display: block;
}
.section-divider:last-of-type {
  margin-bottom: 0 !important;
}
#section_6 {
  background: #000 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.section-divider {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important; /* Only the border-top is visible */
}
.projects-bg {
  background: url('../images/bg-3.jpg') center center/cover no-repeat !important;
  /* Remove white background if inherited from .section-bg */
  background-color: transparent !important;
  position: relative;
  z-index: 1;
}

.teams-bg {
  background: url('../images/bg-4.jpg') center center/cover no-repeat !important;
  background-color: transparent !important;
  position: relative;
  z-index: 1;
}


#section_3 .mb-4,
#section_3 h2,
#section_3 .text-center h2,
#section_4 .mb-4,
#section_4 h2,
#section_4 .text-center h2 {
  color: #fff !important;
}
@media (max-width: 991px) {
  .vision-section {
    height: auto !important;   /* Let content size the section on mobile/tablet */
    min-height: 100vh;         /* Optional: at least one screen tall */
    padding-bottom: 0;
    padding-top: 0;
  }
  .vision-life,
  .vision-space {
    height: auto !important;   /* Remove forced height on mobile */
    min-height: 320px;         /* Optional: ensures each column isn't too short */
    width: 100%;
  }
  .vision-content {
    margin-top: 60px !important;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .vision-title {
    font-size: 28px !important;
    top: 24px !important;
    position: static !important;
    margin-bottom: 16px;
  }
}

#section_2 .vision-content ul li {
  font-size: 1.05em;      /* Slightly smaller than your p, but still readable */
  line-height: 1.4;
  margin-bottom: 0.4em;
  color: #fff !important;  /* Ensures white on dark backgrounds */
}

@media (max-width: 991px) {
  #section_2 .vision-content ul li {
    font-size: 1em;        /* Even a bit smaller on mobile if you like */
  }
}

.lets-talk {
  margin-left: 8px;
  color: #F8CB2E; /* Optional: use your highlight color */
  font-weight: bold;
}


/* Fix project card image size */
.artists-image-wrap {
  width: 100%;
  height: 230px;        /* Fixed height */
  overflow: hidden;
  border-radius: 20px;
  position: relative;   /* Important for positioning the hover */
  margin-bottom: 0;     /* Remove extra gap */
}


.artists-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}


.artists-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Match .artists-image-wrap */
  background-color: rgba(248, 203, 46, 0.95);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 14px 14px 10px 20px;  /* Smaller padding */
  z-index: 2;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  font-size: 0.92em;
}

.project-hover strong {
  font-size: 1em;
}


.artists-thumb.project-card {
  height: auto !important;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 20px;
}


@media (max-width: 991px) {
  .artists-thumb.project-card { height: 320px; }
  .artists-image-wrap { height: 150px; }
}


.artists-thumb:hover .artists-hover {
  opacity: 1;
}

.col-lg-4.mb-4,
.col-md-6.mb-4,
.col-12.mb-4 {
  margin-bottom: 6px !important;  /* Or 4px */
}
.artists-section .row {
  margin-bottom: 0 !important;
}
.artists-section {
  padding-bottom: 40px; /* Reduce if you want even tighter */
}

.artists-section.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Team Section: Circular Profile */
.team-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.team-img-wrap {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  overflow: visible;
}

.team-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}

.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(248,203,46,0.92); /* yellow */
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  font-size: 1.05em;
  font-weight: bold;
  transition: opacity 0.25s;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}

.team-img-wrap:hover .team-hover,
.team-profile:focus-within .team-hover {
  opacity: 1;
  pointer-events: auto;
}

/* Section Titles */
.team-section-title {
  color: #F8CB2E;
  margin-bottom: 1.2rem;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 1px;
}

/* Optional: team-role style */
.team-role {
  font-size: 0.92em;
  color: #eee;
  margin-top: 0.5em;
}

/* Responsive */
@media (max-width: 991px) {
  .team-img-wrap, .team-img, .team-hover { width: 100px; height: 100px; }
}
@media (max-width: 575px) {
  .team-img-wrap, .team-img, .team-hover { width: 75px; height: 75px; }
}
.project-hover {
  display: flex;
  flex-direction: column;
  align-items: center;     /* Center horizontally */
  justify-content: flex-start;
  height: 230px;           /* Or whatever your card height is */
  box-sizing: border-box;
  text-align: center;
  padding: 18px 12px 10px 12px;
  width: 100%;
}

.project-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #222;
  margin-bottom: 12px;
  margin-top: 0;
  width: 100%;
  text-align: center;      /* Center title */
  letter-spacing: 0.5px;
}

.project-details {
  width: 100%;
  text-align: left;        /* Info lines align left under title */
  margin: 0;
  padding: 0;
}

.project-details p {
  font-size: 0.98em;
  color: #222;
  margin: 0 0 8px 0;      /* Space between lines */
  padding: 0;
  line-height: 1.4;
  text-align: left;        /* Make each line start at left */
  word-break: break-all;   /* Prevent overflow on small screens */
}

.project-details strong {
  color: #222;
  font-weight: 600;
  font-size: 0.95em;
}


.header-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  min-height: 38px;
  width: 100%;
  font-size: 1em;
  line-height: 1.3;
  background: none;
  border: none;
  box-shadow: none;
}

.header-bar i {
  margin-right: 8px;
  font-size: 1.2em;
  flex-shrink: 0;
}

.header-bar-text {
  display: inline;
  word-break: break-word;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .site-header .d-flex {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    min-height: 40px !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1em !important;
    line-height: 1.3 !important;
  }
  .site-header i.custom-icon {
    font-size: 1.15em;
    margin-right: 6px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .site-header strong {
    display: inline;
    font-size: 1em;
    line-height: 1.3 !important;
    word-break: break-word;
  }
}


.hero-section {
  position: relative;
}

.hero-social-floating {
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: center;
}

.hero-social-floating a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: rgba(0,0,0,0.23);
  border-radius: 50%;
  color: #fff;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  transition: background 0.2s, color 0.2s, transform 0.15s;
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(0,0,0,0.13);
  backdrop-filter: blur(3px);
  border: none;
  overflow: hidden;
}

.hero-social-floating a:hover {
  background: var(--primary-color);
  color: #222;
  transform: scale(1.1);
}

/* Style for icon fonts (Bootstrap Icons, Font Awesome, etc.) */
.hero-social-floating i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1;
  vertical-align: middle;
  box-sizing: content-box;
}

/* Style for SVG/PNG image icons */
.hero-social-floating .social-svg-icon {
  display: block;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 1;
  vertical-align: middle;
  box-sizing: content-box;
  filter: brightness(1.8) grayscale(0);
  object-fit: contain; /* Ensures SVG or PNG is centered and not stretched */
}
.hero-social-floating .social-svg-icon {
  filter: brightness(0) invert(1);
}

/* Responsive adjustments */
@media (max-width: 575px) {
  .hero-social-floating {
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }
  .hero-social-floating a {
    width: 34px;
    height: 34px;
    font-size: 1.15rem;
  }
  .hero-social-floating i {
    width: 18px;
    height: 18px;
    font-size: 1.15rem;
  }
  .hero-social-floating .social-svg-icon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 400px) {
  .hero-social-floating {
    display: none;
  }
}


.lang-switch-btn {
  background: var(--primary-color, #F8CB2E) !important;
  color: #222 !important;
  border: none;
  font-weight: bold;
  padding: 7px 20px;
  border-radius: 24px;
  margin-left: 16px;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  transition: background 0.2s, color 0.2s;
}

.lang-switch-btn:hover,
.lang-switch-btn:focus {
  background: #222 !important;
  color: var(--primary-color, #F8CB2E) !important;
  text-decoration: none;
}

/* Darken the accordion section background */
#section_5 {
  background-color: #1c1c1e; /* Dark gray */
}

/* Darker accordion cards */
.accordion-item {
  background-color: #2a2a2e;
  border: none;
}

.accordion-button {
  background-color: #1c1c1e;
  color: #ffffff;
}

.accordion-button:not(.collapsed) {
  background-color: #2e2e33;
  color: #fff;
}

.accordion-body {
  background-color: #1c1c1e;
  color: #f0f0f0;
}

/* Hover effect */
.accordion-button:hover {
  background-color: #2e2e33;
}

.site-header {
  background-color: var(--primary-color);
  overflow: hidden;
  height: 38px; /* Adjust this height to exactly match your original line */
  display: flex;
  align-items: center;
}

.scrolling-text-wrapper {
  height: 38px; /* Match header height */
  overflow: hidden;
  position: relative;
  width: 100%;
}

.scrolling-text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  animation: scrollText 18s infinite ease-in-out;
}

.scrolling-text span {
  height: 38px; /* Match header height */
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align text to left */
  font-weight: bold;
  font-size: inherit; /* Same font size as original */
  color: #222;
  padding-left: 12px; /* Add small padding to match your original spacing */
}

@keyframes scrollText {
  0%, 16.66%   { transform: translateY(0); }
  16.67%, 33.33%  { transform: translateY(-38px); }
  33.34%, 50% { transform: translateY(-76px); }
  50.01%, 66.66% { transform: translateY(-114px); }
  66.67%, 83.33% { transform: translateY(-152px); }
  83.34%, 100% { transform: translateY(-190px); }
}
