/* =====================================================
   PORTFOLIO PAGE - LIGHT THEME OVERRIDES
===================================================== */

/* 1. Page Background & Main Text */
[data-theme="light"] body,
[data-theme="light"] main,
[data-theme="light"] .featured-work1.portfolio {
    background-color: #ffffff !important;
    background-image: none !important;
}


[data-theme="light"] .gradient-bg,
[data-theme="light"] .animated-bg,
[data-theme="light"] .bg-gradients,
[data-theme="light"] .blur-gradient {
    display: none !important;
    background: none !important;
    visibility: hidden !important;
}
[data-theme="light"] .slide-subtitle,
[data-theme="light"] .about-content,
[data-theme="light"] .work-name,
[data-theme="light"] .work-category,
[data-theme="light"] .webshark-item,
[data-theme="light"] .portfolio__text,
[data-theme="light"] .industry-homesubheading,
[data-theme="light"] .startup-title,
[data-theme="light"] .home-client-description,
[data-theme="light"] .accordion-body{
    color: #000;
}
[data-theme="light"] .industry-acc-btn{
    color: #000 !important;
        background-color: #F7F8FB !important;
}
[data-theme="light"] .startup-image-wrapper img{
        background: #1d1d1d;
}
[data-theme="light"] .home-client-slider-ltr img,
[data-theme="light"] .home-client-slider-rtl img{
    filter: none;
    opacity: 1;
}
[data-theme="light"] .accordion-item::before{
    background: #fff;
}
[data-theme="light"] .home-client-slider-ltr .swiper-slide,
[data-theme="light"] .home-client-slider-rtl .swiper-slide{
    border-right: 1px solid rgba(0,0,0,0.3);
}
[data-theme="light"] .startup-description{
    color: #636060;
}
[data-theme="light"] .startup-gradient{
    background: #3f93d2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
[data-theme="light"] .expert-flip-card-front,
[data-theme="light"] .expert-flip-card-back{
    border: 1px solid #acacac;
    background-color: #F7F8FB;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) !important;
}
[data-theme="light"] .accordion-item{
   background-color: #F7F8FB !important;
    border: 1px solid #e0e0e0 !important;
    background-image: none !important;
    margin-bottom: 15px !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: none !important;
}

[data-theme="light"] .home-accordion .accordion-button{
    color: #000;
}
[data-theme="light"] .accordion-button::after{
    background: #000;
    color: #fff;
}
[data-theme="light"] .btn{
    background-color: #3f93d2;
    color: #fff;
    border: none;
}
[data-theme="light"] .btn:hover{
    background-color: #000;
    color: #fff;
}
[data-theme="light"] .webshark-item .text-muted{
    color: #636060 !important;
}
[data-theme="light"] .text-muted-custom{
    color: #636060 !important;
}
[data-theme="light"] .standard-icon svg{
    stroke: #000;
}
[data-theme="light"] .underline-white{
    color: #000;
    background-image: linear-gradient(45deg, #80c9ff 100%, #80c9ff 0);
}

[data-theme="light"] .main-slider{
    background-repeat: no-repeat;
    background-image: url(https://webshark.b-cdn.net/webshark2026/img/home/light-theme-banner.webp);
    background-size: cover;
    background-blend-mode: initial;
    padding: 50px 15px 15px 15px;
        width: 100%;
    max-width: 100%;
}
[data-theme="light"] .mask-text{
    background: #fff;
    background-size: cover;
    background-position: center center;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}
[data-theme="light"] .about-content{
    color: #636060;
}
[data-theme="light"] .line-reel span{
    color: #fff !important;
}
[data-theme="light"] .webshark-story-section,
[data-theme="light"] .standard-section{
    background-color: #F7F8FB;
}
[data-theme="light"] .startup-section{
        padding: 40px 0 40px 0;
    background: #F7F8FB;
    margin-top: 60px;
}

[data-theme="light"] .expert-cards{
        background-color: #fff;
}
[data-theme="light"] .knockout-wrapper{
    mix-blend-mode: plus-lighter;
    background-color: transparent;
}
[data-theme="light"] .story-headline{
    background: linear-gradient(to right, #000000 30%, #4b4b4b 60%, #000000 80%);
    background-clip: text;
    background-size: 200% auto;
}
[data-theme="light"] .home-client-title{
    background: linear-gradient(to right, #000000 30%, #4b4b4b 60%, #000000 80%);
     background-clip: text;
    background-size: 200% auto;
}
[data-theme="light"] .industry-homeheading{
    background: linear-gradient(to right, #000000 30%, #4b4b4b 60%, #000000 80%);
       background-clip: text;
    background-size: 200% auto;

}
[data-theme="light"] #main_video{
    display: none;
}
[data-theme="light"] .portfolio-icon{
    color: #fff;
}

[data-theme="light"] .text-mask{
        background-color: transparent;
            position: relative;
                padding-bottom: 15px;
}
[data-theme="light"] .home-clientlogo-item img{
    filter: none;
    opacity: 1;
}