/*
Theme Name: Brin Engineering 2026
Theme URI: https://www.brinengineering.com/
Template: blankslate
Author: Creative Marketing Services
Author URI: https://www.cmsadvertising.co.uk/
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2026.1783517857
Updated: 2026-07-08 13:37:37

*/

/* Navigation */
@import url("css/nav.css");

/* elementor */
.elementor-column-gap-default>.elementor-column>.elementor-element-populated, .elementor-element{
    padding:0 !important;
}
.elementor-widget:not(:last-child){
    margin:0 !important;
}

/* Trig.js Extras */
.trig-target{
    opacity: 0;
}
.trig-scroll-up .trig-target, .trig-scroll-down .trig-target{
    opacity: 1;
}

/* Core */
body{
    font-family: "aileron", sans-serif;
    font-optical-sizing: none;
    font-weight: 400;
    font-style: normal;
    color: #222221;
    text-wrap: auto;
    word-break: break-word;
    line-height: 1.3;
}
.container{
    max-width: 1500px;
}
.padding-v {
    padding-top: calc(25px + 2.5%);
    padding-bottom: calc(25px + 2.5%);
}
.padding-h {
    padding-left: calc(15px + 5%);
    padding-right: calc(15px + 5%);
}
.padding-t {
    padding-top: calc(25px + 2.5%);
}
.padding-b {
    padding-bottom: calc(25px + 2.5%);
}
.padding-l {
    padding-left: calc(15px + 5%);
}
.padding-r {
    padding-right: calc(15px + 5%);
}
.background-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}
.rounded{
    border-radius: 15px !important;
    overflow: hidden;
}
.round{
    border-radius: 100%;
    overflow: hidden;
}

/* text */
h1, h2{
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1.2;
}
h1{
    font-size: calc(2.5em + 2vw);
    margin-bottom: 25px;
}
h2{
    font-size: 2.7em;
}
h3{
    font-size: 2em;
    margin-bottom: 10px;
}
h4{
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
h5{
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 5px;
}
h6{
    font-size: 1.3em;
    margin-bottom: 10px;
}
p, ul, ol{
    padding:0;
    margin-bottom: 15px;
    font-size: 1.2em;
}
ul li, ol li{
    margin-bottom: 5px;
    vertical-align: middle;
}
ul.list, ol{
    padding-left:1.5rem;
    list-style: square;
}
ul.list.blue-square li::marker, ul.list.yellow-square li::marker {
  color: #005d9f;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
}
ul.list.yellow-square li::marker {
  color: #ffbb42;
}
ol{
    list-style: decimal;
}
b, strong{
    font-weight: 700;
}
.text-align-left{
    text-align: left;
}
.text-align-center{
    text-align: center;
}
.text-align-right{
    text-align: right;
}
.white-text{
    color: #fff;
}
.black-text{
    color: #222221;
}
.grey-text{
    color: #313131;
}
.light-grey-text{
    color: #ececec;
}
.blue-text{
    color: #005d9f;
}
.yellow-text{
    color: #ffbb42;
}
a{
    text-decoration: none !important;
    transition: .3s ease;
    color: #313131
}
.white-text a{
    color: #fff;
}
.blue-text a{
    color: #005d9f;
}
.yellow-text a{
    color: #ffbb42;
}
.black-text a{
    color: #222221;
}
.grey-text a{
    color: #313131;
}
.light-grey-text a{
    color: #ececec;
}
a:hover{
    color: #ffbb42;
}
.yellow-back a:hover{
    color: #005d9f;
}
.title-col{
    margin-bottom: 15px;
}
hr{
    opacity: 1;
    margin: 15px 0 !important;
    max-width: 120px;
    height:3px;
    background-color: #222221 !important;
    border:none;
}
.text-align-center hr{
    margin:15px auto !important;
}
hr.yellow{
    background-color: #ffbb42 !important;
}
hr.white{
    background-color: #fff !important;
}
hr.w-100{
    max-width: 100%;
}

@media (max-width:995px) {
    h1{
        font-size: calc(1.7em + 1vw);
    }
    h2{
        font-size: 2em;
    }
    h3{
        font-size: 1.6em;
    }
    h4{
        font-size: 1.3em;
    }
    h5{
        font-size: 1.25em;
    }
    h6{
        font-size: 1.2em;
    }
    p, ul{
        font-size: 1.1em;
    }
}

/* backgrounds */
.white-back{
    background-color: #fff;
}
.black-back{
    background-color: #222221;
}
.blue-back{
    background-color: #005d9f;
}
.grey-back{
    background-color: #313131;
}
.light-grey-back{
    background-color: #ececec;
}
.yellow-back{
    background-color: #ffbb42;
}

/* buttons */
.btn-bttm{
    display: flex;
    flex-direction: column;
}
.btn-bttm .btn{
    margin-top: auto;
    width: fit-content;
}
.btn{
    font-size: 1.2em;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    transition: .3s ease;
    min-width: 200px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 700;
}
.btn.margin-r{
    margin-right:15px;
}
.yellow-btn, a.yellow-btn{
    background-color: #ffbb42;
    color: #313131;
    border:1px solid #ffbb42;
}
.yellow-btn:hover, a.yellow-btn:hover{
    background-color: transparent;
    color: #ffbb42;
    border:1px solid #ffbb42;
}
.white-btn, a.white-btn{
    background-color: #fff;
    color: #222221;
    border:1px solid #fff;
}
.white-btn:hover, a.white-btn:hover{
    background-color: #222221;
    color: #fff;
    border:1px solid #222221;
}
.blue-btn, a.blue-btn{
    background-color: #005d9f;
    color: #fff;
    border:1px solid #005d9f;
}
.blue-btn:hover, a.blue-btn:hover{
    background-color: transparent;
    color: #005d9f;
    border:1px solid #005d9f;
}

@media (max-width:995px) {
    .btn{
        font-size: .9em;
    }
}

/* Forms */
.wpcf7 label, .wpcf7 span{
    display: block;
}
.wpcf7 span{
    /* margin-bottom: 15px; */
}
textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="date"]{
    padding: 15px;
    background-color: #fff;
    border: 1px solid #94b7be;
    border-radius: 15px;
    transition: .3s ease;
    display: block;
    width: 100%;
}
textarea:focus-visible, input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="tel"]:focus-visible, input[type="date"]:focus-visible{
    outline:none;
    background-color: #fff;
    border:1px solid #ffbb42;
}
span.wpcf7-spinner{
    display: none;
    vertical-align: middle;
}
form.submitting .wpcf7-spinner{
    display: inline-block;
}
.wpcf7 form .wpcf7-response-output{
    width: fit-content;
}
.form-col p br:last-of-type{
    display: none;
}
.form-col .wpcf7-radio input[type="radio"], .form-col .wpcf7-radio .wpcf7-list-item-label, .form-col .wpcf7-radio .wpcf7-list-item, .form-col .wpcf7-checkbox input[type="checkbox"]{
    display: inline-block;
    margin-right: 10px;
}
.form-col .wpcf7-radio .wpcf7-list-item-label{
    font-size: 1.05em;
    vertical-align: middle;
    margin-bottom: 0;
}
.form-col .wpcf7-radio input[type=radio] {
    border: 0px;
    height: 1em;
    width: 1em;
    vertical-align: middle;
}
.form-col .wpcf7-checkbox .wpcf7-list-item-label{
    display: inline-block;
    max-width: calc(100% - 25px);
    vertical-align: top;
    margin-bottom: 0;
}
.wpcf7-list-item{
    margin-left: 0;
}
.wpcf7 ::placeholder{
    color: #313131;
}
.wpcf7-submit{
    font-size: 1em;
}

/* Home */
.header-row{
    position: relative;
    z-index: 10;
    min-height: 70vh;
}
.header-home {
    position: relative;
}
.header-home .header-text{
    background-color: rgba(34, 34, 33, 0.6);
    padding:2.5rem;
}
/* .header-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index: 5;
    background-image: url('/wp-content/uploads/2026/07/hero-back.svg');
    background-size: cover;
    background-position: bottom left;
} */
.intro-nav li{
    font-size: 1.5em;
    display: inline-block;
    padding:2px 10px;
    border-right: 1px solid #005d9f;
}
.intro-nav li:last-child{
    border: none;
}
.precision-row{
    min-height: 35vh;
}
.blue-line-bottom, .blue-line-top{
    position: relative;
}
.blue-line-bottom::before{
    content: "";
    width:70%;
    height:10px;
    background-color: #005d9f;
    position: absolute;
    bottom:0;
}
.line-left::before{
    left:0;
}
.line-right::before{
    right:0;
}

@media (max-width:995px) {
    .header-row{
        min-height: 30vh;
    }
    .intro-nav li {
        border-right: none;
        display: block;
        border-bottom: 1px solid #005d9f;
        padding-bottom: 10px;
    }
}
@media (max-width:768px) {
    .header-home::before {
        background-image: url('/wp-content/uploads/2026/07/home-overlay-mob.svg');
    }
}
