
.navbar-dark .navbar-nav .nav-link {
  color:#ffffff; /* Change to the desired color */
  background-color: #04013b;
  

  
  
}




/* Hover - navigation bar */

.navbar-nav .nav-link:hover {
  color: #04013b; /* Change the text color to orange on hover */
  
}

.active,
.dot:hover {
  background-color: #ff6f00 !important;
  
}




/* Text over image */
/* Style for the overlay container */ 
.overlay-container {
  position: relative;
  text-align: center;
  
}

/* Style for the descriptive text */
.overlay-text {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Century Gothic', sans-serif;
  font-size: 2rem;
  color: rgb(255, 255, 255);
 
}


/* Media Queries */




@media  only screen and (max-width: 768px) {
  .overlay-text {
    font-size: 2rem; /* Adjust font size for smaller screens */
    margin-top: 10px;
    
  }
}

@media only screen and (max-width: 480px) {
  .overlay-text {
    font-size: 2.5rem; /* Adjust font size for even smaller screens */
    margin-top: 15px;
  }
}


/* Adjustments for overlay text */
@media only screen and (max-width: 991px) {
  .overlay-text {
    font-size: 1rem; /* Adjust font size for smaller screens */
   
    
  }
}



  
  
  
  

.overlay-container img {
  max-width: 100%;
  height: auto;
  padding-top:50px;
}

.w3-text-color {
  color: #ffffff;
}

/* Collapsible - services page */

.collapsible-btn {
  
  padding: 1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  text-align: center;
  background-color: #04013b;
  color: #ffffff;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background-color 0.3s;

  
  
  
  
 
} 



/* Styling for the collapsible content */
.collapsible-content {

  display: none;
  overflow: hidden;
  padding: 1vw;
  border: 1px solid #ff6f00;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: auto;
  color: #04013b;
  font-family: 'Century Gothic', sans-serif;
  
}


.collapsible-btn:hover {
  background-color: #ff6f00;
}













/* BIGGER SCREEN */

/* Additional Media Queries */

 /* Media Queries */
 @media screen and (max-width: 768px) {
  .collapsible-btn,
  .collapsible-content {
    width:60vw; /* Adjust width for smaller screens */
    font-size: auto; /* Adjust font size for smaller screens */
  }
}



@media screen and (min-width: 769px) and (max-width: 991px) {
  .collapsible-btn,
  .collapsible-content {
    width: 31vw; /* Adjust width for medium-large screens */
    font-size: 15px; /* Adjust font size for medium-large screens */
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .collapsible-btn,
  .collapsible-content {
    width: 24vw; /* Adjust width for large screens */
    font-size: 15px; /* Adjust font size for large screens */
  }
}

@media screen and (min-width: 1201px) {
  .collapsible-btn,
  .collapsible-content {
    width: 24vw; /* Adjust width for extra-large screens */
    font-size: 15px; /* Adjust font size for extra-large screens */
  }
} 

@media screen and (min-width: 1441px) {
  .collapsible-btn,
  .collapsible-content {
    width: 15vw; /* Adjust width for very large screens */
    font-size: 14px; /* Adjust font size for very large screens */
  }
}




/****************************************************************/


.explore {
  width: 100%; /* Make the image responsive within its container */
  height: auto; /* Maintain aspect ratio */
}

.instagram-btn {
  background-color: #ff6f00;
  margin-bottom: 16px;
}

.linkedin-btn {
  background-color: #ff6f00;
  margin-top: 16px;
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .explore {
    max-width: 300px; /* Adjust max-width for smaller screens */
  }
}

@media screen and (max-width: 480px) {
  .explore {
    max-width: 200px; /* Adjust max-width for even smaller screens */
  }
}


/* hide horizontal scrollbar*/
body {
  -ms-overflow-style: none;
  overflow-x: hidden;
}


webkit-scrollbar 
{ display: none; }




