@import url('//fonts.googleapis.com/css2?family=Oswald:wght@600;700&family=Source+Sans+3:wght@400;600&display=swap');

:root {
    --blue: #AFD5FF;
    --red: #EF413D;
    --text-dark: #7B7B7B;
    --text-muted: #555;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    color: var(--text-dark);
    font-family: "neue-haas-grotesk-text",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.77;
}

h1,
h2,
.brand-name,
.service-label,
.cta-heading {
    font-family:"venn-condensed";;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.container {
    max-width: 1336px;
}
.z-4{
    z-index: 4 !important;
}
.z-5{
    z-index: 5 !important;
}
.z-6{
    z-index: 6 !important;
}
.bg-fix{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fw-800{
    font-weight: 800 !important;
}
/* ─── HEADER ─── */
.site-header {
    background: #344F63;
    border-bottom: 7px solid var(--red);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.10);
}
.site-header .col:nth-child(1){
    max-width: 340px;
}
.site-header .row {
    --bs-gutter-y: 20px;
}
.brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: .06em;
    line-height: 1;
    display: block;
}

.brand-name span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--red);
    margin-top: 4px;
}

.header-phone {
    font-size: .88rem;
    color: var(--text-muted);
}
.header-phone span {
    color: #FFF;
    font-size: 16px;
}
.header-phone a {
    color: var(--blue);
    text-decoration: none;
    white-space: nowrap;
    font-size: 20px;
    line-height: normal;
}
.header-phone a:hover {
    color: var(--red);
}

/* ─── HERO ─── */
.hero-section{
    padding: 113px 0 66px;
}
.hero-section::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(52, 79, 99, 0.00) 0%, rgba(52, 79, 99, 0.25) 87.3%), linear-gradient(255deg, #3D86D6 0%, #3675BA 60.53%);
    mix-blend-mode: multiply;
    z-index: 1;
}
.hero-inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 51%);
    z-index: 2;
}
.hero-inner-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(52, 79, 99, 0.75) 0%, rgba(52, 79, 99, 0.75) 100%), #D9D9D9;
    opacity: 0.75;
}
.heading{
    color: #FFF;
    font-family:"venn-condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.hero-copy .tagline {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 12px;
}
.hero-copy p {
    color: #fff;
    margin-bottom: 32px;
}
.hero-section .col:nth-child(2){
    max-width: 640px;
}
.hero-desc {
    max-width: 548px;
}
/* ─── ESTIMATE FORM ─── */

.estimate-inner-card-caption  p {
    color: #FFF;
    max-width: 443px;
}
.estimate-inner-card-caption  .heading {
    margin-bottom: 12px;
}
.estimate-inner-card-caption {
    margin-bottom: 37px;
}

#need-fence .gform_heading{
    display: none;
}
#need-fence .gform-field-label {
    display: none;
}
#need-fence .gform-theme--foundation .gform_fields{
    row-gap: 16px;
}
#need-fence .gfield {
    padding: 0;
}
#need-fence input[type="text"],
#need-fence input[type="email"], 
#need-fence input[type="tel"], 
#need-fence textarea, select {
    color: rgba(138, 138, 138, 0.90);
    font-family: "acumin-pro",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    height: auto;
}
#need-fence input[type="text"],
#need-fence input[type="email"], 
#need-fence input[type="tel"], 
#need-fence textarea {
    border: none;
    border-radius: 2px;
    padding: 12px;
}

#need-fence input[type="text"]:focus,
#need-fence input[type="email"]:focus, 
#need-fence input[type="tel"]:focus, 
#need-fence textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .35);
}

#need-fence textarea{
    height: 200px;
    resize: vertical;
}
.btn-submit,
#need-fence .gform_button {
    color: #FFF;
    font-family: "acumin-pro",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 9px 29px;
    transition: all 0.3s linear;
    text-decoration: none;
    display: inline-block;
}
#need-fence .gform_button:hover {
    background: #fff;
    color: var(--blue);
}
#need-fence .gform_button{
    margin-top: 20px;
}
.estimate-inner-card-caption img {
    position: absolute;
    right: 0;
    top: -49px;
    z-index: -1;
}

/* ─── SERVICES ─── */

.services-section {
    padding: 90px 0 100px;
}
.services-section .section-title-wrapper h2 {
    color: #35465A;
}
.services-section .row {
    --bs-gutter-y: 65px;
}
.services-section .section-title-wrapper {
    max-width: 658px;
    margin-bottom: 50px;
}
.services-section .subtitle {
    font-size: .93rem;
    color: var(--text-muted);
    max-width: 560px;
    margin: 0 auto 3rem;
}
.service-item {
    text-align: center;
    padding: .5rem;
}
.service-icon-wrap {
    width: 138px;
    height: 138px;
    border-radius: 100%;
    background: #DCE9F7;
    margin: 0 auto 20px;
    transition: all 0.3s linear;
}
.service-item a {
    text-decoration: none;
}
.service-item:hover .service-icon-wrap {
    transform: translateY(-5px);
    background: #c4dff7;
}
.service-label {
    color: #3675BA;
    font-size: 30.457px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.476px;
}
.services-section .container {
    max-width: 732px;
}
.services-inner-shape {
    position: absolute;
    left: 64px;
    top: 64px;
    z-index: -1;
}
/* ─── CTA BANNER ─── */
.cta-banner {
    background: linear-gradient(0deg, #3A7DC7 0%, #3A7DC7 100%), linear-gradient(255deg, #3D86D6 0%, #3675BA 60.53%);
    padding: 82px 0;
    border-top: 7px solid #EF413D;
}
.cta-banner h2 {
    margin-bottom: 13px;
}
.cta-banner .cta-bg{
    background-position: top;
}
.thank-you-banner-content p  ,
.cta-sub {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
}
.cta-phone {
    color: #AFD5FF;
    font-size: 31.169px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3 linear;
}

.cta-phone:hover {
    color: var( --red);
}

/* thank you */
.thank-you-banner {
    padding: 146px 0 206px;
    min-height: 100vh;
}
.thank-you-banner-content p {
    color: #fff;
    line-height: 1.2;
}
.thank-you-banner .btn-submit {
    padding: 9px 24px;
    margin-top: 14px;
}
.thank-you-banner-content {
    max-width: 548px;
}
.thank-you-banner .heading {
    margin-bottom: 30px;
}
/* ─── FOOTER ─── */
.site-footer {
    background: #344F63;
    padding: 46px 0 22px;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.10);
}
.footer-brand-name span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--red);
    margin-top: 4px;
}

.footer-tagline {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
}

.footer-bottom {
    border-top: 1px solid #3675BA;
    margin-top: 48px;
    padding-top: 27px;
}

.footer-bottom p, .footer-bottom a {
    color: #fff;
    font-family: "acumin-pro",sans-serif; 
    font-size: 14px;
    transition: all 0.3s linear;
}

.footer-bottom a:hover {
    color: var( --red);
    text-decoration: none;
}


