::selection {
  background-color: #ed2e4d; /* your custom green */
  color:             #e2e2e3;    /* #e2e2e3 text */
}
::-moz-selection {
  background-color: #ed2e4d;
  color:             #e2e2e3;
}

/* make sure dark-mode (data-bs-theme="dark") still uses the same style */
[data-bs-theme="dark"] ::selection {
  background-color: #1d5349 !important;
  color:             #e2e2e3    !important;
}
[data-bs-theme="dark"] ::-moz-selection {
  background-color: #1d5349 !important;
  color:             #e2e2e3    !important;
}.footer {
    padding: 20px 0;
    position: relative;
    background-color: #1d5349;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #6eada2; 
}

.footer-links .list-inline-item {
    margin: 0 250px;
}
.footer-links {
    text-align: center; 
}
.footer-links a {
    color: #6eada2;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #e2e2e3;
}

.social-icons {
    text-align: center; 
    margin-bottom: 20px;
}

.social-icons a {
    color: #6eada2;
    font-size: 40px;
    transition: color 0.2s ease;
    margin: 0 5px;
}

.twitter a:hover {
    color: black;
}
.youtube a:hover {
    color: red;
}
.twitch a:hover {
    color: purple;
}
.tiktok a:hover {
    color: black;
}


.social-icons .list-inline-item { position: relative; }

.social-icons .gmail a,
.social-icons .gmail button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

.social-icons .gmail i {
  display: inline-block;
  transition: color .2s ease;
}

.gmail:hover i,
.gmail .gmail-copy-btn:hover i,
.gmail .gmail-copy-btn:focus-visible i {
  color: #ea4335;
}

/* Copy bubble */
.copy-bubble {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(0,0,0,0.85);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  white-space: nowrap;
  transition: opacity .18s ease, transform .18s ease;
  z-index: 5;
}
.copy-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0,0,0,0.85);
}
.copy-bubble.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.gmail .gmail-copy-btn:focus-visible {
  outline: 2px solid #ea4335;
  outline-offset: 4px;
  border-radius: 8px;
}

/* Optional: dark mode keeps same bubble style; adjust only if needed
[data-bs-theme="dark"] .copy-bubble { background: rgba(0,0,0,0.9); }
[data-bs-theme="dark"] .copy-bubble::after { border-top-color: rgba(0,0,0,0.9); }
*/


/* Other Footer Styles */
.footer .text-muted {
    color: #6eada2;
}

.btn-link {
    color: #6eada2;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s ease;
    float: right;
}

.btn-link:hover {
    color: #e2e2e3;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 75px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%231d5349" fill-opacity="1" d="M0,160 L72,96 L144,160 L216,96 L288,160 L360,96 L432,160 L504,96 L576,160 L648,96 L720,160 L792,96 L864,160 L936,96 L1008,160 L1080,96 L1152,160 L1224,96 L1296,160 L1368,96 L1440,160 L1440,320 L0,320 Z"></path></svg>') no-repeat;
    background-size: cover;
    z-index: 1;
}

.footer .back-to-top {
    color: #6eada2;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s ease;
    display: inline-block;
    margin-left: 10px;
}

.footer .back-to-top-container {
    text-align: end;
    margin-top: -40px;
    margin-bottom: 20px;
    position: relative;
    top: -15px;
}

.footer .back-to-top:hover {
    color: #e2e2e3;
}

.theme-toggle-btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    color: #6eada2;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.theme-toggle-btn:focus,
.theme-toggle-btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.theme-toggle-btn:hover {
    color: #e2e2e3fff;
}

.footer-powered {
    font-size: 0px;
}

.footer .copyright-text {
    margin-top: -50px;
    font-size: 15px;
    color: #6eada2;
}

.logo {
   width: 25%;
   height: auto !important;
   margin-bottom: 5px;
   margin-top: -3%;
}
.info {
   color: #e2e2e3;
}
.col-auto {
    margin-top: 1px;
}


.light-active {
    color: #6eada2;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s ease;
    display: inline-block;
}

.d-inline-block {
    position: relative;
    bottom: -15px;
}

/* Example media query for screens 1214px and below */
@media (max-width: 1214px) {
    .container {
        top: 0 !important;
        padding: 0 20px;
        flex-wrap: nowrap;
        overflow: visible;
    }
    .footer-links .list-inline-item {
        margin: 0 5px;
    }
    .social-icons a {
        font-size: 20px;
    }
    .footer .back-to-top-container {
        margin-top: 10px;
    }
    .footer .copyright-text {
        margin-top: -30px;
    }
	
	.theme-toggle-btn:hover {
		color: #6eada2;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		transition: color 0.3s ease;
		display: inline-block;
	}
}


@media (max-width: 800px) {
    .container {
        top: 0 !important;
        padding: 0 20px;
        flex-wrap: nowrap;
        overflow: visible;
    }
    .footer-links .list-inline-item {
        margin: 0 5px;
    }
    .social-icons a {
        font-size: 20px;
    }
    .footer .back-to-top-container {
        margin-top: 10px;
    }
    .footer .copyright-text {
        margin-top: -30px;
    }
	
	.theme-toggle-btn:hover {
		color: #6eada2;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		transition: color 0.3s ease;
		display: inline-block;
	}
}

@media (max-width: 425px) {
    .social-icons {
        text-align: center;
    }
    
    .footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-links .list-inline-item {
        flex: 0 0 50%;
        text-align: center;
        margin: 5px 0;
    }
    
    .back-to-top-container {
        margin: 15px 0;
    }
    .copyright-text {
        margin-top: 15px;
    }
}

@media (max-width: 320px) {
    .footer {
        width: 100vw;
        box-sizing: border-box;
    }
    .social-icons a {
        margin: 0 3px;
    }
}
