.bd-portfolio-wrapper {
  display: flex;
  gap: 20px;
}
.bd-portfolio-left { width: 25%; }
.bd-portfolio-right { width: 75%; }

.bd-dev-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #0a0020, #7a003c);
  color: #fff;
  margin-bottom: 0px;
}

/*.bd-taxonomy-list { list-style: none; padding: 0; }*/
/*.bd-taxonomy-list li {*/
/*  padding: 10px;*/
/*  cursor: pointer;*/
/*  border-bottom: 1px solid #ddd;*/
/*}*/
/*.bd-taxonomy-list li.active { color: orange; }*/

/* =========================
   WRAPPER
========================= */
.bd-portfolio-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* =========================
   PARENT BUTTON (CATEGORY)
========================= */
.bd-dev-btn {
  width: 100%;
  padding: 14px 16px;
  background: linear-gradient(135deg, #1a0033, #7a003c);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.bd-dev-btn::after {
  content: "›";
  position: absolute;
  right: 15px;
  font-size: 18px;
  transition: 0.3s;
}

/* active state */
.bd-dev-btn.active {
    background: linear-gradient(135deg, #1a0033, #7a003c);
}

.bd-dev-btn.active::after {
  transform: rotate(90deg);
}

/* hover */
.bd-dev-btn:hover {
  transform: translateY(-2px);
}
p.heading-custom-cls {
    font-size: 32px !important;
    color: #fff !important;
    font-weight: 600 !important;
}

/* =========================
   CHILD LIST
========================= */
.bd-taxonomy-list {
    list-style: none;
    padding: 8px 10px;
    margin: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: none;
    height: 175px;
    overflow-y: auto;
    scrollbar-width: thin;
}

/* show when active */
.bd-dev-btn.active + .bd-taxonomy-list {
  display: block;
}

/* child items */
.bd-taxonomy-list li {
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
}

/* hover effect */
.bd-taxonomy-list li:hover {
  background: #f5f5f5;
}

/* active child */
.bd-taxonomy-list li.active {
  background: #EA5F23;
  color: #fff;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {

  .bd-dev-btn {
    font-size: 15px;
    padding: 12px;
  }

  .bd-taxonomy-list li {
    font-size: 13px;
  }
}

/* =========================
   MOBILE (SCROLLABLE TABS)
========================= */
@media (max-width: 767px) {

  .bd-portfolio-left {
    flex-direction: column;
    gap: 10px;
  }

  .bd-dev-btn {
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    font-size: 14px;
  }

  /* hide by default */
  .bd-taxonomy-list {
    display: none;
    margin-top: 5px;
  }

  /* show when active */
  .bd-dev-btn.active + .bd-taxonomy-list {
    display: block;
  }

  .bd-taxonomy-list li {
    font-size: 13px;
    padding: 10px;
  }
}


/**/

.bd-portfolio-card {
  display: flex;
  background: linear-gradient(135deg,#1a0033,#6a0033);
  border-radius: 20px;
  padding: 30px;
  color: #fff;
}
.bd-portfolio-image { width: 50%; }
.bd-portfolio-image img { width: 100%; }
.bd-portfolio-content { width: 50%; padding-left: 30px; }

.bd-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: orange;
  color: #fff;
  border-radius: 20px;
}
#bd-portfolio-slider {
  width: 100%;
}

.bd-portfolio-card {
  display: flex !important;
}

.bd-portfolio-image img {
    border-radius: 20px;
}

/* space between slides */
#bd-portfolio-slider .slick-slide {
  margin: 0 10px;
}

@media (max-width: 1024px) {
    
    .bd-portfolio-image {
    width: 100%;
}

.bd-portfolio-content {
    width: 100%;
    padding-left: 0px;
}

.bd-portfolio-card {
    flex-wrap: wrap;
}

.bde-shortcode .bd-portfolio-card {
    padding: 0px !important;
    color: #fff;
}

.bd-portfolio-content {
    padding: 25px;
}

.bd-portfolio-content p {
    font-size: 15px;
    line-height: 28px;
}

.bd-btn {

    font-size: 20px;

}

.bde-shortcode .bd-slider-nav {
    top: 93% !important;
    right: 4% !important;
}

button.slick-arrow {
    width: 36px !important;
    height: 36px !important;
    font-size: 32px !important;
}

.bd-portfolio-content {
    margin-top: 20px !important;
}

.bd-portfolio-image img {
    border-radius: 15px !important;
     height: 350px !important;
    object-fit: cover;
    width: 100%;
    object-position: top;
}


}

@media (max-width: 767px) {
    
.bd-portfolio-wrapper {
    flex-wrap: wrap;
}

.bd-portfolio-left {
    width: 100%;
}

.bd-portfolio-right {
    width: 100%;
}

.bde-shortcode .bd-portfolio-card {
    padding:0px;
}

.bd-portfolio-image {
    width: 100%;
}

.bd-portfolio-content {
    width: 100%;
    padding-left: 0px;
}

.bd-portfolio-card {
    flex-wrap: wrap;
}

.bde-shortcode .bd-portfolio-card {
    padding: 0px !important;
    color: #fff;
}

.bd-portfolio-content {
    padding: 25px;
}

.bd-portfolio-content p {
    font-size: 15px;
    line-height: 28px;
}

.bd-btn {

    font-size: 20px;

}

.bde-shortcode .bd-slider-nav {
    top: 93% !important;
    right: 4% !important;
}

button.slick-arrow {
    width: 36px !important;
    height: 36px !important;
    font-size: 32px !important;
}
.bd-portfolio-content {
    margin-top: 20px !important;
}

.bd-portfolio-image img {
    border-radius: 15px !important;
}

}

/*website portfolio css start*/

/*========================
LAYOUT
========================*/

.wh-main-wrapper{
    display:flex;
    gap:40px;
    align-items:flex-start;
}

.wh-sidebar{
    width:320px;
    flex-shrink:0;
    position:sticky;
    top:140px;
}

.wh-content-area{
    width:calc(100% - 320px);
}

/*========================
ACCORDION
========================*/

.wh-parent-item{
    border-radius:18px;
    overflow:hidden;
    margin-bottom:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.06);
}

.wh-parent-btn{
    width:100%;
    border:none;
    background:#5b004f;
    color:#fff;
    padding:15px 25px;
    font-size:20px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}

.wh-parent-btn::after{
    content: "›";
    font-size:22px;
    transition:0.3s;
}

.wh-parent-item.active .wh-parent-btn::after{
    transform:rotate(90deg);
}

/*========================
CHILD TABS
========================*/

.wh-child-tabs{
    display:none;
    flex-direction:column;
    background:#fff;
    gap:10px;
    padding:15px;
    max-height:280px;
    overflow-y:auto;
}

.wh-parent-item.active .wh-child-tabs{
    display:flex;
    background:#fff;
}

.wh-child-tabs::-webkit-scrollbar{
    width:5px;
}

.wh-child-tabs::-webkit-scrollbar-thumb{
    background: #ea5f23;
    border-radius:20px;
}

.wh-child-btn{
    border:none;
    background:transparent;
    text-align:left;
    padding:14px 18px;
    border-radius:10px;
    cursor:pointer;
    font-size:17px;
    font-weight:500;
    transition:0.3s;
}

.wh-child-btn:hover{
    background:#f3f4f6;
}

.wh-child-btn.active{
    background:#f26422;
    color:#fff;
}

/*========================
CONTENT
========================*/

.wh-child-content{
    display:none;
}

.wh-child-content.active{
    display:block;
}

/*========================
CARD
========================*/

.wh-card{
    display:flex;
    gap:30px;
    align-items:stretch;
    background:linear-gradient(90deg,#021b3a,#5d0078);
    padding:30px;
    border-radius:25px;
    margin-bottom:40px;
}

.wh-card:nth-child(even){
    flex-direction:row-reverse;
}

/*========================
IMAGE
========================*/

.wh-image{
    width:40%;
}

.wh-image img {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    object-position: top;
}

/*========================
CONTENT BOX
========================*/

.wh-content{
    width:60%;
    background:#fff;
    padding:35px;
    border-radius:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.wh-content p.heading-web-title{
    font-size:38px !important;
    margin-bottom:20px;
    line-height:1.2;
    font-weight: 600;
    color:#000;
}

.wh-content p{
    line-height:1.8;
}

/*========================
TABLET
========================*/

@media(max-width:991px){
    
     .wh-sidebar{
        position:relative;
        top:auto;
        width:100%;
    }

    .wh-main-wrapper{
        flex-direction:column;
    }

    .wh-sidebar,
    .wh-content-area{
        width:100%;
    }

    .wh-card{
        flex-direction:column !important;
    }

    .wh-image,
    .wh-content{
        width:100%;
    }

}

/*========================
MOBILE
========================*/

@media(max-width:767px){

    .wh-parent-btn{
        font-size:20px;
        padding:18px 20px;
    }

    .wh-child-btn{
        font-size:15px;
        padding:12px 15px;
    }

    .wh-card{
        padding:18px;
        gap:20px;
    }

    .wh-image img{
        min-height:250px;
    }

    .wh-content{
        padding:22px;
    }

    .wh-content p.heading-web-title{
        font-size:26px;
        font-weight: 600;
    }

    .wh-content p{
        font-size:14px;
        line-height:1.7;
    }

}