
#Product .Product-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#Product .Product-item .Product-link {
  position: relative;
  display: block;
  margin: 0 auto;
  display: grid;
  height: 100%;
}

#Product .Product-item .Product-link .Product-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 200, 0, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}

#Product .Product-item .Product-link .Product-hover .Product-hover-content {
  font-size: 1.25rem;
  color: white;
}

#Product .Product-item .Product-link:hover .Product-hover {
  opacity: 1;
}

#Product .Product-item .Product-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#Product .Product-item .Product-caption .Product-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}

#Product .Product-item .Product-caption .Product-caption-subheading {
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*For Mobile View*/

/* Apply this only to the #Product section */
#Product .car-models-mobile {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#Product .car-models-mobile li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-start;
}
#Product .car-models-mobile .container2
{
  text-align: left;
}
#Product .model-img-mobile {
  max-width: 75%;
}

#Product .car-models-mobile a
{
  max-width: 50%;
}
#Product .model-copy-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#Product .model-name-mobile {
  font-size: 18px;
  font-weight: bold;
  color: #000; /* Black text for the car model name */
  margin-bottom: 5px;
  margin-right: 5px;
}

#Product .model-detail-mobile {
  font-size: 14px;
  color: #676060; /* Grey text for the car model price */
}

.car-models-mobile li {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.car-models-mobile li:hover,
.car-models-mobile li.active {
  background-color: #b65151; /* Adjust the color as needed */
}
/* For blocking mobile and desktop code*/

@media (min-width: 769px) {

  #Product {
    background-image: url(../../assets/img/background/redSilver.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}

}

/* Show the car-models-mobile for screens 768px or smaller */
@media (max-width: 768px) {
  #Product {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:whitesmoke;
    background-blend-mode: multiply;
}
}


@media (max-width: 768px) {
  #img-logo {
    width: 181px;
  }
}

@media (min-width: 768px) {
  section {
    padding: 25px;
  }
}



/*Range slider css*/

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial,sans-serif
}

.irs,.irs-line {
    position: relative;
    display: block
}

.irs-line {
    overflow: hidden;
    outline: none!important
}

.irs-bar {
    display: block
}

.irs-bar,.irs-shadow {
    position: absolute;
    left: 0;
    width: 0
}

.irs-shadow {
    display: none
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-max,.irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,.irs-single,.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
    outline: none!important;
    z-index: -9999!important;
    background: none!important;
    border-style: solid!important;
    border-color: transparent!important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540
}

.irs--flat .irs-max,.irs--flat .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-from,.irs--flat .irs-single,.irs--flat .irs-to {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}

.irs--flat .irs-from:before,.irs--flat .irs-single:before,.irs--flat .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999
}

.irs--big {
    height: 55px
}

.irs--big.irs-with-grid {
    height: 70px
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: #fff;
    background: linear-gradient(180deg,#ddd -50%,#fff 150%);
    border: 1px solid #ccc;
    border-radius: 12px
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(180deg,#fff 0,#428bca 30%,#b9d4ec);
    box-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.5)
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66,139,202,.5)
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,.3);
    background-color: #cbcfd5;
    background: linear-gradient(180deg,#fff 0,#b4b9be 30%,#fff);
    box-shadow: 1px 1px 2px rgba(0,0,0,.2),inset 0 0 3px 1px #fff;
    border-radius: 30px
}

.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover {
    border-color: rgba(0,0,0,.45);
    background-color: #939ba7;
    background: linear-gradient(180deg,#fff 0,#919ba5 30%,#fff)
}

.irs--big .irs-max,.irs--big .irs-min {
    top: 0;
    padding: 1px 5px;
    color: #fff;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px
}

.irs--big .irs-from,.irs--big .irs-single,.irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(180deg,#428bca 0,#3071a9);
    border-radius: 3px
}

.irs--big .irs-grid-pol {
    background-color: #428bca
}

.irs--big .irs-grid-text {
    color: #428bca
}

.irs--modern,.irs--modern.irs-with-grid {
    height: 55px
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(180deg,#e0e4ea 0,#d1d6e0);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(180deg,#20b426 0,#18891d)
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209,214,224,.5)
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: #fff;
    transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(180deg,#fff 0,#e9e6e6);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(180deg,#fff 0,#919ba5 30%,#fff)
}

.irs--modern .irs-handle.state_hover>i:first-child,.irs--modern .irs-handle:hover>i:first-child {
    border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a
}

.irs--modern .irs-max,.irs--modern .irs-min {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: #fff;
    background-color: #d1d6e0;
    border-radius: 5px
}

.irs--modern .irs-from,.irs--modern .irs-single,.irs--modern .irs-to {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: #fff;
    border-radius: 5px
}

.irs--modern .irs-from:before,.irs--modern .irs-single:before,.irs--modern .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426
}

.irs--modern .irs-grid {
    height: 25px
}

.irs--modern .irs-grid-pol {
    background-color: #dedede
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1
}

.irs--sharp.irs-with-grid {
    height: 57px
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 2px
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0,0,0,.5)
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover {
    background-color: #000
}

.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: #000
}

.irs--sharp .irs-max,.irs--sharp .irs-min {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    background-color: #a804b2;
    border-radius: 2px
}

.irs--sharp .irs-from,.irs--sharp .irs-single,.irs--sharp .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: #fff;
    border-radius: 2px
}

.irs--sharp .irs-from:before,.irs--sharp .irs-single:before,.irs--sharp .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-grid {
    height: 25px
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--round {
    height: 50px
}

.irs--round.irs-with-grid {
    height: 65px
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222,228,236,.5)
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0,0,255,.3)
}

.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--round .irs-max,.irs--round .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0,0,0,.1);
    border-radius: 4px
}

.irs--round .irs-from,.irs--round .irs-single,.irs--round .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: #fff;
    border-radius: 4px
}

.irs--round .irs-from:before,.irs--round .irs-single:before,.irs--round .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa
}

.irs--round .irs-grid {
    height: 25px
}

.irs--round .irs-grid-pol {
    background-color: #dedede
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--square {
    height: 50px
}

.irs--square.irs-with-grid {
    height: 60px
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: #000
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid #000;
    background-color: #fff;
    transform: rotate(45deg)
}

.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--square .irs-max,.irs--square .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0,0,0,.1)
}

.irs--square .irs-from,.irs--square .irs-single,.irs--square .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #000;
    color: #fff
}

.irs--square .irs-grid {
    height: 25px
}

.irs--square .irs-grid-pol {
    background-color: #dedede
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px
}

.irs {
    width: 100%
}

/*loan calculator css */
.piotnetforms-btn .piotnet-button,.piotnetforms-btn a.piotnet-button {
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: none;
  text-decoration: none
}

.piotnetforms-btn .piotnet-button,.piotnetforms-btn a.piotnet-button,.piotnetforms-button {
  background-color: #006afe;
  transition: all .3s;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  display: inline-block
}

.piotnetforms-button {
  padding: 12px 24px;
  border-radius: 3px;
  fill: #fff;
  text-align: center;
  cursor: pointer;
  border: none
}

.piotnetforms-fields-wrapper.piotnetforms-labels-above .piotnetforms-field-group .piotnetforms-field-subgroup,.piotnetforms-fields-wrapper.piotnetforms-labels-above .piotnetforms-field-group .piotnetforms-select-wrapper,.piotnetforms-fields-wrapper.piotnetforms-labels-above .piotnetforms-field-group input,.piotnetforms-fields-wrapper.piotnetforms-labels-above .piotnetforms-field-group textarea {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.piotnetforms-fields-wrapper {
  margin-bottom: 15px;
  position: relative
}

.piotnetforms-field-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

.piotnetforms-field-container input,.piotnetforms-field-container select,.piotnetforms-field-container textarea {
  outline: none
}

.piotnetforms-field-container select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none
}

.piotnetforms-field-container form {
  width: 100%
}

.piotnetforms-field-subgroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: none!important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.piotnetforms-field-subgroup.piotnetforms-subgroup-inline {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -5px
}

.piotnetforms-field-subgroup.piotnetforms-subgroup-inline .piotnetforms-field-option {
  padding: 0 5px
}

.piotnetforms-field-subgroup input[type=checkbox],.piotnetforms-field-subgroup input[type=radio],.piotnetforms-field-subgroup label {
  display: inline;
  vertical-align: middle
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button label {
  padding: 5px 10px;
  border: 1px solid #868686;
  border-radius: 3px;
  cursor: pointer
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button input,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement input {
  display: none
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button input:checked~label,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement input:checked~label {
  border-color: #006afe
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button input:checked~label .pf-f-o-i img.pf-f-o-i-image--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement input:checked~label .pf-f-o-i img.pf-f-o-i-image--checked {
  display: inline-block
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button input:checked~label .pf-f-o-i-has-checked .pf-f-o-i-font-awesome--normal,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button input:checked~label .pf-f-o-i-has-checked .pf-f-o-i-image--normal,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement input:checked~label .pf-f-o-i-has-checked .pf-f-o-i-font-awesome--normal,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement input:checked~label .pf-f-o-i-has-checked .pf-f-o-i-image--normal {
  display: none
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button input:checked~label .pf-f-o-i-has-checked .pf-f-o-i-font-awesome--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button input:checked~label .pf-f-o-i-has-checked .pf-f-o-i-image--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement input:checked~label .pf-f-o-i-has-checked .pf-f-o-i-font-awesome--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement input:checked~label .pf-f-o-i-has-checked .pf-f-o-i-image--checked {
  display: block
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button input:checked~label .pf-f-o-i--only-checked .pf-f-o-i-font-awesome--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button input:checked~label .pf-f-o-i--only-checked .pf-f-o-i-image--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement input:checked~label .pf-f-o-i--only-checked .pf-f-o-i-font-awesome--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement input:checked~label .pf-f-o-i--only-checked .pf-f-o-i-image--checked {
  opacity: 1
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button label,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button label.piotnetforms-field-icon-on-top,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement label.piotnetforms-field-icon-on-top {
  -ms-flex-direction: column;
  flex-direction: column
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button label.piotnetforms-field-icon-on-top .pf-f-o-i,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement label.piotnetforms-field-icon-on-top .pf-f-o-i {
  margin-right: 0!important
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button label .pf-f-o-i,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement label .pf-f-o-i {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  line-height: 0
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button label .pf-f-o-i img,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement label .pf-f-o-i img {
  width: 100%
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button label .pf-f-o-i-font-awesome--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button label .pf-f-o-i img.pf-f-o-i-image--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement label .pf-f-o-i-font-awesome--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement label .pf-f-o-i img.pf-f-o-i-image--checked {
  display: none
}

.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button label .pf-f-o-i--only-checked .pf-f-o-i-font-awesome--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--button label .pf-f-o-i--only-checked .pf-f-o-i-image--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement label .pf-f-o-i--only-checked .pf-f-o-i-font-awesome--checked,.piotnetforms-field-subgroup.piotnetforms-field-subgroup--checkbox-replacement label .pf-f-o-i--only-checked .pf-f-o-i-image--checked {
  display: block;
  opacity: 0
}

.piotnetforms-field-label {
  display: block;
  padding-bottom: 5px
}

.piotnetforms-upload-field-modern-text {
  position: relative;
  padding: 10px;
  background: #efefef;
  cursor: pointer;
  width: 100%;
  text-align: center
}

.piotnetforms-upload-field-modern-style {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  cursor: pointer
}

.piotnetforms-field-container select {
  background-image: none
}

.piotnetforms-signature {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.piotnetforms-signature canvas {
  margin-bottom: 10px;
  border: 1px solid #818a91
}

.piotnetforms-signature .piotnetforms-field {
  display: none!important
}

@font-face {
  font-family: icomoon;
  src: url(https://kereta.co/wp-content/plugins/piotnetforms-pro/assets/fonts/icomoon.eot?q99cza);
  src: url(https://kereta.co/wp-content/plugins/piotnetforms-pro/assets/fonts/icomoon.eot?q99cza#iefix) format("embedded-opentype"),url(https://kereta.co/wp-content/plugins/piotnetforms-pro/assets/fonts/icomoon.ttf?q99cza) format("truetype"),url(https://kereta.co/wp-content/plugins/piotnetforms-pro/assets/fonts/icomoon.woff?q99cza) format("woff"),url(https://kereta.co/wp-content/plugins/piotnetforms-pro/assets/fonts/icomoon.svg?q99cza#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

.piotnetforms-button-content-wrapper .icon-spinner-of-dots {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-spinner-of-dots:before {
  content: "\e901"
}

.icon-sort-down:before {
  content: "\e900"
}

.single-piotnetforms {
  background: #fff
}

.piotnetforms-field-type-hidden {
  display: none!important
}

[data-piotnetforms-submit-form-id] {
  cursor: pointer
}

[data-piotnetforms-submit-form-id] .piotnetforms-spinner {
  float: left;
  margin-right: 10px;
  display: none!important
}

.piotnetforms-spinner {
  display: none
}

@keyframes spin {
  0% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(1turn)
  }
}

.piotnetforms-waiting [data-piotnetforms-submit-form-id] .piotnetforms-spinner {
  display: inline-block!important;
  animation: spin 2s infinite linear
}

.piotnetforms-waiting {
  pointer-events: none;
  opacity: .5!important
}

.piotnetforms-alert--hidden,.piotnetforms-message {
  display: none
}

.piotnetforms-message.visible {
  display: block
}

.piotnetforms-message.piotnetforms-message-custom {
  text-align: inherit
}

.piotnetforms-submit .piotnetforms-message {
  margin-top: 10px
}

.piotnetforms-stripe {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 10px
}

.piotnetforms-upload {
  width: 100%
}

.piotnetforms-upload .error {
  display: block
}

[data-piotnetforms-image_select_min_select_check],[data-piotnetforms-required] {
  color: red;
  width: 100%
}

.piotnetforms-mark-required .piotnetforms-field-label:after {
  content: "*";
  color: red;
  padding-left: .2em
}

.piotnetforms-image-upload-placeholder {
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  max-width: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 52px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%
}

[data-piotnetforms-image-upload-label] {
  width: 25%
}

[data-piotnetforms-image-upload-label] .piotnetforms-image-upload-placeholder {
  width: 100%
}

.piotnetforms-image-upload-placeholder.piotnetforms-image-upload-uploading {
  opacity: .5
}

.piotnetforms-image-upload-placeholder:before {
  content: "";
  display: block;
  padding-top: 100%
}

.piotnetforms-image-upload-button {
  display: none;
  position: absolute;
  font-size: 30px;
  cursor: pointer
}

.piotnetforms-image-upload-button i {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.piotnetforms-image-upload-button.piotnetforms-image-upload-button--remove {
  top: 10px;
  right: 10px
}

.piotnetforms-image-upload-button--add,.piotnetforms-image-upload-uploaded .piotnetforms-image-upload-button--remove,.piotnetforms-image-upload-uploading .piotnetforms-image-upload-button--uploading {
  display: block
}

.piotnetforms-image-upload-label-hidden,.piotnetforms-image-upload-uploaded .piotnetforms-image-upload-button--add,.piotnetforms-image-upload-uploading .piotnetforms-image-upload-button--add {
  display: none
}

.piotnetforms-widget-piotnetforms-field-hidden {
  margin-bottom: 0!important
}

#piotnetforms:not(.piotnetforms-widget-preview) .piotnetforms-pdf-generator-preview,#piotnetforms:not(.piotnetforms-widget-preview) [data-piotnetforms-conditional-logic-not-field],#piotnetforms:not(.piotnetforms-widget-preview) [data-piotnetforms-honeypot] {
  display: none
}

.nice-number {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: stretch;
  justify-content: stretch
}

.nice-number input {
  vertical-align: middle;
  -moz-appearance: textfield;
  box-sizing: content-box;
  margin: 0;
  text-align: center;
  -ms-flex-preferred-size: auto!important;
  flex-basis: auto!important
}

.nice-number input::-webkit-inner-spin-button,.nice-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

[data-piotnetforms-repeater-form-id-trigger] {
  cursor: pointer
}

[data-piotnetforms-spiner] button {
  margin: 0;
  overflow: visible;
  font: inherit;
  text-align: inherit;
  background: 0 0;
  outline: 0;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #006afe;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #006afe;
  border-radius: 50%;
  padding: 0
}

.nice-number,[data-piotnetforms-spiner] button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.nice-number input {
  border: none!important;
  width: 20px!important
}

.piotnetforms-delete-post {
  cursor: pointer
}

.piotnetforms-preview-submission__item-label {
  font-weight: 700
}

.piotnetforms-pdf-generator-preview--not-custom .piotnetforms-pdf-generator-preview__item {
  margin-top: 20px;
  margin-left: 20px;
  position: relative!important
}

.piotnetforms-field.piotnetforms-select-wrapper:not(.piotnetforms-image-select-field):after {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='15' height='15' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='rgb(40, 48, 61)'/></g></svg>") no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  text-shadow: 0 0 3px rgba(0,0,0,.3)
}

.piotnetforms-field-group {
  width: 100%
}

.piotnetforms-field-icon {
  position: absolute;
  bottom: 0;
  height: 100%;
  font-size: 18px
}

.piotnetforms-field-icon i {
  display: block
}

.piotnetforms-field-icon-image--focus {
  display: none
}

.piotnetforms-field-focus .piotnetforms-field-icon-image--focus {
  display: block
}

.piotnetforms-field-focus .piotnetforms-field-icon-image--normal {
  display: none
}

.piotnetforms-field-mapping__preview {
  padding-right: 10px;
  padding-left: 10px
}

[data-piotnetforms-paypal-submit][data-piotnetforms-paypal-submit-enable] {
  display: none
}

.piotnetforms-button-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.piotnetforms-align-icon-right {
  -ms-flex-order: 15;
  order: 15
}

a.piotnetforms-btn__inner {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  background-color: #006afe
}

a.piotnetforms-btn__inner::hover {
  color: #fff
}

.progressbar-hidden {
  display: none
}

@media (min-width: 1025px) {
  .piotnetforms-hidden-desktop {
      display:none
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .piotnetforms-hidden-tablet {
      display:none
  }
}

@media (max-width: 767px) {
  .piotnetforms-hidden-phone {
      display:none
  }
}

.piotnetforms-field-group {
  position: relative
}

.piotnetforms-button--justify {
  width: 100%
}

.piotnetforms-button-icon {
  display: inline-block
}

#piotnetforms .woocommerce-checkout {
  overflow: hidden
}

.piotnetforms-admin-button-ajax i {
  display: none
}

.piotnetforms-admin-button-ajax.loading i {
  display: inline-block
}

.piotnetforms-select-wrapper:before {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-weight: 900;
  font-size: 8px;
  right: 10px
}

.piotnetforms-label-animation label,.piotnetforms-select-wrapper:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none
}

.piotnetforms-label-animation label {
  z-index: 1;
  left: 10px;
  padding-bottom: 0;
  transition: all .2s ease
}

.piotnetforms-label-animation.piotnetforms-label-animated label {
  transform: translateY(0);
  top: 0;
  left: 0;
  font-size: 14px
}

.piotnetforms-mailchimp-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}

.piotnetforms-pdf-generator-preview__item.B {
  font-weight: 700
}

.piotnetforms-pdf-generator-preview__item.I {
  font-style: italic
}

.piotnetforms-pdf-generator-preview__item.BI {
  font-style: italic;
  font-weight: 700
}

.piotnetforms-file-uploaded i {
  color: red;
  padding: 3px;
  margin-left: 3px;
  font-size: 16px;
  cursor: pointer
}

.piotnetforms-animation {
  opacity: 0
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce),print {
  .animate__animated {
      animation-duration: 1ms!important;
      transition-duration: 1ms!important;
      animation-iteration-count: 1!important
  }

  .animate__animated[class*=Out] {
      opacity: 0
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.animate__fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      transform: translateZ(0)
  }
}

.animate__fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      transform: translate3d(-100%,0,0)
  }

  to {
      opacity: 1;
      transform: translateZ(0)
  }
}

.animate__fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInRight {
  0% {
      opacity: 0;
      transform: translate3d(100%,0,0)
  }

  to {
      opacity: 1;
      transform: translateZ(0)
  }
}

.animate__fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translate3d(0,100%,0)
  }

  to {
      opacity: 1;
      transform: translateZ(0)
  }
}

.animate__fadeInUp {
  animation-name: fadeInUp
}

.piotnetforms-widget-preview [data-piotnetforms-repeater-trigger-action=remove] {
  display: block!important
}

.piotnetforms-select-drop-down {
  position: relative
}

.elementor-widget-piotnetforms .piotnetforms-field-container ::-webkit-input-placeholder {
  font-family: revert;
  font-weight: revert;
  font-size: revert;
  color: revert;
  text-transform: revert;
  letter-spacing: revert
}

.elementor-widget-piotnetforms .piotnetforms-field-container ::-moz-placeholder {
  font-family: revert;
  font-weight: revert;
  font-size: revert;
  color: revert;
  text-transform: revert;
  letter-spacing: revert
}

.elementor-widget-piotnetforms .piotnetforms-field-container :-ms-input-placeholder,.elementor-widget-piotnetforms .piotnetforms-field-container ::-ms-input-placeholder {
  font-family: revert;
  font-weight: revert;
  font-size: revert;
  color: revert;
  text-transform: revert;
  letter-spacing: revert
}

.elementor-widget-piotnetforms .piotnetforms-field-container ::placeholder {
  font-family: revert;
  font-weight: revert;
  font-size: revert;
  color: revert;
  text-transform: revert;
  letter-spacing: revert
}

#piotnetforms {
  word-break: break-word;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto
}

#piotnetforms img {
  max-width: 100%
}

#piotnetforms>* {
  width: 100%
}

#piotnetforms .icon-angle-up:before {
  content: "\f106"
}

#piotnetforms .icon-angle-down:before {
  content: "\f107"
}

.piotnetforms__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.piotnetforms__form>* {
  width: 100%;
  padding: 0 10px
}

.piotnetforms-container {
  width: 100%
}

.piotnet-base-frontend {
  padding: 0
}

.piotnet-column__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%
}

.piotnet-column__inner>* {
  width: 100%
}

.piotnet-column__inner>:not(.piotnet-widget),.piotnet-column__inner [data-piotnet-editor-widgets-item-root] {
  padding: 0 10px
}

.piotnet-column,.piotnet-section {
  position: relative
}

.piotnet-column {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex
}

.piotnet-column__inner {
  position: relative
}

.piotnet-section__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto!important;
  margin-right: auto!important
}

.piotnet-section__container.piotnet-section__container--full-width {
  width: 100%!important;
  max-width: none!important
}

.piotnetforms-contextmenu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  border: 1px solid #e6e9ec;
  white-space: nowrap;
  font-family: sans-serif;
  background: #fff;
  color: #333;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.09)
}

.piotnetforms-contextmenu__item {
  padding: 5px 15px;
  cursor: pointer
}

.piotnetforms-contextmenu__item:hover {
  background-color: #eaeaea
}

.pafe-button-load-pdf-template {
  display: none
}

.piotnetforms-widget-preview .pafe-button-load-pdf-template {
  display: block
}

.data-mailchimp-merge-field__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px
}

.piotnetforms-show-password-icon {
  position: absolute;
  right: 0;
  padding: 8px 10px
}

.piotnetforms-field-group .piotnetforms-select-wrapper select {
  color: inherit
}

.piotnetforms-sendinblue-title {
  margin: 7px 0
}

.piotnetforms-convertkit-field,.piotnetforms-convertkit-form-item,.piotnetforms-paypal-plan-item,.piotnetforms-sendinblue-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}

.piotnetforms-sendinblue-item-id {
  margin-left: 15px
}

.piotnetforms-multiselectpicklist-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  font-style: italic
}

.piotnetforms-converkit-title {
  margin: 5px 0;
  font-size: 13px
}

.piotnetforms-convertkit-field {
  margin-left: 5px
}

.piotnetforms-constant-contact-item,.piotnetforms-constant-contact-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}

.piotnetforms-column-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center
}

.piotnetforms-label-inline {
  padding-bottom: 0
}

.piotnetforms-live-preview-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.piotnetforms-live-preview-images img {
  border: 1px solid #eaeaea;
  padding: 1px
}

.piotnetforms-live-preview-images img:not(:last-child) {
  margin-right: 10px
}

.piotnetforms-field.piotnetforms-select-wrapper.piotnetforms-select-multiple:after {
  background: none
}

.piotnet-hidden,.piotnetforms-hidden {
  display: none
}

.iti-rtl .iti__country-list {
  left: 0!important
}

.fusion-tb-footer .piotnetforms,.fusion-tb-header>#piotnetforms {
  display: none!important
}

.piotnetforms-pdf-generator-preview__item.L {
  text-align: left;
  width: 100%!important;
  padding: 0 10px;
  left: 0!important
}

.piotnetforms-pdf-generator-preview__item.C {
  text-align: center;
  width: 100%!important;
  padding: 0 10px;
  left: 0!important
}

.piotnetforms-pdf-generator-preview__item.R {
  text-align: right;
  width: 100%!important;
  padding: 0 10px;
  left: 0!important
}


/*Kalkulator */
input, textarea, select {
	padding: 12px;
	border: 1px solid #c6c8c9;
	background-color: #f6f8fa;
	border-radius: 5px;
}

body {font-family: 'Montserrat';}body {line-height: 1.6;font-size: 14px;font-weight: 400;color: #404040;}.oxy-nav-menu-hamburger-line {background-color: #404040;}h1, h2, h3, h4, h5, h6 {font-family: 'Roboto';font-size: 34px;font-weight: 700;line-height: 1.3;}h2, h3, h4, h5, h6{font-size: 30px;}h3, h4, h5, h6{font-size: 24px;}h4, h5, h6{font-size: 20px;}h5, h6{font-size: 18px;}h6{font-size: 16px;}a {color: #0074db;text-decoration: none;}a:hover {text-decoration: none;}.ct-link-text {text-decoration: ;}.ct-link {text-decoration: ;}.ct-link-button {border-radius: 3px;}.ct-section-inner-wrap {padding-top: 25px;padding-right: 0px;padding-bottom: 75px;padding-left: 0px;}.ct-new-columns > .ct-div-block {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  }.oxy-header-container {
  padding-right: 20px;
  padding-left: 20px;
  }@media (max-width: 992px) {
          .ct-columns-inner-wrap {
            display: block !important;
          }
          .ct-columns-inner-wrap:after {
            display: table;
            clear: both;
            content: "";
          }
          .ct-column {
            width: 100% !important;
            margin: 0 !important;
          }
          .ct-columns-inner-wrap {
            margin: 0 !important;
          }
        }

        .perodua-bg-light-primary {
          background-color: rgba(176, 202, 189, 0.05);
      }
      

      /*Promotion Image*/

      /* Modal Content */
#promotion .img-fluid3 {
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#promotion .member
{
  margin-top: 10px;
  margin-bottom: 20px;
}


#promotion .hover-shadow:hover
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

#promotion .button.primary 
{
  background-color: #0ea2a9;
  color: white;
}

#promotion .button:hover {
  transform: scale(var(--hover-scale));
  -webkit-transform: scale(var(--hover-scale));
  animation: pulse 0.6s infinite;
}

#promotion .button {
  flex: none; /* Ensures the button doesn't stretch */
  width: 150px; /* Set the width to 100px */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.9375rem;
  font-size: 1rem;
  color: var(--text-color);
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
  margin-left: auto;
}

/* The Modal (background) */
.modalPromotion {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
.modal-content-promotion {
  position: relative;
  background-color: #000000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 700px;
}

.modalPromotion img
{
  width: 100%;
  min-height: 500px;
}


.closeSlides {
  color: wheat;
  position: absolute;
  z-index: 9999;
  right: 10px;
  font-size: 50px;
  font-weight: bold;
}

.prevSlides, .nextSlides {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

/* Position the "next button" to the right */
.nextSlides {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "prev button" to the left */
.prevSlides {
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.cursor {
  cursor: pointer;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  border-top: 2px solid;
}
#footer .copyright {
  margin-top: 35px;
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .disclaimer
{
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

#footer .disclaimer p
{
  font-weight: lighter;
  color:grey;
  font-size: 10px;
  text-align: center;
  padding: 20px;
}
#footer .disclaimer a

{
  text-align: start;
}


#footer .copyright2 {
  padding-top: 10px;
  gap: 10px; /* Adjust the spacing between the icons */
  color: inherit; /* Keeps the icon color */
  text-decoration: none; /* Removes the underline from the link */
  text-align: center;
  padding-bottom: 20px;
}

#footer .icon-box {
  position: relative;
  display: inline-flex; /* Center the icon vertically */
  justify-content: center; /* Center the icon horizontally */
  align-items: center; /* Center the icon vertically */
  width: 50px; /* Set a fixed width */
  height: 50px; /* Set a fixed height */
  padding: 10px;
  border: 2px solid #000; /* Border color and thickness */
  border-radius: 5px; /* Rounded corners */
  transition: background-color 0.3s ease; /* Smooth background transition */
}

#footer .icon-box i {
  font-size: 36px; /* Icon size */
}

#footer .icon-box:hover {
  background-color: #ffffff00; /* Background color on hover */
}

#footer .hover-text {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff00; /* Background color on hover */
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  white-space: nowrap; /* Prevents text from wrapping */
}

#footer .icon-box:hover .hover-text {
  opacity: 1;
  visibility: visible;
}

#footer b
{
  color: var(--bs-link-color);
}

/*All working hours section*/


@media (min-width: 1000px) {
  #Hours{
      padding: 1rem;
  }
}

#Hours 
{

  background-image: url(../../assets/img/background/service-cover.png);

  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;  
}
 /* filter: brightness(80%) sepia(20%); /* Adjust brightness and sepia for silver effect */

 #Hours .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

#Hours .whatsapp-btn {
    background-color: #25d366;
    width: 350px;
  }
  #Hours .row
  {
    margin-top: 10px;
    gap :25px;
  }

  #Hours .title
  {
    
    margin-bottom: 25px;
  }
  #Hours .row img
  {
    max-width: 250px;
  }
  #Hours h2 {
        font-size: 35px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom : 25px;
        padding-top: 20px;
        
    }

    #Hours h1
    {
      color: white;
      font-weight: bold;
    }

    #Hours p {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.5px;
        color: #A299AC;
        text-align: center;
    }

    /* Highlight des aktuellen Tages */
    #Hours table {
    border-collapse: collapse;
}

#Hours #activerow {
        border: 0.5px solid #e51f1f;
    }

    #Hours #activerow > td {
        color: #e51f1f;
        font-weight: 600;
    }

    #Hours #activerow > td > span {
        color: #e51f1f;
    }

    #Hours .opening-hours {
        overflow: hidden;
        padding: 1em;
        max-width: 450px;
        min-width: 320px;
        min-height: 415px;

        text-align: center;
        margin: 0 auto;

    }

    #Hours .ServisBox
    {
      gap: 10px;
      display: flex;
/*      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10), 15px 20px 2px rgba(0, 0, 0, 0.24);*/
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 300px;
      margin-left: 10%;
      margin-right: 10%;
      padding-bottom: 20px;
    }

    #Hours .social-box {
      gap: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  
    #Hours .checklist {
      font-family:Verdana, Geneva, Tahoma, sans-serif;
      font-size: 18px;
      max-width: 400px;
      margin: 0 auto;
      padding: 10px 10px 10px 10px;
      margin-top: 20px;
  }
  #Hours .checklist-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px;
  }

  #Hours .checklist-item .tick {
    max-width: 25px;
  }

  #Hours .checklist-item i {
      color: green;
      font-size: 20px;
      margin-right: 10px;
      flex-shrink: 0;
  }
  #Hours .checklist-item span {
      color:white;
      font-weight: 900;
            flex-grow: 1;
      text-align: left;
      font-size: 25px;
      margin-left: 10px;

  }


    @media (max-width: 768px) 
    {
      #Hours .checklist-item span {
        color:white;
        font-weight: 900;
              flex-grow: 1;
        text-align: left;
        font-size: 20px;
        margin-left: 10px;
      }
      
    }     
    
    
    #Hours .opening-hours img {
        max-width: 100px;
      }
  
      #Hours .fvl-d > td {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.1px;
        color: #ffffff;
        text-transform: uppercase;
        padding: 1em;
        text-align: left;
    }

    #Hours .fvl-d > td > span {
        font-size: 21px;
        font-weight: 900;
        letter-spacing: 0.1px;
        color: #ffffff;
        text-transform: uppercase;
    }

    @media screen and (max-width: 576px) {

      #Hours .fvl-d > td {
        font-size: 14px;
        padding: 10px 5px;
    }

    #Hours #activerow {
        border: none;
        background-color: #e51f1f;
        border-radius: 20%;
    }

    #Hours #activerow > td {
        color: white;
        font-weight: 600;
    }

    #Hours #activerow > td > span {
        color: white;
    }
}



@media (max-width: 769px) /*During website on mobile mode for hours*/
{ 
  #Hours
  { 
  background-size:contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;  
  background-color:#1c1b19;
  }
  #Hours h1
  {
  font-size: 20px;
  }
}




.whatsapp-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-button {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.whatsapp-button img {
  width: 35px;
  height: 35px;
}

.notification-dot {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}

.whatsapp-chat-box {
  display: none;
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 300px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.whatsapp-chat-box.show {
  display: block;
}


.chat-header {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #075e54;
  border-radius: 10px 10px 0 0;
  color: white;
}

.chat-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.chat-info {
  flex-grow: 1;
}

.status {
  font-size: 12px;
  color: #34B7F1;
}

.close-chat {
  cursor: pointer;
  font-size: 20px;
  color: white;
}

.chat-body {
  padding: 10px;
  background-color: #ece5dd;
  color: #333;
}

.message {
  display: block;
  font-weight: bold;
}

.time {
  display: block;
  font-size: 12px;
  color: #999;
  text-align: right;
}

.chat-footer {
  display: flex;
  padding: 10px;
  background-color: #075e54;
  border-radius: 0 0 10px 10px;
}

#whatsappMessage {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
}

.send-button {
  background-color: #25d366;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}


.chat-button {
  background-color: #25d366;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/*Black background*/

header.masthead p {
  margin: 0;
  letter-spacing: 1.5px;
}
header.masthead .text-container {
  padding-left: 20px;
  padding-right: 20px;

  font-size: 1.5rem;
  line-height: 1.8;
  z-index: 2;
  opacity: 0;
  color: white;
  animation: fadeIn 2s ease-in forwards;
  text-align: center;
}
header.masthead .text-container p {
  margin: 0;
  letter-spacing: 1.2px;
}

@media (max-width: 767px) 
{
  header.masthead .text-container {
    padding-left: 20px;
    padding-right: 20px;

    font-size: 0.9rem;
    line-height: 1.8;
    z-index: 2;
    opacity: 0;
    color: white;
    animation: fadeIn 2s ease-in forwards;
    text-align: center;
  }
  header.masthead .text-container p {
    margin: 0;
    letter-spacing: 1.2px;
  }
  header.masthead .mobile-hide
  {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeInLeft 2.5s ease-in-out forwards;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: fadeInRight 2.5s ease-in-out forwards;
}

#salesTeam
{
  background: white;
  background-position: center;
  background-size: auto;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) 
{
#salesTeam .mobile-hide
{
  display: none;
}
}