/**
 * @file
 * Subtheme specific CSS.
 */
/* 
    Created on : 12 Sep 2024, 22:28:16
    Author     : BDT
*/
/* Common Style Start */
img, iframe {
    max-width: 100%;
}

img {
    height: auto;
}

.bdt-allowash-technology-section,
.bdt-allowash-technology-section .bdt-allowash-banner-wrapper {
    width: 100%;
}

.bdt-allowash-technology-section .bdt-allowash-banner-wrapper {
    flex: 0 0 100%;
}

.bdt-allowash-sterilization-section .bdt-info-boxes,
.bdt-allowash-technology-section .bdt-allowash-banner-wrapper {
    display: flex;
}

.bdt-allowash-sterilization-section .bdt-info-boxes,
.bdt-allowash-technology-section .bdt-allowash-banner-wrapper {
    justify-content: center;
}

.bdt-allowash-technology-section .bdt-allowash-banner-wrapper {
    align-items: center;
}

.bdt-allowash-sterilization-section .bdt-info-boxes,
.bdt-allowash-technology-section .bdt-allowash-banner-wrapper {
    align-content: center;
}

.bdt-allowash-sterilization-section .bdt-info-boxes {
    align-items: flex-start;
}

.bdt-allowash-technology-section .bdt-allowash-banner-wrapper {
    gap: 20px;
}

.bdt-allowash-technology-section .bdt-allowash-banner-content .bdt-allowash-banner-title,
.bdt-allowash-technology-section .bdt-allowash-banner-content .bdt-allowash-banner-subtitle,
.bdt-allowash-technology-section .bdt-allowash-banner-content .bdt-allowash-banner-split {
    margin-bottom: 10px !important;
}

.bdt-allowash-sterilization-section,
.bdt-allowash-sterilization-section h2, .bdt-allowash-sterilization-section p {
     color: #FFFFFF;
}

.bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info .bdt-allowash-product-title,
.bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info .bdt-allowash-product-desc p,
.bdt-allowash-video-section .bdt-allowash-video-wrapper .bdt-allowash-video-content p,
.bdt-allowash-technology-section .bdt-allowash-banner-content .bdt-allowash-banner-description,
.bdt-allowash-technology-section .bdt-allowash-banner-content .bdt-allowash-banner-subtitle {
    color: #003768;
}

.bdt-allowash-sterility-process-section .bdt-allowash-sterility-process-wrapper .bdt-allowash-sterility-process-title,
.bdt-allowash-technology-section .bdt-allowash-banner-content .bdt-allowash-banner-title {
    word-spacing: 8px;
}

.bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info .bdt-allowash-product-title,
.bdt-allowash-technology-section .bdt-allowash-banner-content .bdt-allowash-banner-subtitle {
    word-spacing: 4px;
}
/* Common Style End */

/* Banner Style Start */
.bdt-allowash-technology-section {
    background: linear-gradient(to bottom, #e8f1f8, #FFFFFF);
    padding: 80px 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.bdt-allowash-technology-section .bdt-allowash-banner-content {
  width: 60%;
}

.bdt-allowash-technology-section .bdt-allowash-banner-image-wrapper {
  width: 40%;
}

.bdt-allowash-technology-section .bdt-allowash-banner-content .bdt-allowash-banner-subtitle {
  font-size: 20pt;
  font-weight: 600;
}

.bdt-allowash-technology-section .bdt-allowash-banner-content .bdt-allowash-banner-split {
    border-bottom: 2px solid #003768;
}

/* Banner Style End */

/* Allograft Sterilization Section Style Start */
.bdt-allowash-sterilization-section {
  background-color: #003768; 
  padding: 80px 0;
  text-align: center;
}

.bdt-allowash-sterilization-section h2, .bdt-allowash-sterilization-section .bdt-info-boxes {
    padding-bottom: 6rem;
}

.bdt-allowash-sterilization-section .bdt-info-boxes .bdt-info-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 32%;
    padding: 1%;
}

.bdt-allowash-sterilization-section .bdt-info-boxes .bdt-info-box:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3); 
}
/* Allograft Sterilization Section Style End */

/* Video Section Style Start */
.bdt-allowash-video-section .bdt-allowash-video-wrapper .bdt-allowash-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.bdt-allowash-video-section .bdt-allowash-video-wrapper .bdt-allowash-video-container iframe.bdt-responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* Video Section Style End */

/* Product List Section Style Start */
.bdt-allowash-product-list-section .bdt-allowash-product-list-items {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-img-wrapper {
    width: 25%;
}

.bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    padding-top: 20px;
    border-top: 2px solid #c4cfdd;
}

.bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-img-wrapper img.bdt-allowash-product-img {
    border: 2px solid #c4cfdd;
    border-radius: 50%;
}

.bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info .bdt-allowash-product-title {
    width: 30%;
    font-weight: 600;
    font-size: 18pt;
}

.bdt-allowash-product-list-section .bdt-allowash-product-list-items .bdt-allowash-product-list-item .bdt-allowash-product-info .bdt-allowash-product-desc {
    width: 70%;
}
/* Product List Section Style End */