body{
    z-index: 10;
}
.x-Nav-item:hover{
    color: #30bfad;
}
.fw-footer{
    color: transparent; 
    -webkit-text-stroke: 1px transparent; /* Define the stroke width and initial color */
    background: linear-gradient(135deg, #fceb02, #dddddd); /* Gradient colors */
    background-size: 300% 300%;
    -webkit-background-clip: text; /* Clip the gradient to the text's outline */
    -webkit-text-fill-color: transparent; /* Ensure fill is transparent */
    animation: gradientAnimation 3s infinite ease-in-out;
}
.fs-1-x{
    font-size: 3.5rem;
    font-family: sans-serif;
}
.fs-6-x{
    font-size: 1.1rem;
    font-family: sans-serif;
}
.fs-6-x2{
    font-size: .9rem;
    font-family: sans-serif;
}
.fc-1{
    color: #00ff7f ;
}
.bg-header {
    position: relative;
    min-height: 70vh; /* Adjust as needed */
    overflow: hidden; /* Ensures no overflow */
    align-items: center;
}
.bg-header::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, #1c1c70, #3a3a3a); */
    background-image: url('../static/img/bg2.png'); 
    background-size: cover;
    background-position: center;
    z-index: 0; /* Behind the text */
}

.bg-header h1, .bg-header p {
    position: relative; /* Ensure text is above the overlay */
    z-index: 2; /* Above the background */
}
.x-font-oregon{
    font-family: 'Oregon';
}


.btn-play {
    position: relative;
   
}
.btn-play i {
    position: absolute;
    left: 10px; /* Position icon to the left of the text */
    top: 50%;
    color: #4bff00;
    transform: translateY(-50%);
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease, left 0.3s ease;
    
}

.btn-play:hover i {
    opacity: 1;
    left: 45%; /* Move the icon into view */
}

#pillars_s {
    position: relative;
    color: white;
    padding: 50px 0;
    height: 70vh;
    overflow: hidden;
    background: linear-gradient(135deg, #000000, #1c1c70);
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Ensure it's behind content */
    pointer-events: none; /* Prevent interaction with canvas */
  }

.container-fluid {
    position: relative;
    z-index: 1; /* Ensures content is above the particles */
}

.card {
    /* max-height: 20rem; Minimum height for cards */
    color: white;
    background-color: rgba(0, 0, 0, .5);
    border: #4bff00 2px solid ;
}

.card-footer button {
    margin-bottom: 0.5rem; /* Add spacing between buttons */
}

.card_pillars{
    width: 280px;
    height: 120px;
    position: relative;
    overflow: hidden;
    background-image: radial-gradient(rgba(231, 130, 130, 0.2) 1px, transparent 1px);
    background: #13111C;
    border: 3px solid #31353B;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card_pillars:hover {
    transform: scale(1.05); /* Expands the card slightly */
    box-shadow: 0 0 10px rgba(252, 252, 252, 0.8), 0 0 30px rgba(1, 252, 106, 0.6), 0 0 45px rgba(252, 252, 252, 0.4); 
}
.card_pillars p{
   color: grey;
}

.card_pillars3{
    width: 368px;
    height: 180px;
    position: relative;
    overflow: hidden;
    background-image: radial-gradient(rgba(231, 130, 130, 0.2) 1px, transparent 1px);
    background: #13111C;
    border: 3px solid #31353B;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card_pillars3:hover {
    transform: scale(1.05); /* Expands the card slightly */
    box-shadow: 0 0 10px rgba(252, 252, 252, 0.8), 0 0 30px rgba(1, 252, 106, 0.6), 0 0 45px rgba(252, 252, 252, 0.4); 
}
.card_pillars3 p{
   color: grey;
}

.gradient-text{
    font-size: 1.5rem; 
    color: transparent; 
    -webkit-text-stroke: 1px transparent; /* Define the stroke width and initial color */
    background: linear-gradient(135deg, #ffffff, #505050); /* Gradient colors */
    background-size: 300% 300%;
    -webkit-background-clip: text; /* Clip the gradient to the text's outline */
    -webkit-text-fill-color: transparent; /* Ensure fill is transparent */
    animation: gradientAnimation 3s infinite ease-in-out;
}
.gradient-text-green{
    font-size: 3.5rem; 
    color: transparent; 
    -webkit-text-stroke: 1px transparent; /* Define the stroke width and initial color */
    background: linear-gradient(135deg, #ffffff, #00fa4b); /* Gradient colors */
    background-size: 300% 300%;
    -webkit-background-clip: text; /* Clip the gradient to the text's outline */
    -webkit-text-fill-color: transparent; /* Ensure fill is transparent */
    animation: gradientAnimation 3s infinite ease-in-out;
}
footer {
    position: relative; /* Ensure positioning for pseudo-element */
    background-color: #0d0b1a;
    color: #a8a8b3;
    padding: 3rem 1rem;
}
  
footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgba(255, 0, 150, 0.8), rgba(0, 204, 255, 0.8));
    filter: blur(8px);
    border-radius: 50%;
    animation: glow 3s infinite;
    opacity: 0.7; /* Adjust for a softer glow */
}
  
.box ul li{
    position: absolute;
    width: 35px;
    height: 35px;
    list-style: none;
    opacity: 0;
    background: radial-gradient(deepskyblue, transparent, transparent);
    bottom: 100vh;
    left: 10vw;
    animation: animate 10s linear infinite ;
}
.box ul li:nth-child(2){
    left: 37vw;
    animation-delay: 2s;
}
.box ul li:nth-child(3){
    left: 25vw;
    animation-delay: 4s;
}
.box ul li:nth-child(4){
    left: 60vw;
    animation-delay: 6s;
}
.box ul li:nth-child(5){
    left: 75vw;
    animation-delay: 4s;
}
.box ul li:nth-child(6){
    left: 45vw;
    animation-delay: 8s;
}
.box ul li:nth-child(7){
    left: 85vw;
    animation-delay: 7s;
}
.box ul li:nth-child(8){
    left: 7vw;
    animation-delay: 3s;
}
.box ul li:nth-child(9){
    left: 33vw;
    animation-delay: 5s;
}
.custom-btn {
    background: transparent; /* Transparent background */
    color: white; /* White text */
    padding: 10px 20px;
    font-size: 1.2rem; /* Adjust size */
    font-weight: bold;
    border-radius: 8px; /* Rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  }
  
  .custom-btn:hover {
    transform: scale(1.1); /* Expand slightly */
    color: #00ff7f; /* Green text color on hover */
    box-shadow: 0 0 15px 3px rgba(0, 255, 127, 0.8); /* Green glow effect */
    border-color: #00ff7f; /* Change border to green */
  }

  .custom-btn-land {
    color: #00ff7f; /* White text */
    padding: 10px 20px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  }
  
  .custom-btn-land:hover {
    transform: scale(1.1); /* Expand slightly */
    color: #ffffff; 
    box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.9); /* Green glow effect */
    border-color: #ffffff; /* Change border to green */
  }

.btn-gradient-green {
    background: linear-gradient(45deg, #00ff7f, #20c997);
    border: none;
    color: white !important;
    border-radius: 15px !important;
    transition: 0.3s ease-in-out;
}

.btn-gradient-green:hover {
    background: linear-gradient(45deg, #20c997, #00ff7f);
    transform: translateY(-3px);
}
.login-link {
    color: black;
    text-decoration: none;
    font-weight: 500;
    margin-right: 16px;
}

.login-link:hover {
    text-decoration: underline;
}
/* Marquee Container */
.trusted-section {
    position: relative;
    background-image: url('../static/img/bg2.png'); 
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    color: white; /* Ensure text is visible */
    overflow: hidden;
}

/* Background Overlay using ::before */
.trusted-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5); 
    z-index: 1;
}
.trusted-section .content {
    position: relative;
    z-index: 2;
    text-align: center;
}
/* Marquee Effect */
.marquee-content {
    display: flex;
    gap: 50px;
    animation: marquee 63s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
.marquee-content img {
    height: 50px;
    width: auto;
}

.popover {
    background-color: #111; /* Dark background */
    color: rgb(161, 161, 161) !important;
    border: 1px solid #00ff7f; /* Green border */
    max-width: 75vw !important;
}

.popover-header {
    background-color: #00ff7f; /* Green header */
    color: black;
    font-weight: bold;
}

.popover-body {
    text-align: center;
}


/* Style the popover arrow */
.bs-popover-top .popover-arrow::before {
    border-top-color: #00ff7f !important;
}
.popover-container {
    width: 70vw;
    background: #ffffff;
    border-radius: 10px;
}
.service-card {
    display: flex;
    align-items: center;
    background: rgba(238, 238, 238, 0.9);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.service-card:hover {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.service-card .service-text{
    color: #000000;
    font-size: clamp(0.5rem, 1.2vw, 1.2rem);
    text-decoration: none;
    white-space: nowrap;
}
/* Animated orb */
.orb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(45deg, #00ff7f, #00c3ff);
    margin-right: 10px;
    box-shadow: 0 0 10px #00ff7f;
    animation: pulse 1.5s infinite alternate;
}

/* Orb animation */
@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 10px #00ff7f; }
    100% { transform: scale(1.2); box-shadow: 0 0 20px #00c3ff; }
}
.orb-gif {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.text-footer{
    color: #808291;
}
.footer-box {
    display: flex;
    align-items: center;
    background: #0d0b1a;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

@keyframes animate{
    0%{
        transform: scale(10);
        opacity: 0;
        bottom: 100vh;
    }
    100%{
        transform: scale(0);
        opacity: 1;
        bottom: 0;
    }
}
@keyframes glow {
    0%, 100% {
        background-position: 0% 50%;
        opacity: 0.6;
    }
    50% {
        background-position: 100% 50%;
        opacity: 1;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (max-width: 768px) {
    .card {
        min-height: 25rem; /* Increase height on smaller screens for better layout */
    }
}

@font-face {
    font-family: 'Oregon'; /* Name your font */
    src: url('../static/fonts/OregonLdoBlack.ttf') format('truetype'); /* Path to your font file */
    font-weight: normal;
    font-style: normal;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}