/*
 Theme Name:   capstonemarketingchild
 Theme URI:    http://example.com/
 Description:  Child theme for Boyers Mechanical Service
 Author:       Your Name
 Author URI:   http://example.com
 Template:     capstonemarketing
 Version:      1.0.0
 Text Domain:  capstonemarketing
*/


@font-face {
    font-display: swap;
    font-family: 'Zalando Sans SemiExpanded';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/zalando-sans-semiexpanded-v3-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Zalando Sans SemiExpanded';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/zalando-sans-semiexpanded-v3-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Zalando Sans SemiExpanded';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/zalando-sans-semiexpanded-v3-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Zalando Sans SemiExpanded';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/zalando-sans-semiexpanded-v3-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v51-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/roboto-v51-latin-500.woff2') format('woff2'); 
}

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p:empty{
    display: none !important;
}

.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

img {
    border: 0;
    height: auto;
}

a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Zalando Sans SemiExpanded';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'Roboto';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}

input::-moz-placeholder {
    color: var(--placeholdercolor);
}

input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}

input:-moz-placeholder {
    color: var(--placeholdercolor);
}

html {
    scroll-behavior: smooth;
}
.post,
.page {
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:focus{
    outline: none !important;
}

p:empty {
    display: none;
}
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #8eb886;
    z-index: 9999;
    border-bottom: 2px solid #114d54;
}
.container {
    max-width: 1300px;
    width: 100%;
    margin: 0px auto;
}
.sicky-logo {
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
}
.header-sticky {
    width: 100%;
    float: left;
    background: #c4c9b2;
    padding: 10px;
    display: none;
}
.header-sticky .sticky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav,
.header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}
.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}
.header-sticky .sticky-cnt>a,
.header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Zalando Sans SemiExpanded';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}
.header-sticky .sticky-cnt a:before,
.header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.header-sticky .stickyshowhide .txt:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    border: 1px #fff solid;
    color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 25px;
}
.sticky-mobinav ul li a.drop.open {
    width: 25px;
}
.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.webp) no-repeat left top;
    background-position: 0px 0px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 4px;
}
.sticky-mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}
#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
    display: flex;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}
.floatingMenu-list {
    width: 400px;
    background: #ac8851;
    overflow-y: auto;
    padding: 10px 12px;
    height: 100vh;
    position: relative;
    max-width: 92%;
}
.floatingMenu-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background: #ffffff30; }
.floatingMenu-list::-webkit-scrollbar { width: 4px; background: #ffffff30; }
.floatingMenu-list::-webkit-scrollbar-thumb { background: #ffffff ; border-radius: 10px; }

#floatingMenu.openMenu {
    display: flex;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#cloaseFloatingMenu {
    text-align: right;
    font-size: 34px;
    line-height: 1;
    font-weight: 500;
    display: block;
    background: transparent;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    position: relative;
    z-index: 999;
    cursor: pointer;
    font-family: 'Zalando Sans SemiExpanded';
    width: auto;
    margin: 0 0 0 auto;
}

button#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: auto;
    height: 100%;
    font-size: 0px !important;
    background: transparent;
    border: 0;
}
.floatingMenuInner li {
    position: relative;
}
.floatingMenuInner a {
    color: #fff !important;
    letter-spacing: 0.4px;
    /* font-family: 'Asap', sans-serif; */
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 500;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}
.floatingMenuInner .sub-menu {
    display: none;
}
.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    opacity: 0;
}

.header-sticky.fixed-header .container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.sicky-logo {
    max-width: 350px;
    text-align: center;
}
.sticky-wrap {
    display: none;
}
header#site-header.f-nav {
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}
.showhide {
    display: none;
    color: #fff;
    width: 100px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 28px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}
.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0px;
    /* font-family: 'Manrope-SemiBold'; */
    font-family: 'Zalando Sans SemiExpanded';
}
.showhide b.txtr {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 700;
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: transparent;

}
.mobinav ul {
    margin: 0px 0 0 0;
    padding: 10px 0;
    width: 100%;
}
.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'Zalando Sans SemiExpanded';
}
.mobinav a {
    width: 100%;
    padding: 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-family: 'Zalando Sans SemiExpanded';
    border: 0;
    margin: 0 0 15px;
    text-decoration: none;
    padding: 0 20px 0 0;
}
.mobinav a:hover {
    color: #0f2447;
}
.mobinav ul li ul {
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    font-size: 16px;
}
.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
    background-color: #ac8851;
}
.mobile_src_nav .container {
    position: relative;
}
.sticky-mobinav .container{
    padding: 0;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #0f2447;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding: 10px 0;
    box-shadow: 0 0 15px rgba(15, 35, 71, 0.5);
}
/* .site-header.is-sticky .logo-section{
    display: none;
} */

.site-header.is-sticky .hdr-top-btn a.cmn-btn {font-size: 16px;padding: 14px 20px;}
.site-header.is-sticky .hdr-top-btn.call-btn a.cmn-btn { padding-left: 50px; background-position: left 15px center; background-size: 28px; }
.site-header.is-sticky .hdr-lctn-cont { font-size: 14px; letter-spacing: 1.8px; padding-top: 42px; }
.site-header.is-sticky .hdr-lctn-cont::before {width: 28px;height: 30px;}
.site-header.is-sticky .site-logo { width: 280px; }
.site-header.is-sticky .top-menu {padding: 18px 20px 0px;}
.site-header.is-sticky #main-navigation ul li a { padding: 0 0 16px; }
.site-header.is-sticky #main-navigation .sub-menu li a {padding: 8px 10px;}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}
.mobilenav {
    width: 280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}

#mobilenav-toggle {
    display: none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width: 36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size: 0;
    line-height: 0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}
@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display: block
    }
}

#mobile-navigation {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    padding-top: 45px;
}

#mobile-navigation ul {
    margin: 0;
    padding: 0
}

#mobile-navigation ul li {
    display: block;
    padding: 0 0px;
    margin: 0;
    position: relative
}

#mobile-navigation ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding: 6px 10px;
    display: block;
    min-width: inherit
}

#mobile-navigation ul li.current-menu-item>a,
#mobile-navigation ul li:hover>a {
    color: #fff
}

#mobile-navigation .sub-menu li a {
    width: 100%;
    padding: 6px;
    color: #ffffff;
    display: block;
    text-align: left
}

#mobile-navigation ul li .drop.close,
#mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}

#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}

#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}

#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}

/* Common Styles */

.text-heading {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 700;
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 15px;
}
a.cmn-btn {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    padding: 26px 34px;
    color: #ffffff;
    background-color: #ac8851;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}
a.cmn-btn:hover {
    background-color: #0e2449;
}

/* Header */


.site-header {
    background-color: transparent;
    padding: 15px 0 0px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}
.logo-section {
    display: flex;
    justify-content: space-between;
    padding: 0 0 12px;
}
.hdr-top-item.hdr-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: end;
    justify-content: center;
}
.hdr-top-btn a.cmn-btn {
    font-weight: 600;
    font-size: 20px;
    border: 0;
    padding: 15px 20px;
    letter-spacing: 0.36px;
    text-align: left;
    line-height: 1.2;
}
.hdr-top-btn a.cmn-btn:hover{
    background-color: #000;
}
.hdr-top-btn.call-btn a.cmn-btn {
    padding-left: 65px;
    background-image: url(images/hdr-call-icon.webp);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 34px;
}
.hdr-top-item {
    width: 23.4%;
}
.hdr-lctn-cont {
    font-family: 'Zalando Sans SemiExpanded';
    font-size: 17px;
    font-weight: 400;
    line-height: 1.27;
    letter-spacing: 1.8px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    padding-top: 48px;
    position: relative;
}
.hdr-lctn-cont::before {
    content: "";
    width: 34px;
    height: 36px;
    background-image: url(images/hdr-location-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0px;
    margin: auto;
}

.hdr-lctn-cont a{
    color: #ffffff;
}
.hdr-lctn-cont a:hover{
    color:#ac8851;
}




.top-menu {
    background-color: #0f2447;
    padding: 24px 20px 0px;
    border: 1px solid #ac8851;
}



#main-navigation ul {
    margin: 0;
    text-align: center;
    line-height: 0;
}

#main-navigation ul li {
    display: inline-block;
    padding: 0 44px;
    position: relative;
}

#main-navigation ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ac8851;
    position: absolute;
    left: 0;
    top: 6px;
    margin: auto;
}
#main-navigation ul li:first-child::before {
    display: none;
}

#main-navigation ul li:first-child {
    padding-left: 0;
}

#main-navigation ul li:last-child {
    padding-right: 0;
}

#main-navigation ul li a {
    font-size: 18px;
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 1;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 20px;
}

#main-navigation ul>li.current-menu-item>a,
#main-navigation ul>li>a:hover {
    color: #ac8851;

}

#main-navigation ul li ul.sub-menu {
    width: 260px;
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #ac8851;
    padding: 0px 0;
    z-index: 999;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
}

#main-navigation ul li:hover ul.sub-menu {
    transform: rotateX(0deg);
}

#main-navigation ul li:hover ul.sub-menu li {
    position: relative
}

#main-navigation ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%
}


#main-navigation .sub-menu li a {
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}

#main-navigation .sub-menu li::before{
    display: none;
}

#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item>a {
    background-color: #ffffff;
    color: #0f2447;
}

#main-navigation .sub-menu li:after {
    display: none;
}

#main-navigation .sub-menu li {
    width: 100%;
    margin: 0;
    padding: 0
}

#main-navigation .sub-menu li a:after {
    display: none
}

#main-navigation ul li ul.sub-menu li .sub-menu {
    display: none;
    width: 100%;
    position: absolute;
    color: #fff;
    top: 0;
    left: 100%;
    padding: 0px 0;
    z-index: 999;
}



/* Home Banner Section */


.hm-banner-section {
    background-image: url(images/hm-banner-bg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 310px 0 240px;
    z-index: 1;
    position: relative;
    background-color: transparent;
}
.hm-bnr-cont h1 {
    font-family: 'Zalando Sans SemiExpanded';
    font-size: 81px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.6px;
    color: #ffffff;
    margin: 0 0 14px;
    text-transform: uppercase;
}
.hm-bnr-cont h1 strong {
    font-weight: 600;
    color: #ac8851;
}
.hm-bnr-cont p {
    font-family: 'Roboto';
    font-size: 28px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.28px;
    color: #ffffff;
    margin: 0 0 30px;

}
.hm-bnr-cont {
    width: 49.4%;
}
.hm-bnr-btn a.cmn-btn {
    padding: 25px 42px;
}
.hm-bnr-image{
    display: none;
}
.hm-bnr-image br{
    display: none;
}
.hm-bnr-image img.hm-bnr-mbl-img{display: none;}

/* goodson section */

.hm-goodson-sec {
    padding: 220px 0 260px;
    background-image: url(images/goodson-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -190px 0 0;
}
.hm-goodson-sec .text-heading {
    font-weight: 600;
    color: #212121;
    letter-spacing: -2.1px;
    margin: 0 0 128px;
    text-align: center;
}
.hm-goodson-lst {
    display: flex;
    justify-content: space-between;
    position: relative;
	align-items:start;
}
.hm-goodson-lst::after {
    position: absolute;
    content: " ";
    background-image: url(images/goodson-leaf-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 129px;
    height: 172px;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-goodson-itm {
    padding: 45px 28px 60px;
    background-color: rgb(255, 255, 255);
    width: 31.2%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 20px;
    position: relative;
}
.hm-goodson-itm.hm-goodson-scnd {
    transform: translateY(130px);
}
.hm-goodson-itm::before {
    position: absolute;
    content: " ";
    background-image: url(images/goodson-itmbfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 32px;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-goodson-itm h4 {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #000;
    margin: 0 0 25px;
}
.hm-goodson-itm p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 14px;
}
.hm-goodson-itm p:last-child{
    margin: 0;
}



/* Home Practice Section */

.hm-pract-sec {
    padding: 75px 0;
    position: relative;
    z-index: 2;
}
.hm-pract-sec .container {
    max-width: 100%;
    width: 100%;
    padding: 0 2.8%;
}
.hm-pract-sec::after {
    position: absolute;
    content: "";
    background-image: url(images/practice-areas-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 65%;
    top: 0;
    z-index: -1;
    pointer-events: none;
}
.hm-pract-cnt h6 {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1.92px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 4px;
}
.hm-pract-cnt p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.hm-pract-cnt {
    margin: 0 auto 55px;
}
.hm-pract-cnt .text-heading {
    margin: 0 0 10px;
    color: #ffffff;
    letter-spacing: -2.4px;
    text-align: center;
}
.hm-pract-lst {
    display: flex;
    justify-content: space-between;
    /* gap: 18px; */
    margin: 0 0 45px;
}
.hm-pract-itm {
    width: 19.2%;
    position: relative;
    background: #f4f6f8;
    min-height: 480px;
    border: 3px solid transparent;
    z-index: 1;
}
.hm-pract-itm::before {
    position: absolute;
    content: "";
    background-image: url(images/practice-areas-itm-aft-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
}
.hm-pract-itm::after {
    position: absolute;
    content: "";
    width: 45%;
    height: 3px;
    background-color: #ac8851;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-pract-itm:hover::after {
    display: none;
}
.hm-pract-itm:hover::before {
    display: none;
}
.hm-pract-itm:hover {
    background-color: #102347;
    border-color: #ddbb7a;
}
.hm-pract-itm:hover h4 {
    color: #fff;
    margin: 0 0 15px;
    text-align: left;
}
.hm-pract-itm:hover p,
.hm-pract-itm:hover .hm-pract-itm-btn {
    display: block;
}
.hm-pract-itm:hover .hm-pract-img {
    display: none;
}
.hm-pract-itm:hover .hm-pract-itm-cnt {
    bottom: auto;
    top: 0;
    padding-top: 45px;
}

.hm-pract-itm-cnt h4 {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #102347;
    text-align: center;
    margin: 0;
}
.hm-pract-itm-cnt p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: #fff;
    margin: 0 0 20px;
    display: none;
}
.hm-pract-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    height: fit-content;
}
.hm-pract-img img {
    display: block;
    width: 100%;
}
.hm-pract-itm-btn {
    display: none;
}
.hm-pract-itm-cnt {
    position: absolute;
    bottom: 40px;
    padding: 0 25px 0;
    width: 100%;
}
.hm-pract-itm-btn a {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ac8851;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid #ac8851;
}
.hm-pract-btn {
    text-align: center;
}
.hm-pract-btn a {
    background-color: #ac8851;

}
.hm-pract-btn a:hover {
    background-color: #102347;
}

/*  law firm section */

.hm-lawfirm-sec {
    padding: 150px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
.hm-lawfirm-main-blk{
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}
.hm-lawfirm-sec::before {
    position: absolute;
    content: " ";
    background-image: url(images/lawfirm-leaf-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.7%;
    height: 43.8%;
    left: 0;
    top: 14%;
    z-index: -1;
    pointer-events: none;
}
.hm-lawfirm-sec .text-heading {
    font-weight: 600;
    color: #0f0f0f;
    letter-spacing: -2.8px;
    margin: 0 0 25px;
}
.hm-lawfirm-sec .container {
    max-width: 1610px;
    margin: 0 0 0 auto;
}
.hm-lawfirm-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-lawfirm-lft {
    width: 42.5%;
}
.hm-lawfirm-lft p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #262626;
    margin: 0 0 30px;
}
.hm-lawfirm-btns {
    display: flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    gap: 10px;
    margin: 45px 0 0;
}
.hm-lawfirm-rdbtn a.cmn-btn {
    background-color: #0e2449;
    padding: 26px 37px;
}
.hm-lawfirm-rdbtn a.cmn-btn:hover {
    background-color: #ac8851;
}
.hm-lawfirm-clbtn a.cmn-btn {
    padding: 26px 22px;
}
.hm-lawfirm-rgt {
    width: 54.6%;
}
.hm-lawfirm-img img {
    width: 100%;
    display: block;
}


/* Home Plan Section */

.hm-plan-sec {
    padding: 245px 0 406px;
    background-image: url(images/hm-plan-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    margin: -175px 0 0;
    text-align: center;
}
.hm-plan-btn-blk {
    display: flex;
    justify-content: center;
    gap: 19px;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap; 
}
.hm-plan-sec h2.text-heading {
    margin-bottom: 35px;
    line-height: 1.05;
}
.hm-plan-sec p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 1.31;
    letter-spacing: 0px;
    margin: 0 auto 30px;
    width: 94%;
}
.hm-plan-sec p strong {
    font-weight: 700;
    font-family: 'Zalando Sans SemiExpanded';
}
.hm-plan-sec p:last-child {
    margin-bottom: 0;
    padding: 0;
}

.hm-plan-btn.scdl-btn a.cmn-btn{
    background-color: #0e2449;
}
.hm-plan-btn.scdl-btn a.cmn-btn:hover{
    background-color: #ac8851;
}

/* Home Trust Section */

.hm-trust-sec {
    background: url(images/trust-sec-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 180px 0 225px;
    position: relative;
}

.hm-trust-sec .text-heading {
    line-height: 1.1;
    margin: 0 0 20px;
    color: #ffffff;
    text-align: center;

}
.hm-trust-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-trust-rit {
    width: 51%;
}
.hm-trust-lft {
    width: 44.1%;
}
.hm-trust-lft-img {
    position: relative;
    z-index: 1;
    padding: 0 0 2px;
}
.hm-trust-lft-img::before {
    content: "";
    position: absolute;
    outline: 2px solid #ac8851;
    outline-offset: -2px;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 93%;
    z-index: -1;
}
.hm-trust-lft-img::after {
    content: "";
    position: absolute;
    background-image: url(images/trust-shape-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 129px;
    height: 172px;
    top: 15px;
    left: -52px;
}
.hm-trust-lft-img img {
    width: 100%;
    display: block;
}
.hm-trust-rit p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 35px;
}
.hm-trust-rit p:last-of-type {
    margin: 0;
}
.hm-trust-btn {
    margin: 32px 0 0 0;
}

/* Home Experience Section */

.hm-experience-sec {
    padding: 0 0 100px;
    position: relative
}
.hm-experience-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}
.hm-experience-lft {
    width: 46.1%;
}
.hm-experience-lft .text-heading {
    letter-spacing: -3.2px;
    line-height: 1.05;
    margin: 0;
    font-size: 70px;
}
.hm-experience-rit {
    width: 47.7%;
}
.hm-experinece-rit .hm-law-img img {
    width: 100%;
    display: block;
}
.hm-experience-list {
    display: flex;
    justify-content: center;
    gap: 40px 1.2%;
    flex-wrap: wrap;
}
.hm-experience-itm {
    width: 32.5%;
    position: relative;
    z-index: 1;
    padding: 35px 0 0 41px;
}
.hm-experience-list .hm-experience-itm p {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 600;
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: -0.78px;
    color: #000000;
    margin: 0;
}
.hm-experience-itm::before {
    position: absolute;
    content: "";
    background-image: url(images/exp-itm-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: 129px;
    height: 172px;
    left: -35px;
    top: -10px;
    margin: auto;
    z-index: -1;
    pointer-events: none;
    opacity: 50%;
}
.hm-experience-sec::after {
    position: absolute;
    content: "";
    background-color: #cfd3da;
    width: 78.8%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


/* Home Texas Section */

.hm-texas-sec {
    padding: 58px 0 270px;
    background-image: url(images/hm-texas-sec-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.hm-texas-sec h2.text-heading {
    font-size: 70px;
    margin: 0 0 30px;
    text-align: center;
    letter-spacing: -2.1px;
    line-height: 1.1;
}


.hm-texas-top p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 33px;
    text-align: center;
}
.hm-texas-blk {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 125px 0 0;
}
.hm-texas-lft {
    width: 58%;
}
.hm-texas-rit {
    width: 37.5%;
}
.hm-texas-rit .hm-texas-img {
    margin: 0 auto 13px;
    width: 90%;
}
.hm-texas-rit .hm-texas-img img {
    width: 100%;
    display: block;
}
.hm-texas-lft-itm h6 a:hover {
    color: #ac8851;
}
.hm-texas-lft-blk {
    display: flex;
    justify-content: space-between;
    padding: 22px 10px;
    border-bottom: 1px solid #b2b8c3;
    align-items: center;
    min-height: 112px;
}
.hm-texas-lft-itm {
    width: 46%;
}
.hm-texas-rit-itm {
    width: 50%;
}
.hm-texas-lft-itm h6 {
    line-height: 0;
    margin: 0;
}
.hm-texas-lft-itm h6 a {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 700;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -0.9px;
    color: #102347;
    margin: 0;
    padding: 0 0 0 42px;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.hm-texas-rit-itm p {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.6px;
    color: #000000;
    margin: 0;
}
.hm-texas-blk .hm-texas-rit-itm p{
    margin: 0;
}
.hm-texas-lft-itm h6 a::before {
    position: absolute;
    content: "";
    background-image: url("images/texas-location-img.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 34px;
    height: 48px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-texas-btn .cmn-btn {
    width: 100%;
}

/* Footer Section Styles */

.ftr-block-sec {
    background-color: #0c2045;
    padding: 50px 0 0px;
    position: relative;
    z-index: 0;
}
.ftr-block-sec::before {
    content: "";
    width: 100%;
    height: 195px;
    background-image: url(images/footer-top-bfr-image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -152px;
    margin: auto;
    pointer-events: none;
}
.ftr-blk {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.ftr-lft {
    width: 50%;
    padding-top: 20px;
}
.ftr-rgt {
    width: 48%;
    padding: 53px 33px 67px;
    background-color: rgb(14, 38, 82);
}
.ftr-logo {
    width: 72.6%;
    margin-bottom: 70px;
}
.ftr-logo img {
    display: block;
    width: 100%;
}
.ftr-menu-add-blk {
    display: flex;
    justify-content: space-between;
}
.ftr-menu {
    width: 100%;
    padding: 40px 0;
}
.ftr-menu-add-blk h4 {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.ftr-menu-add-blk .ftr-menu h4 {
    margin-bottom: 30px;
}
.ftr-menu ul{
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: 0;

}
.ftr-menu ul li a {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.44px;
    display: inline-block;
}
.ftr-menu ul li {
    display: inline-block;
    margin: 0 18px;
}
.ftr-menu ul li:last-child {
    margin-bottom: 0px;
}
.ftr-menu ul li a:hover,
.ftr-menu ul li.current-menu-item>a {
    color: #ac8851;
}
.ftr-add-blk {
    width: 100%;
    flex-direction: column;
    gap: 40px;
    display: flex;
}

.ftr-lctn-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
    margin: 30px 0 0;
}

.ftr-call-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ftr-lctn-items .ftr-itm {
    width: 48.8%;
}

.ftr-itm p {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.36;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
}
.ftr-itm p strong{
    font-weight: 700;
}
.ftr-itm p a{
    color: #ffffff;
}
.ftr-itm p a:hover{
    color: #ac8851;
}
.ftr-itm h6 {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.ftr-itm h6 a {
    display: block;
    width: max-content;
    margin-top: 10px;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.54px;
}
.ftr-itm h6 a:hover {
    color: #ac8851;
}
.ftr-rgt .text-heading {
    font-size: 57px;
    color: #fff;
    line-height: 0.9;
    letter-spacing: 0px;
    margin-bottom: 42px;
    text-align: center;
}
.ftr-itm {
    position: relative;
    padding-left: 55px;
    z-index: 0;
    display: block;
}
.ftr-itm::before {
    background-image: url(images/ftr-loc-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    content: "";
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
    margin: auto;
}
.ftr-itm.phone::before {
    background-image: url(images/ftr-call-img.webp);
}
.ftr-itm.loc {
    padding: 0;
}
.ftr-itm.loc::before {
    display: none;
}
.ftr-itm.loc a {
    background-image: url(images/ftr-facebook-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 38px;
    height: 38px;
    display: inline-block;
    font-size: 0px;
    opacity: 1;
}
.ftr-itm.loc {
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: end;
}
.ftr-itm.loc a.linkedin {
    background-image: url(images/ftr-linkedin-img.webp);
}
.ftr-itm.loc a.instagram {
    background-image: url(images/ftr-instagram-img.webp);
}
.ftr-itm.loc a.facebook:hover {
    background-image: url(images/ftr-facebook-hvr-img.webp);
}
.ftr-itm.loc a.linkedin:hover {
    background-image: url(images/ftr-linkedin-hvr-img.webp);
}
.ftr-itm.loc a.instagram:hover {
    background-image: url(images/ftr-instagram-hvr-img.webp);
}
.ftr-btm-cnt{
    padding: 0 0 30px;
}
.ftr-btm-cnt p {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 400;
    font-size: 26px;
    color: #58647b;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}
.ftr-btm-cnt p:last-child{
    margin-bottom: 0;
}
.ftr-btm-cnt p.ftr-cont-text.ftr-qstn{
    font-size: 20px;
    font-weight: 600;
}
.ftr-btm-cnt p.ftr-cont-text{
    font-size: 18px;
    color: #ffffff;
}
.ftr-btm-cnt p.ftr-cont-text a{
    color: #58647b;
}
.ftr-btm-cnt p.ftr-cont-text a:hover{
    color: #fff;
}
.ftr-btm-cnt p a{
    color: #58647b;
}
.ftr-btm-cnt p a:hover{
    color: #ffffff;
}
.ftr-copyrights-sec {
    background-color: #0e2652;
    padding: 35px 0 40px;
    text-align: center;
}
.cpy-inr p {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.cpy-inr p a:hover {
    color: #ac8851;
}





/* Form Stylings */





.ftr-form .gfield label,.ftr-form .gfield legend.gfield_label {
    display: none;
}
.ftr-form .gform_required_legend {
    display: none;
}
.ftr-form input::placeholder {
    color: #ffffff;
}
.ftr-form input:-ms-input-placeholder {
    color: #ffffff;
}
.ftr-form input::-ms-input-placeholder {
    color: #ffffff;
}
.ftr-form textarea::placeholder {
    color: #ffffff;
}
.ftr-form textarea:-ms-input-placeholder {
    color: #ffffff;
}
.ftr-form textarea::-ms-input-placeholder {
    color: #ffffff;
}
.ftr-form .gform_wrapper .top_label input,
.ftr-form .gform_wrapper select,
.ftr-form .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #ffffff;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Zalando Sans SemiExpanded';
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.2 !important;
    font-size: 18px !important;
    padding: 31px 30px !important;
    letter-spacing: 0.72px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.ftr-form .gfield {
    position: relative !important;
    width: 100%;

}

.ftr-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px !important;
    justify-content: space-between;
    align-items: center;
}
.ftr-form .gform_wrapper .top_label textarea {
    height: 140px !important;
    resize: none;
    margin: 0;
    min-block-size: 0px !important;
}

.ftr-form .gform_wrapper .gfield.gfield--type-textarea{
    margin: 0 0 30px;
}

.ftr-form .gform_wrapper .form-links a, .ftr-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 16px;
    font-family: 'Zalando Sans SemiExpanded';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
}
.ftr-form .gform_wrapper .form-links a:hover {
    color: #ac8851;
}
.ftr-form .gform_wrapper .form-links,
.ftr-form .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 0 0 0px !important;
}
.ftr-form .gfield .ginput_container {
    margin: 0 !important;
}

.ftr-form .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 8px 0px 0 !important;
    padding: 0 !important;
    background-color: #ac8851;
    border: 1px solid #fff !important;
}
.ftr-form .gform_wrapper .top_label input[type="checkbox"]::before {
    font-size: 14px;
}
.ftr-form .gform_wrapper .gform_footer.top_label {
    float: right;
    margin: -56px 0 0 ;
}

.ftr-form .gform_wrapper .gfield.gfield--type-checkbox{
    margin: 6px 0 0;
}

.ftr-form .gform_wrapper .gfield.gfield--type-checkbox  label.gform-field-label{
    display: block;
}
.ftr-form .gform_wrapper .top_label{
    position: relative;
}
.ftr-form .gform_wrapper .top_label input[type="submit"] {
    margin: 0;
    position: relative;
    z-index: 1;
    font-family: 'Zalando Sans SemiExpanded' !important;
    font-weight: 700 !important;
    font-size: 21px !important;
    line-height: 1 !important;
    letter-spacing: 1.26px !important;
    padding: 21px 34px !important;
    color: #ffffff !important;
    background-color: #ac8851 !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    text-align: center !important;
    outline: none !important;
}
.ftr-form .gform_wrapper .gform_footer span{
    position: absolute;
    right: 0;
    bottom: -20px;
    margin: auto;

}
.ftr-form .gform_wrapper .top_label input[type="submit"]:hover{
    background-color: #000 !important;
}
.ftr-form .gform_validation_errors {
    display: none !important;
}
.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    top: 15px;
    visibility: hidden;
    color: #000;
    position: relative !important;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Zalando Sans SemiExpanded';
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: #000;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.7;
    z-index: 12;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
}
div#popup-container {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}
.ftr-form .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}
.gform_button.disabled {
    pointer-events: none;
}
.ftr-form .gform_fields .ginput_container,
.ftr-form .gform_field {
    margin: 0;
}
.gfield--type-honeypot {
    display: none;
}
.ftr-form .gfield_description {
    margin: 0px !important
}
.ftr-form .gfield_description.validation_message {
    position: absolute;
    bottom: 13px;
    right: 8px !important;
    text-align: right;
    font-size: 12px;
    font-family: 'Zalando Sans SemiExpanded';
    color: #ff2c00;
    margin: 0;
    pointer-events: none;
}
.ftr-form .gfield_description.instruction.validation_message {
    top: 6px;
    bottom: auto;
}
.ftr-icons-blk {
    display: flex;
    justify-content: start;
    gap: 10px;
    width: 57%;
}
.ftr-icon{
    padding: 10px;
    background-color: #fff;
    border: 1px solid #58647b;
}