/*!
Theme Name: Brummel child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body {
    overflow-x: hidden;
    line-height: 1.5;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
}

.section {
    padding: 50px 0;
}

a {
    text-decoration: none !important;
    transition: 0.5s ease !important;
}

a,
input,
button {
    outline: 0 !important;
}

.post,
.page {
    margin: 0;
}

body,
p {
    font-weight: 400;
    color: #000;
    font-family: 'Proxima Nova Rg';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Proxima Nova Lt';
}

.home .entry-title {
    display: none;
}

ul li,
li {
    list-style: none;
}

.skip-link.screen-reader-text {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: 1;
}

#sidebar {
    display: none;
}

.entry-footer {
    clear: both;
}

#colophon {
    clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
    text-align: center;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    left: auto;
    margin-left: auto;
    position: relative;
    /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
    background-size: cover;
    padding: 50px 0;
}

.not_found_inner {
    max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
    display: none;
}

.logo a {
    outline: 0 !important;
}

.error-404.not-found .logo {
    padding: 0;
    background-color: transparent;
}

.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;
    color: #404040;
    margin: 30px 0;
    ;
    font-weight: 800;

}

.error-404.not-found h1 span {
    color: #e01e26;
}

.page-header h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}

.page-header p {
    font-size: 22px !important;
    color: #000;
    margin-bottom: 20px;
}

.page-content .return_home {
    background-color: #e01e26;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #e01e26;
}

.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #000;
    transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
    display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
    content: '"';
}

.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.search-results .page-header {
    width: 100%;
}

.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}

.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}

.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}

.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}

.search-results .nav-links {
    display: none;
}



/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: transparent !important;
    border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-footer {
    display: none !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.close {
    color: #000 !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-dialog {
    max-width: 650px !important;
    margin: 50px auto !important;
}

.close span {
    display: block;
    color: #fff;
    position: absolute;
    left: 120%;
    top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
    max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
    background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
    color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
    color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
    margin-left: 20px;
}

.asl_nores {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.results .asl_nores .asl_keyword {
    padding: 5px 0px !important;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
    border-top: 1px solid #eee;
}

.asl_nores_header {
    margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */


/*  Drop down menu CSS*/
#primary-menu {
    text-align: center;
}

#primary-menu li {
    display: inline-block;
    padding: 0 20px;
}

#primary-menu li a {
    padding: 10px 0;
    color: #000;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: -5px;
    top: 2px;
    display: block;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
    top: calc(100% + 10px);
    left: 10px;
    width: 220px;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#primary-menu .sub-menu li {
    display: block;
    padding: 0;
}

#primary-menu .sub-menu li a:hover {
    color: #fff;
    border-color: transparent;
}

#primary-menu .sub-menu li a {
    display: block;
    text-align: left;
    padding: 17px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
    border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
    width: 100%;
    background-color: #0b204d;
    border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
    content: '';
    background-color: transparent;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    border-bottom: 1px solid transparent;
}

.menu-toggle {
    display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
    padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
    content: unset;
}

#mm ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    display: none !important;
    height: auto !important;
}

#mm ul.sub-menu.active-sub-menu {
    display: block !important;
}

#mml {
    padding: 0 15px;
    color: #ffffff;
}

#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}

.mm {
    position: relative;
    background-color: #000;
    min-height: 49px;
}

#mmb {
    position: absolute;
    width: 40px;
    height: 50px;
    margin-right: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#mmb span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(2) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb.on span {
    height: 2px;
}

#mmb.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
}

#mmb.on span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#mmb.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

#mm ul {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}

#mm li {
    display: block;
    position: relative;
    padding: 0;
}

#mm #primary-menu a {
    display: block;
    padding: 16px 26px 15px 17px;
    border-bottom: #dedede 1px solid;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    background-color: #000;
    word-wrap: break-word;
    text-align: left;
}

#mm #primary-menu a:hover {
    background-color: #0b204d;
}

.mm,
#mm {
    display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
    color: #000;
    font-weight: 600;
}

.woocommerce td.product-name a:hover {
    color: #0b204d;
}

input#coupon_code {
    width: 200px !important;
    padding-left: 10px;
    margin-right: 10px;
    height: 45px;
    background-color: #eee;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}

.coupon .button {
    height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    color: #fff;
    height: 45px;
}

.actions button {
    height: 45px;
}

.woocommerce a.added_to_cart {
    padding: 10px 20px;
    border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #fff;
    background-color: #0b204d;
    padding: 10px 20px;
    line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #333;
}

.post-type-archive li .added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: unset;
    display: block;
    width: 100%;
    height: 45px;
}

a.shipping-calculator-button {
    color: #0b204d;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
    background: #0b204d !important;
    color: #fff !important;
    line-height: 22px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce-cart-form {
    width: 62%;
    float: left;
}

.woocommerce .cart-collaterals {
    width: 35%;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
    background: rgba(84, 84, 84, 0.05);
    padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
    border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}

.woocommerce table.shop_table th {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
    padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe9eb;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
    padding-left: 0;
    padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
    padding-bottom: 30px !important;
}

.qib-container button {
    cursor: pointer;
}

.woocommerce-shipping-destination {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
    width: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    outline-width: medium;
    position: relative;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
}

input[type="radio"]::before {
    background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
    border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
    content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default .select2-selection--multiple .select2-selection__choice {

    border-color: rgba(84, 84, 84, 0.8);

}

.input-radio::after,
input[type="radio"]::after {

    border-radius: 50%;

}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
    border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    height: 45px;
}

.woocommerce form .form-row {
    padding: 3px 0;
    margin: 0 0 06px;
    display: block;
}

#calc_shipping_city_field {
    margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
    width: 100% !important;
    padding-left: 15px !important;
    display: inline-block;
    padding: 6px 10px;
}

.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 60%;
}

#order_review {
    width: 38%;
    background: rgba(84, 84, 84, 0.05);
    padding: 20px 40px 40px;
    position: relative;
}

#order_review_heading {
    display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
    height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 50%;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
    border: none;
    vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 20px;
    margin-left: 10px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
    text-transform: uppercase;
    color: #252525;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}

span.select2-selection.select2-selection--single {
    height: 45px !important;
    padding: 9px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 10px;
}

form.checkout.woocommerce-checkout label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

#order_comments {
    height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
    border-bottom: 1px solid rgba(84, 84, 84, 0.15);
    line-height: 16px;
    padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
    background-color: transparent;
    line-height: 1.538em;
    padding: 0 35px;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    margin-top: 20px !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce #payment div.payment_box p {
    font-size: 13px;
    line-height: 1.4285em;
    margin: -2px 0 0;
    margin-bottom: 0px;
    text-shadow: none;
    font-weight: 400;
    color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: capitalize;
    line-height: 1.3em;
    font-weight: 700;
    color: #000;
    margin-top: 12px;
}

.woocommerce-error {
    border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
    color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    padding: 10px 22px !important;
    font-size: 16px !important;
    margin-top: 8px !important;
    font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce-message a {
    margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
    border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border: 0;
    padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
    border-bottom: 3px solid rgba(0, 0, 0, .9);
    margin-bottom: 40px;
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
    color: #0b204d;
    font-weight: 600;
    font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
    color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: unset;
}

#ship-to-different-address label span {
    margin-left: 8px;
    font-weight: bold;
    color: #000;
}

.tinv-wishlist .product-action {
    width: 165px;
}

#tinvwl_product_actions {
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
    border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
    display: flex;
    flex-wrap: wrap;
}

.select-wrapper {
    flex: 1;
    margin-right: 5px;
    position: relative;
}

.select-wrapper::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: 0;
    color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
    width: 100%;
    border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
    width: 100px;
    height: auto;
    max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
    margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
    content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0 0 10px;
    line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
    text-align: right;
    border-top: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
    padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
    text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
    flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    height: 550px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: 9px 10px;
    display: block;
    border: 1px solid #0b204d;
    margin-bottom: 9px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in;
    background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #252525;
    color: white;
    border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: white !important;
    border: 1px solid #252525;
    background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
    padding-left: 0;
    padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
    background-color: #0b204d;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
    background-color: #252525;
    color: #fff;
}

.woocommerce-account .addresses .title h3 {
    position: relative;
}








.woocommerce-privacy-policy-text a {
    color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
    color: #0b204d;
}

.woocommerce-info {
    border-top-color: #0b204d;
    margin-bottom: 10px !important;
}

.lost_password a {
    color: #252525 !important;
}

.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-info::before {
    color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
    color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
    padding-bottom: 20px;
}

.woocommerce form .form-row .required {
    color: #0b204d;
}

a.showcoupon {
    font-size: 16px;
    font-weight: 500;
}







h3#order_review_heading {
    margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
    height: auto;
    border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
    font-size: 16px;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 40px;
}


ul.woocommerce-error {
    margin-bottom: 50px !important;
}

.tinv-header {
    display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
    margin-top: 30px;
}





.post-type-archive .products li {
    text-align: center;
}

.tax-product_cat .products li {
    text-align: center;
}

.tax-product_cat li .added_to_cart {
    background-color: #c12a30 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    /*    display: inline-block !important; */
    font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.quantity {
    position: relative;
    width: fit-content;
}

.woocommerce-cart .quantity .minus {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 5px 14px 7px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}

.woocommerce-cart .quantity .plus {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 12px 4px 11px 4px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}


a.restore-item {
    margin-left: 10px;
    margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
    height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
    position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
    position: relative;
}


.page-id-316 .wc-backward {
    margin-left: 20px !important;
    color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
    color: #c12a30 !important;
}


.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
    position: relative;
    top: 10px !important;
    text-align: center;
}

.page-id-317 .woocommerce-MyAccount-content a.woocommerce-Button {
    position: relative;
    top: -10px !important;
    text-align: center;
}

/* Woo Commerce End Here */




/* header css started  */

.site-header .row {
    align-items: center;
}

.site-header ul#primary-menu {
    margin: 0;
}

header#masthead {
    padding: 15px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

#primary-menu li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#primary-menu li a:hover {
    color: #D93045;
}

#primary-menu li.current-menu-item a {
    font-weight: 600;
    
}

#primary-menu li.current-menu-item a:hover {
    color: #fff;
    
}

.header_btn a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 4px;
    background: #D93045;
    border-radius: 100px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #D93045;
}

.header_btn a:hover {
    background-color: #1A1A1C;
    color: #fff;
}






@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}


@media (min-width: 1250px) {
    .container {
        max-width: 1240px !important;
    }
}



@media (max-width: 767px) {

    .mm,
    #mm {
        display: block;
    }

    #primary-menu {
        display: none;
    }
}


/* ================================================================
   FRONT PAGE - SHARED BUTTON STYLES
================================================================ */

.fp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid;
    align-self: flex-start;
}

.fp-btn svg {
    transition: all 0.3s;
}

.fp-btn:hover svg {
    transform: translateX(5px);
}



.fp-btn--red {
    background-color: #d93045;
    border-color: #d93045;
    color: #ffffff !important;
    gap: 8px;
}

.fp-btn--red:hover {
    background-color: #1A1A1C;
    border-color: #d93045;
    color: #ffffff !important;
}

.fp-btn--outline {
    background-color: transparent;
    color: #ffffff !important;
    border: 1.5px solid #ffffff;
    gap: 8px;
}

.fp-btn--outline:hover {
    background-color: #d93045;
    color: #ffffff !important;
    border-color: #d93045;
}

/* About section button — full width per Figma design */
.fp-btn--fullwidth {
    align-self: stretch;
    justify-content: center;
}


/* ================================================================
   SECTION 1: BANNER
================================================================ */

.fp-banner {
    position: relative;
    min-height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
}

.fp-banner__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, #141414 1.4%, rgba(20, 20, 20, 0) 17%),
        linear-gradient(to bottom, rgba(20, 20, 20, 0) 25%, #141414 97%),
        linear-gradient(241deg, rgba(20, 20, 20, 0) 32%, #141414 109%);
    pointer-events: none;
    z-index: 1;
}

.fp-banner .container {
    position: relative;
    z-index: 2;
}

.fp-banner__content {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.fp-banner__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fp-banner__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-size: 42px;
    line-height: normal;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
    margin: 0;
    font-weight: normal;
}

.fp-banner__subheading {
    max-width: 601px;
}

.fp-banner__subheading p,
.fp-banner__subheading {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    margin: 0;
}

.fp-banner__buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}


/* ================================================================
   SECTION 2: ABOUT BRUMMEL ENTERPRISES
================================================================ */

.fp-about {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    margin: 80px 0;
}

/* Decorative red line — top right */
.fp-about__decor {
    position: absolute;
    pointer-events: none;
}

.fp-about__decor img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
}

/* .fp-about__decor--top {
    top: 0.02%;
    right: -32.64%;
    bottom: 46.04%;
    left: 52.35%;
    z-index: 0;
}

.fp-about__decor--bottom {
    top: 72.65%;
    right: 60.07%;
    bottom: 0.01%;
    left: -9.13%;
    z-index: 0;
} */

.fp-about__decor--top {
    top: 3%;
    right: -1.64%;
    bottom: 0;
    left: 52%;
    z-index: 0;
    transform: rotate(2deg);
}

.fp-about__decor--bottom {
    top: unset;
    right: 60.07%;
    bottom: 0.01%;
    left: -9.13%;
    z-index: 0;
}

.fp-about__container {
    position: relative;
    z-index: 1;
}

.fp-about__image-col {
    padding-top: 83px;
    padding-bottom: 83px;
}

.fp-about__image-wrap {
    border-radius: 32px;
    overflow: hidden;
    width: 100%;
}

.fp-about__image {
    width: 100%;
    height: 444px;
    object-fit: cover;
    display: block;
    border-radius: 32px;
}

.fp-about__content-col {
    padding-top: 83px;
    padding-bottom: 83px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fp-about__label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #D93045;
    text-transform: uppercase;
    margin: 0;
}

.fp-about__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-size: 32px;
    line-height: normal;
    color: #1a1a1c;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}

.fp-about__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fp-about__content p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #676565;
    margin: 0;
}


/* ================================================================
   SECTION 3: OUR SERVICES
================================================================ */

.fp-services {
    position: relative;
    background-color: #141414;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    overflow: hidden;
}

.fp-services__overlay {
    position: absolute;
    /* inset: 0; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.92));
    z-index: 0;
}

.fp-services__inner {
    position: relative;
}

.fp-services__header {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 40px;
}

.fp-services__label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #d93045;
    text-transform: uppercase;
    margin: 0;
}

.fp-services__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-size: 32px;
    line-height: normal;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    width: 60%;
    margin: 0 auto;
}

/* Slider */
.fp-services__slider {
    /* width: 100%; */
    position: relative !important;
}

.fp-services__slider .slick-list {
    /* width: 100%; */
    overflow: visible !important;
}

.fp-services__slider .slick-slide {
    padding: 0 10px;
}

/* Service Card */
.fp-service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 32px;
    padding: 24px 18px !important;
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    transition: background 0.3s ease, border-color 0.3s ease;
    margin: 0 10px;
}

.fp-service-card:hover {
    background: #d93045;
    border-color: #d93045;
}

.fp-service-card__top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Icon wrapper — circle with red border, CSS-created per copilot-instructions rule */

.fp-service-card__icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1.5px solid #d93045;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 13px;
    transition: all 0.3s;
}

.fp-service-card:hover .fp-service-card__icon-wrap {
    border: 1.5px solid #fff;
    background-color: #fff;
}

.fp-service-card__icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: all 0.3s;
}

.fp-service-card:hover .fp-service-card__icon-wrap img {
    filter: brightness(0);
}

.fp-service-card__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
    width: 90%;
    height: 56px;
}

/* .fp-service-card__desc {
    flex: 1;
} */

.fp-service-card__desc p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.fp-service-card__link-wrap {
    margin-top: auto;
}

.fp-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #d93045 !important;
    text-decoration: underline !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    white-space: nowrap;
}

.fp-service-card:hover .fp-service-card__link {
    color: #fff !important;
}

.fp-service-card:hover .fp-service-card__link svg rect {
    fill: #fff !important;
}

.fp-service-card__link-icon {
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    transform: none !important;
    transition: none !important;
}

/* View services bottom button */
.fp-services__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


/* ================================================================
   FRONT PAGE — RESPONSIVE
================================================================ */

@media (max-width: 1199px) {
    .fp-banner {
        padding-bottom: 80px;
    }

    .fp-banner__content {
        max-width: 680px;
    }

    .fp-services__inner {
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    .fp-banner {
        min-height: 560px;
        padding-bottom: 60px;
    }

    .fp-banner__content {
        max-width: 100%;
    }

    .fp-banner__heading {
        font-size: 32px;
    }

    .fp-about__image-col,
    .fp-about__content-col {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fp-about__image {
        height: 340px;
    }

    .fp-services__inner {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .fp-banner {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .fp-banner__content {
        gap: 32px;
    }

    .fp-banner__heading {
        font-size: 28px;
    }

    .fp-banner__subheading,
    .fp-banner__subheading p {
        font-size: 16px;
    }

    .fp-about__image-col {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .fp-about__content-col {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .fp-about__image {
        height: 280px;
    }

    .fp-services {
        padding: 60px 0;
    }

    .fp-services__inner {
        padding: 0 24px;
        gap: 32px;
    }

    .fp-services__heading {
        font-size: 26px;
    }
}


/* ================================================================
   FRONT PAGE — SECTION 4: INDUSTRIES WE SERVE
================================================================ */

.fp-industries {
    padding: 80px 0;
    background: #ffffff;
}

.fp-industries__header {
    text-align: center;
    margin-bottom: 40px;
}

.fp-industries__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #202020;
    margin: 0 0 8px 0;
}

.fp-industries__subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #676565;
    margin: 0;
}

.fp-industries__grid {
    display: flex;
    gap: 24px;
    justify-content: center;
}

/* Card wrapper — provides space above for the overflowing icon circle */
.fp-industry-card {
    flex: 1;
    min-width: 0;
    position: relative;
    padding-top: 50px;
}

/* Card body */
.fp-industry-card__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 60px 15px 28px;
    background: #fff3f3;
    border-radius: 24px;
    text-decoration: none !important;
    color: inherit;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}

.fp-industry-card__inner:hover {
    background: #ffffff;
    box-shadow: 3px 3px 30px rgba(217, 48, 69, 0.25);
    /* transform: translateY(0px); */
    text-decoration: none !important;
    color: inherit;
}

/* Circular icon, floats at the top of the card body */
.fp-industry-card__icon-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #d93045;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.fp-industry-card__inner:hover .fp-industry-card__icon-wrap {
    background: #d93045;
    border-color: #d93045;
}

.fp-industry-card__icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: filter 0.3s ease;
}

.fp-industry-card__inner:hover .fp-industry-card__icon {
    filter: brightness(0) invert(1);
}

.fp-industry-card__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #1a1a1c;
    text-align: center;
    margin: 0;
    transition: font-weight 0.15s ease;
}

.fp-industry-card__inner:hover .fp-industry-card__title {
    font-weight: 600;
}


/* ================================================================
   FRONT PAGE — SECTION 5: WHY TRUST US
================================================================ */

.fp-trust {
    min-height: 456px;
    overflow: hidden;
    height: 460px;
    position: relative;
    align-content: center;

}

.fp-trust .left-col {
    position: static !important;
}

.fp-trust .right-col {
    position: static !important;
}

/* Left dark column */
.fp-trust__left {
    position: absolute;
    background-color: #141414;
    overflow: hidden;
    width: 65%;
    height: 100%;
    left: 0;
    top: 0;
}

/* Background image overlay at 20% opacity */
.fp-trust__bg-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.fp-trust__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    display: block;
}

/* Content sits above the overlay */
.fp-trust__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.fp-trust__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fp-trust__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.fp-trust__subheading {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin: 0;
}

/* 2-column badge grid */
.fp-trust__badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
}

/* Pill badge */
.fp-trust__badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 6px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 0.7px solid rgba(255, 255, 255, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* Red icon circle inside badge */
.fp-trust__badge-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    background: #d93045;
    border: 0.7px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.fp-trust__badge-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.fp-trust__badge-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    white-space: nowrap;
}

/* Right image column */
.fp-trust__right {
    position: absolute;
    overflow: hidden;
    width: 35%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

.fp-trust__right img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ================================================================
   FRONT PAGE — SECTION 6: PORTFOLIO CASE STUDIES
================================================================ */

.fp-portfolio {
    padding: 80px 0;
    background: #ffffff;
}

.fp-portfolio__header {
    text-align: center;
    margin-bottom: 60px;
}

.fp-portfolio__label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #d93045;
    margin: 0 0 4px 0;
}

.fp-portfolio__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #202020;
    margin: 0;
}

.fp-portfolio__grid {
    margin-bottom: 0;
}

/* Card link wrapper */
.fp-portfolio-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 32px;
    height: 350px;
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.06);
    text-decoration: none !important;
    background: #1a1a1c;
}

/* Featured image */
.fp-portfolio-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.fp-portfolio-card:hover .fp-portfolio-card__img {
    transform: scale(1.05);
}

/* Dark gradient overlay */
.fp-portfolio-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

/* Title content at bottom */
.fp-portfolio-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    z-index: 2;
}

.fp-portfolio-card__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Explore button row */
.fp-portfolio__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}


/* ================================================================
   FRONT PAGE — SECTION 7: EMERGENCY CTA
================================================================ */

.fp-cta {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Complex gradient overlay from Figma */
.fp-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), linear-gradient(257.96deg, #D93045 -19.28%, rgba(28, 27, 31, 0.3) 43.8%), linear-gradient(79.89deg, rgba(217, 48, 69, 0.9) -9.35%, rgba(28, 27, 31, 0) 40.71%), linear-gradient(180deg, rgba(20, 20, 20, 0) 75.8%, rgba(20, 20, 20, 0.6) 103.09%), linear-gradient(180deg, rgba(20, 20, 20, 0.6) -2.3%, rgba(20, 20, 20, 0) 37.51%);
    background-blend-mode: normal, normal, normal, multiply, multiply, normal;
    z-index: 1;
}

.fp-cta .container {
    position: relative;
    z-index: 2;
}

.fp-cta__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    max-width: 574px;
    margin: 0 auto;
}

.fp-cta__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.fp-cta__sub,
.fp-cta__sub p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    max-width: 407px;
    margin: 0;
    text-align: center;
}


.fp-cta__content a.fp-btn {
    margin: auto;
}




/* Footer CSS Started  */


.site-footer {
    background: #1A1A1C;
    padding: 70px 0 0 0;
}

.footer {
    padding-bottom: 70px;
}

.footer h3.footer_col_title {
    
    font-style: normal;
    font-weight: 400;
    font-size: 20.0261px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Tactic Sans';
    margin-bottom: 20px;
}



.footer .footer2 ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer .footer2 ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

.footer .footer3 .info_boxes_wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer .footer3 .info_boxes_wrapper p.box_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.footer .footer3 .info_boxes_wrapper p {
    margin-bottom: 0;
}

.footer .footer3 .info_boxes_wrapper p a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
}

.footer .footer3 .info_boxes_wrapper p a:hover {
    color: #D93045;
}



.footer .footer2 ul li a:hover {
    color: #D93045;
}

.footer .footer1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    gap: 30px;
}

.footer .footer1 a img.custom-logo {
    width: 190px;
}



.footer .footer4 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 15px;
}



/* Gravity Forms override â€“ pill-shaped inputs to match design */

.footer .footer4 .gform_wrapper input[type="email"] {
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  padding: 19px 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 40px;
    color: #FFFFFF;
  background-color: transparent;
  width: 100%;
  outline: none;
  box-shadow: none;
  height: 48px;
}


.footer .footer4 .gform_wrapper .email input[type="email"] {
  background-image: url(/wp-content/uploads/2026/04/Envelope-icon.svg) ;
  background-repeat: no-repeat ;
  background-position: top 50% left 15px ;
  padding-left: 40px;
}

.footer .footer4 .gform_wrapper input[type="submit"],
.footer .footer4 .gform_wrapper button[type="submit"] {
  background-color: #D93045 !important;
  color: #fff;
  border: 1px solid #D93045 !important;
  border-radius: 40px !important;
  padding: 18px 32px !important;
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 14px !important; 
    text-transform: uppercase !important;
  width: 100% !important;
  cursor: pointer;
  transition: background 0.3s ease;
  height: 48px !important;
}

.footer .footer4 .gform_wrapper input[type="submit"],
.footer .footer4 .gform_wrapper button[type="submit"] {
      background-image: url(/wp-content/uploads/2026/04/right-arrow.svg) ;
  background-repeat: no-repeat ;
  background-position: top 60% right 85px ;
  padding-right: 50px !important;

}

.footer .footer4 .gform_wrapper input[type="submit"]:hover,
.footer .footer4.gform_wrapper button[type="submit"]:hover {
  background-color: transparent !important;
  color: #fff !important;
}

.footer .footer4 .gform_wrapper input[type="submit"]:focus,
.footer .footer4 .gform_wrapper button[type="submit"]:focus {
  outline: none !important;
  box-shadow: none !important;
}

.footer .footer4 .gform_wrapper .gfield_error input {
  border-color: red !important;
}

.footer .footer4 .gform_wrapper .gfield_validation_message {
  display: none !important;
}
.footer .footer4 .gform_wrapper .gform_validation_errors {
  display: none !important;
}

.footer .footer4 .gform_wrapper .gform-loader {
  display: none !important;
}

.footer .footer4 .gform_footer {
    margin-top: 15px !important;
}

.footer .footer4  .gform_confirmation_message {
    color: #fff;
    font-size: 13px;
}


.copyrights .row {
    align-items: center;
    border-top: 1px solid #E3E3E3;
    padding: 20px 0;
}

p.copyright {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
}

p.copyright a {
    font-family: 'Tactic Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #D93045;
}

p.copyright a:hover {
    color: #fff;
}

.copyrights ul#menu-privacy-menu {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}

.copyrights ul#menu-privacy-menu li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
}

.copyrights ul#menu-privacy-menu li a:hover {
    color: #D93045;
}

.copyrights .row > div {
    padding: 0;
}

.copyrights ul#menu-privacy-menu li:first-child {
    position: relative;
}


.copyrights ul#menu-privacy-menu li:first-child:before {
    content: '';
    position: absolute;
    right: -20px;
    background-color: #D93045;
    height: 80%;
    width: 1px;
    top: 4px;

}


.footer .social_icon {
    width: 100%;
}

.footer .social_icon ul {
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.footer .social_icon ul li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 8.36px;
    width: 46px;
    height: 46px;
    background: rgba(32, 32, 32, 0.35);
    border: 0.836364px solid #D93045;
    border-radius: 83.6364px;
}



.footer .social_icon ul li a:hover {
    background-color: #D93045;
    transform: translateY(5px);
}


/* ================================================================
   FRONT PAGE — RESPONSIVE (Sections 4–7)
================================================================ */

@media (max-width: 1199px) {
    .fp-industries__grid {
        gap: 16px;
    }

    .fp-trust__left {
        padding: 60px 40px 60px 60px;
    }
}

@media (max-width: 991px) {
    .fp-industries__grid {
        flex-wrap: wrap;
        gap: 60px 20px;
    }

    .fp-industry-card {
        flex: 0 0 calc(33.333% - 20px);
    }

    .fp-trust {
        flex-direction: column;
    }

    .fp-trust__left {
        flex: none;
        width: 100%;
        padding: 60px 40px;
    }

    .fp-trust__right {
        flex: none;
        width: 100%;
        height: 320px;
    }

    .fp-trust__right img {
        position: static;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fp-trust__badge-label {
        white-space: normal;
    }

    .fp-portfolio-card {
        height: 300px;
        margin-bottom: 24px;
    }

    .fp-cta__heading {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    .fp-industries {
        padding: 60px 0;
    }

    .fp-industries__grid {
        flex-direction: column;
        align-items: center;
        gap: 56px;
    }

    .fp-industry-card {
        flex: none;
        width: 100%;
        max-width: 320px;
    }

    .fp-trust__left {
        padding: 50px 24px;
    }

    .fp-trust__badges {
        grid-template-columns: 1fr;
    }

    .fp-portfolio {
        padding: 60px 0;
    }

    .fp-portfolio__header {
        margin-bottom: 40px;
    }

    .fp-portfolio-card {
        height: 280px;
    }

    .fp-portfolio__heading {
        font-size: 26px;
    }

    .fp-cta {
        height: auto;
        padding: 80px 0;
    }

    .fp-cta__heading {
        font-size: 28px;
        line-height: 38px;
    }
}


/* ============================================================
   ABOUT US PAGE
============================================================ */


/* ============================================================
   SERVICES LISTING PAGE
============================================================ */

/* Section 1: Banner override */
.fp-banner--services {
    min-height: unset;
    height: 600px;
    padding-bottom: 80px;
}

.fp-banner--services .fp-banner__label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.sv-banner__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-size: 42px;
    line-height: normal;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
    margin: 0;
    font-weight: normal;
    
}

/* Section 2: Services Grid */
.sv-grid {
    background-color: #ffffff;
    padding: 80px 0;
}

.sv-grid__header {
    text-align: center;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sv-grid__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-size: 32px;
    line-height: normal;
    color: #1a1a1c;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

.sv-grid__subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #676565;
    margin: 0;
}

.sv-grid__row {
    row-gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.sv-grid__row .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

/* Service Card */
.sv-service-card {
    display: block;
    position: relative;
    width: 100%;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none !important;
}

.sv-service-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.sv-service-card:hover .sv-service-card__img {
    transform: scale(1.05);
}

.sv-service-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.15) 55%, transparent 100%);
    border-radius: 16px;
}

.sv-service-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.sv-service-card__title {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
    width: 75%;
}

.sv-service-card__arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    margin: auto;
}

.sv-service-card:hover .sv-service-card__arrow {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991px) {
    .sv-grid {
        padding: 60px 0;
    }

    .fp-banner--services {
        height: 460px;
        padding-bottom: 60px;
    }

    .sv-banner__heading {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .sv-grid {
        padding: 50px 0;
    }

    .sv-service-card {
        height: 220px;
        margin-bottom: 16px;
    }

    .fp-banner--services {
        height: 380px;
        padding-bottom: 48px;
    }

    .sv-banner__heading {
        font-size: 26px;
    }
}

/* --- Section 1: Banner --- */
.ab-banner {
    position: relative;
    min-height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
}

.ab-banner__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, #141414 1.4%, rgba(20, 20, 20, 0) 17%),
        linear-gradient(to bottom, rgba(20, 20, 20, 0) 25%, #141414 97%),
        linear-gradient(241deg, rgba(20, 20, 20, 0) 32%, #141414 109%);
    pointer-events: none;
    z-index: 1;
}

.ab-banner .container {
    position: relative;
    z-index: 2;
}

.ab-banner__content {
    max-width: 41%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.ab-banner__label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.ab-banner__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ab-banner__buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.ab-banner__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
    margin: 0;
}

.ab-banner__desc p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    margin: 0;
    max-width: 601px;
}

.ab-banner__desc p {
    margin: 0;
}


/* --- Section 2: Our Mission --- */
.ab-mission {
    position: relative;
    padding: 100px 0 150px 0;
    overflow: clip;
    margin: 50px 0;
}

.ab-mission__content {
    padding: 0px 40px;
}

.ab-mission .fp-about__decor--top {
    top: 0%;
    right: 0;
    bottom: 0.01%;
    left: -1.13%;
    transform: unset;
    width: 35%;
}

.ab-mission .fp-about__decor--bottom {
    top: 28%;
    right: 0;
    bottom: 0;
    left: 33.35%;
    transform: unset;
    width: 68%;
}

.ab-mission .container {
    position: relative;
    z-index: 1;
}

.ab-mission__image-wrap {
    border-radius: 32px;
    overflow: hidden;
}

.ab-mission__image {
    width: 100%;
    height: 444px;
    object-fit: cover;
    display: block;
    border-radius: 32px;
}

.ab-mission__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 100px;
    line-height: 90px;
    letter-spacing: -1px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #1A1A1C;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}

.ab-mission__desc p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #1A1A1C;
}

.ab-mission__desc p {
    margin: 0;
}


/* --- Section 3: Our Core Values --- */
.ab-values {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ab-values__overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(26,26,28,0.85); */
    mix-blend-mode: hard-light;
    z-index: 0;
}

.ab-values::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(217,48,69,0.15);
    mix-blend-mode: color;
    z-index: 0;
}

.ab-values .container {
    position: relative;
    z-index: 2;
}

.ab-values__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 4px 4px 20px rgba(0,0,0,0.6);
    text-align: center;
    margin: 0 0 51px 0;
}

.ab-values__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.ab-value-card {
    width: 300px;
    min-height: 232px;
    padding: 24px;
    border-radius: 32px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1.5px solid rgba(255,255,255,0.2);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    transition: background 2s ease, border-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

.ab-value-card:hover {
    border-radius: 32px;
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    background: radial-gradient(225.94% 159.65% at -7.15% -10.15%, rgba(217, 48, 69, 0.20) 0%, rgba(102, 102, 102, 0.20) 100%), rgba(255, 255, 255, 0.10);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.ab-value-card__icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    border: 1px solid #D93045;
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}

.ab-value-card:hover .ab-value-card__icon-wrap {
    border-color: #D93045;
    background: #D93045;
}

.ab-value-card__icon-wrap img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    transition: all 0.3s;
}

.ab-value-card:hover .ab-value-card__icon-wrap img {
    /* filter: brightness(0); */
}

.ab-value-card__title {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

.ab-value-card__desc,
.ab-value-card__desc p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 0;
}

.ab-value-card__desc p {
    margin: 0;
}


/* --- Section 4: Meet Our Team --- */
.ab-team {
    padding: 100px 0;
}

.ab-team__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #202020;
    text-align: center;
    margin: 0 0 42px 0;
}

.ab-team__grid {
    justify-content: center;
}

.ab-team-card {
    position: relative;
    text-align: center;
}

.ab-team-card__image-wrap {
    width: 295px;
    height: 350px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.06);
    margin: 0 auto;
    margin-bottom: -20px;
}

.ab-team-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ab-team-card__info {
    background: #fff;
    border-radius: 20px;
    padding: 16px 32px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.ab-team-card__name {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #1A1A1C;
    margin: 0;
}

.ab-team-card__role {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #676565;
    margin: 0;
}




/* --- Section 7: Emergency CTA --- */
.ab-cta {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-cta__overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), linear-gradient(257.96deg, #D93045 -19.28%, rgba(28, 27, 31, 0.3) 43.8%), linear-gradient(79.89deg, rgba(217, 48, 69, 0.9) -9.35%, rgba(28, 27, 31, 0) 40.71%), linear-gradient(180deg, rgba(20, 20, 20, 0) 75.8%, rgba(20, 20, 20, 0.6) 103.09%), linear-gradient(180deg, rgba(20, 20, 20, 0.6) -2.3%, rgba(20, 20, 20, 0) 37.51%); */
    background-blend-mode: normal, normal, normal, multiply, multiply, normal;
    z-index: 1;
}

.ab-cta .container {
    position: relative;
    z-index: 2;
}

.ab-cta__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
    max-width: 574px;
    margin: 0 auto;
}

.ab-cta__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

.ab-cta__sub,
.ab-cta__sub p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    max-width: 407px;
    margin: 0 auto;
    text-align: center;
}

.ab-cta__content a {
    margin: 0 auto;
}


/* ================================================================
   CONTACT US PAGE
   ================================================================ */

/* --- Section 1: Contact Banner --- */
.ct-banner {
    position: relative;
    min-height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
}

.ct-banner__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(20,20,20,0) 59.09%, #141414 96.74%),
        linear-gradient(268.58deg, rgba(20,20,20,0) 26.99%, #141414 97.43%),
        linear-gradient(180deg, #141414 1.37%, rgba(20,20,20,0) 17.13%);
    background-blend-mode: multiply, multiply, multiply;
    z-index: 0;
}

.ct-banner .container {
    position: relative;
    z-index: 1;
}

.ct-banner__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 931px;
}

.ct-banner__label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.ct-banner__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: normal;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 4px 4px 20px rgba(0,0,0,0.6);
    margin: 0;
}

.ct-banner__desc,
.ct-banner__desc p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    max-width: 662px;
}


/* --- Section 2: Form + Info --- */
.ct-form-section {
    padding: 100px 0 80px;
}

.ct-form-section__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 60px;
    color: #202020;
    text-align: center;
    margin: 0 0 42px 0;
}

.ct-form-section__form {
    max-width: 1240px;
    margin: 0 auto 80px;
}

/* --- Gravity Forms Overrides for Contact Page --- */

/* Hide form title & description (already in page template) */
.ct-form-section__form .gform_heading {
    display: none;
}

/* Reset Gravity wrapper */
.ct-form-section__form .gform_wrapper {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.ct-form-section__form .gform_wrapper *,
.ct-form-section__form .gform_wrapper *::before,
.ct-form-section__form .gform_wrapper *::after {
    box-sizing: border-box;
}

/* Hide labels — using placeholders per Figma */
.ct-form-section__form .gfield_label {
    display: none !important;
}

/* Fields grid layout */
.ct-form-section__form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ct-form-section__form .gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
    row-gap: 0;
}

/* Half-width fields */
.ct-form-section__form .gfield--width-half {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 0;
    margin: 0;
}

/* Full-width fields */
.ct-form-section__form .gfield--width-full {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* All input controls */
.ct-form-section__form .gform_wrapper input[type="text"],
.ct-form-section__form .gform_wrapper input[type="email"],
.ct-form-section__form .gform_wrapper input[type="tel"],
.ct-form-section__form .gform_wrapper select,
.ct-form-section__form .gform_wrapper textarea {
    width: 100%;
    height: auto;
    border: 1px solid rgba(103,101,101,0.3) !important;
    border-radius: 40px !important;
    padding: 16px 24px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: normal;
    color: #202020 !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* Placeholder styling */
.ct-form-section__form .gform_wrapper input::placeholder,
.ct-form-section__form .gform_wrapper textarea::placeholder {
    color: rgba(101,102,103,0.6) !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
}

/* Focus state */
.ct-form-section__form .gform_wrapper input:focus,
.ct-form-section__form .gform_wrapper select:focus,
.ct-form-section__form .gform_wrapper textarea:focus {
    border-color: #656667 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Select dropdown */
.ct-form-section__form .gform_wrapper select {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23656667' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 24px center !important;
    background-color: transparent !important;
    padding-right: 48px !important;
    color: rgba(101,102,103,0.6) !important;
}

.ct-form-section__form .gform_wrapper select:not(.gf_placeholder) {
    color: #202020 !important;
}

/* Textarea */
.ct-form-section__form .gform_wrapper textarea {
    border-radius: 24px !important;
    min-height: 120px;
    resize: vertical;
}

/* Submit button */
.ct-form-section__form .gform_footer {
    display: flex;
    justify-content: center;
    padding: 42px 0 0;
    margin: 0;
    border: none;
}

.ct-form-section__form .gform_wrapper input[type="submit"],
.ct-form-section__form .gform_wrapper .gform_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 292px;
    background: #D93045 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #D93045 !important;
    border-radius: 100px !important;
    padding: 16px 32px !important;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: none !important;
    white-space: nowrap;
}

.ct-form-section__form .gform_wrapper .gform_button svg {
    transition: transform 0.3s;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.ct-form-section__form .gform_wrapper input[type="submit"]:hover,
.ct-form-section__form .gform_wrapper .gform_button:hover {
    background: #1A1A1C !important;
    border-color: #D93045 !important;
    color: #fff !important;
}

.ct-form-section__form .gform_wrapper .gform_button:hover svg {
    transform: translateX(5px);
}

button#gform_submit_button_2 {
    display: flex !important;
    width: 292px !important;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

/* Remove Gravity Forms theme overrides */
.ct-form-section__form .gform_wrapper.gform-theme input:where(:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])),
.ct-form-section__form .gform_wrapper.gform-theme select,
.ct-form-section__form .gform_wrapper.gform-theme textarea {
    border: 1px solid rgba(103,101,101,0.3) !important;
    border-radius: 40px !important;
    padding: 16px 24px !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    color: #202020 !important;
    height: auto !important;
    min-height: 0 !important;
    line-height: normal !important;
}

.ct-form-section__form .gform_wrapper.gform-theme textarea {
    border-radius: 24px !important;
}

/* Override Gravity theme variables */
.ct-form-section__form .gform_wrapper.gform-theme {
    --gf-radius: 40px;
    --gf-ctrl-border-color: rgba(103,101,101,0.3);
    --gf-color-primary: #D93045;
    --gf-color-primary-rgb: 217, 48, 69;
}

/* Remove extra spacing from ginput containers */
.ct-form-section__form .ginput_container {
    margin: 0;
}

/* Validation error state */
.ct-form-section__form .gfield_error input,
.ct-form-section__form .gfield_error select,
.ct-form-section__form .gfield_error textarea {
    border-color: #D93045 !important;
}

.ct-form-section__form .gfield_error .gfield_description.validation_message {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #D93045;
    padding: 4px 24px 0;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .ct-form-section__form .gfield--width-half {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ct-form-section__form .gform_footer {
        padding-top: 24px;
    }

    .ct-form-section__form .gform_wrapper input[type="submit"],
    .ct-form-section__form .gform_wrapper .gform_button {
        width: 100%;
        min-width: 0;
    }
}

/* --- Contact Info Cards --- */
.ct-info {
    margin-top: 0;
}

.ct-info__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 60px;
    color: #202020;
    margin: 0 0 24px 0;
}

.ct-info__grid {
    display: flex;
    gap: 20px;
}

.ct-info-card {
    flex: 1;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 32px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 2px 2px 40px rgba(0,0,0,0.05);
    min-height: 170px;
}

.ct-info-card__icon-wrap {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.ct-info-card__icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ct-info-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.ct-info-card__title {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    color: #202020;
    margin: 0;
}

.ct-info-card__value {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #D93045;
    margin: 0;
}

.ct-info-card__note {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #202020;
    margin: 0;
}

#gform_submit_button_2 svg path {
  fill: white;
}
.gform_button svg path {
  fill: currentColor;
}
#gform_submit_button_2 svg path,
.gform_button svg path {
    d: revert-layer;
    fill: white;
}

/* --- Contact Us Responsive --- */
@media (max-width: 991px) {
    .ct-banner {
        min-height: 360px;
        padding-bottom: 60px;
    }

    .ct-banner__heading {
        font-size: 36px;
    }

    .ct-form-section {
        padding: 60px 0;
    }

    .ct-info__grid {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .ct-banner {
        min-height: 300px;
        padding-bottom: 40px;
    }

    .ct-banner__heading {
        font-size: 28px;
    }

    .ct-banner__desc,
    .ct-banner__desc p {
        font-size: 16px;
        line-height: 26px;
    }

    .ct-form-section__heading {
        font-size: 26px;
        line-height: 40px;
    }

    .ct-info__heading {
        font-size: 26px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .ct-banner__heading {
        font-size: 24px;
    }

    .ct-form-section__heading {
        font-size: 22px;
        line-height: 32px;
    }

    .ct-info-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


/* --- About Us Responsive --- */
@media (max-width: 991px) {
    .ab-banner {
        min-height: 600px;
    }

    .ab-banner__heading {
        font-size: 32px;
    }

    .ab-mission {
        padding: 60px 0;
    }

    .ab-mission__heading {
        font-size: 60px;
        line-height: 55px;
    }

    .ab-mission__image {
        height: 300px;
        margin-bottom: 30px;
    }

    .ab-values__grid {
        gap: 20px;
    }

    .ab-value-card {
        width: calc(50% - 10px);
    }

    .ab-team-card__image-wrap {
        width: 100%;
        height: 280px;
    }

    .ab-cta {
        height: auto;
        padding: 80px 0;
    }

    .ab-cta__heading {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .ab-banner__heading {
        font-size: 28px;
    }

    .ab-banner__desc {
        font-size: 16px;
    }

    .ab-mission__heading {
        font-size: 40px;
        line-height: 38px;
    }

    .ab-values {
        padding: 60px 0;
    }

    .ab-value-card {
        width: 100%;
        height: auto;
    }

    .ab-team {
        padding: 60px 0;
    }

    .ab-team__grid .col-md-3 {
        margin-bottom: 30px;
    }

    .ab-cta__heading {
        font-size: 28px;
        line-height: 38px;
    }
}


/* ============================================================
   BLOGS ARCHIVE PAGE
============================================================ */

/* --- Section 1: Blog Banner --- */
.bl-banner {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 80px 0;
}

.bl-banner__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(20,20,20,0) 25%, rgba(20,20,20,0.8) 96.736%),
        linear-gradient(180deg, #141414 1.366%, rgba(20,20,20,0) 17.125%),
        linear-gradient(85.54deg, rgba(20,20,20,0.7) 0.447%, rgba(20,20,20,0) 59.063%);
    pointer-events: none;
}

.bl-banner .container {
    position: relative;
    z-index: 1;
}

.bl-banner__content {
    max-width: 680px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
}

.bl-banner__label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.bl-banner__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: normal;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 4px 4px 20px rgba(0,0,0,0.6);
    margin: 0;
}

.bl-banner__desc,
.bl-banner__desc p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.bl-banner__desc p {
    margin: 0;
}


/* --- Section 2: Blog Listing --- */
.bl-listing {
    padding: 80px 0;
}

.bl-listing__header {
    text-align: center;
    margin-bottom: 80px;
}

.bl-listing__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 47px;
    text-transform: uppercase;
    color: #202020;
    margin: 0 0 8px;
}

.bl-listing__subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #676565;
    margin: 0;
}

.bl-listing__grid {
    row-gap: 50px;
}

/* Blog Card */
.bl-card {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    box-shadow: 3px 3px 12px 0 rgba(0,0,0,0.07);
    border-radius: 40px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.bl-card:hover {
    transform: translateY(-4px);
    box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.12);
}

.bl-card__image-wrap {
    height: 250px;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
}

.bl-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.bl-card:hover .bl-card__image {
    transform: scale(1.05);
}

.bl-card__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 40px 40px;
    flex: 1;
}

.bl-card__date {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bl-card__date svg {
    flex-shrink: 0;
}

.bl-card__date span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #1A1A1C;
}

.bl-card__text {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bl-card__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    color: #1A1A1C;
    text-transform: capitalize;
    margin: 0;
}

.bl-card__excerpt {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #676565;
}

.bl-card__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #676565;
    margin: 0;
}

.bl-card__link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #D93045;
    margin-top: auto;
}

.bl-card__link svg {
    transition: transform 0.3s;
}

.bl-card:hover .bl-card__link svg {
    transform: translateX(5px);
}

/* Pagination */
.bl-listing__pagination {
    margin-top: 60px;
    text-align: center;
}

.bl-listing__pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.bl-listing__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #202020;
    text-decoration: none;
    transition: all 0.3s;
}

.bl-listing__pagination .page-numbers:hover,
.bl-listing__pagination .page-numbers.current {
    background: #D93045;
    color: #fff;
}

.bl-listing__empty {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #676565;
    padding: 40px 0;
}


/* --- Section 3: Emergency CTA --- */
.bl-cta {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl-cta__overlay {
    position: absolute;
    inset: 0;
    /* background:
        linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%),
        linear-gradient(238.44deg, #D93045 19.279%, rgba(28,27,31,0.3) 43.796%),
        linear-gradient(62.83deg, rgba(217,48,69,0.9) 9.347%, rgba(28,27,31,0) 40.713%); */
    pointer-events: none;
}

.bl-cta .container {
    position: relative;
    z-index: 1;
}

.bl-cta__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    max-width: 600px;
    margin: 0 auto;
}

.bl-cta__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.bl-cta__sub,
.bl-cta__sub p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.bl-cta__sub p {
    margin: 0;
}

.bl-cta__content a.fp-btn {
    align-self: center;
}


/* ================================================================
   BLOGS ARCHIVE — RESPONSIVE
================================================================ */

@media (max-width: 1199px) {
    .bl-banner__heading {
        font-size: 40px;
    }

    .bl-cta__heading {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 991px) {
    .bl-banner {
        min-height: 450px;
        padding: 60px 0;
    }

    .bl-banner__heading {
        font-size: 34px;
    }

    .bl-banner__desc,
    .bl-banner__desc p {
        font-size: 16px;
        line-height: 28px;
    }

    .bl-listing {
        padding: 60px 0;
    }

    .bl-listing__header {
        margin-bottom: 50px;
    }

    .bl-listing__grid {
        row-gap: 30px;
    }

    .bl-listing__grid .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bl-cta {
        min-height: 400px;
    }

    .bl-cta__heading {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .bl-banner {
        min-height: 380px;
        padding: 40px 0;
    }

    .bl-banner__heading {
        font-size: 28px;
    }

    .bl-banner__desc,
    .bl-banner__desc p {
        font-size: 14px;
        line-height: 24px;
    }

    .bl-listing {
        padding: 40px 0;
    }

    .bl-listing__header {
        margin-bottom: 30px;
    }

    .bl-listing__heading {
        font-size: 26px;
        line-height: 36px;
    }

    .bl-listing__grid {
        row-gap: 25px;
    }

    .bl-listing__grid .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bl-card__image-wrap {
        height: 200px;
    }

    .bl-card__title {
        font-size: 18px;
    }

    .bl-cta {
        min-height: 350px;
    }

    .bl-cta__heading {
        font-size: 26px;
        line-height: 34px;
    }

    .bl-cta__sub,
    .bl-cta__sub p {
        font-size: 14px;
    }
}


/* ================================================================
   SERVICES DETAIL PAGE
================================================================ */

/* ── Section 1: Banner breadcrumb ─────────────────────────── */

.sd-banner__breadcrumb {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 12px;
    flex-wrap: wrap;
}

.sd-banner__breadcrumb-link,
.sd-banner__breadcrumb-sep {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #a3a3a3;
    text-decoration: none;
}

.sd-banner__breadcrumb-link:hover {
    color: #d93045;
}

.sd-banner__breadcrumb-current {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #ffffff;
}


/* ── Section 2: The Challenge ─────────────────────────────── */

.sd-challenge {
    background-color: #ffffff;
    padding: 80px 0;
}

.sd-challenge__header {
    text-align: center;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sd-challenge__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-size: 32px;
    line-height: normal;
    color: #1a1a1c;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

.sd-challenge__desc p,
.sd-challenge__desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #676565;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.sd-challenge__items {
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
    flex-wrap: wrap;
}

.sd-challenge__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 0 0 auto;
    max-width: 340px;
}

/* Icon container — red rounded square. Icon uploaded via ACF, container created in CSS */
.sd-challenge__icon-wrap {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    /* background-color: #d93045; */
    border: 0.5px solid #d93045;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.sd-challenge__icon-wrap img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    /* filter: brightness(0) invert(1); */
}

.sd-challenge__item-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sd-challenge__item-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1a1a1c;
    margin: 0;
}

.sd-challenge__item-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #676565;
    margin: 0;
}


/* ── Section 3: Our Solution ──────────────────────────────── */

.sd-solution {
    background-color: #141414;
    padding: 80px 0;
}

.sd-solution__image-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 24px;
    /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
}

.sd-solution__image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Red stat badge — overlaps bottom-right of image */
.sd-solution__badge {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    display: flex;
    width: 200px;
    height: 160px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: linear-gradient(138deg, #d93045 14.76%, #731925 121.48%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.sd-solution__badge-number {
    font-family: 'Tactic Sans', sans-serif;
    font-size: 48px;
    line-height: 1;
    color: #ffffff;
    font-weight: normal;
    display: block;
    text-align: center;
}

.sd-solution__badge-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.sd-solution__content {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 80%;
}

.sd-solution__label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #d93045;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
}

.sd-solution__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-size: 42px;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    width: 80%;
}

.sd-solution__text p,
.sd-solution__text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Checklist */
.sd-solution__checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sd-solution__check-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Icon container — red rounded square with red checkmark. Container created in CSS */
.sd-solution__check-icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0 11px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 14px;
    border: 1px solid #d93045;
    background: rgba(217, 48, 69, 0.10);
}

.sd-solution__check-icon svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.sd-solution__check-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}


/* ── Section 4: Advantages ────────────────────────────────── */

.sd-advantages {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.sd-advantages__header {
    text-align: center;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sd-advantages__label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #d93045;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
}

.sd-advantages__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-size: 32px;
    line-height: normal;
    color: #1a1a1c;
    text-transform: uppercase;
    font-weight: normal;
    max-width: 700px;
    margin: 0 auto;
}

.sd-advantages__row {
    row-gap: 24px;
}

/* Advantage Card */
.sd-adv-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    height: 100%;
}

/* Number badge — red rounded square, created in CSS */
.sd-adv-card__number {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: #d93045;
    font-family: 'Tactic Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.sd-adv-card__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #1a1a1c;
    margin: 20px 0 12px;
}

.sd-adv-card__desc p,
.sd-adv-card__desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #676565;
    margin: 0;
}


/* ── Section 5: What's Included ───────────────────────────── */

.sd-features {
    background-color: #ffffff;
    padding: 80px 0;
}

.sd-features__header {
    text-align: center;
    margin-bottom: 56px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sd-features__label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #d93045;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
}

.sd-features__heading {
    font-family: 'Tactic Sans', sans-serif;
    font-size: 42px;
    line-height: normal;
    color: #1a1a1c;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

.sd-features__subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #676565;
    max-width: 680px;
    margin: 0 auto;
}

.sd-features__row {
    align-items: stretch;
}

.sd-features__row .col-md-6 {
    display: flex;
    flex-direction: column;
}

.sd-features__image {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    flex: 1;
}

.sd-features__items {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    padding-left: 40px;
    width: 75%;
}

.sd-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

/* Icon container — light gray circle. Icon uploaded via ACF, circle created in CSS */
.sd-feature-item__icon-wrap {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: #f5f5f5;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.sd-feature-item__icon-wrap img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
    padding: 2px;
}

.sd-feature-item__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sd-feature-item__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1a1a1c;
    margin: 0;
}

.sd-feature-item__desc p,
.sd-feature-item__desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #676565;
    margin: 0;
}


/* ── Services Detail: Responsive ──────────────────────────── */

@media (max-width: 991px) {
    .sd-solution__content {
        padding-left: 30px;
    }

    .sd-solution__heading {
        font-size: 32px;
    }

    .sd-features__items {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .sd-challenge {
        padding: 60px 0;
    }

    .sd-challenge__items {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .sd-solution {
        padding: 60px 0;
    }

    .sd-solution__image {
        height: 320px;
    }

    .sd-solution__badge {
        position: static;
        display: inline-flex;
        margin-top: 20px;
        right: auto;
        bottom: auto;
    }

    .sd-solution__content {
        padding-left: 0;
        margin-top: 32px;
    }

    .sd-solution__heading {
        font-size: 28px;
    }

    .sd-advantages {
        padding: 60px 0;
    }

    .sd-advantages__heading {
        font-size: 26px;
    }

    .sd-features {
        padding: 60px 0;
    }

    .sd-features__heading {
        font-size: 32px;
    }

    .sd-features__image {
        height: 280px;
        margin-bottom: 32px;
    }

    .sd-features__items {
        padding-left: 0;
        margin-top: 0;
    }
}

