.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

        .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

     .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

        .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

       .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

     .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
     }

      .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

       .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}   


.row-gap{
    row-gap: 30px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

img,
svg {
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.mb-0{
    margin-bottom: 0 !important;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-30{
    margin-bottom: 30px;
}

.mt-50{
    margin-top: 50px;
}

.all-page ol, .all-page ul {
    padding-left: 1.6rem;
}

.all-page h1 {
    font-size: 36px;
	line-height: 1.4;
}

.all-page h2,
.h2 {
    font-size: 32px;
}

.all-page h3,
.all-page .h3 {
    font-size: 28px;
}

.all-page h4,
.all-page .h4 {
    font-size: 24px;
}

.all-page h5,
.all-page .h5 {
    font-size: 20px;
}

.all-page h6,
.all-page .h6 {
    font-size: 16px;
}

.all-page :is(h2,
h3,
h4,
h5,
h6)
 {
    margin-bottom: 20px !important;
	line-height: 1.5;
}

.mt-40{
    margin-top: 40px;
}

.sticky-top{
    position: relative;
}

.sticky-top img{
    position: sticky;
    top: 100px;
}

 p {
  margin-bottom: 25px;
  }

    input {
  width: 100%;
}

.sec-space{
    margin-top: 80px;
}

.sep-space{
    display: grid;
    gap:30px;
}


p.breadcrumb span {
    display: flex;
    column-gap: 8px;
	flex-wrap:wrap;
}

/* header start */
.scrollto{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}

.home .header{
    position: fixed;
}


.header {
    top: 0;
    width: 100%;
    z-index: 99;
    position: sticky;
}


/* header scrolled */

.bwe-service-logo img {
    width: 115px;
	height:auto;
}

.doc-overlay {
    bottom: 0;
    height: 100vh;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 2;
}

/* nav start*/
nav .menu{
    display: flex;
    align-items: center;
    list-style: none;
    gap:35px;
}

.dropdown{
    position: relative;
}

.dropdown ul{
    position: absolute;
    display: block;
    visibility: hidden;
    padding: 5px;
    z-index: 99;
    transform-origin: top;
    transform: scale(0);
}

 .dropdown ul li{
    padding: 10px;
    min-width: 170px;
    list-style: none;
}

.toggle-slide-btn, .cancel-btn {
    display: none;
    cursor: pointer;
}

/* menu-search */
.menu-search{
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 200px;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}

.cross-icon{
    position: absolute;
    top: 6%;
    right: 4%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-search form{
    width: 40%;
    display: flex;
    padding: 14px;
}

.menu-search input{
     width: 100%;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.menu-search svg{
    cursor: pointer;
}


/* hero start */

.hero{
     height: 700px;
     display: flex;
     align-items: center;
     position: relative;
     padding-top: 70px;
}

.hero .hero-img{
        text-align: right;
}


.hero .hero-img img{
    position: relative;
    z-index: 1;
}

.hero .hero-img::after{
    content: "";
    height: 100%;
    width: 29%;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
}

.circle-img{
position: relative;
}

.hero .hero-img .circle-img::before{
        content: "";
        width: 160px;
        height: 160px;
        position: absolute;
        z-index: 11;
        bottom: 69px;
        left: 3px;
        animation: spin 17s linear infinite;
}

.hero-content p{
    margin-bottom: 30px;
}

.hero-title{
    margin-bottom: 20px;
}

.hero .row{
    align-items: center;
}


/* button start */
.pn-button-wrapper a,button.pn-button-wrapper{
  display: flex;
  align-items: center;
  gap: 1px;
  position: relative;
  width: fit-content;
  padding-inline:0 var(--btn-width);
}

.pn-button-wrapper a:hover,button.pn-button-wrapper:hover{
      padding-inline:var(--btn-width) 0;
}

.pn-btn-icon{
 padding: 17px;
}

.pb-btn-text{
    padding: 18px 34px;
    display: inline-block;
}

.pn-button-wrapper a .main-btn-icon, button.pn-button-wrapper  .main-btn-icon{
    position: absolute;
    right: 0;
    top: 0;
}

.pn-button-wrapper a:hover .main-btn-icon, button.pn-button-wrapper:hover .main-btn-icon{
    scale: 0;
 
}

.duplicate-btn-icon{
   scale: 0;
   position: absolute;
   top: 0;
    left: 0;
}

.pn-button-wrapper a:hover .duplicate-btn-icon, button.pn-button-wrapper:hover .duplicate-btn-icon{
    scale: 1;
}
/* button end */

.toggle-open{
    display: flex;
    align-items: center;
    gap:10px;
    width: 200px;
    justify-content: end;
    cursor: pointer;
}

/* about start */
.about{
    display: grid;
    grid-template-columns: auto 30%;
    align-items: flex-start;
    gap: 50px;
}

.about-gallery{
    gap:15px;
    grid-template-columns: auto auto;
}

.about-left-gallery,.about-right-gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.about-left-gallery{
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 80px;
}

.about-right-gallery{
    align-items: flex-end;
}

.about-left-gallery .gallery-img3{
    margin-bottom: auto;
}

.about-right-gallery .gallery-img1{
 margin-bottom: auto;
}

.about-gallery{
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 50px;
    align-items: flex-start;
}

.sub-heading{
    width: fit-content;
    padding: 6px 20px;
    margin-bottom: 30px;
}


.about-content .sub-heading{
    margin-bottom: 35px;
}

.common-link{
    display: inline-flex;
    gap:10px;
}

.shape-icon{
    position: relative;
}

.shape-icon::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -77px;
    right: 0;
}

/* about end */

/* partner section start */
.partners-sec{
    overflow: hidden;
    display: grid;
    grid-template-columns: auto auto;
}

/* scroll */
 .scroller {
    max-width: 100%;
    margin-block: auto;
  }
  .marquee-list .scroller__inner {
    display: flex;
    gap: 60px;
  }

   .tag-list li {
    display: flex;
    align-items: center;
  }
  .scroller[data-animated="true"] {
    overflow: hidden;
  }

   
  .scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    animation: scroll var(--_animation-duration,40s) var(--_animation-direction,forwards) linear infinite;
    flex-wrap: nowrap;
  }
  .scroller[data-direction="right"] {
    --_animation-direction: reverse;
  }
  .scroller[data-direction="left"] {
    --_animation-direction: forwards;
  }
  .scroller[data-speed="fast"] {
    --_animation-duration: 20s;
  }
  .scroller[data-speed="slow"] {
    --_animation-duration: 60s;
  }
  @keyframes scroll {
    to {
      transform: translate(calc(-30% - 0.5rem));
    }
  }

    .marquee-list {
    overflow: hidden;
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
  }
  /* partner sec end */

  /* product section start */
  .product-sec-content{
    display: grid;
    grid-template-columns: 30% 40%;
    align-items: center;
    gap: 35px;
    margin-bottom: 50px;
}

.product-sec-content p{
    margin-bottom: 0;
}

.our-product,.line-sep{
    position: relative;
}


.line-sep::after{
    content: "";
    position: absolute;
    width: 25%;
    height: 16px;
    display: block;
    top: 32%;
    right: 0;
}
/* product section end */

/* product slider start */

    .swiper {
      width: 100%;
      height: 100%;
    }

    .mySwiper{
        margin-bottom: 50px;
    }

        .product-card{
        padding:15px;
        display: grid;
        gap:16px;
        position: relative;
        overflow: hidden;
    }

    .product-card img{
    width: 100%;
	height: 280px;
    object-fit: cover;
    }

        .product-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap:10px;
    }

        .product-arrow{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* partners project */
.mid-w-content{
    width: 46%;
    margin-inline: auto;
    margin-bottom:50px;
}

.line-sep-left{
    position: relative;
}

.partner-project .line-sep::after{
   left: 0;
   right: unset;
   transform: scaleX(-1);
}

.partner-project .shape-icon::before{
        bottom: 11%;
    right: 4%;
}


/* partner project section start */
.portfolio__slide-2{
    display:grid;
    align-items: center;
    gap:50px;
    grid-template-columns: 50% auto;
}

.portfolio-title a{
    margin-bottom: 10px;
    display: inline-block;
}

.portfolio__slide-2 .slide-img {
    flex-shrink: 0;
}

.portfolio__slide-2 .slide-content {
    padding-inline: 0px 93px;
}


.portfolio__slider-2-pagination .swiper-pagination {
    left: calc(100% - 90px) !important;
    width: 90px !important;
    bottom: unset !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}

.portfolio__slider-2-pagination .swiper-pagination-bullet {
    position: relative;
    width: auto;
    height: auto;
    margin: 10px 0 !important;
    cursor: pointer;
}


.portfolio__slider-2-pagination .swiper-pagination-bullet span {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
}

.portfolio__slider-2-pagination .circle-progress {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 50px;
    height: 50px;
}

/* partner project section end */

/* catalogue start */
.catalogus-sec{
    display: grid;
    grid-template-columns: 1fr auto;
}
.catalogus-sec img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.catalogus-sec-left{
      display: flex;
    justify-content: center;
    flex-direction: column;
    padding:30px;
}
/* catalogue end */

/* blog start */
.blog-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-details {
    display: flex;
    gap: 34px;
}

.blog-content{
    display: flex;
    flex-direction: column;
    gap:16px;
}

.blog-details li:first-child{
    list-style: none;
}

.blog-sec .pn-button-wrapper{
   margin-top: 50px;
    margin-inline: auto;
    width: fit-content;
}

.blog-img img{
    width: 100%;
	height:290px;
}
/* blog end */

/* why choose us start */
.why-choose-us{
    padding-block: 90px;
    max-width: 100%;
    overflow-x: hidden;
    display: grid;
    grid-template-columns: 12% auto;
}

.why-choose-profile{
    margin-block: -34px;
    margin-right: -68px;
    position: relative;
}

.why-choose-profile img{
    transform: rotate(270deg);
}

.why-choose-profile::after,.why-choose-profile::before{
    content: "";
    position: absolute;
    rotate: 358deg;
    z-index: 0;
    border-left: 70px solid transparent;
    right: 0;
}

.why-choose-profile::after{
    top: 0px;
}

.why-choose-profile::before{
    bottom: 0px;
}

.why-choose-card{
    padding:40px 50px;
    position: relative;
    z-index: 2;
}

.why-choose-item {
    display: flex;
    gap: 10px;
}

.why-choose-content{
    display: grid;
    gap:12px;
    padding-left:20px;
}

.why-choose-title{
    margin-bottom: 10px;
}

.why-choose-icon{
    flex-shrink: 0;
}
/* why choose us end */

/* newsletter start */
.news-letter{
    padding-block: 57px;
}


.newletter-form{
    display: grid;
    gap:10px;
    grid-template-columns: 1fr auto;
}

/* footer start */
.footer .company-about{
    padding-top: 68px;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.footer-social-links li{
    padding-block: 38px;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
}

.footer-right{
    padding:45px;
}

.contact-icon{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.contact-details li a{
    display: flex;
    gap:16px;
    align-items: center;
    line-height: 1.6;
}

.contact-details{
    display: grid;
    gap:20px;
}

.footer-links{
    display: flex;
    align-items: center;
    gap: 12px 35px;
    justify-content: flex-end;
    flex-wrap: wrap;
}


    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0;
  bottom: 65px;
  z-index: 996;
  width: 37px;
  height: 40px;
  transition: all 0.4s;
  border:none;
  flex-direction: column;
  color: var(--white);
  padding: 48px 10px;
  gap:10px;
  cursor: pointer;
}

/* contact us start */
.contact-form{
    display: grid;
    gap:16px;
    padding: 30px;
}

.contact-form :is(input,textarea){
    padding:12px 10px;
    width: 100%;
}

.contact-form textarea{
    height: 200px;
}

.img-holder img{
    width: 100%;
    margin-bottom: 30px;
}

.contact-pg-info img{
width: 40px;
}

/* contact us end */

 .pg-header{
        height: 300px;
    }

     .pg-header .container{
        flex-direction: column;
        gap:16px;
    }
        .about-bg .container{
        height: 100%;
    }

    .vrt-btn {
    padding: 10px 16px;
    width: fit-content;
    position: absolute;
    top: 0;
}

.vrt-btn svg {
    width: 18px;
    height: 15px;
}
/* custom start */

/* Lightbox modal styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* Close button */
.lightbox-close {
  position: absolute;
  top: 30px;
  right: 35px;
  cursor: pointer;
}

/* Image inside the lightbox */
.lightbox-content {
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  user-select: none;
}
