body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #007f7f;
}




a:hover {
  color: #00cccc;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  padding: 20px 0;
  z-index: 10;
  position: relative;
}

#header .logo h1 {
  font-size: 36px;        
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}















/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(34, 34, 34, 0.8);
  transition: 0.4s;
}
 .mdi-36px {
     font-size: 50px;
     margin-right: 30px
 }

  .mdi2-36px {
     font-size: 45px;
     margin-right: 6px
 }


 .container {
     margin-top: 30px
 }

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color:rgba(231, 155, 13, 0.9);
  text-decoration: none;
}

.nav-menu-active {
  right: 0;
}

.nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: rgba(34, 34, 34, 0.5);
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 12px;
  border-radius: 2px;
}

.nav-toggle i {
  color: #fff;
  font-size: 18px;
}

.nav-toggle-active {
  right: 275px;
}













/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #884922;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #007f7f;
}

.navbar .getstarted {
  background: #007f7f;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #00ffff;
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #743e1d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(75, 40, 19, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #743e1d;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #007f7f;
}

.navbar-mobile .getstarted {
  margin: 15px;
}
















/*--------------------------------------------------------------
# Back Section
--------------------------------------------------------------*/
#back {
  width: 100%;
  height: 45vh;
  background: url("../img/header_background.png") center center;
  filter: blur(0px);
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
}

#about,
#videos,
#who-are-we,
#faq,
#members,
#publications
 {
  background: url("../img/header_background.png") center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background: url('assets/img/header_background.png') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
}


#back .back-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
 margin-top: 20vh;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 0px;
}

.download-box {
  background-color: rgba(53, 51, 51, 0.67);
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  text-align: center;
  backdrop-filter: blur(4px);
}

#back h1 {
  margin: 0 0 10px 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 56px;
  line-height: 56px;
  color: #fff;
}

#back h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 24px;
}

#back p {
  color: #d3d3d3;
  font-style: italic;
h2
}

#back .redirect-buttons button[type="submit"] {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 200px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: none;
  color: #fff;
  background: #007f7f;
  margin-top: 3rem;
}

#back .redirect-buttons button[type="submit"]:hover {
  background: #00cccc;
}

@media (min-width: 1024px) {
  #back {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #back h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #back h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #back .redirect-buttons input {
    margin: 0 auto;
  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}

.section-bg {
  background-color: #f2f4ff;
}

.section-title {
  text-align: center;
  padding-bottom: 5px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff !important;
  margin: 0 auto 20px;
  position: relative;
  display: inline-block; /* Ensures width matches text only */
}

.section-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;          /* Exactly as wide as the heading text */
  height: 3px;
  background: #fff;
}


.section-title p {
  margin-bottom: 0;
  font-style: italic;
  color:rgb(253, 253, 253);
}



/*--------------------------------------------------------------
# download button styles
--------------------------------------------------------------*/

.btn-outline-light {
  color: white;
  border: 2px solid white;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-outline-light .fa {
  color: white;
  transition: color 0.3s ease;
}

.btn-outline-light:hover {
  background-color:rgba(231, 155, 13, 0.9);
  color: #1f4e66; 
}

.btn-outline-light:hover .fa {
  color: #1f4e66; 
}




/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h2 {
  color: #001f3f; /* Keep headings readable on white background */
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.about h3 {
  font-weight: 300;
  font-size: 26px;
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #007f7f;
}

.about p:last-child {
  margin-bottom: 0;
}

.about .about-box {
  background-color: rgba(53, 51, 51, 0.67); /* Dark gray with transparency */
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 1000px;
  margin: 0 auto;
  color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  text-align: center;
  backdrop-filter: blur(4px); /* Optional: adds blur behind for glass effect */
}


.about .about-box p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #f0f0f0;
}


.custom-btn-lg {
  font-size: 10px;
  padding: 20px 30px;
  min-width: 200px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  font-weight: 500;
}


/*
.about-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.btn-label {
  font-weight: bold;
  font-size: 18px; 
}

.about-btn-size {
  font-size: 40px;
  margin-right: 10px
}

.try-it-heading {
  color: #ffd85c;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
}

*/

/*--------------------------------------------------------------
# Who are We
--------------------------------------------------------------*/
.who-are-we .card {
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.who-are-we-box {
  background-color: rgba(53, 51, 51, 0.67); /* Dark gray with transparency */
  border-radius: 20px;
  padding: 30px 20px 20px 20px;
  max-width: 1000px;
  margin: 0 auto;
  color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  text-align: center;
  backdrop-filter: blur(4px); /* Optional: adds blur behind for glass effect */
}

/* Image section gets dark background */
.who-are-we .card img {
  width: 100%;
  border-bottom: 5px solid #1f4e66;
  background-color: #1f4e66;
  background: #1f4e66;

  padding: 30px;
  object-fit: cover;
}

/* Make sure card-body stays light */
.who-are-we .card-body {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

/* Icon styling stays consistent */
.who-are-we .card-icon {
  text-align: center;
  margin-top: -32px;
}

.who-are-we .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 10px;
  background-color:rgb(231, 155, 13);
  color: #1f4e66 !important;
  border-radius: 50%;
  border: 4px solid #fff;
  display: inline-block;
  transition: 0.3s;
}

.who-are-we .card:hover .card-icon i {
  background-color: #1f4e66 !important;
  color: #ffffff !important;;
  box-shadow: 0 0 12px rgba(0, 127, 127, 0.3);
}

.card-img-container {
  background-color: #1f4e66;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.card:hover .card-img-container {
  background-color:rgba(231, 155, 13, 0.9);
}

.profile-img-wrapper {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(231, 155, 13, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}


.profile-img {
  min-width: 120%;
  min-height: 120%;
  object-fit: cover;
  object-position: center;
}


/* Text styling */
.who-are-we .card-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #1f4e66;
}

.who-are-we .card-title a {
  color: #1f4e66;
  text-decoration: none;
}

.who-are-we .card:hover .card-title a {
  text-decoration: underline;
}

.who-are-we .card-text {
  color: #444;
  font-size: 14.5px;
  line-height: 1.5;
}

.who-are-we .card:hover .card-icon i {
  background-color:rgb(231, 155, 13);
}

.who-are-we .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}






/*--------------------------------------------------------------
# video
--------------------------------------------------------------*/
/* Video Section Enhanced Styles */
.video-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.video-box {
  background-color: rgba(53, 51, 51, 0.67);
  border-radius: 20px;
  padding: 30px 20px 20px 20px;
  max-width: 1000px;
  margin: 0 auto;
  color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  text-align: center;
  backdrop-filter: blur(4px);
}


.video-wrapper {
  background: #111;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(116, 62, 29, 0.4);
  max-width: 700px;
  width: 120%;
}


#videoFrame {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 10px;
}

#videoDescription {
  margin-top: 15px;
  font-size: 16px;
  color: #eee;
  background-color: #222;
  padding: 12px 18px;
  border-left: 5px solid #1f4e66;
  border-radius: 8px;
  text-align: left;
}

#prevBtn.btn, #nextBtn.btn {
  all: unset;
}

#nextBtn, #prevBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  background-color: rgba(53, 51, 51, 0.8);
  border: 2px solid white;
  border-radius: 8px;
  color: #ffffff;
  font-weight: bold;
  padding: 0;
  line-height: 1;
}

/* Hover effect */
#prevBtn:hover, #nextBtn:hover {
  background-color: rgb(231, 155, 13);
  transform: scale(1.1);
  color: #1f4e66;
  border: 2px #1f4e66;
  border-radius: 8px;

}





/*--------------------------------------------------------------
# publication
--------------------------------------------------------------*/

.pub-wrapper {
  background-color: rgba(53, 51, 51, 0.67); /* Dark gray with transparency */
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 1000px;
  margin: 0 auto;
  color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  text-align: left;
  backdrop-filter: blur(4px); /* Optional: adds blur behind for glass effect */
}


.pub-wrapper .faq-list a {
  color: #ffffff !important; /* or any color you want */
  text-decoration: none;
}

.pub-wrapper .faq-list a:hover {
  color:rgba(231, 155, 13, 0.9) !important;
}










/*--------------------------------------------------------------
# Frequenty Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 60px;
}

.faq-wrapper {
  background-color: rgba(53, 51, 51, 0.67); /* Dark gray with transparency */
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 1000px;
  margin: 0 auto;
  color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  text-align: left;
  backdrop-filter: blur(4px); /* Optional: adds blur behind for glass effect */
}


.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #ffffff;
}

.faq .faq-list a.collapsed:hover {
  color:rgba(231, 155, 13, 0.9);
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {

  padding: 12px;

  color: #fff;
  font-size: 10px;
	 text-align: center;

  position: center;
  bottom: 0;
  width: 100%;
  height: 3rem;  
}

#footer .copyright {
  text-align: center;
   background: rgb(0,0,0);
width:100%;
  height:2.5rem;
}

#footer .credits {
  padding: 0px 0;
  padding-top: 0px;

  text-align: center;
  font-size: 13px;
  color: #fff;
}

#page-container {
  padding: 0px 0;

  position: relative;
  min-height: 0vh;
}

#content-wrap {

  padding-bottom: 0rem;    /* Footer height */
}

