@font-face {
  font-family: 'Tomorrow';
  src: url('../assets/fonts/Tomorrow-Light.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
    font-family: "Roboto", sans-serif;
    color: grey;
    background-color: #f4f4f9;
    margin: 0;
}

.sticky-element {
  margin-left: 50%;
  min-height: 120vh;
  max-width: 50%;
  text-align: center; 
  align-items: center;
}


#mobile_body{
            min-height: 100vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("../images/background_mobile_light.JPG");

}
  

#content1{
            position: absolute;
            background-size: cover;
            background-position: center;
            background-attachment: scroll;
            background-repeat: no-repeat;
            background-image: url("../images/ubi_bg_fin.png");
}

h1, h3, h5 {
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
}

h1 {
    margin-top: 40px;
    color: #749AAF;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: fadeSlideIn 1s ease-out forwards;
    
}

h1.secondary {
    margin-top: 60px;
    color: #A7A7A7;
    font-size: 2.2em;
    letter-spacing: 2px;
    animation: delay 1s, fadeSlideIn 1s ease-out forwards;
    
}

h3 {
    color: #707070;
    font-weight: 400;
    font-size: 1.5em;
}

h5 {
    color: #5a5a5a;
    font-weight: 300;
    font-size: 1.2em;
    font-family: "Roboto", sans-serif;
}

header.normal_header {
    background: linear-gradient(90deg, rgba(49,105,145,1) 0%, rgba(35,139,179,0.35) 39%, rgba(11,189,232,1) 79%);
    padding: 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    animation: slideDown 1.5s ease-out forwards;
    position: relative;
    z-index: 100;

}


header.landing_header {
  text-transform: uppercase;
  margin-right: 1%;
  font-family: Tomorrow, sans-serif;
  padding: 20px;
  animation: slideDown 1.5s ease-out forwards;
  position: relative;
  z-index: 100;
}

header.landing_header1 {
  min-width: 100vh;
  display: flex;
  font-family: arial, sans-serif;
  color: black;
  padding: 7px;
  padding-right: 1%;
  position: relative;
  z-index: 101;
  background-color: white;
 justify-content: end;
}



nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    position: relative;
    left: 50px;
    color: white;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-items {
    display: flex;
}

.nav-items a {
    color: white;
    text-decoration: none;
    margin-left: 40px;
    font-size: 1.1em;
    position: relative;
    transition: color 0.3s ease;
}

.nav-items a:hover {
    color: #EFEFEF;
}

.nav-items a::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #EFEFEF;
    transition: width 0.3s ease;
}

.nav-items a:hover::before {
    width: 100%;
}


#changeButton_home {
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    position: relative;
    transition: color 0.3s ease;
}

#changeButton_home:hover {
    color: #EFEFEF;
}

#changeButton_home::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #EFEFEF;
    transition: width 0.3s ease;
}

#changeButton_home:hover::before {
    width: 100%;
}
#changeButton_home {
  font-family: Tomorrow, sans-serif;
  background: none;
  padding: 0px;
}



.nav-items1 {
    display: flex;
    justify-content: right;
}

.nav-items1 a {
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    position: relative;
    transition: color 0.3s ease;
  justify-content: right; 
}

.nav-items1 a:hover {
    color: #EFEFEF;
}

.nav-items1 a::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #EFEFEF;
    transition: width 0.3s ease;
}

.nav-items1 a:hover::before {
    width: 100%;
}


#navibar{
margin-right: 30px;
position: relative;
z-index:100;
}


#item-right{
justify-content: end;
}


#frame_services {
    color: gray;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin: 20px;
    opacity: 0.85;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#frame {
    color: gray;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin: 20px;
    margin-bottom: 80px;
    opacity: 0.85;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#frame:hover {
    transform: translateY(-10px);
    opacity: 1;
}

#frame2cta {
    width: 16%;
    color: white;
    background-color: #11B6E0;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin: 10px;
    margin-bottom: 20px;
    opacity: 0.85;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#frame2cta:hover {
    background-color: #11B6E0;
    transform: translateY(-5px);
    opacity: 1;
}

#frame2cta2 {
    color: white;
    background-color: #11B6E0;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin: 10px;
    margin-bottom: 20px;
    opacity: 0.85;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#frame2cta2:hover {
    background: #0DA5C7;
    transform: translateY(-5px);
    opacity: 1;
}


#frame2cta24 {
    color: white;
    background-color: #11B6E0;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    padding: 10px;
    
    margin-bottom: 20px;
    opacity: 0.85;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#frame2cta24:hover {
    background: #11B6E0;
    transform: translateY(-5px);
    opacity: 1;
}


#frame2cta24-services {
    color: white;
    background-color: #F28C28;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    padding: 10px;
    
    margin-bottom: 20px;
    opacity: 0.85;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#frame2cta24-services:hover {
    background: #11B6E0;
    transform: translateY(-5px);
    opacity: 1;
}

#loadContent{
    color: white;
    background-color: #11B6E0;
    border-radius: 5px;
  border-width: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin: 10px;
    margin-bottom: 20px;
    opacity: 0.85;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#text_010, #text_011 {
    margin-top: 30px;
    opacity: 0;
    transition: opacity 2s ease;
    animation: fadeIn 2s ease forwards;
}

#text_011 {
    animation-delay: 0.3s;
}

#text_012{
    z-index: -111;
    position: absolute;
    top: 50px;
    left: 0px; 
    opacity: 0;
    transition: opacity 2.5s ease;
    animation: fadeIn 2.5s ease forwards;
    animation-delay: 1.2s;
}


#text_013{
    max-width: 600px;
    margin: auto;
    margin-top: 55px;
    padding-bottom: 55px;
    opacity: 0;
    transition: opacity 2.5s ease;
    animation: fadeIn 2.5s ease forwards;
    animation-delay: 1.2s;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -97;
}



#cmbutton {
    color: white;
    background-color: #0FB6E0;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px;
}

#cmbutton:hover {
    background-color: #0DA5C7;
    transform: translateY(-5px);
}

.service_icon {
    max-width: 100px;
    height: auto;
    transition: transform 0.3s ease;
}

.service_icon:hover {
    transform: scale(1.1);
}


button.ubi_button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: #0FB6E0;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

button.ubi_button:hover {
    background-color: #0DA5C7;
    transform: translateY(-5px);
}



#service {
   color: grey;
}

a:hover {
  text-decoration: none;
}


#startm3 {
  color: #A7A7A7;
}

#container_portofolio{
  padding:30px;

}

#partnered{
  color: grey;
}

#member001 {
  position: relative;
  bottom: 40px;
  border-radius: 50%;

  width: 120px;
}

.footer {
  position: fixed; /* Fixes the footer to the bottom of the page */
  bottom: 0;
  left: 0;
  width: 100%; /* Full width */
  background-color: #333; /* Dark background color */
  color: #fff; /* Light text color */
  text-align: center; /* Center align text */
  margin-top: 10px;
  padding: 20px 0; /* Padding for spacing */
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

.footer-content {
  max-width: 1200px; /* Max width for larger screens */
  margin: 0 auto; /* Center the content */
}

.social-links {
  list-style: none; /* Remove default list styling */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
  display: flex; /* Use flexbox for layout */
  justify-content: center; /* Center the links */
}

.social-links li {
  margin: 0 15px; /* Space between links */
}

.link {
  text-decoration: none; /* Remove underline */
  color: #fff; /* White text color */
  font-weight: 600; /* Bold text */
  transition: color 0.3s; /* Smooth color transition */
}

.link:hover {
  color: #3498db; /* Change color on hover */
}

.social-icon {
  vertical-align: middle; /* Align icon with text */
  width: 24px; /* Set icon size */
  height: 24px; /* Set icon size */
  margin-right: 8px; /* Space between icon and text */
}

#member {
padding-bottom: 15px;
  margin: auto;
}

#val_img {
   padding-top:30px;
}

#logoIn {
   width: 30px;
}

#partners {
  max-width: 100%;
  padding-bottom: 40px;
}

a#privacy_disclaimer {
   text-align: center;
   color: grey;
}

#about_container{
   padding-bottom: 20px;
   margin-bottom: 80px;
}


#bg_anim{
position: absolute;
top: 0px;
padding-top:80px;
margin-bottom: 80px;
z-index: -110;
}


#col_item2{
margin-top: 40px;
}

#bg_opac{
background-color: #f4f4f9;
  z-index: 111;
  
}

#zindex1{
z-index: -111;
position: absolute;
top: 0px;
height:80px;
background-color:#f4f4f9;
}



  #bg_anim {
   
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #networkCanvas {
    width: 100%;
    height: 100%;
  }
 

    #widget {
      position: relative;
      float: right; 
      margin: 40px;
      width: 200px;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      background-color: #E0E0E0;
      font-family: Arial, sans-serif;
    }

    /* Date and Time */
    #date-time {
      text-align: center;
      padding: 10px;
      background-color: #E0E0E0;
      color: grey;
      font-size: 14px;
      border-bottom: 1px solid #e0e0e0;
    }

    #date-time p {
      margin: 5px 0;
    }

    /* Map Container */
    #map {
      width: 100%;
      height: 150px;
    }

    /* Weather */
    #weather {
      text-align: center;
      padding: 10px;
    }

    #weather img {
      width: 30px;
      vertical-align: middle;
    }

    #weather .temp {
      font-size: 18px;
      font-weight: bold;
      margin-left: 5px;
      color: #333;
    }

#container_services1 {
   margin-bottom:60px;
}

.container_contact {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 100px;
    background-color: #fAfAfA;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid grey;
}

#option_contact_form {
color: #444;
}

.container_contact h2 {
    text-align: center;
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #444;
}

.form-group input 
 {
    width: 55%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}


.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}


.form-group select {
    width: 30%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group input:focus, 
.form-group textarea:focus,
.form-group select:focus {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

button[type="submit"] {
    color: grey;
    width: 20%;
    padding: 6px;
    margin-left: 75%;
    border: 1px solid grey; /* solid, no-nonsense border */
    border-radius: 4px; /* minimal rounding */
    font-size: 14px;
    font-weight: 400;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.1s ease;
}

button[type="submit"]:hover {
    background-color: #3E4E55; /* slightly lighter grey on hover */
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05) inset;
}

button[type="submit"]:active {
    background-color: #1C1C1C; /* darker pressed state */
    transform: none;
}

@media (max-width: 768px) {
    .container_contact {
        max-width: 90%;
    }

    .form-group label,
    .form-group input,
    .form-group textarea {
        font-size: 14px;
    }

    button[type="submit"] {
        font-size: 15px;
        width: 100%;
        margin-left: 0;
    }
}



#widget2_article_list {
    position: absolute;
    top: 100px;
    left: 60px;
    width: 18%;
    max-width: 18%;
    height: auto;
    padding: 10px;
    overflow-y: auto; /* Scroll if the content overflows */
}

#widget2_article_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#widget2_article_list li {
   color: grey;
}

#widget2_article_list li:last-child {
    border-bottom: none;
}

#news_article__list_item {
   color: #707070;
   font-size: 15px;
   padding-bottom: 5px;
}

#news_article__list_item:hover {
   color: #A0A0A0;
   text-decoration: underline;
}

#article_image {
  max-width: 460px;
  padding-bottom: 30px;  

}
#news_list_title {
   padding-top:30px;
}

#disclaimer_text{
   max-width: 66%;
   margin: auto;
   padding-bottom:10px;
}

#privacy-link{
   color: gray;
   position: relative;
   top: 5px;
}

#privacy-link:hover{
  text-decoration: underline;
   
}

.fade-button {
    /* Positioning */
     position: relative;
     bottom: 10px;
    z-index: 1001; /* Ensures it stays above other content */

    /* Base styling */
    padding: 10px 20px;
    background-color: #007bff; /* Professional blue */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;

    /* Typography */
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;

    /* Shadow and effects */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;

    /* Remove default button outline */
    outline: none;
}




        .content {
  width: 100%;
            opacity: 1;
            transition: opacity 0.5s ease;
        }
	    

        
        .content.hidden {
            opacity: 0;
            position: absolute;
            top: 0;
        }
        
        .content-container {
	  width: 100%;
	  height: auto;
            position: relative;
        }
        
        .fade-button {
            margin-left: 52px;
            opacity: 0.98;
            transition: opacity 0.5s ease;
	        background: linear-gradient(135deg, #ED83B3, #11B6E0);
            transition-duration: 0.4s;
        }
        .fade-button:hover {
            
            opacity: 0.83;
            transition: opacity 0.5s ease;
	        background: linear-gradient(315deg, #11B6E0 , #ED83B3);
        }

        .fade-button:active {
            outline: none;
            border-width: 0px;
            opacity: 0.83;
            transition: opacity 0.5s ease;
	        background: linear-gradient(270deg, );
        }

        button:active {
            outline: none;
            border-width: 0px;
        }
        
        .fade-button.hidden {
            opacity: 0;
        }

  

        .full-screen-image {
		  max-width: 100%;
          height: auto;
		    z-index:-100;
        }

  



#container_hexagon{
  
  transform: rotate(180deg);
  
}


#logo_img {
    max-width: 30%;

    
    transition: opacity 1.5s ease-in-out 1.2s;
}



@keyframes pulseGlow {
    0% {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.05));
    }
    100% {
        filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.6));
    }
}


button {
  outline: none; /* Removes the default focus outline */
}
button:focus, button:active {
  outline: none; /* Ensures no outline on focus or click */
  border: none;  /* Removes any border if present */
}



.lead{
    color: white;
    font-family: Tomorrow, sans-serif;
    font-weight: 300; /* Thin font */
    font-size: 18px;
    margin-bottom: 45px;
    text-align: center;
}

img#logo_cubical_slide {
  display: block;
  margin: auto;

}





@keyframes glow {
    0% {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
    }
    10% {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
    }
    11% {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
    }
    12% {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
    }
    25% {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.1));
    }
    50% {
        filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.25));
    }
    100% {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    }
}

#logo_mobile_img {
    max-width: 60%;
    position: relative;
    top: 35px;
    left: 8px;
    animation: glow 6s ease-in-out infinite; /* Adjust timing as needed */
}

.dropdown {
            position: absolute;
            right: 10px;
            top: 10px;
            margin: 10px;
            max-width: 300px; /* Limits width on larger screens */
        }

.btn-custom {
            width: 100%;
            font-size: 16px;
        }

.dropdown-menu {
    display: none;
    position: fixed; /* Fixed position to make it stay on the right */
  margin: auto;
    top: 70px; /* Adjust to position below the image if necessary */
    right: 100%; /* Align to the right side of the screen */
    background-color: #fff;
    border: 1px solid #ccc;
    width: 200px; /* Adjust the width as needed */
    z-index: 10;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1); /* Optional: adds a shadow effect */
}

.dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
}


#landingpage_nav {
    padding: 20px;
    animation: slideDown 1.5s ease-out forwards;
    position: absolute;
    right: 0px;
}


.nav-items2  {


}

.nav-items2 a {
    color: white;
    font-family: Tomorrow, sans-serif;
    font-size: 18px;
}

        .content {
            opacity: 1;
            transition: opacity 0.5s ease;
        }
	    

        
        .content.hidden {
            opacity: 0;
            position: absolute;
            top: 0;
        }
        
        .content-container {
	  max-width: 100%
            position: relative;
        }
        
        .fade-button {
            opacity: 1;
            transition: opacity 0.5s ease;
	        background: linear-gradient(135deg, #ED83B3, #11B6E0);
        }
        
        .fade-button.hidden {
            opacity: 0;
        }

#non-visible{
visibility: hidden;
}

.right-side {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out 1.2s;
}

.right-side.active {
  opacity: 1;
}

		#slider {
			position: absolute;
			width: 42%;
            padding: 10px;
            padding-bottom: 7%;
            margin-right: 4%;
            margin-left: 4%;
            height: 105vh;
			background-color: rgba(0, 0, 0, 0.3); /* 0.7 is the opacity level */
            
			color: white;
	 		  
            
			justify-content: center;
            
			animation: slideUp 1.5s ease-out forwards;
		}

		@keyframes slideUp {
			from {
				transform: translateY(120%);
			}

			to {
				transform: translateY(0%);
			}
		}

#slider_text_mobile{


  justify-content: center;
  text-align: center;
opacity: 100%;
color: white;
font-family: Tomorrow, sans-serif;

  margin: auto;
}

#titre_homepage_mobile{
color: white;
}

#slider_text_r2{
justify-content: center;
opacity: 100%;
color: white;
font-family: Tomorrow, sans-serif;
  margin: auto;
}

#slider_text_r3{
justify-content: center;
text-align: center;
opacity: 100%;
color: white;
padding: 10px;
background-color: rgba(0, 0, 0, 0.2);
border-width: 1px;
border-color: white;
border-style: solid;
border-radius: 5px;
font-family: Tomorrow, sans-serif;
margin: auto;
font-size: 18px;
}

#slider_text{

justify-content: center;
opacity: 100%;
color: white;
font-family: Tomorrow, sans-serif;
font-size: 22px;
  margin: auto;
}

#slider_text_title_mobile{
    position: relative;
  top: 10%;
  text-align: center;
  justify-content: center;
opacity: 100%;
color: white;
font-family: Tomorrow, sans-serif;
font-size: 24px;
}


#phone_homepage_mobile{
color: white;
font-size: 18px;
  font-weight: 400;
text-align: center;
}

#slider_text_title{
  justify-content: center;
opacity: 100%;
color: white;
font-family: Tomorrow, sans-serif;
font-size: 32px;
}



.typewriter {
            padding-top: 15%;
            max-width: 100%;
            font-family: Tomorrow, sans-serif;
            color: white;
            font-size: 24px;
            overflow: hidden;
            border-right: 0.15em solid transparent;
            white-space: nowrap;
            margin: auto;
            text-align: center; 
  
            animation: blink-cursor 0.7s step-end infinite;
        }

@keyframes blink-cursor {
  height: 20px;
            from, to { border-color: transparent; }
            50% { border-color: transparent; }
        }



a#mobile_button02{
  position: absolute;
  bottom: 20%;
  right: 5%;
color: white;
padding: 20px;
background-color: rgba(0, 0, 0, 0.2);
border-width: 1px;
border-color: white;
border-style: solid;
border-radius: 5px;
}

a#mobile_button02:hover{
color: white;
padding: 20px;
background-color: rgba(255, 255, 255, 0.2);
border-width: 1px;
border-color: white;
border-style: solid;
border-radius: 5px;
}


a#mobile_button02:active{
color: white;
padding: 20px;
background-color: rgba(255, 255, 255, 0.2);
border-width: 1px;
border-color: white;
border-style: solid;
border-radius: 5px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotating-element {

  max-width: 20%;
  display: inline-block; /* Ensure it can rotate */
  animation: rotate 15s linear infinite; /* 2 seconds duration, linear timing, infinite repetition */

}

#animation_container_mobile{
margin-top: 18%;
  margin-bottom: 7%;
text-align: center; 
align-items: center;
}

#technical_portofolio_logo{
max-width: 100%;
}



img.img-fluid { max-width: 100%; and height: auto;}

#services_list{
font-size: 18px;

}

#logo_landingpage_content2{
margin-top: 25px;
}

a#sign_up_landing_text{
margin-right: 12px;  
color: black;
font-size: 12px;
position: relative;
}


a#services_list{
  font-family: "Roboto", sans-serif;
color: #5a5a5a;
}

a#services_list:hover{
opacity: 70%; 
color: #5a5a5a;
}


#accroching{
font-family: Tomorrow, sans-serif;
}


#chatBox{
  position: fixed;
  top: 10px;
  left: 10px;
  width: 300px;
  max-height: 400px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 8px;
  z-index: 101;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.username_display{
color: #589FBF;
}


        
td.task_manager_row {
  white-space: nowrap;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f9 url('spinner.gif') no-repeat center center; /* or just a color */
  z-index: 9999;
}

#main-content {
  /* initially hidden */
}