/* About Section */
.about {
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 2rem 2rem 50rem 2rem;
    border-radius: 20px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: fadeIn 3s ease 0.2s forwards;
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.about .container {
    position: relative;
    z-index: 1;
}

.shape {
    position: absolute;
    opacity: 0.6;
    animation: float 20s infinite linear;
}

.shape-1 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00d4ff, #00ff88);
    border-radius: 50%;
    top: 10%;
    left: 10%;
    animation-duration: 25s;
    animation-delay: 0s;
}

.shape-2 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #8000ff, rgb(18,97,128));
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 20%;
    right: 15%;
    animation-duration: 30s;
    animation-delay: 5s;
}

.shape-3 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00ff88, #8000ff);
    border-radius: 50%;
    bottom: 15%;
    left: 20%;
    animation-duration: 35s;
    animation-delay: 10s;
}

.shape-4 {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgb(18,97,128), #00d4ff);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 30%;
    left: 50%;
    animation-duration: 28s;
    animation-delay: 15s;
}

.shape-5 {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00d4ff, rgb(18,97,128));
    border-radius: 50%;
    bottom: 25%;
    right: 10%;
    animation-duration: 32s;
    animation-delay: 20s;
}

.shape-6 {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #8000ff, #00ff88);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 50%;
    left: 5%;
    animation-duration: 26s;
    animation-delay: 25s;
}

.shape-7 {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #00ff88, rgb(18,97,128));
    border-radius: 50%;
    bottom: 10%;
    left: 60%;
    animation-duration: 22s;
    animation-delay: 30s;
}

.shape-8 {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, rgb(18,97,128), #8000ff);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 5%;
    right: 5%;
    animation-duration: 27s;
    animation-delay: 35s;
}

.carousel {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.carousel-container {
    overflow: hidden;
    border-radius: 15px;
}

.carousel-slide {
    display: none;
    padding: 2rem;
}

.carousel-slide.active {
    display: block;
}

.about-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.about-card h3 {
    color: #10b981;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-family: 'Rock Salt', 'Rock Salt Fallback', cursive;
}

.about-card p {
    color: #cbd5e1;
    line-height: 1.6;
}

.domain-pills {
    display: flex;
    color: white;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 600px;
    margin: 10px auto;
}

.specialization-pills {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.pill {
    background: rgba(16, 185, 129, 0.2);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.9rem;
    border: 1px solid rgba(16, 185, 129, 0.3);
    white-space: nowrap;
    margin-top: 1rem;
}

.pill-schedule-meeting {
    padding: 0.1rem 0.75rem;
}

.pill.large {
    width: 135px;
    height: 135px;
    padding: 0.75rem;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
    border-radius: 15px;
}

.pill.large .icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.pill.large span:last-child {
    font-size: 0.55rem;
    line-height: 1.2;
    word-wrap: break-word;
    overflow: hidden;
}

.accordion {
    margin-top: 1rem;
}

.accordion-item {
    margin-bottom: 0.5rem;
}

.accordion-header {
    width: 100%;
    padding: 0.75rem 1.5rem;
    border-radius: 15px;
    border: none;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    cursor: pointer !important;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e0e7ff;
    box-shadow:
        5px 5px 10px rgba(0, 0, 0, 0.3),
        -5px -5px 10px rgba(255, 255, 255, 0.1);
    font-family: 'Rock Salt', 'Rock Salt Fallback', cursive;
}

.accordion-header:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow:
        8px 8px 15px rgba(0, 0, 0, 0.4),
        -8px -8px 15px rgba(255, 255, 255, 0.1);
}

.accordion-content {
    display: none;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.5rem;
}

.accordion-content p {
    margin-bottom: 0.5rem;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.accordion-content.active {
    display: block;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 0.5rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background: #10b981;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    text-align: center;
}

.about-text {
    color: #e0e7ff;
}

.divider {
    border: none;
    border-top: 1px solid #d1d5db;
    margin-bottom: 1.5rem;
}

.about-content p {
    margin-bottom: 1rem;
}

.about-section {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-section h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.service-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.feature-item h5 {
    color: #e0e7ff;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.feature-item p {
    color: #cbd5e1;
    font-size: 0.9rem;
    line-height: 1.5;
}

.products-showcase {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.products-showcase .products-grid {
    margin-top: 2rem;
}

.products-showcase .product-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.products-showcase .product-image {
    background: rgba(255, 255, 255, 0.1);
    font-size: 2rem;
}