/* _content/Connomac/Pages/about/faq.cshtml.rz.scp.css */
.faq[b-lvnjd0bli5] {
    margin: 1.0em 0 0 0;
}

.question[b-lvnjd0bli5] {
    font-size: 1.25em;
    font-weight: bold;
    margin-left: 5px;
}

.answer[b-lvnjd0bli5] {
    margin-left: 15px;
}

.answer iframe[b-lvnjd0bli5] {
    display: block;
}
/* _content/Connomac/Pages/about/our-team.cshtml.rz.scp.css */
.team-member[b-uoshb68gna] {
    margin: 0.5em 0;
    border-bottom: 2px dotted dimgray;
}

.team-member p[b-uoshb68gna] {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 1em 0;
}

.team-member img[b-uoshb68gna] {
    
    margin-top: 10px;
}

    .team-member .leftimage[b-uoshb68gna] {
        float: left;
        position: relative;
        text-align: center;
        height: 320px;
        width: 320px;
    }

/* Mobile style: override float and center */
@media (max-width: 768px) {
    .team-member .leftimage[b-uoshb68gna] {
        float: none;
        margin: 0 auto;
        display: block;
    }
}

.team-member .rightimage[b-uoshb68gna] {
    float: right;
    position: relative;
    text-align: center;
    height: 320px;
    width: 320px;
}

/* Mobile style: override float and center */
@media (max-width: 768px) {
    .team-member .rightimage[b-uoshb68gna] {
        float: none;
        margin: 0 auto;
        display: block;
    }
}


    .team-member div h2[b-uoshb68gna] {
        position: absolute;
        bottom: 0.85em;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        background: rgba(0, 0, 0, 0.5); /* Optional: adds contrast */
        color: white;
        padding: 5px 0;
    }

    .team-member div h3[b-uoshb68gna] {
        position: absolute;
        bottom: -0.30em;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        text-align: center;
        background: rgba(255, 215, 50, 0.75); /* Optional: adds contrast */
        color: black;
        padding: 5px 0;
        font-size: 20px;
        font-weight: 600;
    }
/* _content/Connomac/Pages/contact.cshtml.rz.scp.css */


div.form[b-9tgzt0pug7] {
    background-color: #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}

.content[b-9tgzt0pug7] {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content > *[b-9tgzt0pug7] {
    width: 100%;
}

@media only screen and (min-width: 768px)  {
    .content[b-9tgzt0pug7] {
        flex-direction: row-reverse;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-align-content: stretch;
        -webkit-align-content: stretch;
        align-content: stretch;
        gap: 40px;
    }


    .location[b-9tgzt0pug7] {
        flex-grow: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .content > *[b-9tgzt0pug7] {
        width: inherit;
    }
}

@media only screen and (min-width: 1400px) {
    .form[b-9tgzt0pug7] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}
/* _content/Connomac/Pages/products/custom-products.cshtml.rz.scp.css */
.container[b-4vqnz0qpfg] {
    text-align: center;
}

.link-box[b-4vqnz0qpfg] {
    max-width: 400px;
    margin: 20px auto;
}

ul[b-4vqnz0qpfg] {
    list-style: none;
    padding: 0;
}
/* _content/Connomac/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-ypoa3bcvus] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ypoa3bcvus] {
  color: #0077cc;
}

.btn-primary[b-ypoa3bcvus] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ypoa3bcvus], .nav-pills .show > .nav-link[b-ypoa3bcvus] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ypoa3bcvus] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ypoa3bcvus] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ypoa3bcvus] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ypoa3bcvus] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ypoa3bcvus] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
