/*
 Theme Name:   Kansas City Hacker Theme
 Theme URI:    http://kansascityhacker.com
 Description:  Hacker Theme
 Author:       PWND 
 Author URI:   http://kansascityhacker.com
 Template:     blankslate
 Version:      1.0.0
*/

/*@import url("../yourthemename/style.css");*/

/* Your custom styles go here */
body {
 background-color: #1f1f1f;
/*
    background-image: url('https://kansascityhacker.com/wp-content/uploads/2025/08/kansas-city-hacker-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
     background-size: cover;
*/
    
}

h1 {
  color: #336699;
}

p{
    line-height: 32px;   /* within paragraph */
  margin-bottom: 30px; /* between paragraphs */
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}



div#branding{
    background: #192734;
/*    border-bottom: 1px solid #fff;*/
    margin: 0 0 20px 0;
    
}

.branding-top-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #192734;
    width: 100%;
    height: 90px;
    max-width: 1140px;
    margin: auto;
    padding: 0 10px;
}

/*
.branding-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px 15px;
    color: #fff;
    font-family: -apple-system,system-ui,Helvetica,Inter;
    font-size: 14px;
    max-width: 1110px;
    margin: auto;
}
*/

.branding-bottom {
    display: flex;
    text-align: center;
    color: #000;
    font-family: -apple-system,system-ui,Helvetica,Inter;
    font-size: 14px;
    align-items: center;
    max-width: 1110px;
    margin: 0 auto;
    padding: 20px 15px 20px;
}

@media screen and (max-width: 960px) {
    .branding-bottom {
        display: grid;
        grid-template-rows: 1fr 1fr;
        height: 120px;
    }
}

@media screen and (max-width: 640px) {
    .branding-bottom {
        display: grid;
        grid-template-rows: none;
        grid-template-columns: 4fr 1fr;
        padding: 10px 15px; 
        height: auto;
    }
}

@media screen and (max-width: 960px) {
    .main-menu {
        padding: 0 !important;
    }
}


@media screen and (max-width: 640px) {
    .main-menu {
        display: none; 
    }
}


@media screen and (min-width: 640px) {
    .dropdown {
        display: none; 
    }
}

.dropdown {
    text-align: right;
}



@media screen and (max-width: 960px) {
    .branding-bottom-m {
        margin: auto;
    }
}

@media screen and (max-width: 640px) {
    .branding-bottom-m {
        margin: 0;
    }
}

@media screen and (max-width: 960px) {
    .branding-bottom-l {
        margin: auto;
        padding: 0 !important;
    }
}





.branding-bottom-m {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .050em;
    color: #333;
    margin-left: auto;
}


.footer-contact-form {
    margin: 10px 0 0 0;
    height: 325px;
}

.branding-bottom-r{
    display: grid;
    grid-template-columns: 43px 122px;
    justify-content: right;
}

.branding-bottom-l{
    text-align: left;
    padding: 0 0 0 0;

}

.branding-bottom-r-left-side{
    text-align: right;
}

.branding-bottom-r-right-side{
    text-align: right;
}

.branding-top-l {
    text-align: left;
    margin: auto 0;
    letter-spacing: .075px;
    font-family: -apple-system,system-ui,Helvetica,Inter;
    font-weight: 500;
    color: #f9f9f9;
    margin: auto 0 auto;
} 


.branding-top-l-1 {
    font-family: -apple-system,system-ui,Helvetica,Inter;
    font-size: 16px;
    margin: auto 0;
}

.branding-top-l-1-2{
    font-family: -apple-system,system-ui,Helvetica,Inter;
    font-size: 16px;
    margin: auto 0;
}

.branding-top-l-2 {
    font-family: -apple-system,system-ui,Helvetica,Inter;
    font-size: 18px;
    margin: auto 0;

}

.branding-top-l a{
    color: #fff;
    text-decoration: none;
    font-family: "Fira Code";
    font-size: 26px;
}

.branding-top-l a:visited{
    color: #fff;
    
}


.branding-top-l-2 a{
    color: #fff;
    text-decoration: none;
    font-family: "Fira Code";
    font-size: 26px;
}

.branding-top-l-2 a:visited{
    color: #fff;
    
}

.branding-top-r {
    text-align: right;
    margin: auto 0;
    font-size: 1px;
   
}

/*
#branding-top-r li a{
    position: absolute;
    top: 20px;
}
*/

.top-button {
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, Helvetica, Inter;;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap; } .button-8:hover, .button-8:focus { background-color: #b3d3ea; color: #2c5777; } .button-8:focus { box-shadow: 0 0 0 4px rgba(0, 149, 255, .15); } .button-8:active { background-color: #a0c7e4; box-shadow: none; color: #2c5777;
}


.top-button a{
    color: #333;
    text-decoration: none;
    display: block;
    z-index: 1;
}

.bottom-button {
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, Helvetica, Inter;;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap; } .button-8:hover, .button-8:focus { background-color: #b3d3ea; color: #2c5777; } .button-8:focus { box-shadow: 0 0 0 4px rgba(0, 149, 255, .15); } .button-8:active { background-color: #a0c7e4; box-shadow: none; color: #2c5777;
}


input[type="text"]:focus,
input[type="password"]:focus, 
textarea:focus, select:focus, 
#bottom input[type="text"]:focus, 
#bottom input[type="password"]:focus, 
#bottom textarea:focus, #bottom select:focus {
    border-color: #0358B4 !important;
}


.branding-bottom-r1 {
    padding: 0 0 4px 0;
    font-size: 14px;
}

.branding-bottom-r2 {
    font-size: 16px;
    font-weight: 600;
}

ul#menu-header {
    display: flex;
    font-size: 14px;
    font-family: -apple-system,system-ui,Helvetica,Inter;
    font-weight: 600;
    gap: 18px;
}


@media screen and (max-width: 640px) {
    .branding-bottom-r {
        display: none;
    }
}


@media screen and (max-width: 640px) {
    .branding-bottom-l {
        text-align: center;
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 640px) {
    .branding-top {
        display: block;
    }
}


@media screen and (max-width: 640px) {
    .branding-top-l{
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .branding-top-r{
        margin: auto;
        text-align: center;
        padding: 0 !important;
    }
}

@media screen and (max-width: 640px) {
    img {
        max-width: 400px;
        width: 100%;
    }
}


#menu-header li.menu-item a {
    color: #333;
    text-decoration: none;
    font-family: -apple-system,system-ui,Helvetica,Inter;
    letter-spacing: 0;
}

#menu-header li.menu-item a:hover{
    color: #004089;
}

top-button:hover {
    background-color: #f6f6f6;
}

main#content{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer#footer {
    background-image: url();
    background-repeat: repeat;
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1100px;
    margin: auto;
    padding: 0 25px;
}

.font-price-heading{
    font-size: 17px;
    font-family: -apple-system,system-ui,Helvetica,Inter;
    font-weight: 600;
    color: #333;
}

.elementor-text {
    line-height: 20px;
}

.mctext {
    display: flex;
    font-size: 20px;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-weight: 400;
    color: #333;
    justify-content: center;
    margin: auto;
}

.mcsvg{
    padding: 1px 5px 0 0;
}

.mctext-ms{
    margin: auto;
}

div#copyright {
    padding: 18px 0 22px;
    font-size: 16px;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-weight: 400;
    color: #fff;
    text-align: right;
}

div#footer-left-top {
    text-align: left;
}

div#footer-left-middle {
    font-size: 16px;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin: 15px auto 0;
    max-width: 330px;
    text-align: left;
}

div#footer-left-bottom {
}

.button-contact-footer {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 20px 56px;
    font-size: 16px;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    background: none; 
    margin: 0 0 0 10px;
}

.button-contact-footer:hover{
    background: #1274e4;
}

div#wpcf7-f1594-p40-o1
span.wpcf7-spinner {
    display: none;
}

div#wpcf7-f1939-o2
span.wpcf7-spinner {
    display: none;
}

div.wpcf7
span.wpcf7-spinner {
    display: none;
}


div#footer-left-top img{
    width: 300px;
}

div#footer-left-2 {
    margin: auto;

}

div#footer-left-3 {
    margin: auto;

}

div.wpcf7 { 
/*    background-color: #f5f5f5;*/
    padding: 0;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    color: #333;
    border-radius: 4px;
}


#wpcf7-f2157-p2006-o1 form.wpcf7-form.init {
    padding: 0 10px;
    margin: auto;
    max-width: 640px;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    background:#fff;
    color:#333;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-style:italic;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 16px;
    border: 2px solid #e7e7e7;
    border-radius: 4px;   
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
    background-color:#ff7300;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    height: 50px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin: 5px 0 0 0;
}

div#wpcf7-f1939-o2 {
    background-color: #f5f5f5;
    border: 1px solid #0A6AD8;
    padding: 10px;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    color: #333;
    border-radius: 4px;
}

div#wpcf7-f1594-p40-o1{
    padding: 20px 0;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    color: #333;
    border-radius: 4px;
}
#wpcf7-f1594-p40-o1 input[type="text"],
#wpcf7-f1594-p40-o1 input[type="email"],
#wpcf7-f1594-p40-o1 textarea {
    background:#fff;
    color:#333;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-style:italic;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 16px;
    border: 2px solid #ededed;
    border-radius: 4px;
}
#wpcf7-f1594-p40-o1 input[type="submit"],
#wpcf7-f1594-p40-o1 input[type="button"] {
    background-color:#ff7300;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    height: 50px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#wpcf7-f1594-p40-o1 input[type="submit"]:hover {
    background-color: #ff7e15;
}

/*Footer*/

div#wpcf7-f1939-o2{
    background-color: #f5f5f5;
    border: 1px solid #0A6AD8;
    padding: 10px;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    color: #333;
    border-radius: 4px;
}


#wpcf7-f1939-o2 input[type="text"],
#wpcf7-f1939-o2 input[type="email"],
#wpcf7-f1939-o2 textarea {
    background:#fff;
    color:#333;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-style:italic;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 16px;
    border: 2px solid #ededed;
    border-radius: 4px;
}

#wpcf7-f1939-o2 input[type="submit"],
#wpcf7-f1939-o2 input[type="button"] {
    background-color:#ff7300;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    height: 50px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#wpcf7-f1939-o2 input[type="submit"]:hover {
    background-color: #ff7e15;
}








































input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    background:#fff;
    color:#333;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-style:italic;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 16px;
    border: 2px solid #e7e7e7;
    border-radius: 4px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc !important;
    opacity: 1;
}

@media screen and (max-width: 768px) { 
::-webkit-input-placeholder { /* WebKit browsers */
    color: #888 !important;
    opacity: 1;
}
}


:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}

.bottom-text-contact-form{
    text-align: center;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-size: 14px;
    font-weight: 400;
}

div#footer-left-2-top {
    color: #fff;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-align: left;
}

.footer-contact-form-text{
    color: #fff;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.footer-menu {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: -apple-system, system-ui, Helvetica, Inter;
}


div#wpcf7-f1939-o2 div.wpcf7{
    background-color: none;

}

div#footer-left-1 {
    margin: auto;
    padding: 50px 0;
}

div#footer-left-2 {
    margin: auto;
    padding: 50px 0;
}

div#footer-left-3 {
    margin: auto;
    padding: 50px 0;
}



span.wpcf7-list-item {
    display: block; 
}

contact-page-style {
    margin: 10px 0 15px;
    display: block;
}


checkbox1 {
    padding: 0 0 0 5px;
}

checkbox1 p {

}
*/

span.wpcf7-list-item {

}


span.wpcf7-list-item.first {
    padding: 0 0 10px 5px;
}
span.wpcf7-list-item.last {
    padding: 0 0 20px 5px;
}

.wpcf7 .wpcf7-list-item{
    padding: 0 0 10px 5px;
}


.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}



.contact-form .checkbox input.checkbox {
    float: left;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

input[type="text"]:focus,
input[type="password"]:focus, 
textarea:focus, select:focus, 
#bottom input[type="text"]:focus, 
#bottom input[type="password"]:focus, 
#bottom textarea:focus, #bottom select:focus {
    border-color: #f9cc60;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {

}
.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    border: 1px solid #ee6a09;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}
.wpcf7-list-item-label {
    margin-left: 40px;
    display: inline-block;
}


hr.new1 {
    border: 1px solid #227de5;
}




.footer-lower{
    max-width: 1020px;
    margin: auto;
}

.footer-whole{
    margin: 50px 0 0 0 ;
    background: #fff;
    width: 100%;
}

.footer-new{
    background: #fff;
    height: 200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    max-width: 1140px;
    padding: 40px 20px;
}

.footer-new a {
    font-size: 18px;
    text-decoration: none;
}

.footer-section-1, .footer-section-2, .footer-section-3, .footer-section-4{
    text-align: center;
}

/*
.footer-new{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
    max-width: 1140px;
    padding: 40px 20px;
}

@media screen and (max-width: 992px) { 
    .footer-new{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}

@media screen and (max-width: 768px) { 
    .footer-new{
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;

    }
}


.footer-new-1 {
    margin: auto 0;
    padding: 0 10px;
}

.footer-new-2 {
    text-align: left;
    padding: 0 10px;
    margin: auto 0;
}

.footer-new-3 {
    text-align: left;
    padding: 0 10px;
    margin: auto 0;
}

.footer-new-4 {
    text-align: left;
    padding: 0 10px;
    margin: auto 0;
}
*/


footer-lower {
    background-color: aliceblue;
}


.contact-outline{
    height: 300px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
}


.footer-contact-text {
    font-family: -apple-system, system-ui, Helvetica, Inter;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.footer-contact-text-email{
    font-family: -apple-system, system-ui, Helvetica, Inter;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.contact-outline-image img{
    width: 300px;
    padding: 0 10px;
}

.footer-contact-text a { 
    color: #fff;
    text-decoration: none;
}


.footer-contact-text a:active { 
    color: #fff;
    text-decoration: none;
}

.footer-contact-text a:focused { 
    color: #fff;
    text-decoration: none;
}

.footer-contact-text a:visited { 
    color: #fff;
    text-decoration: none;
}

.contact-outline-text{
    color: #fff;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.contact-outline-button {
    margin: 22px 0 0 0;
}


ul#menu-footer, .industries-menu, .coverage-menu, .site-links-menu {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    text-align: left;
}


ul#menu-footer a, .industries-menu a, .coverage-menu a, .site-links-menu a{
    color: #fff !important;
    text-decoration: none;
}


@media screen and (max-width: 767px) { 
    .home .elementor.elementor .e-con>.elementor-widget {
        max-width: 100%;
        text-align: center;
    }
}

/*Dropdwon Mobile*/

/* Dropdown Button */
.dropbtn {
    background-color: #fff;
    color: white;
    padding: 10px 0;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */


@media screen and (max-width: 640px) {
    .dropdown {
        position: relative;
        display: inline-block;
    }
}



/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute !important;
    background-color: #fff !important;
    min-width: 242px;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 25%) !important;
    z-index: 100 !important;
    right: 0;
    border-radius: 0 0 5px 5px;
    margin: -.1em 0 .5em 0;
    border: 1px solid #f9f9f9;
    text-align: center;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #333;
    padding: 18px 20px;
    text-decoration: none;
    display: block;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f3f3f3;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content-menu a {
    text-decoration: none !important;
    display: block !important;

}


.elementor-1956 .elementor-element.elementor-element-3d37d9aa .elementor-heading-title {
    line-height: 45px;
}

.elementor-1972 .elementor-element.elementor-element-143d9f0a .elementor-heading-title{
    line-height: 45px;
}


a {
    color: #333;
}

a:visited{
    color: #333;
}


cite.fn a {
    color: #0cf;
    text-decoration: none;
}

cite.fn  {
    color: #0cf;
    font-style: normal;
}

span.says{
    color: #999;
}

em.comment-awaiting-moderation{
    color: #f00;
    font-family: "Fira Code";
    padding: 2px 0;
    font-size: 12px;
}

/*a:hover, focused, visited, */


ul#menu-industries a{
    color: #fff;
}


.coverage-menu a{
     color: #fff;
}



@media screen and (max-width: 640px) {
   .branding-top-container {
    display: none;
}
}


.support-text a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0555AF;
  transition: width 0.3s;
  top: 28px;
}


.support-text a{
    transition: color 0.3s, text-decoration-color 0s 0.3s;
}

.support-text a:hover {
    color: #0555AF;
    text-decoration: transparent;
  transition: width 0.3s;
  transition: color 0.3s;   
}

.support-text a:hover::before {
  width: 100%;
    text-align: center;
}

/*

.footer-bottom-contact{
    height: 178px;
    padding: 0 10px;
    margin: auto;
    display: block;
    background-color: #045fc585;
}

.footer-contact-container{
}


.footer-contact-inside-container form.wpcf7-form.init{
    display: grid;
    grid-template-columns: 80% 20%;
    max-width: 500px;
    margin: auto;
    padding: 0 5px;
    gap: 5px;
}

.footer-contact-inside-container form.wpcf7-form.sent{
    display: grid;
    grid-template-columns: 80% 20%;
    max-width: 500px;
    margin: auto;
    gap: 5px;
    padding: 0 5px;
}

.footer-contact-inside-container form.wpcf7-form{
    display: grid;
    grid-template-columns: 80% 20%;
    max-width: 500px; 
    margin: auto;
    gap: 5px;
    padding: 0 5px;
}

.footer-contact-inside-container .wpcf7-response-output{
    margin: 0 !important;
    border: none !important;
    color: #fff !important;
}

.footer-contact-inside-container .wpcf7 .wpcf7-response-output{
     border: 1px solid #ff7300 !important;
}

.footer-contact-inside-container input.wpcf7-form-control.wpcf7-submit.has-spinner{
    color: #fff;
    background-color: #0045919e;
    font-size: 12px;
    border: none;
}


.footer-contact-inside-container input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    background-color: #0039789e;
}

.footer-contact-inside-container input .wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email{
    margin: 15px 0 0 0;
}

.footer-contact-inside-container input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email{
    margin: 6px 0 0 0;
    border: none;
    padding: 0px 10px;
    height: 46px;
}

.footer-contact-inside-container input.wpcf7-form-control.wpcf7-submit.has-spinner{
    color: #fff;
    background-color: #0045919e;
    font-size: 12px;
    border: none;
}


.footer-contact-inside-container .wpcf7-not-valid-tip{
    color: #fff;
}
*/


.footer-new-bottom{
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100px;
    max-width: 1140px;
    padding: 0 10px;
    margin: auto;
}
    
.footer-new-left{
    padding: 15px;
     color: #fff;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-size: 16px;
    margin: auto 0;

}

.footer-new-right{
    padding: 15px;
    text-align: right;
    color: #fff;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-size: 16px;
    margin: auto 0;

}

.footer-contact-text-block{
    color: #fff;
    font-family: -apple-system, system-ui, Helvetica, Inter;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 35px 10px 25px;
}

.blog-featured-thubnail{
    width: 100%;
    margin: auto;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
  height: auto;
    width: 100%;  
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.blog-post-title-text {
    padding: 20px 0 5px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #ff3300;
    max-width: 1160px;
    margin: auto;
}

a.single-title-header {
    color: #33ff00;
    font-family: "Fira Code";
    font-size: 24px;
}

.blog-post-date{
    padding: 0 0 10px 10px;
    font-size: 14px;
     color: #eaeaea;
    font-family: "Fira Code";
    max-width: 1160px;
    margin: auto;
}

.blog-post-date a{
    padding: 0 0 10px ;
    font-size: 14px;
     color: #eaeaea;
    font-family: "Fira Code";
}

.single-text-content {
    padding: 12px 0 0;
    line-height: 23px;
    font-size: 18px;
}

.single-text-content p{
    margin: 0 0 15px 0;
}

.single-text-content a{
    color: #FFF300;
    
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 12px !important;
}

@media (max-width: 1024px) {
    .elementor-9214 .elementor-element.elementor-element-24d03a3 {
        --padding-left: 0 !important;
        --padding-right: 0 !important;
    }
}


p.p1 b {
    font-weight: 600;
}


.elementor-button[type="submit"]{
    cursor: pointer;
}


.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
    text-align: center;
    padding: 0 5px;
}



/* Container */
.search-form {
  position: relative;
  display: inline-block;
}

/* Futuristic input field (your code, untouched except padding) */
.search-form .search-field {
  width: 300px;
  padding: 8px 50px 8px 12px; /* extra space on right for orb button */
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  outline: none;
  color: #fff;
  background: linear-gradient(145deg, #0a0f1f, #1a2238);
  box-shadow: 0 0 8px #00f2ff, 0 0 20px rgba(0, 242, 255, 0.6);
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

/* Placeholder styling */
.search-form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  letter-spacing: 1px;
}

/* Hover effect */
.search-form .search-field:hover {
  box-shadow: 0 0 12px #00f2ff, 0 0 30px #00f2ff;
  transform: scale(1.03);
}

/* Focus effect */
.search-form .search-field:focus {
  background: linear-gradient(145deg, #11182c, #1f2947);
  box-shadow: 0 0 18px #00ffcc, 0 0 40px #00ffcc, 0 0 60px rgba(0, 255, 204, 0.8);
  transform: scale(1.05);
  color: #00ffcc;
}

/* --- Futuristic orb button --- */
.search-submit {
    display: none;
    
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: radial-gradient(circle at 30% 30%, #00ffcc, #00b3b3);
  color: #0a0f1f;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 0 10px #00f2ff, 0 0 25px rgba(0, 242, 255, 0.8);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover glow */
.search-submit:hover {
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 0 15px #00f2ff, 0 0 35px #00ffcc, 0 0 60px rgba(0, 255, 204, 0.8);
}

/* Active click effect */
.search-submit:active {
  transform: translateY(-50%) scale(0.95);
  box-shadow: 0 0 6px #00f2ff, 0 0 20px rgba(0, 242, 255, 0.7);
}






/* Comments */


.comments-section{
/*    background: #eaeaea26;*/
    max-width: 1140px;
    padding: 0 10px;
    margin: 20px auto 0;
}


.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: none;
}

textarea#comment,
input#author,
input#email,
input#url{
    width: 100%;
}

.comment {
    border: 1px dashed #424242;
    background-color: #303030;
    margin-left: 30px;
    margin-right: 30px;
    padding: 15px 20px 15px 20px;
    font-size: 16px;
/*    border-radius: 5px;*/
}

#respond {
/*    background: #fbfbfb;*/
    padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}
 
p.comment-form-cookies-consent {
    color: #ff0;
    padding: 14px 0 18px;
    font-family: "Fira Code";
    font-size: 14px;
}

/* Highlight active form field */
 
#respond input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 15px 0px 15px 10px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    font-style: normal;   
    font-family: "Fira Code";
    background: #1E1E1E;
    color: #eaeaea;
    }
 
#respond input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
margin: 5px 1px 3px 0px;
border: 2px solid rgba(81, 203, 238, 1);
}


#author, #email {
font-family: "Open Sans", "Droid Sans", Arial;
font-style:italic;
color:#1d1d1d;
letter-spacing:.1em;
} 
 
#url  {
color: #1d1d1d;
font-family: "Luicida Console", "Courier New", "Courier", monospace;
} 

#submit {
    background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: linear-gradient(to bottom, #3f0 5%, #33ff007a 100%);
    background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: linear-gradient(to bottom, #3f0 5%, #33ff007a 100%);
    background-color: #43f0;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 0px;
    border: 0;
    display: inline-block;
    cursor: pointer;
/*    color: #fff;*/
    font-family: "Fira Code";
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f66272b;
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px var(--box-shadow-color);
    --box-shadow-color: #3f0;
    margin: 4px 0 0 0;
} 
 
#submit:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
background:-moz-linear-gradient(top, #5cbf2a 5%, #3f0 100%);
background:-webkit-linear-gradient(top, #5cbf2a 5%, #3f0 100%);
background:-o-linear-gradient(top, #5cbf2a 5%, #3f0 100%);
background:-ms-linear-gradient(top, #5cbf2a 5%, #3f0 100%);
background:linear-gradient(to bottom, #5cbf2a 5%, #3f0 100%);
background-color:#3f0;
}

#submit:active {
position:relative;
/*top:1px;*/
box-shadow: 0px 0px 0px 0px;
top: 5px;
left: 5px;
}


.comment-meta a {
    font-size: 0.8em; /* Reduces font size */
    color: #999; /* Sets a lighter grey color */
    text-decoration: none; /* Removes underline from the link */
}


h2.comments-title {
    font-family: "Fira Code";
    color: #3f0;
    padding: 10px 0;
}

.comment-author.vcard {
    font-family: "Fira Code";
}

.comment-meta.commentmetadata {
    font-family: "Fira Code";
}


.reply, .reply a {
    font-family: "Fira Code";
    color: #d0d0d0;
    font-size: 12px;
}

.comment p{
    font-family: "Fira Code";
    color: #fff;
    padding: 12px 0;
    font-size: 20px;
}

h3#reply-title{
    font-family: "Fira Code";
    color: #3f0;
    padding: 10px 0;
    font-size: 16px;
}

span.required-field-message, p.logged-in-as, form#commentform a, p.comment-notes{
    font-family: "Fira Code";
    color: #ff0;
    padding: 10px 0;
    font-size: 14px;
}


div li li {
    color: #fff;
    font-family: "Fira Code";
    color: #ff0;
    padding: 10px 0;
    font-size: 12px;
}

div li{
    color: #fff;
    font-family: "Fira Code";
    color: #ff0;
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px;
}

div li p{
    line-height: 24px;

}

a.url {
    font-style: normal;
}

.elementor-widget-text-editor p{
    line-height: 24px;
    margin-bottom: 18px;
}


.archive .entry-meta {
    display: none;
}

.archive h1.entry-title{
    font-family: 'Fira Code';
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
    color: #3977F7;
}

.archive h1.entry-title a{
    color: #fff;
}


.archive div#container {
    max-width: 1140px;
    margin: auto;
}

/*
.archive h2.entry-title{
    padding: 10px 0;
}
*/

.archive .entry-summary{
    color: #fff;
    font-family: 'Fira Code';
    line-height: 20px;
}


.archive h2.entry-title{
color: #3f0;
    font-family: 'Fira Code';
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.archive h2.entry-title a{
    color: #3f0;
    font-family: 'Fira Code';
    font-size: 16px;
    text-decoration: none;
}

.archive p {
    color: #eaeaea;
    font-family: 'Fira Code';
    margin: 12px 0 10px 0;
    line-height: 22px;
}

.archive a.post-edit-link{
    display: none;
}

.archive span.author.vcard a{
    color: #0cf;
    font-family: 'Fira Code';
}

.archive time.entry-date {
    color: #0cf;
    font-family: 'Fira Code';
}

.search-results div#container{
    max-width: 1160px;
    margin: auto;
    padding: 0 10px;
}

.search-results h1.entry-title {
    font-family: 'Fira Code';
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
    color: #3977F7;
}

.search-results h2.entry-title{
    color: #3f0; 
    font-family: 'Fira Code';
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
    
}
.search-results h2.entry-title a{
    color: #3f0;
    text-decoration: none;
}
.search-results h2.entry-title a:visited{
    color: #3f0; 
    text-decoration: none;
}

.search-results .post-edit-link{
    display: none;
}

.search-results p{
    color: #eaeaea; 
    font-family: 'Fira Code';
    margin: 12px 0 10px 0;
    line-height: 22px;
}

.search-results .odd {
    background-color: #2f2f2f;
    padding: 20px;
    border-radius: 5px;
}
.search-results .even {
    background-color: #1f1f1f;
    padding: 20px;
    border-radius: 5px;
}

.archive .odd {
    background-color: #2f2f2f;
    padding: 20px;
    border-radius: 5px;
}
.archive .even {
    background-color: #1f1f1f;
    padding: 20px;
    border-radius: 5px;
}











.search-no-results div#container{
    max-width: 1160px;
    margin: auto;
    padding: 0 10px;
}

.search-no-results h1.entry-title {
    font-family: 'Fira Code';
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
    color: #3977F7;
}

.search-no-results h2.entry-title{
    color: #3f0; 
    font-family: 'Fira Code';
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
    
}
.search-no-results h2.entry-title a{
    color: #3f0;
    text-decoration: none;
}
.search-no-results h2.entry-title a:visited{
    color: #3f0; 
    text-decoration: none;
}

.search-no-results .post-edit-link{
    display: none;
}

.search-no-results p{
    color: #eaeaea; 
    font-family: 'Fira Code';
    margin: 12px 0 10px 0;
    line-height: 22px;
}










.error404 div#container{
    max-width: 1140px;
    margin: auto;
    padding: 0 10px;
}

.error404 h1.entry-title {
    font-family: 'Fira Code';
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
    color: #3977F7;
}

.error404 h2.entry-title{
    color: #3f0; 
    font-family: 'Fira Code';
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
    
}
.error404 h2.entry-title a{
    color: #3f0;
    text-decoration: none;
}
.error404 h2.entry-title a:visited{
    color: #3f0; 
    text-decoration: none;
}

.error404 .post-edit-link{
    display: none;
}

.error404 p{
    color: #eaeaea; 
    font-family: 'Fira Code';
    margin: 12px 0 10px 0;
    line-height: 22px;
}



