

/* Create two unequal columns that floats next to each other */


@media screen and (min-width: 1024px){

}


.productCard {
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 10px;
    margin: 15px 5px 15px 5px;
    width: 180px!important;
    height: 375px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 10px;
    display: inline;
}

.serviceCard {
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 10px;
    margin: 15px 5px 15px 5px;
    width: 180px!important;
    height: 375px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 10px;
    display: inline;
}
.BidCard {
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 5px;
    /*margin: 5px 5px 5px 5px;*/
    width: 1290px;
    height: auto;
    display: inline;
}

.BidCardProposal {
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 5px;
    /*margin: 5px 5px 5px 5px;*/
    height: auto;
    display: inline;
}
.BidCardMilestone {
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding-left: 3%;
    /*margin: 5px 5px 5px 5px;*/
    height: auto;
    display: inline;
}


.productCardManger {
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 10px;
    margin: 15px 5px 15px 5px;
    min-width: 150px!important;
    height: 275px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 10px;
    display: inline;
}

.brandCard {
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 10px;
    margin-right: 13px;
    margin-bottom: 10px;
    width: 150px;
    height: 185px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 10px;
}

#ProductImage{
    width: 100%;
    height: 170px!important;
    object-fit: contain;
    /*mask: url(../img/mask/productM.svg);*/
    -webkit-mask: url(../img/mask/productP.svg);
    -webkit-mask-position-y: -125px;
    -webkit-mask-repeat: no-repeat;
}
#ProductImageIcon{
    object-fit: cover;
    width: 50px!important;
    height: 50px!important;
    /*mask: url(../img/mask/productM.svg);*/
    /*-webkit-mask: url(../img/mask/productP.svg);*/
    /*-webkit-mask-position-y: -125px;*/
    /*-webkit-mask-repeat: no-repeat;*/
}
#BidImage{
    width: 100%;
    height: 170px!important;
    object-fit: contain;
    /*mask: url(../img/mask/productM.svg);*/
    -webkit-mask: url(../img/mask/productP.svg);
    -webkit-mask-position-y: -125px;
    -webkit-mask-repeat: no-repeat;
}

#ProductImageS{
    width: 100%;
    height: auto;
    object-fit: none;
    /*mask: url(../img/mask/productS.svg);*/
    -webkit-mask: url(../img/mask/productS.svg);
}

.leftcolumn{
    text-align: center;
    width: 40%;
    float: left;
    padding-left: 10%;
}



.leftColumnProposal{
    text-align: center;
    width: 60%;
    float: left;
}


.rightColumnProposal{
    width: 40%;
    float: right;
    padding-left: 20px;
}

/* Service page layout - Desktop version (default) */
.leftColumn {
    width: 50%;
    float: left;
    text-align: center;
}

.rightColumn {
    width: 50%;
    float: right;
    padding-left: 20px;
}

.productCardDashM {
    height: 400px;
    width: 95%;
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 10px;
    margin: 15px 5px 15px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 10px;
    /*display: inline;*/
}

.leftColumnMain{
    max-height: 425px;
    text-align: center;
    width: 40%;
    float: left;
    padding-left: 10%;
}
.rightcolumn{
    width: 60%;
    float: right;
    padding-left: 20px;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 3px #439cbc;
    background-color: #439cbc;
    color: #FFFFFF;
    font-size: 15px;
}

.tab {
    width: 100%;
    margin-top: 15px;
    /*height: 65px;*/
    margin-bottom: 15px;
    background-color: #F5F5F5;
    overflow: hidden;
}

.tab button {
    width: 16.6%;
    float: left;
    /*height: 65px;*/
    text-align: center;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    clear:right;
    color: #363636;
    background-color: #F5F5F5;
    border: none;
    outline: none;
    cursor: pointer;
    border-bottom: 3px solid transparent
}

.tab button:hover {
    border-bottom: 3px #439cbc;
}
.tab button.active {
    border-bottom: 3px #439cbc;
}
/* Style the tab content */
.tabcontent {
    /*height: 50vh;*/
    padding-bottom: 25px;
    border-top: none;
}

#Reviews {
    width: 100%;
    border-top: none;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 800px) {
    .leftcolumn, .rightcolumn {
        width: 100%;
        padding: 0;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .topnav a {
        float: none;
        width:100%;
    }
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.mySlides {
    width:100%;
    align-content: center;
    display: block;
    min-height: 220px;
    background: white;
    background-repeat: no-repeat;
    background-size: 220px 120px;
}
.mySlidesManager {
    width:100%;
    height: auto;
    object-fit: contain;
    align-content: center;
    display: block;
    min-height: 150px;
    background: white;
    background-repeat: no-repeat;
    background-size: 180px 120px;
}
.mySlidesManagerS {
    position: unset;
    object-fit: none;
    width: 100%;
    height: 150px;
    background: white;
    background-repeat: no-repeat;
    /*display: flex!important;*/
    /*background-size: 180px 120px;*/
}
.mySlidesManagerS img {
    height: 150px;
    width: unset;
}
.mask{
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-mask-position: left;
    -webkit-mask-position-x: -40px;
    -webkit-mask-image: url(../img/mask/productS.svg);
}
.card-img-top{
    transform:translateY(-20%);
}
img {
    vertical-align: middle;
}

.ProductImage {
    position: unset;
    object-fit: none;
    width: 100%;
    height: 360px;
    background: white;
    background-repeat: no-repeat;
    /*display: flex!important;*/
    /*background-size: 180px 120px;*/
}

.ProductImage img {
    height: auto;
    width: -webkit-fill-available;
}

.mySlidesManagerSM {
    position: unset;
    object-fit: none;
    width: 100%;
    height: 360px;
    background: white;
    background-repeat: no-repeat;
    /*display: flex!important;*/
    /*background-size: 180px 120px;*/
}

.mySlidesManagerSM img {
    height: auto;
    width: -webkit-fill-available;
}
.maskM{
    width: 100%;
    height: 360px;
    position: absolute;
    left: 0;
    -webkit-mask-position: left;
    -webkit-mask-position-x: -120px;
    -webkit-mask-position-y: -20px;
    -webkit-mask-image: url(../img/mask/productO.svg);
    -webkit-mask-repeat: no-repeat;
}


/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.slideshow-containerM {
    max-width: 1000px;
    height: 380px;
    position: relative;
    margin: auto;
}
/* Next & previous buttons */
.prev, .next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    fill: white;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 1;
    background: white;
    background-size: 50px 50px;
    filter: drop-shadow(0 0.5rem 0.2rem rgb(0 0 0 / 15%));
    padding-top: 2px;
    border: #dedede;
    border-style: solid;
    border-width: 1px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 50%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgb(226, 226, 227);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

#imageType{
    display: unset;
      position: absolute;
      z-index: 6;
      float: left;
      right: 0;"
  }
.fav{
    width: 30px;
    height: 30px;
    align-items: center;
    align-content: center;
    clip-path: circle(14px at center);
    line-height: 4;
    display: flex;
    float: right !important;
    position: absolute;
    z-index: 5;
    background-color: #ffffff;
  }
.fav :hover{
    fill: red;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 7px;
  width: 7px;
  background-color: #a4a4a4;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot :hover{
    background-color: #737373;
}
/*.active{*/
/*  background-color: #737373;*/
/*}*/

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.fade:not(.show) {
    opacity: 100;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.box .percent svg circle
{
    width: 150px;
    height: 150px;
    fill: none;
    stroke-width: 20;
    stroke: #000;
    transform: translate(5px,5px);
    stroke-linecap: round;
    stroke-dasharray:440;
    stroke-dashoffset: 440;
}
.box .percent svg circle:nth-child(1)
{
     stroke-dashoffset:0;
     stroke: #f3f3f3;
}


.number{
    FONT-VARIANT: JIS04;
    color: #949494 !important;
    background: none;
}

.DashIcon{
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    width: 150px!important;
    height: 120px;
    margin: 0 0 0 30px;
}

ul {
    border-left: .25em solid gray;
    width: 94%;
}

.accordionMilestone{
    border-width: 0;
    box-shadow: none;
    background-color: #FFFFFF;
}
.accordionMilestone:focus{
    outline-width: 0;
}

.panel{
    box-shadow: none;
}

li {
    position: relative;
    list-style-type: none!important;
}

li:before {
    align-items: center;
    content: "";
    float: left;
    display: inline-block;
    width: 5%;
    height: 0;
    position: relative;
    left: -3em;
    border-bottom: .25em solid gray!important;
}

/* ============================================
   MOBILE & TABLET RESPONSIVE (Below 767px)
   ============================================ */
@media (max-width: 767px) {
    /* Service Page Layout - Image on top, details below */
    .leftColumn {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .rightColumn {
        width: 100%;
        float: none;
        padding: 0 15px;
    }
    
    /* Product card adjustments for mobile */
    .productCardDashM {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
    
    /* Slideshow container for mobile */
    .slideshow-containerM {
        height: auto;
        max-height: 300px;
    }
    
    /* Mask adjustments for mobile */
    .maskM {
        height: 300px;
        -webkit-mask-position-x: center;
        -webkit-mask-position-y: 0;
    }
    
    /* Image slides for mobile */
    .mySlidesManagerSM {
        height: 300px;
    }
    
    .mySlidesManagerSM img {
        width: 100%;
        height: auto;
        max-height: 300px;
        object-fit: contain;
    }
    
    /* Tab buttons for mobile - 2 per row with better spacing */
    .tab button {
        width: 50%;
        font-size: 11px;
        padding: 12px 3px;
        line-height: 1.3;
        word-wrap: break-word;
        white-space: normal;
        height: auto;
        min-height: 50px;
        margin: 2px 0;
    }
    
    /* Phone number and Request Quote buttons for mobile */
    .rightColumn .row {
        margin-bottom: 10px;
    }
    
    .rightColumn .row .col-sm-6 {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .rightColumn .button,
    .rightColumn a.button {
        width: 100%;
        display: block;
        text-align: center;
        padding: 12px 10px;
        margin: 5px 0;
        font-size: 14px;
        border-radius: 4px;
        text-decoration: none;
    }
    
    /* Make phone button same style as Request Quote */
    .rightColumn .button.is-primary,
    .rightColumn a.button.is-primary {
        background-color: #3298dc;
        color: white;
        border: none;
    }
    
    .rightColumn .button.is-info,
    .rightColumn a.button.is-info {
        background-color: #3298dc;
        color: white;
        border: none;
        transform: scale(1) !important;
        -webkit-transform: scale(0.69) !important;
    }
    
    /* Review section columns for mobile */
    .leftcolumn, .rightcolumn {
        width: 100%;
        float: none;
        padding: 0 15px;
    }
    
    /* Left column main for mobile */
    .leftColumnMain {
        width: 100%;
        float: none;
        padding: 0;
        max-height: none;
        margin-bottom: 20px;
    }
    
    /* Product cards - remove fixed width for mobile */
    .productCard {
        width: auto !important;
    }
    
    /* Service cards - remove fixed width for mobile */
    .serviceCard {
        width: 165px !important;;
    }
}
