:root{
   --yellow:#ffcc00;
   --dark:#2e2e2e;
   --bcwwDefault: #404040;
   --bg:#F2F2ED;
   --bg-footer:#FFFF;
   --bs-body-font-size:1rem;
   --fontHum521b:'Hum521b',Arial,Helvetica,sans-serif;
   --fontHum521n:'Hum521n',Arial,Helvetica,sans-serif;
}
@font-face {
    font-family: 'Humanst531 BT';
    src: url('../fonts/Humanist531BT-BoldA.woff2') format('woff2'),
        url('../fonts/Humanist531BT-BoldA.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

 

body{font-weight: bold; font-style: normal; font-family:var(--fontHum521n); background:var(--bg);color:#2e2e2e}
h2{ font-family: 'Humanst531 BT'; margin-bottom:.5rem;padding-bottom:0}
body .home-page .innerCon .container{max-width:1500px}
body .home-page .section{padding:90px 0}

.bcww-header{padding:0px 0}
.bcww-header .navbar {padding-top:0;}
.bcww-header .navbar-toggler{border:none}
.bcww-header .navbar-nav{margin-left:auto}
.bcww-header .nav-right{margin-left:1.5rem}
#animBannerHolder{pointer-events:none}
.bcww-header .header-inner{position:relative;display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between;width:100%}
.bcww-header .navbar-brand{padding:0;margin:0}
.bcww-header .navbar-nav .nav-item{margin-right:15px}
.bcww-header .navbar-nav .nav-item:last-child{margin-right:0}
.bcww-header .navbar-nav .nav-item .nav-link{font-size:18px;color:var(--bcwwDefault)}
.bcww-header .navbar-nav .nav-item .nav-link:hover,.bcww-header .navbar-nav .nav-item .nav-link:focus{color:var(--bcwwYellow)}
.bcww-header .navbar-nav .dropdown-menu{border-radius:0;border:0}
.bcww-header .navbar-nav .dropdown-menu li{margin-bottom:4px}
.bcww-header .navbar-nav .dropdown-menu li:last-child{margin-bottom:0}
.bcww-header .navbar-nav .dropdown-menu .dropdown-item{font-size:16px;color:var(--bcwwDefault)}
.bcww-header .navbar-nav .dropdown-menu .dropdown-item:hover,.bcww-header .navbar-nav .dropdown-menu .dropdown-item:focus{color:var(--bcwwYellow);background-color:transparent}
.bcww-header .dropdown-toggle::after{border:0;content:"\f078";font-family:"Font Awesome 6 Free";font-weight:900;font-size:13px;color:var(--bcwwDefault);margin-left:10px}
.bcww-header .menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:var(--bcwwYellow);color:var(--bcwwDefault);border-radius:50%;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;cursor:pointer;margin-left:5px}
.bcww-header .menu-toggle:hover,.bcww-header .menu-toggle:focus{background-color:var(--bcwwDefault);color:var(--bcwwYellow)}
.bcww-header .nav-right .menu-toggle{display:none}

body .home-page .title-2026{font-size:clamp(24px,3vw,46px);font-weight:700;text-align:center;margin-bottom:0;    line-height: 99%;}
body .home-page .subtitle{font-size:27px;color:#666;margin:0 auto 0;text-align:center}
body .home-page .solution-card{background:#fff;border-radius:28px;padding:32px 22px;text-align:center;height:100%;transition:.3s ease}
body .home-page .solution-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}
body .home-page .solution-card img{height:100px;margin-bottom:20px}
body .home-page .solution-title{font-size:18px;font-weight:600;line-height:1.25}
body .home-page .cta{background:var(--dark);color:var(--yellow);border-radius:50px;padding:17px clamp(18px,2.4vw,36px);text-decoration:none;font-weight:500;display:inline-block;font-size:clamp(16px,1.6vw,25px); border: 1px solid var(--dark); }
body .home-page .cta:hover{color:var(--dark); background-color:var(--yellow);box-shadow:0 0 0 6px #f5b40026; }
body .home-page .story-card{position:relative;border-radius:24px;overflow:hidden;cursor:pointer;transition:.35s ease}
body .home-page .story-card img{width:100%;height:100%;object-fit:cover}
body .home-page .play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center; top:66%;}
body .home-page .play span{width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;transition:.3s ease}
body .home-page .story-card:hover .play span{transform:scale(1.15)}
body .home-page .name{font-weight:600;margin-top:16px}
body .home-page .role{font-size:14px;color:#666;line-height:1.4}
body .home-page .watch-more{background:#fff;border-radius:24px;height:100%; display:flex; height:0;align-items:center;justify-content:center;text-align: center;font-weight:600;transition:.3s ease;padding:24.54%; /* padding:35% */}
body .home-page .watch-more:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}
body .home-page [data-video-id]{cursor:pointer}
body .home-page .story-video-card,body .home-page .latest-card{border-radius:28px;overflow:hidden; transition:.35s ease;position:relative}
body .home-page .story-card:hover,body .home-page .story-video-card:hover,body .home-page .latest-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}
body .home-page .play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:26px;z-index:2}
body .home-page .play-btn::before{content:"";width:64px;height:64px;background:#fff;border-radius:50%;position:absolute;transition:.3s ease;z-index:-2}
body .home-page .play-btn.small::before{width:48px;height:48px;z-index:-1}
body .home-page .story-video-card:hover .play-btn::before,body .home-page .latest-card:hover .play-btn::before{transform:scale(1.1)}
body .home-page .name-tag{position:absolute;bottom:20px;left:20px;background:#f5b400;padding:14px 20px;border-radius:14px;font-size:14px}
body .home-page .new-badge{position:absolute;bottom:12px;right:12px;background:#f5b400;padding:6px 10px;font-size:12px;border-radius:20px}
body .home-page .carousel-indicators button{width:8px;height:8px;border-radius:50%;background:#ccc}
body .home-page .carousel-indicators .active{background:#f5b400}
body .home-page .clients-row img{max-height:70px}
body .home-page .divider{width:1px;height:40px;background:#ccc}
body .home-page .view-all{font-weight:600;font-size:14px;line-height:1.3}
body .home-page .view-all .plus{font-size:28px}
body .home-page .news-img,body .home-page .news-text{display:flex;align-items:center;gap:10px}
body .home-page .contact-card{background:#fff;border-radius:36px;padding:48px 42px}
body .home-page .contact-intro{font-size:30px;margin-bottom:32px;color:#333}
body .home-page .form-label{font-weight:500;margin-bottom:8px}
body .home-page .form-line{border:none;border-bottom:1px solid #ccc;border-radius:0;padding-left:0;padding-right:0}
body .home-page .form-line:focus{box-shadow:none;border-color:#2e2e2e}
body .home-page .submit-btn{margin-top:20px}
body .home-page .contact-info h4{font-weight:600;margin-bottom:24px}
body .home-page .contact-info p{font-size:24px;line-height:1.6;color:#333}
body .home-page .global-card{background:#fff;border-radius:28px; }
body .home-page #faq{max-width:1060px}
body .home-page .faq-accordion .accordion-item{background:#fff;border:none;border-radius:36px;margin-bottom:20px}
body .home-page .faq-accordion .accordion-button{font-weight:700;padding:24px 28px;font-size:22px;border-radius:36px;background:#fff;color:#404040}
body .home-page .faq-accordion .accordion-button:focus{box-shadow:none}
body .home-page .faq-accordion .accordion-body{padding:0 28px 24px;font-size:22px;color:#757575}
body .home-page .faq-accordion .accordion-button::after{content:"+";font-size:32px;font-weight:600;color:#fff;background-color:#2e2e2e;background-image:none;transform:none;border-radius:50%;width:50px;height:50px;padding:1px 0 0 12px}
body .home-page .faq-accordion .accordion-button:not(.collapsed)::after{content:"−"}
body .home-page .faq-accordion .accordion-item{border-radius:36px!important;overflow:hidden}
body .home-page .faq-accordion .accordion-item:first-of-type,body .home-page .faq-accordion .accordion-item:last-of-type{border-radius:36px!important}
body .home-page .faq-accordion .accordion-button{border-radius:36px!important}
body .home-page .faq-accordion .accordion-button:not(.collapsed){border-radius:36px 36px 0 0!important; box-shadow: none;}
body .home-page .faq-accordion .accordion-collapse{border-radius:0 0 36px 36px!important}
body .home-page .news-wrapper{display:flex;gap:24px;align-items:center;padding-bottom:10px}
body .home-page .news-item{display:flex;align-items:center;gap:10px}
body .home-page .news-item img{width:100px;height:100px;border-radius:50%;object-fit:cover;flex-shrink:0}
body .home-page .news-item p{margin:0;font-size:22px;line-height:1.4;color:#333;text-align:left; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; overflow: hidden;}
body .home-page .more-news{display:flex;align-items:center;gap:10px;min-width:200px;/* cursor:pointer */}
body .home-page .more-news .plus{width:99px;height:99px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;box-shadow:0 2px 6px #0000001a}
body .home-page .more-news span{font-weight:700;color:#333;white-space:nowrap}

.video-modal .modal-content{background-color:#000;position:relative;transform:none;left:auto;top:auto;height:auto;padding:0}
.video-modal .modal-header{border:0}
.form-control {font-size:1rem}

@media screen and (max-width:1200px) {
.bcww-header .navbar-nav{margin-top:1rem}
.bcww-header .nav-right{position:absolute;right:0;top:5px}
.bcww-header .nav-right .menu-toggle{display:inline-flex}
.bcww-header .navbar-nav .dropdown-menu{max-height:300px;overflow:hidden;overflow-y:auto}
.bcww-header .navbar-nav .dropdown-menu .dropdown-item{padding:5px 0}
body .home-page .solution-card img {height: 75px;}
}

@media screen and (max-width:1199.98px) {
.bcww-header .menu-toggle{width:32px;height:32px;font-size:14px}
/* body .home-page .news-item{align-items:normal;} */
}

@media screen and (max-width:767.98px) {
.bcww-header .nav-right .btn-bcww-primary{position:fixed;width:100%;left:0;bottom:0}
h2>br, .watch-more  br{display:none;}

}

@media (max-width: 600px) {
body .home-page .news-item{min-width:220px;margin-bottom:14px; align-items:center;}
body .home-page .news-item p{font-size:18px}
}
#animBannerHolder{top:60px;height:115px}

/* footer */
.alt-ftr-wrapper {
background-color: var(--bg-footer);
padding-top: 60px;
}
.alt-ftr-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.alt-ftr-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.alt-ftr-col {
flex: 0 0 18%;
margin-bottom: 30px;
}
.alt-ftr-heading {
font-size: 30px;
font-family: var(--fontHum521b);
color: var(--bcwwDefault);
margin-bottom: 1.5rem;
}
.alt-ftr-mt {
margin-top: 40px;
}
.alt-ftr-list {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
.alt-ftr-list li {
margin-bottom: 13px;
}
.alt-ftr-list li a {
text-decoration: none !important;
color: #A7A9AC;
font-size: 15px;
transition: color 0.3s;
font-family: var(--fontHum521n);
font-weight: 100;
}
.alt-ftr-list li a:hover {
color: var(--yellow)
}
.alt-ftr-social-grid {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px 5px;
}
.alt-ftr-social-grid li a {
text-decoration: none !important;
color: #A7A9AC;
font-size: 15px;
transition: color 0.3s;
font-family: var(--fontHum521n);
font-weight: 100;
}
.alt-ftr-badge {
background-color: var(--yellow);
color: var(--bcwwDefault);
font-size: 8px;
padding: 2px 6px;
border-radius: 12px;
text-transform: uppercase;
margin-left: 5px;
vertical-align: middle;
}
.alt-ftr-wave {
margin-top: 40px;
line-height: 0;
position: relative;
}
.alt-ftr-wave img {
width: 100%;
display: block;
}
.alt-ftr-copyright-flex {
position: absolute;
bottom: 25px;
right: 5%;
display: flex;
gap: 35px;
z-index: 5;
}
.alt-ftr-copyright-flex a {
display: inline-block;
font-size: 14px;
color: var(--bg-footer);
margin-right: 1rem;
text-decoration: none;
font-family: var(--fontHum521n);
}
.alt-ftr-copyright-flex a:hover {
color: var(--yellow);
}
@media (max-width: 991px) {
.alt-ftr-col { flex: 0 0 45%; }
}
@media (max-width: 767px) {
.alt-ftr-copyright-flex {
right: 0;
left: 0;
justify-content: center;
bottom: 15px;
}
}
@media (max-width: 575px) {
.swiper-pagination.bottom{margin-top:10px}
.alt-ftr-col { flex: 0 0 100%; }
}
/* --- Hero--- */
/* .hero-container{
   width: 1000px !important;
} */
.hero-case-study h1 {
color: var(--bcwwDefault);
font-family: var(--fontHum521n);
font-weight: 700;
font-size: clamp(30px,3vw,45px); text-align:left;
}



.hero-case-study .subtitle-bcww{font-size: 30px; font-size: clamp(24px,2.66vw,40px);font-family: var(--fontHum521n);}
.hero-case-study .parabcww{font-size: clamp(20px,1.8vw,27px);  font-family: var(--fontHum521n);}

.slider-container-main {
position: relative;
padding-right: 125px;
}
.slider-window {
overflow: hidden;
width: 100%;
border-radius: 25px;
}
.slider-track {
display: flex;
transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.case-study-card {
min-width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.card-image-wrapper {
width: 100%;
max-width: 100%;
}
.card-image-wrapper img {
width: 100%;
border-radius: 25px;
display: block;
}
.card-caption {
font-size: 18px;
font-family: var(--fontHum521n);
text-align: center;
margin-top: 25px;
max-width: 100%;
color: var(--bcwwDefault);
}
.next-arrow-fixed {
position: absolute;
right: 0;
top: 0;
height: 75%;
width: 90px;
background: #fff;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 10px 0 30px rgba(0,0,0,0.08);
cursor: pointer;
z-index: 20;
transition: all 0.3s ease;
}
@media (min-width: 992px) {
}
.arrow-img {
width: 50px;
}
.slider-dots {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 5px;
}
.dot {
width: 10px;
height: 10px;
background: #ddd;
border-radius: 50%;
cursor: pointer;
}
.dot.active {
background: var(--yellow);
width: 10px;
border-radius: 20px;
}
@media (max-width: 991px) {
.next-arrow-fixed { display: none; }
.slider-container-main { padding-right: 0; }
body .home-page .title-2026 {font-size:30px}
body .home-page .subtitle {font-size:18px}
body .home-page .watch-more {padding:40px;}

}


/* dots */
.slider-container-work{
overflow: hidden;
position: relative;
}
.slider-track-work {
transition: transform 0.5s ease-in-out;
display: flex;
}
.slider-item-work {
flex: 0 0 33.333%;
}
@media (max-width: 768px) {
.slider-item-work { flex: 0 0 100%; }
}
.nav-indicator {
width: 8px;
height: 8px;
background-color: #ddd;
border-radius: 50%;
margin: 0 6px;
cursor: pointer;
transition: all 0.3s ease;
border: none;
padding: 0;
}
.nav-indicator.is-active {
background-color: var(--yellow);
transform: scale(1.2);
width: 8px;
height: 8px;
}

.gptw_certificate {position:static}
@media screen and (max-width: 1200px) {
.gptw_certificate {position:absolute}
.gptw_certificate {right: 40px;}
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
    .bcww-container {
        max-width:initial;
    }
}

label {display:none;}