.navbar {
   color: #58A6FF !important;
}
.navbar-brand, .nav-link {
    color: #58A6FF !important;
}
.hero {
    text-align: center;
    padding: 50px 20px;
   }
.hero h1 {
    color: #58A6FF;
}
.btn-custom {
    background-color: #238636;
    color: white;
}
.btn-custom:hover {
    background-color: #2EA043;
}
.card {
    color: #C9D1D9;
    border: 1px solid #30363D;
}

form {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    place-items: center;
    gap: 15px;
    width: 80%;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 255, 153, 0.5);
    justify-content: center;
    text-align: center;
}

input, textarea {
    width: 90%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    border: 10px solid;
    margin-bottom: 15px;
}


button {
    background-color: #00cc77;
    color: #121212;
    padding: 10px;
    width: 30%;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 15px;
    
}
    
.btn:hover {
    background-color: #009955;
}

button:hover {
    background-color: #00ff99;
}

/*===========================================================================*/

p, li {
    font-size: 1.1em;
    line-height: 1.6em;
    
}

ul {
    list-style-type: none;
    padding: 0;
    color: #00d084;
}

strong {
    font-weight: bold;
}

/* Section Styles */
.section {
    padding: 60px 15px;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 255, 153, 0.5);
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
}

.section h2 {
    color: #58A6FF;
}
.section p {
    color: #00d084;
    text-align: justify;
}
.text-center {
    text-align: center;
}

/* Form input and textarea styles */
input[type="text"], input[type="tel"], input[type="email"], textarea {
    width: 80%;
    max-width: 500px;
    padding: 12px;
    border: 2px solid;
    border-radius: 50%;
    font-size: 1em;
    background-color: transparent !important;
    outline: none;
    box-shadow: 0px 0px 15px rgba(0, 255, 153, 0.5);
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #58A6FF;
    box-shadow: 0 0 5px rgba(88, 166, 255, 0.5); 
}


textarea {
    resize: vertical;
}

/* Project Cards */
.projects-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.project-card {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 255, 153, 0.5);
    flex: 1;
    min-width: 270px;
    max-width: 320px;
    margin: 0 auto;
}

.project-card h5 {
    margin-top: 0;
    font-size: 1.2em;
    color: #58A6FF;
}
.futa p {
    color: #00d084;
}

/*<!--************************************************************** */
.df-container {
    background-color: transparent !important;
    box-shadow: none !important;
}

.df-bg {
    background-color: transparent !important;
}

.df-viewer-container {
    background-color: transparent !important;
}

/* Remove any background colors from pages */
.df-page {
    background-color: transparent !important;
}

/* If there's a specific background color set in the script */
div.bg-purple {
    background-color: transparent !important;
}