/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

}*/

html,body { height:100%; }

section{padding: 60px 0;}

.c-item {
    height: 560px;
  }
  
  .c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
  }

.logo {
    max-height: 60px;
    margin-right: 10px;
}

.btn-download {
    background-color: #f4c06c;
    color: white;
    border: none;
    font-weight: bold;
}

.hero-section {
    padding: 100px 0;
    text-align: center;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.features-section {
    padding: 60px 0;
    text-align: center;
}

.features-title {
    font-size: 2.5rem;
    color: #555;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.features-description {
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.feature-box {
    background-color: white;
    padding-bottom: 20px;
    margin-bottom: 30px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.feature-icon {
    height: 80px;
    margin-bottom: 20px;
}

.feature-title {
    font-weight: bold;
    color: #444;
    margin-bottom: 15px;
    font-size: 1.25rem;
}

.feature-description {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.5;
}

.social-icons a, .top-links a {
    color: white;
    margin: 0 5px;
    text-decoration: none;
}

.top-links a {
    font-size: small;
}

.top-links a {font-weight: 600;}

.feature-row {
    margin-bottom: 30px;
}

.feature-icon-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon {
    max-width: 100%;
    height: auto;
  
}

/* Nav Bar */
.nav-item{
    font-weight: 500;
    font-size: 0.75rem;
    padding-right:10px;
}

.nav-item a{ text-transform:uppercase}
.dropdown-menu-item a{text-transform:capitalize;}

.dropdown-menu-item{
    font-weight: 500;
    font-size: 0.9rem;
    padding-bottom: 0.4rem;
}

.dropdown-menu-item a:hover{
    background-color: #f4c06c;
}
/* Footer Styles */
.footer {
    background-color: #001a57;
    color: white;
    padding: 40px 0 0 0;
}

.footer-title {
    position: relative;
    padding-left: 15px;
}

.footer-title::before {
    content: "";
    width: 2px;
    height: 70%;
    background-color: #ff5733;
    position: absolute;
    left: 0;
    top: 20%;
}

.footer-link {
    color: white;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.footer-link:hover {
    color: #f3e5e1;
}

.contact-info {
    margin-bottom: 15px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: transparent;
    /* border: 1px solid #ff5733; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: white;
}

.contact-text {
    padding-left: 15px;
}

.bottom-footer {
    background-color: #032719;
    padding: 15px 0;
    margin-top: 30px;
}

.list-group-item {
    background-color: transparent;
}
