/* About Page Start */

/* Banner Section */
.about-banner {
    height: 80vh;
    background: url("../images/banner-3.jpg") no-repeat center center/cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

/* Glassmorphism Effect */
.about-banner .banner-content {
    backdrop-filter: blur(7px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    background-color: rgba(58, 66, 80, 0.6);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(132, 250, 201, 0.3);
}

/* Text Styling */
.about-banner .banner-content p {
    font-size: 18px;
    color: #ddd;
}

/* About Section Styling */
.about-section {
    background:#eeeeee;
    padding: 80px 0;
    color: white;
    text-align: left;
}

/* Brand Name Styling */
.about-section .brand {
    color: #ffb400;
    font-weight: bold;
}

/* Text Content */
.about-section .text-content h2 {
    font-weight: bold;
    font-size: 36px;
}
.about-section h4{
    font-weight: 500;
    color: #111111;

}

.about-section p{
    font-weight: 500;
    font-size: small;
    color: #111111;
}

.about-section .text-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* About Illustration */
.about-section .about-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Feature Icons */
.about-section .icon {
    font-size: 40px;
    color:  #081413;
    margin-bottom: 10px;
}

.dropdown{
    z-index: 1;
}
/* About Page end */
