
body {
	font-family: "Josefin Sans", serif;
}

.josefin-sans-custom {
    font-family: "Josefin Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  
.montserrat-text {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
  }
  


  .navbar {
    background-color: transparent !important;
    transition: background-color 0.4s ease-in-out;
}

.navbar .nav-link {
    color: white !important;
    transition: color 0.3s ease-in-out;
}

.navbar-scrolled {
    background-color: white !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-scrolled .nav-link {
  color:black !important;
}

.navbar-brand img {
    height: 50px;
    transition: opacity 0.3s ease-in-out;
}

.mobile-logo {
    display: none;
}

@media (max-width: 991px) {
  .navbar {
    background-color: white !important;
    transition: background-color 0.4s ease-in-out;
}
   
    .desktop-logo {
        display: none !important;
    }
    .mobile-logo {
        display: block !important;
    }
    
}

.navbar-scrolled .desktop-logo {
    display: none !important;
}

.navbar-scrolled .mobile-logo {
    display: block !important;
}

.navbar-toggler-icon {
    transition: transform 0.3s ease-in-out;
}

.navbar-toggler.open .navbar-toggler-icon {
  display: none;
}

.navbar-toggler.open::after {
    content: '\00d7';
    font-size: 30px;
    color: black;
    display: block;
    text-align: center;
    line-height: 1;
}
.hero-section {
  position: relative;
  top:-300px;
  height: 10vh;
  display: flex;
  align-items: flex-end; /* Text at bottom */
  justify-content: center;
  text-align: center;
  color: white;
  padding-bottom: 50px; /* Space from bottom */
}

@media screen and (max-width: 768px) {
  .hero-section {
    position: relative;
    top:-145px;
  }
}

.hero-section1 {
    position: relative;
    top:-84x;
    height: 10vh;
    display: flex;
    align-items: flex-end; /* Text at bottom */
    justify-content: center;
    text-align: center;
    color: white;
    padding-bottom: 50px; /* Space from bottom */
}

/* Fixed Background Wrapper */
.hero-section::before {
  position: relative;
  height: 10vh;
 
  display: flex;
  align-items: flex-end; /* Title starts at bottom */
  justify-content: center;
  overflow: hidden;
    background: url('img/thehive.jpg') no-repeat center center/cover;
}

/* Ensure Text is Above the Background */
.hero-content {
  position: absolute;
  bottom: 35%;
  transition: transform 0.3s ease-out;
}

.aboutus {
    padding-left: 200px;
    padding-right: 200px;
}
.imageupper {
    
    position: relative;
    top: -60px;
    width:370px;
}
@media(max-width:768px){

.imageupper {
    width:340px;
}

.border-image {
    width: -webkit-fill-available;
}
}
.imagewhat {
    background-color: #f7f7f7;
    padding: 20px;
    padding-bottom: 0px;
}
.imagewhat p {
    color:#d4d4d4;
}

.formtext {
    border: 0px;
    background-color: #9d9d9d2e;
    height:60px;
    margin-bottom:10px;
}



.paddingform {
  padding-left:180px;
  padding-right:180px;

}

.submitbutton {
background-color: black;
    color: white;
    height: 60px;
    width: 135px;
    border-radius: 30px;
}

.map-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 0;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.aboutus {
  padding-left:180px;
  padding-right:180px;

}
.paddingform {
  padding-left:200px;
  padding-right:200px;
}

.footermargin {
  margin-left:220px;
  margin-right:220px;
}

@media screen and (max-width: 768px) {
  .footermargin {
    margin-left:0px;
    margin-right:0px;
  }
  .aboutus {
    padding:0px;
  
  }
  .paddingform {
    padding:0px;
  }
  .hero-section {
  
      background-size: cover; /* Ensures full image is visible */
      
      height:670px;
}
}

.text-justify {
  text-align:justify;
}

.buttondecor {
  text-decoration: none;
  border: 3px solid white;
  padding: 15px;
  border-radius: 30px;
  color:black;
}

.port
{
  height:60vh !important;
  background-size:cover;
}


@media screen and (max-width: 768px) {
  .port
{
  height:45vh !important;
  background-size:cover;
}
}


/* Portfolio page */



.image-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 300px;
}

.image-container img {
  width: 100%;
  height: 100%;
  
  transition: transform 0.4s ease-in-out;
}

.caption {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  text-align: center;
  background: white;
  color: black;
  padding: 15px;
  opacity: 0;
  transition: bottom 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.image-container:hover img {
  transform: translateY(-100%);
}

.image-container:hover .caption {
  opacity: 1;
  bottom: 50%;
  transform: translate(-50%, 50%);
}

/* Modal overlay with transparent black */
.modal-content {
  background: transparent;
  border: none;
}

.modal-dialog {
  max-width: 80vw; /* 80% width */
  height: 80vh; /* 80% height */
  margin: auto;
}
@media screen and (max-width: 768px) {
  .modal-dialog {
    max-width: 100vw;
  }
}
.modal-body {
  background: rgba(0, 0, 0, 0.8); /* Transparent black background */
  padding: 10px;
  border-radius: 10px;
}

/* Centering the image slider */
.carousel-inner img {
  max-height: 115vh; /* Makes sure image doesn't take full height */
  margin: auto; /* Centers images */
}
.carousel-inner {
  position: relative;
  width: 100%;
  height: 700px;
}
.carousel-control-prev-icon, 
.carousel-control-next-icon {
filter: invert(100%);
}

.expanded {
  left: 41%;
  height: 40px;
  width: 40px;
  position: absolute;
}

.navbar-collapse {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .navbar .nav-link {
    color: black !important;
    transition: color 0.3s ease-in-out;
}
}




.text123 {
    text-align: right;
    color:black;
}






.image-row {
  opacity: 0;
  transition: transform 3s ease-in-out, opacity 3s ease-in-out;
}

.first-row {
  transform: translateX(-100px); 
}

.second-row {
  transform: translateX(100px);
}

 /*Show effect when in viewport */
.show {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.border-image {
    border: 1px solid grey;
    box-shadow: 3px 3px 13px 0px grey;
}
.imagewhat
{
  border: 1px solid grey;
  box-shadow: 4px 11px 19px 10px grey;
}


.partners-container {
  
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap; /* Ensures all stay in a row */
  gap: 20px;
 
  width: 100%;
}

.partner-card {
  width: 33.33%;

  padding: 20px;
  background: black;/* Transparent Black */
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  color: black;
  height: 550px; /* Ensures enough space for initial content */
  transition: height 0.3s ease-in-out;
}

.partner-card:hover {
  height:800px;
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

.partner-card:hover .bio {
height: 800px; /* Show full content */
opacity: 1;
}

.partner-card {
transition: height 0.3s ease-in-out;
}

.partner-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border: 3px solid white;
}

.partner-card:hover img {
  transform: scale(1.1);
}

.bio {
  
  margin-top: 10px;
  font-size: 14px;
  color: white;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  max-height: 297px;
  overflow: hidden;
  opacity: 1;
}

.partner-card:hover .bio {
  max-height: 800px;
  opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .partners-container {
      flex-wrap: wrap; /* Stack cards when screen is small */
      justify-content: center;
  }

  .partner-card {
      width: 100%;
      max-width: 350px;
  }
  .partner-card:hover .bio {
    max-height: 900px;
    opacity: 1;
  }
}
.paddingform {
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.paddingform:hover {
  transform: translateY(-10px); /* Lifts the form */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); /* Adds depth */
}
.paddingform:active {
  transform: translateY(-5px); /* Slightly lowers it on click */
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.paddingform1 {
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.paddingform1:hover {
  transform: translateY(-10px); /* Lifts the form */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); /* Adds depth */
}
.paddingform1:active {
  transform: translateY(-5px); /* Slightly lowers it on click */
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.footerline1
{
  padding-left:200px;
  padding-right:200px;
}

.footerline2
{
  padding-left:40px;
  padding-right:40px;
}