/**********
SITEWIDE STYLES
**********/

:root {
    --primary-text: #0a0a0a;
    --white: #fff;

    --primary: #AA883A;
    --primary-alt: #8f7331 ;

    --secondary: #ceff80;
    --secondary-alt: #a5d15e;

    --accent: #bd4b27;

    --gray:#d1d1d1;

    --bgblockone:#F4F4F4;
    --bgblocktwo: #fff;

    --transparent:rgba(0,0,0,0);
}

body {
    color:#7f7f7f;
    line-height: 1.7;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom:10px;
    line-height: 1.4;
}

h1 {
    font-size:55px;
}
h2 {
    font-size:36px;
}
h3 {
    font-size:25px;
}
h4 {
    font-size:21px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

.bgblockone {
    background-color: var(--bgblockone);
}
.txt-primary {
    color: var(--primary);
}

::-moz-selection {
    background: var(--primary);
    color: var(--white);
}

::selection {
    background: var(--primary);
    color: var(--white);
}

.text-white {
    color: #fff;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}

p:last-of-type {
    margin-bottom: 0;
}
p {
    margin-bottom: 20px;
}
/* BLOG */
.featured-image img {
    object-fit: cover;
    transform: scale(1);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform: 300ms ease;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position:absolute;
}
.featured-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-image {
    overflow: hidden;
    padding-top:60%;
    margin-bottom: 10px;
    position: relative;
}
.placeholder-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--dark);
}
.featured-image .placeholder-image {
    position: absolute;
    width: 100%;
    background-color: #e1e1e1;
    height: 100%;
    text-align: center;
}
.breadcrumbs i {
    font-size: 13px;
    position: relative;
    top: -1.1px;
}

/**********
BUTTON    
**********/
.btn {
    background-color: transparent ;
    box-shadow: none !important;
    padding: 13px 30px;
    transition: all .15s ease-in-out;
    border-radius: 0;
    border-width:0px;
    font-size:16px;
    font-weight: 600;
    border-style: solid;
}

.btn-small {
    font-size: .9rem;
    padding: 7px 20px;
}

.btn.btn-primary {
    font-weight: bold;
    background-color: var(--primary);
    color: var(--white);
    position: relative;
    border-width:0;
    border-style: solid;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active
 {
    background-color: var(--primary-alt);
    color: var(--white);
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
    font-weight: bold;
    background-color: var(--accent);
    color: #fff;
    position: relative;
    border-width:0;
    border-style: solid;
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover,
.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:focus,
.frm_button_submit:active {
    background-color: var(--secondary-alt);
    color: #fff;
}

.btn.btn-secondary {
    background-color: var(--secondary);
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: var(--secondary-alt);
    border: 0 solid var(--transparent);
    color: var(--white);
}

.btn.btn-white {
    color:var(--primary);
    background-color:var(--white);
    opacity: 1;
    border:0;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    opacity: .6;
}

.btn.btn-outline-black {
    border: 1px solid #000;
    color:#000;
}
.btn.btn-outline-black:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color:#fff;
}

.btn.btn-outline-white {
    border: 1px solid #fff;
    color:#fff;
}
.btn.btn-outline-white:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color:#fff;
}

/* DEFAULTS */
.objectfit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-style-none {
    list-style-type: none;
}
.nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav ul li {
    display: inline-block;
}
.transition {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.bgcover {
    background-size:cover;
    background-position: center;
}
section.block {
    padding:100px 0;
}
section.block50 {
    padding:50px 0;
}
section.block80 {
    padding:80px 0;
}
.box-overlay:after {
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0; left:0;
}
.aspect-ratio-1 {
    aspect-ratio: 1;
}
.bradius {
    border-radius:3px;
}

/* DEFAULT GRAVITY FORMS */
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 20px 20px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 16px;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 10px;
    font-weight: bold;
    margin-top: 12px;
}
.gform_wrapper .gform_footer input.gform_button {
    border: 2px solid var(--primary) !important;
    padding: 16px 60px !important;
    text-transform: uppercase;
    background-color: var(--primary);
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    transition: 0.3s all ease;
}
.gform_wrapper .gform_footer input.gform_button:hover {
    background-color: var(--primary);
    color: #fff;
}
.gform_wrapper textarea {
    height: 120px;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
}
.gform_wrapper.gravity-theme .gfield textarea:focus {
    outline:0;
    border-color: var(--primary) !important;
}
.gform_wrapper select {
    border-color: #e1e1e1;
    padding: 18px 15px;
    outline:0 !important;
}
.gform_wrapper input {
    border: 1px solid #e1e1e1;
    line-height: 1;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 15px 15px !important;
    background-color: #FAFAFA;
    border: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme input:focus {
    border-color: var(--primary);
}
.gform_validation_error.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 16px;
    border-radius: 0;
}
.gform_validation_error.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 0;
    font-size: 13px;
    background-color: transparent;
    border: revert-layer;
    padding: 0;
}
.gform_wrapper.gravity-theme form .gform_footer, .gform_wrapper.gravity-theme form .gform_page_footer {
    padding-bottom:0;
}
.gform_wrapper.gravity-theme .gfield_label {
    color: #000;
}

/* MOBILE NAV */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background: url(./images/icons/nav-closed.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


/* -------------------------
NEW STYLES HERE 
-------------------------  */


/* HEADER */
.logo-img {
    width: 180px;
}
.header-btns a {
    padding: 10px 20px;
    font-size: 13px;
}
.header-btns {
    display: flex;
    column-gap: 10px;
}
#homehero {
    margin-top:-1px;
}
#homehero h1 {
    width: 510px;
    max-width: 100%;
}
ul.header-menu-list {
    display: flex;
    justify-content: center;
    column-gap: 60px;
    width: 100%;
}
ul.header-menu-list li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
ul.header-menu-list li a:hover {
    color:var(--primary);
}

/* HOME HERO */
.hero-desc {
    font-size: 23px;
}
.btn.herobtnn:hover {
    background-color: var(--primary);
    color:#fff;
    opacity:1;
}
.btn.herobtnn {
    right: 0;
    bottom: 0;
    color: #000;
    padding: 19px 35px;
    z-index: 4;
}


/* FOOTER */
.footer {
    padding: 30px 0 60px;
}
.backtotop:hover {
    background-color:rgba(255, 255, 255, 1);
    top:-3px;
}
.backtotop {
    cursor: pointer;
    transition: 0.3s all ease;
    position:relative;
    top:0;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000;
    font-size: 16px;
}
.footerlogo {
    width: 160px;
}
.footer-menu-list li:first-child, .footer-menu-list li:nth-child(4) {
    padding-left: 0;
}
.footer-menu-list li {
    padding-right: 15px;
    position:relative;
    padding-left: 16px;
}
.footer-menu-list {
    display: flex;
    width: 410px;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    list-style: none;
	max-width:100%;
}
.footer-menu-list li a:hover {
    color: var(--primary);
}
.footer-menu-list li a {
    color: #fff;
    transition: color 0.3s ease;
}
.footer-menu-list li:last-child:after {
    content:'';
}
.footer-menu-list li:after {
    content: '/';
    color: #636466;
    left: 15px;
    position: relative;
    top: 3px;
    font-size: 15px;
}
.footerbox p {
    font-size:14px;
}
.footerbox h6 {
    font-size:12px;
    color:#ccc;
    font-weight:500;
}
.footerbox {
    color:#fff;
    margin-top:30px;
}
.footerbox a {
    color:#fff;
    transition: 0.3s ease all;
}
.footerbox a:hover {
    color:var(--primary);
}
.footercopyright {
    color: var(--gray);
    font-size:12px;
}


/* ABOUT HOME */
.sidebg {
    background-color: var(--primary);
    height: 100%;
    width: 40%;
}
.sidebg img {
    mix-blend-mode: multiply;
    opacity:0.15;
}
#abouthome2 {
    margin-top:-50px;
    padding: 180px 0;
}
.abouthome ul li:last-child {
    margin-bottom:0;
}
.abouthome ul li {
    padding-left:35px;
    position: relative;
    margin-bottom:20px;
}
.abouthome ul {
    margin-top:30px;
    list-style: none;
    padding-left:0;
}
.goldcheck ul li:before {
    height: 22px;
    content: '';
    background-image: url(/wp-content/uploads/2025/09/goldcheck.png);
    width: 22px;
    position: absolute;
    background-size: cover;
    left: 0;
    top: 1px;
}

.teamtop {
    padding-bottom:40px
}
.teambgsection {
    aspect-ratio: 1442 / 447;
}
.teamimg {
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
}
.teamboxcontent h4 {
    padding-bottom: 3px;
}
.teamboxcontent {
    min-height: calc(100% - 300px);
    padding: 20px 20px 35px 20px;
    border-bottom: 4px solid var(--primary);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    background-color: #fff;
}

body.about-us .teamboxcontent {
    min-height: calc(100% - 420px);
}
.opbox-img {
    width: 40px;
}
.partners-slide {
	padding:0 20px;
}
.partners-slide img {
    text-align: center;
    display: block;
    margin: 0 auto;
    height: 100px;  
    width: auto;
    max-width: 200px;       
    object-fit: contain;
}
.ourloans-box {
    font-size:14px;
}
.ourloans-box ul {
    display: flex;
    row-gap:5px;
    flex-direction: column;
}
.ourloans-list li {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    line-height: 1.4;
    column-gap:10%;
}

.ourloans-list li span:first-child {
    font-weight: 600;
    flex: 0 0 40%; 
}
.ourloans-box h5 {
    border-left: 4px solid var(--primary);
    padding-bottom: 4px;
    padding-top: 3px;
    margin-bottom: 20px;
}
.ourloans-list li span:last-child {
    flex: 0 0 50%;  
    text-align: right;
}
.ourloans-cta {
    padding: 45px;
}
.ourloans-cta:before {
    content: '';
    width:100%;
    height:100%;
    position:absolute;
    top:0; left:0;
    background: #52AD32;
    background: linear-gradient(86deg,rgba(82, 173, 50, 0) 87%, rgba(170, 136, 58, 1) 100%);
}
.testimonialsbg {
    aspect-ratio: 1442 / 370;
}
.testimonialsbox {
    background-color: #fff;
    margin:0 10px 10px;
    border-bottom: 4px solid var(--primary);
    padding: 30px 35px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.testimonialsbox h4 {
    font-size: 19px;
}
.testimonial-icon {
    width: 60px;
    margin-bottom: 17px;
}

.slick-arrow.fa-arrow-right {
    right: 30px;
}
.slick-arrow.fa-arrow-left {
    left: 30px;
}

.slick-arrow.fa-chevron-right {
    right: 30px;
}
.slick-arrow.fa-chevron-left {
    left: 30px;
}
.slick-arrow {
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 30px;
    z-index: 10;
}
.slick-disabled {
    display:none !important;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots {
    text-align: center;
    position: absolute;
    padding-left:0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background-color:#000;
}
.slick-dots button {
    background-color: #D9D9D9;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    transition: 0.3s all ease;
    height: 15px;
    outline: 0 none !important;
    width: 15px;
    transform: scale(0.75);
}
.slick-slide {
    outline:0;
}
.slick-arrow.fa-chevron-right {
    right: 0;
}
.slick-arrow.fa-chevron-left {
    left: 0;
}

.testimonials-slider .slick-track {
    display: flex !important;
}

.testimonials-slider .slick-slide {
    height: inherit !important;
    padding-bottom:85px;
    display: flex !important;
}

.newsimage:hover img {
    transform: scale(1.05);
}
.newsimage {
    aspect-ratio: 368 / 213;
}
.newscontent h5 a:hover {
    color:var(--primary)
}
.newscontent h5 a {
    transition: 0.3s all ease;
    color:#000;
}
.blacklink:hover {
    color:var(--primary);
}
.blacklink {
    color:#000;
    transition: 0.3s all ease;
}
main {
    position: relative;
    z-index: 2;
}
#innerhero {
    padding-top: 220px;
    padding-bottom: 50px;
}
#innerhero.box-overlay:after {
    background-color: rgba(0,0,0,0.5);
    z-index: 2;   
}
#innerhero h1 {
    font-size: 43px;
}

/* NEWS */
.single-news h1 {
    font-size:40px;
    width: 880px;
    max-width: 100%;
    margin: 0 auto;
}
.single-news h2 {
    font-size:30px;
}
#news-content {
    color:#323232;
}
.news-main h1,
.news-main h2,
.news-main h3,
.news-main h4,
.news-main h5,
.news-main h6 {
    font-weight: 600;
}
a.go-back-link {
    color: #7f7f7f;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s all ease;
}
.single-news section#innerhero {
    padding-top: 160px;
}
a.go-back-link:hover {
    color: var(--primary);
}
h2.othernewstitle {
    font-size:36px;
}
.featuredinhero {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.ccontactbox {
    border: 1px solid #CCCCCC;
    padding: 40px;
}
body .gform_wrapper .ginput_container_consent input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #777;
    background: #FAFAFA;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 6px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    top: -1px;
}

body .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

body .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Make label clickable */
body .gform_wrapper .ginput_container_consent label {
    cursor: pointer;
    color: #26364D;
}

/* Label styling */
#gform_wrapper .ginput_container_consent label {
    cursor: pointer;
    color: #26364D;
}
#aboutteam .teambox p {
    margin-bottom:13px;
}
#aboutteam .row.gx-lg-5 > [class*="col-"]{display:flex}
#aboutteam .teambox{display:flex;flex-direction:column;width:100%}
#aboutteam .teamimg{flex:0 0 auto}
#aboutteam .teamimg img{display:block;width:100%;height:auto}
#aboutteam .teamboxcontent {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    row-gap: 25px
}

.loan-form label {
    font-weight: 700;
    display: block;
    color: #000;
}
.loanformbox {
    font-size:14px;
    padding: 30px;
    border: 1px solid #D3D3D3;
}
.loan-form input,
.loan-form textarea,
.loan-form select {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
	outline:0 !important;
}
.loan-form select {
    appearance: none; /* removes native arrow */
    -webkit-appearance: none;
    -moz-appearance: none;

    background: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 20 20' width='12' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>") no-repeat right 10px center;
    background-size: 8px;
    background-position-y: 15px;
    padding-right: 5px; /* spacing for arrow */
}
.loanformfield {
    margin-bottom: 10px;
}
.btnchoicesloanform button {
    border: 1px solid #D3D3D3;
    color: #000;
    padding: 10px;
}
.btnchoicesloanform button:hover {
    background-color: var(--primary-alt);
    color: #fff;
}
.loan-form .text-danger {
    font-weight: 500;
    margin-top: 5px;
    display: block;
}
.loan-form {
    color:#000;
}
.btnchoicesloanform .chosen.btn {
    border-color:var(--primary);
}
.estimate-box {
    color:#000;
}
.estimate-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.estimate-footer {
    background-color: var(--primary);
}
.estimate-box, .estimate-footer {
    width: 800px;
    max-width: 100%;
}
.estimate-footer {
    padding:40px;
}
.footertextabout {
    font-size: 10px;
    color: #fff;
}
.estimate-footer .flex-consent{
    margin-top: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.estimate-footer .flex-consent input{
    transform: scale(1.2);
}
.estimate-email .btn {
    width: 100%;
}
.estimate-email input {
    padding: 8px 10px;
    transition: 0.3s ease all;
    border: 1px solid #CCCCCC;
}
.estimate-email input:focus {
    border-color: var(--primary-alt);
}
.estimate-email .btn.btn-outline-white:hover {
    background-color: var(--primary-alt);
}
@media (min-width: 992px) {
    .footertextrightt {
        width: 90%;
    }
    .footertextleftt {
        width: 10%;
    }
}

.txtcontent ul, .txtcontent ol {
	margin-bottom:20px;
}

/* PAGINATION */
.news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    transition: all 0.2s linear;
}

.news-pagination .page-numbers:hover {
    background: #f5f5f5;
}

.news-pagination .page-numbers.current {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.news-pagination .page-numbers i {
    font-size: 14px;
    line-height: 1;
}

#post-404 h2 {
    font-size: 140px;
    margin-bottom: -20px;
}

.text-justify {
    text-align: justify;
}

.group-input{
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.group-input span{
    font-size: 18px;
    font-weight: 700;
}