a{
    text-decoration: none;
}

.navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
}

.nav-link {
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 1rem;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #ccc !important;
} 

.truncate {
  white-space: nowrap !important;       /* Prevents text from wrapping */
  overflow: hidden;          /* Hides the overflowing text */
  text-overflow: ellipsis;   /* Adds ... at the end */
  display: block !important;            /* or inline-block depending on your layout */
  max-width: 95% !important; 
}


  
.nav-link.active {
    color: #fff !important;
}


.border-button-left {
    border-radius: 20px 0px 0px 20px !important;
}
.border-button-right {
    border-radius: 0 20px 20px 0 !important;
}
.bordered-button {
    border-radius: 20px 20px 20px 20px !important;
}
.cta-section {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%) !important;
}
.breadcrumb{
    padding: 10px;
}
.fancy-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "→";
}
.cta-section .btn-light {
    color: #6a11cb !important;
}

.cta-section .btn-outline-light:hover {
    color: #6a11cb !important;
}

.cta-section .card {
    border-radius: 15px !important;
}

.cta-section .form-control {
    border: none !important;
    border-radius: 10px !important;
    background-color: #f8f9fa !important;
}

.cta-section .btn-primary {
    background-color: #6a11cb !important;
    border-color: #6a11cb !important;
}

.cta-section .btn-primary:hover {
    background-color: #5a0cb1 !important;
    border-color: #5a0cb1 !important;
}

.footer {
    background: linear-gradient(to right, #1a1c20, #2c3e50);
    color: #ffffff;
    padding: 70px 0 30px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #3498db, #2ecc71);
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #3498db, #2ecc71);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-about {
    color: #a4b5c6;
    margin-bottom: 25px;
    line-height: 1.6;
}

.footer h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.footer h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background: #3498db;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #a4b5c6;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #3498db;
    transform: translateX(5px);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #3498db;
    transform: translateY(-3px);
    color: #fff;
}

.footer-newsletter {
    position: relative;
    margin-top: 20px;
}

.footer-newsletter input {
    padding: 12px 15px;
    border-radius: 25px;
    border: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: none;
    padding-right: 50px;
}

.footer-newsletter input::placeholder {
    color: #a4b5c6;
}

.newsletter-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 40px;
    border-radius: 50%;
    background: #3498db;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: #2980b9;
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #a4b5c6;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-bottom-links a {
    color: #a4b5c6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #3498db;
}

@media (max-width: 768px) {
    .footer-section {
        margin-bottom: 40px;
    }
}

.ww-card:hover{
    /* border-bottom: 4px solid rgb(153, 95, 245); */
    box-shadow: 0px 1px 10px 3px #868585;
    margin-top: -3px;
    transition: all .1s linear;
}

.card-img-top{
    max-height: 380px;
    
}