:root {
    --primary-color: #040505;
    --secondary-color: #040505; 
	--highlighted-color: #555662; 
}
@font-face {
    font-family: 'Avenir Regular';
    src: url('https://owenco.agency/wp-content/themes/owenco/fonts/avenir-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

div:where(.swal2-container) button:where(.swal2-close):focus-visible {
    outline: none;
    box-shadow: none !important;
}
.slider-image img {
    width: 100% !important;
    height: auto;
    object-fit: cover; 
    aspect-ratio: 2.03;
    max-width: 100%;
}

body {
    font-family:'Avenir Regular', Arial, sans-serif;
   
       color:#000;
}
.page, .post, .site-main .comment-navigation, .site-main .post-navigation, .site-main .posts-navigation, .widget, address, table {
    margin: 0 0 0em !important;
}

h1, h2, h3, h4 {
        letter-spacing: -0.1px;
}
h1 {
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center !important;
    position: relative;
    top: -70px;
    border: none;
}
.owl-nav.disabled {
    display: none !important;
}
.owl-nav {
    display: none !important;
}
.owl-dots {
    display: none !important;
}
span img {
    width: 100%;
    max-width: 21px !important;
}.plus-maark {
    width: 100%;
    max-width: 21px !important;
}
/*slider css*/
.slider-image img {
    border-radius: 20px;
   
}

.owl-nav i {
    font-size: 50px;
}

.owl-carousel {
    display: block !important;
    width: 100%;
    z-index: 1;
}
.build-box-wrp {
    padding: 1em 0 0;
}
.subheading p {
    font-size: 15px;
    width: min(100%, 210px);
    line-height: 18px;
}
.subheading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.about-content .subheading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
}
    .col-md-8 {
    display: flex;
    flex-direction: column; /* Default layout */
    gap: 20px;
}
p.build-answer span {
    float: right;
    font-size: 14px;
    font-weight: 600;
}
.build-content-box-one h2 {
    transition: font-size 0.3s ease; /* Smooth transition */
}

.build-content-box-two {
    width: 100%;
    transition: all 0.3s ease;
}

.build-content-box-one.active h2 {
    font-size: 18px; /* Font size change when icon is clicked */
}
.build-content-box-two p:first-of-type {
    display: none;
}
.col-md-8.expanded {
    flex-direction: row; 
}

.build-content-box-one {
    width: 70%; 
}

.build-content-box-two {
    width: 65%;
}
span.build-double-icon {
    float: right;
    font-size: 35px;
    cursor: pointer;
}
h2.active {
    font-size: 18px !important;
}

.build-content-box-one .active {
    width: 95%;
}

.build-content-box-one span {
    cursor: pointer;
}
.build-content-box-one h2 {
    font-size: 34px;
    font-weight: 700;
    width: min(100%, 530px);
    line-height:1;
    color:var(--highlighted-color);
    
}
.build-content-box-two {
    padding: 0 20px 0 0px;
     transition: all 0.3s ease-in-out;
}
.build-content-box-two p {
    font-size: 14px;
    width: min(100%, 350px);
    line-height: 18px;
}
.build-content-box-three ul {
    padding: 0;
    margin: 0;
}
.col-md-4.collapsed {
    display: block;
}
.build-content-box-three li {
    padding: 15px 0 25px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    cursor: pointer;
}

.build-content-box-three li h2 {
    font-size: 15px;
    font-weight: 700;
        color: var(--secondary-color);
}
.build-answer-box-wrp a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}
.build-content-box-three li {
    position: relative; /* Ensure positioning context for the ::before element */
}

.build-content-box-three li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(https://owenco.agency/wp-content/themes/owenco/images/black-plus.webp);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 20px;
}
.build-content-box-three li.active::before {
    background-image: url(https://owenco.agency/wp-content/themes/owenco/images/black-cross.webp);
}
/*casestudy css*/
.case-study-toggle-icon {
    cursor: pointer;
}
.black-plus {
    width: 100%;
    max-width: 18px;
    margin-left: 10px;
}
.title-wrp h2 {
    font-size: 65px;
    font-weight: 900;
    text-transform:uppercase;
}
.casestudy-sec {
    padding: 3em 0 0;
}
.title-wrp h2 span {
    float: right;
}
.casestudy-box-wrp {
    padding: 4em 0;
}


.casestudy-img-wrp {
    margin: 4em 0 0;
    transition: margin 0.3s ease;
}
.casestudy-img-wrp img {
    border-radius: 30px;
    cursor: pointer;
    object-fit: cover;
}
.casestudy-img-wrp.margin-toggle {
    margin-top: 0; /* Toggles to 0 margin */
}

.casestudy-inner-box-wrp h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}
.casestudy-inner-box-wrp h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0;
    color:var(--secondary-color);
}
.casestudy-inner-box-wrp {
    border-left: 1.5px solid #000;
    padding: 0 2em;
    margin: 0px 0 50px;
}
.casestudy-inner-box-wrp p {
    font-size: 14px;
    line-height: 18px;
}

/* wedo css*/
.rotate {
    transform: rotate(135deg);
    transition: transform 0.5s ease;
}

/* Optional: Smooth transition */
.wedo-expanded-content-inner strong {
    font-size: 15px;
}
.wedon-content {
    transition: transform 0.5s ease;
}
.wedo-inner-box span {
    float: right;
}
.wedo-inner-box {
    position: relative;
    padding: 0 0 0 20px;
    margin:0 0 50px;
}
.wedo-inner-box span {
    font-size: 35px;
    font-weight: 300;
    position: relative;
    top: -10px;
}
.wedo-box-wrp {
    padding: 4em 0 0;
}
.wedo-inner-box a h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-content-box-three strong {
    color: var(--secondary-color);
}
.wedo-inner-box a h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing:0px;
    color:var(--secondary-color);
}
.wedo-inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    height: 70px;
    width: 1.6px;
    background-color: #000;
}
.wedo-inner-box a p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    width: min(100%, 220px);
}
.wedo-inner-box a {
    color:#000;
    text-decoration:none;
    outline:none !important;
}
.wedo-expanded-content {
    display: none;
    transition:0.4s;
}

.wedo-expanded-content-inner {
    padding: 0;
    border-bottom: 1px solid;
}
.wedo-expanded-content-inner h4 {
    font-size: 16px;
    font-weight: 600;
}
.wedo-inner-box.active + .wedo-expanded-content {
    display: block;
    transition: all 0.5s ease;
}

.wedo-expanded-content.active {
    display: block;
}
.wedo-expanded-content-inner p {
      font-size: 13px;
    line-height: 18px;
}
/*about content css*/
.build-content-box-three h3 {
    font-size: 14px;
    font-weight: 700;
}
.build-content-box-three li p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 18px;
}
.about-more-content {
    display: none; /* Hide content by default */
}

.about-content .build-content-box-three li {
    display: block;
    list-style: none;
    margin-bottom:0px;
}
.about-content-box-three  li:last-child {
    border-bottom: none;
}
.about-content .build-box-wrp {
    padding: 1em 0;
    border-bottom: 2px solid #000;
}
.about-content-box-three p {
    margin-bottom: 0;
}
.about-content-box-three ul {
    padding: 0;
    margin: 0;
}
.about-content-box-three li {
    list-style: none;
    border-bottom: 1.6px solid #000;
    padding: 12px 0;
    font-size: 14px;
}
.about-content-box-one h2 {
    font-size: 14px;
    font-weight: 700;
    width: min(100%, 290px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 300px;
}

.about-content-box-three li p{
      font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
}
/* client sec */
.client-img-wrp img {
    border-radius: 20px;
}
.client-sec {
    padding: 4em 0;
}
.client-sec h3 {
    font-size: 20px;
    font-weight: 700;
    color:var(--secondary-color);
    
}
.copyright.text-center p {
    margin-bottom: 10px;
}
.client-content:nth-child(1)::before {
    content: "";
    position: absolute;
    left: -60px;
    bottom: 10px;
    height: 70px;
    width: 1px;
    display: flex;
    border: 1px solid #000;
}
.client-content {
    position: relative;
    margin-top: 5em;
}
.plus-icon-wrp {
    float: right;
    cursor: pointer;
}
.plus-icon-wrp i {
    font-size: 25px;
    font-weight: 600;
}
.client-content p {
    font-size: 14px;
    line-height: 18px;
         display: flex;
    align-items: end;
    justify-content: center;

   
}
.client-box-wrp {
   padding:3em 0 0;
}
/*Footer CSS Start*/
.footer-nav {
    margin-bottom: 20px;
    text-align: right;
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.footer-nav a:hover {
    tex-decoration:underline;
}
.footer-address p {
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}
.footer-sec h3 { 
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.footer-address {
    padding: 1em 0;
}
.footer-logo img {
    max-width: 138px;
}
.footer-address a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding-left: 10px;
}
.wpcf7-response-output {
    border-color: #fff !important;
    color: #fff;
    font-size: 14px;
}
.social-link a i {
    color: #000;
    background: #ffff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 10px;
    font-size: 22px;
    margin: 0 10px;
}
.copyright {
    color: #fff;
    font-size: 13px;
    border-top: 1px solid #fff;
    padding-top: 16px;
}
.footer-sec {
    background: black;
    padding: 3em 0 0;
}
.conatct-wrp form{
    padding: 15px 0em 0;
    position: relative;
    width: 75%;
}
.footer-sec label {
    color: #fff;
    width: 100%;
    font-size: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    position: absolute;
    top: 15px;
    width: fit-content;
    right: 0;
    padding: 14px 35px;
    background: #fff;
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
}

.conatct-wrp input {
    color: #fff !important;
    outline: none;
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px;
    width: 100%;
}
.conatct-wrp input::placeholder {
    color: #fff !important;
}
/*Footer CSS End*/
.client-logo img {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 210px;
    height: 85px;
    object-fit: contain;
}
.clientlogo-sec {
    padding: 1em 0;
}

@media only screen and (max-width:991px) {
    .title-wrp h2 {
    font-size: 40px;
}
.build-content-box-one h2 {
    font-size: 20px;
}
h1 {
    font-size: 25px;
}
.casestudy-img-wrp {
    margin: 2em 0 0;
}
.slider-sec {
    margin-top:4em !important;
}
.client-content {
        margin-top: 1em;
    }
}
@media only screen and (max-width:767px) {
.conatct-wrp form {
	width:100% !important;
    margin: 0 auto !important;
}
.casestudy-img-wrp img {
    height: 200px;

}
.clientlogo-sec {
    padding: 0em 0;
}
.footer-from {
    text-align: center !important;
}
.conatct-wrp {
    width: 100% !important;
}
    .build-content-box-one h2 {
        font-size: 18px;
    }
    .privacy-sec {
    margin-top: 2em !important;
}
    .footer-nav {
    text-align: center !important;
}
.build-sec h1 {
        font-size: 22px;
    }

.about-content-box-one h2 {
    height: auto;
     width: auto;
}
.about-content .build-box-wrp {
    padding: 1em 0;
}
.build-content-box-two p {
    width: auto;
}
.conatct-wrp {
        padding: 0 0 !important;
    }
    .footer-address {
    padding: 1em 0 !important;
    text-align: center !important;
}
.footer-logo {
    text-align: center !important;
}
.social-link {
    text-align: center !important;
    margin-bottom: 15px !important;
}
.copyright p {
    margin: 10px!important;
    font-size: 13px!important;
}
.copyright {
    padding-top: 5px !important;
}
.slider-sec.case-study-slider {
    margin: 0 !important;
}
}
@media only screen and (max-width:576px) {
    .col-md-8.expanded {
        flex-direction: column !important; /* Show box two below box one on mobile */
    }
    .build-content-box-one,
    .build-content-box-two {
        width: 100% !important; /* Full width on mobile */
    }
    .title-wrp h2 {
        font-size: 23px;
    }
    .build-box-wrp {
    padding: 1em 0 0;
}
.casestudy-img-wrp {
    margin: 1em 0 0;
  
}
.wedo-expanded-content-inner {
    margin: 0 0 2em;
}
.wedo-inner-box {
    margin: 0 0 15px;
}
.wedo-box-wrp {
    padding: 2em 0 0;
}
.casestudy-box-wrp {
    padding: 2em 0;
}
.clientlogo-sec .owl-next {
    position:absolute;
    top: -20px !important;
}
.clientlogo-sec .owl-prev {
    position:absolute;
    top: -20px !important;
}
body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {
    z-index: 99 !important;
}
.modal-content {
    margin: 24% auto !important;
}
.casestudy-sec {
    padding: 1em 0 0;
}
.build-sec h1 {
        font-size: 16px !important;
        font-weight:900;
    }
.build-content-box-one h2 {
        font-size: 15px;
    }
    h2.active {
    font-size: 14px !important;
    font-weight:800;
}
.footer-sec h3 {
    margin-bottom: 15px !important;
}
form.wpcf7-form p:nth-child(2) {
    margin-bottom: 0px !important; /* Set your desired margin value */
}
.wpcf7 form .wpcf7-response-output {
    position: relative;
    top: -45px !important;
  
}

}