.product-tab-wrapper {
  display: flex;
  justify-content: center;
}

.contentTab2 .product-tab-container .tab-padding {
  padding-bottom: 45px;
}

.contentTab2 .product-tab-container .tab-buttons {
  position: relative;
  border-bottom: 2px solid #9d9d9d;
}

.contentTab2 .product-tab-container .row {
  --bs-gutter-x: 3.5rem;
}

.contentTab2 .product-tab-container .tab-buttons .tab-button {
  padding: 8px 50px;
  cursor: pointer;
  color: #9d9d9d;
  background: transparent;
  border: none;
  font-size: 24px;
  font-weight: 600;
}

.contentTab2 .product-tab-container .tab-buttons .tab-button.active {
  color: #191919;
  font-size: 24px;
  font-weight: 600;
}

.contentTab2 .product-tab-container .slider {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #000;
  transition: left 0.3s ease, width 0.3s ease;
}

.contentTab2 .product-tab-container .tab-contents-wrapper {
  overflow: hidden;
}

.contentTab2 .product-tab-container .tab-contents {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.contentTab2 .product-tab-container .tab-contents .product-tab-content {
  flex: 0 0 100%;
  display: block;
  width: 100%;
}

.contentTab2 .product-tab-container .tab-contents .product-tab-content .top,
.contentTab2 .product-tab-container .tab-contents .product-tab-content .bottom{
 padding-bottom: 60px;
}



.contentTab2 .product-tab-container .tab-contents .product-tab-content.active {
  display: block;
}

.contentTab2 .product-tab-container .tab-contents .tab-content-image-top {
  display: block;
}

.contentTab2 .product-tab-container .tab-contents .tab-content-container2 img {
  width: 100%;
}


.contentTab2 .product-tab-container .tab-contents .bottom_content {
  margin-top: 40px;
  font-weight: 400;
  line-height: 28px;
  color: #494949;
  font-size: 18px;
}

.contentTab2
  .product-tab-container
  .tab-contents
  .content-title
  .content-subtitle {
  font-size: 24px;
  letter-spacing: 1.52px;
  color: #191919;
  margin-bottom: 24px;
  font-weight: 500;
  padding-left: 12px;
  font-weight: 600;
}

.contentTab2 .product-tab-container .tab-contents .content-title {
  font-size: 24px;
  letter-spacing: 1.52px;
  color: #191919;
  margin-bottom: 24px;
  font-weight: 600;
}

.contentTab2 .product-tab-container .tab-contents .content-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #494949;
  margin-bottom: 24px;
}

.contentTab2 .product-tab-container .tab-contents .content-body .content-body-samll{
  font-size: 13px;
  font-weight: 300;
  color: #727272;
  line-height: 17px;
  padding-top: 11px;
}

.contentTab2 .product-tab-container .tab-contents .content-button .custom-btn {
  height: 42px;
  background-color: #fff;
  color: #000;
  border: #000 1px solid;
  padding: 9px 40px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  width: max-content;
  font-size: 17px;
  letter-spacing: 1.33px;
  margin-right: 20px;
}

.contentTab2
  .product-tab-container
  .tab-contents
  .content-button
  .custom-btn-blue {
  background-color: #027299;
  border-color: #027299;
  color: #fff;
} 

.contentTab2
  .product-tab-container
  .tab-contents
  .content-button
  .custom-btn:hover {
  background-color: #000;
  color: #fff;
}

.contentTab2
  .product-tab-container
  .tab-contents
  .content-button
  .custom-btn-blue:hover {
  background-color: #000;
}


.content-body-samll {
  max-height: 0; 
  opacity: 0; 
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

.content-body-samll.expanded { 
  max-height: 500px; 
  opacity: 1;
}

.content-toggle-icon {
  text-align: center;
  padding-bottom: 30px;
}
.toggle-icon {
  width: 20px; 
  height: 20px;
  cursor: pointer;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}


.toggle-icon.rotated {
  transform: rotate(180deg);
}





@media screen and (max-width: 1439px) and (min-width: 1023px) {
  .contentTab2 .product-tab-container .tab-buttons .tab-button {
    padding: 8px 40px;
    font-size: 20px;
  }
  .contentTab2 .product-tab-container .tab-buttons .tab-button.active {
    font-size: 20px;
  }
  .contentTab2 .product-tab-container .tab-contents .content-button .custom-btn-white{
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .contentTab2 .product-tab-container .tab-buttons .tab-button {
    padding: 8px 20px;
    font-size: 17px;
  }
  .contentTab2 .product-tab-container .tab-buttons .tab-button.active {
    font-size: 17px;
  }
  .contentTab2 .product-tab-container .tab-contents .content-button .custom-btn{
    padding: 9px 35px;
  }
  .contentTab2 .product-tab-container .tab-contents .content-button .custom-btn-white{
    margin-top: 15px;
  }
}


@media screen and (max-width: 991px) {
  .contentTab2 .product-tab-container .tab-contents .tab-content-image-top {
    display: block;
    padding-right: 0px;
  }
  .contentTab2 .product-tab-container .row{
    margin: 0;
  }

  .contentTab2 .product-tab-container .tab-contents .tab-content-image-bottom {
    display: block;
    padding-right: 0px;
  }

  .contentTab2 .product-tab-container .tab-contents .tab-content-image-2-top {
    display: none;
  }

  .contentTab2 .product-tab-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .contentTab2 .product-tab-container .tab-contents .tab-content-container1 {
    padding: 15px 0 0 0 ;
   

  }  

  .contentTab2 .product-tab-container .tab-padding {
    padding-bottom: 9px;
  }

  .contentTab2 .product-tab-container .tab-contents .content-button {
    display: flex;
    justify-content: center;
  }

  .contentTab2
    .product-tab-container
    .tab-contents
    .content-button
    .custom-btn {
    font-size: 10.85px;
    height: 26px;
    padding: 4px 25px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
  .contentTab2 .product-tab-container .row {
    --bs-gutter-x: 0.6rem;
  }
  .contentTab2 .product-tab-container .tab-contents .bottom_content {
    font-size: 10px;
    line-height: 17px;
    margin-top: 21px;
  }
  .contentTab2 .product-tab-container .tab-contents .content-title {
    font-size: 15px;
    margin-bottom: 8px;
    text-align: center;
  }

  .contentTab2
    .product-tab-container
    .tab-contents
    .content-title
    .content-subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .contentTab2 .product-tab-container .tab-contents .content-body {
    font-size: 13px;
    margin-bottom: 13px;
    line-height: 1.7;
    text-align: center;
  }

  .contentTab2 .product-tab-container .tab-contents .content-body .content-body-samll{
    font-size: 11px;
    line-height: 12px;
  }

  .contentTab2 .product-tab-container .tab-buttons .tab-button{
    padding: 8px 10px;
    font-size: 16px;
  }

  .contentTab2 .product-tab-container .tab-buttons .tab-button.active{
    font-size: 16px;
  }
  .contentTab2 .width-container{
    width: 100% !important;
  }
}


@media (max-width: 991px) {
  .row.top {
      display: flex;
      flex-direction: column; 
      align-items: center;
  
  }

  .tab-content-container2 {
      order: -1; 
  }

  .tab-content-container2 img {
      max-width: 100%;
      height: auto;
  }

  .content-toggle-icon {
    padding-bottom: 23px;
  }
  .toggle-icon {
    width: 15px; 
    height: 15px;
  }

  .tab-buttons {
    display: flex;             
   width: 100%;
    overflow-x: auto;          
    white-space: nowrap;        
    scrollbar-width: none;      
    -ms-overflow-style: none;  
  }

  .tab-buttons::-webkit-scrollbar {
    display: none;             
  }
  .tab-button {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;      
  }

  .width-container{
    width: 100% !important;
  }


}

@media screen and (max-width: 500px) and (min-width: 320px) {
  .contentTab2 .justify-content-center{
    justify-content: normal !important;
  }
}

