/*!
Theme Name: dog 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: dog
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 10px;
}
#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 */



/* Home page Style here  */

/* ============================================================
   GERMAN SHEPHERD BREEDER - HOME PAGE (Desktop Only)
   Palette: Cream #EEDBC2 | Cinnamon #B27C4B | Black #222222
            Grey #A569E1 | Royal Blue #4169E1 (primary accent)
============================================================ */

/* ---------- Google Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@400;500;600;700;800&family=Caveat:wght@500;600;700&display=swap');

/* ---------- Root tokens ---------- */
:root {
    --color-cream: #EEDBC2;
    --color-cream-soft: #F8EFE2;
    --color-cinnamon: #B27C4B;
    --color-black: #222222;
    --color-grey: #A569E1;
    --color-royal: #4169E1;
    --color-royal-dark: #2F4FB8;
    --color-white: #FFFFFF;
    --color-muted: #6E6E6E;
    --shadow-soft: 0 10px 40px rgba(34, 34, 34, 0.06);
    --shadow-card: 0 18px 50px rgba(34, 34, 34, 0.08);
    --shadow-hover: 0 28px 60px rgba(65, 105, 225, 0.18);
    --radius-lg: 22px;
    --radius-md: 14px;
    --radius-sm: 8px;
    --font-head: 'Cinzel', serif;
    --font-body: 'Inter', sans-serif;
}

/* ---------- Global home overrides ---------- */
.home body,
.home p,
.home .home-page p {
    font-family: var(--font-body);
    color: var(--color-black);
    font-weight: 400;
    line-height: 1.7;
}
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
    font-family: var(--font-head);
    color: var(--color-black);
    letter-spacing: 0.5px;
}
.home-page {
    background-color: var(--color-white);
    overflow: hidden;
}
.home-page section {
    padding: 110px 0;
    position: relative;
}
.home-page .eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--color-royal);
    margin-bottom: 18px;
    position: relative;
    padding-left: 42px;
}
.home-page .eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1.5px;
    background-color: var(--color-cinnamon);
}
.home-page .eyebrow--light {
    color: var(--color-cream);
}
.home-page .eyebrow--light::before {
    background-color: var(--color-cream);
}
.home-page .section-head {
    margin-bottom: 70px;
}
.home-page .section-head--left {
    margin-bottom: 0;
}
.home-page .section-title {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 22px;
    color: var(--color-black);
}
.home-page .section-sub {
    font-size: 17px;
    color: var(--color-muted);
    max-width: 620px;
    margin: 0 auto;
}
.home-page .section-head--left .section-sub {
    margin: 0 0 32px 0;
}

/* ---------- Buttons ---------- */
.btn-primary-luxe {
    display: inline-block;
    background: var(--color-royal);
    color: var(--color-white);
    padding: 17px 38px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid var(--color-royal);
    box-shadow: 0 10px 30px rgba(65, 105, 225, 0.25);
    transition: all 0.4s ease !important;
}
.btn-primary-luxe:hover {
    background: var(--color-royal-dark);
    border-color: var(--color-royal-dark);
    color: var(--color-white);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(65, 105, 225, 0.35);
}
.btn-secondary-luxe {
    display: inline-block;
    background: transparent;
    color: var(--color-black);
    padding: 17px 38px;
    margin-left: 14px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid var(--color-cinnamon);
    transition: all 0.4s ease !important;
}
.btn-secondary-luxe:hover {
    background: var(--color-cinnamon);
    color: var(--color-white);
    transform: translateY(-3px);
}

/* ============================================================
   HEADER STYLING (existing markup)
============================================================ */
.home #masthead.site-header,
#masthead.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 60px;
    background: var(--color-white);
    box-shadow: 0 2px 30px rgba(34, 34, 34, 0.05);
    position: relative;
    z-index: 50;
}
#masthead .site-branding {
    flex: 0 0 auto;
    margin: 0;
}
#masthead .site-branding .site-title,
#masthead .site-branding p.site-title {
    margin: 0;
    font-family: var(--font-head);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#masthead .site-branding .site-title a {
    color: var(--color-black);
}
#masthead .site-branding .site-title a::before {
    content: '\f6d3';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--color-royal);
    margin-right: 10px;
    font-size: 22px;
}
#masthead .site-description {
    display: none;
}
#masthead #site-navigation.main-navigation {
    flex: 1 1 auto;
    text-align: center;
}
#masthead #primary-menu li a {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-black);
    padding: 10px 4px;
    position: relative;
}
#masthead #primary-menu li {
    padding: 0 16px;
}
#masthead #primary-menu li a:hover {
    color: var(--color-royal);
}
#masthead #primary-menu li a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: var(--color-royal);
    transition: all 0.3s ease;
}
#masthead #primary-menu li a:hover::after {
    width: 100%;
    left: 0;
}
#masthead > div[data-toggle] {
    display: none;
}
.header-contact-btn {
    display: inline-flex;
    align-items: center;
    background: var(--color-royal);
    color: var(--color-white);
    padding: 12px 28px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(65, 105, 225, 0.28);
    transition: all 0.4s ease !important;
}
.header-contact-btn:hover {
    background: var(--color-royal-dark);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(65, 105, 225, 0.38);
}
.header-contact-btn i {
    margin-right: 8px;
}

/* ============================================================
   1. HERO SECTION (portrait-aware)
============================================================ */
.hero-section {
    padding: 90px 0 0 !important;
    background: linear-gradient(180deg, #FBF6EE 0%, #FFFFFF 100%);
    position: relative;
    overflow: hidden;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: -180px;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(65, 105, 225, 0.10) 0%, transparent 70%);
}
.hero-section::after {
    content: '';
    position: absolute;
    bottom: 80px;
    left: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(178, 124, 75, 0.15) 0%, transparent 70%);
    z-index: 0;
}
.hero-content {
    padding-right: 30px;
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}
.hero-title {
    font-family: var(--font-head);
    font-size: 64px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 28px;
    color: var(--color-black);
}
.hero-title .accent {
    color: var(--color-royal);
    font-style: italic;
}
.hero-text {
    font-size: 18px;
    color: var(--color-muted);
    margin-bottom: 38px;
    max-width: 540px;
}
.hero-ctas {
    margin-bottom: 60px;
}
.hero-trust {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-top: 30px;
    border-top: 1px solid rgba(34, 34, 34, 0.08);
}
.trust-item {
    display: flex;
    flex-direction: column;
}
.trust-item strong {
    font-family: var(--font-head);
    font-size: 28px;
    color: var(--color-royal);
    font-weight: 700;
}
.trust-item span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--color-muted);
    font-weight: 500;
}
.trust-divider {
    width: 1px;
    height: 38px;
    background-color: rgba(34, 34, 34, 0.12);
}

/* Hero Portrait — engineered for portrait orientation */
.hero-portrait-wrap {
    position: relative;
    z-index: 2;
    padding: 20px 0 100px 30px;
}
.hero-portrait-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(34, 34, 34, 0.22);
    z-index: 2;
}
.hero-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 1s ease;
}
.hero-portrait-frame:hover .hero-portrait-img {
    transform: scale(1.05);
}
.hero-portrait-deco {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 70%;
    height: 70%;
    border: 4px solid var(--color-royal);
    border-radius: var(--radius-lg);
    z-index: 1;
    opacity: 0.6;
}
.hero-badge {
    position: absolute;
    top: 40px;
    left: -40px;
    background: var(--color-white);
    padding: 18px 26px;
    border-radius: 50px;
    box-shadow: var(--shadow-card);
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    z-index: 3;
}
.hero-badge i {
    color: var(--color-royal);
    font-size: 22px;
}
.hero-floating-card {
    position: absolute;
    bottom: 110px;
    right: -30px;
    background: var(--color-white);
    padding: 18px 24px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    z-index: 3;
    min-width: 200px;
}
.hero-floating-card .floating-stars {
    color: var(--color-royal);
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: 2px;
}
.hero-floating-card strong {
    display: block;
    font-family: var(--font-head);
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 2px;
}
.hero-floating-card span {
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--color-muted);
    letter-spacing: 0.4px;
}

/* ----- Hero marquee strip (infinite, seamless) ----- */
.hero-marquee {
    margin-top: 30px;
    border-top: 1px solid rgba(34, 34, 34, 0.08);
    border-bottom: 1px solid rgba(34, 34, 34, 0.08);
    background: var(--color-white);
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.hero-marquee .marquee-viewport {
    overflow: hidden;
    width: 100%;
    padding: 22px 0;
    /* soft fade on each edge */
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}
.hero-marquee .marquee-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    align-items: center;
    will-change: transform;
    animation: marquee-scroll 40s linear infinite;
}
.hero-marquee .marquee-group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 60px;
    padding-right: 60px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--color-black);
    white-space: nowrap;
}
.hero-marquee .marquee-group .m-item {
    white-space: nowrap;
    display: inline-block;
}
.hero-marquee .marquee-group .dot {
    width: 6px;
    height: 6px;
    background: var(--color-royal);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.hero-marquee:hover .marquee-track {
    animation-play-state: paused;
}
@keyframes marquee-scroll {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
    .hero-marquee .marquee-track {
        animation: none;
        transform: none;
    }
    .hero-marquee .marquee-group {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ============================================================
   2. WHY GERMAN SHEPHERDS
============================================================ */
.why-section {
    background: var(--color-white);
}
.why-cards .feature-card {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    padding: 50px 38px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(178, 124, 75, 0.10);
    transition: all 0.5s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.why-cards .feature-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-hover);
    border-color: var(--color-royal);
}
.feature-card--featured {
    background: linear-gradient(180deg, #FBF6EE 0%, var(--color-white) 100%);
    transform: translateY(-18px);
    border-color: rgba(65, 105, 225, 0.20);
}
.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-royal) 0%, var(--color-royal-dark) 100%);
    color: var(--color-white);
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    box-shadow: 0 14px 30px rgba(65, 105, 225, 0.30);
    position: relative;
    z-index: 2;
}
.feature-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: var(--color-black);
    position: relative;
    z-index: 2;
}
.feature-card p {
    color: var(--color-muted);
    font-size: 16px;
    margin: 0;
    position: relative;
    z-index: 2;
}
.feature-num {
    position: absolute;
    top: 18px;
    right: 24px;
    font-family: var(--font-head);
    font-size: 70px;
    font-weight: 700;
    color: rgba(178, 124, 75, 0.08);
    line-height: 1;
    z-index: 1;
}

/* ============================================================
   3. MEET OUR CHAMPIONS (portrait cards)
============================================================ */
.champions-section {
    background: linear-gradient(180deg, var(--color-white) 0%, #FBF6EE 100%);
}
.champion-card {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: all 0.5s ease;
    height: 100%;
    border: 1px solid rgba(178, 124, 75, 0.08);
}
.champion-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(65, 105, 225, 0.25);
}
.champion-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}
.champion-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 1s ease;
}
.champion-card:hover .champion-img {
    transform: scale(1.06);
}
.champion-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(34, 34, 34, 0.5) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.champion-card:hover .champion-overlay {
    opacity: 1;
}
.champion-overlay-link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-white);
    color: var(--color-royal);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: var(--shadow-card);
}
.champion-overlay-link:hover {
    background: var(--color-royal);
    color: var(--color-white);
}
.champion-info {
    padding: 32px 30px 34px;
}
.champion-tag {
    display: inline-block;
    background: var(--color-cream);
    color: var(--color-cinnamon);
    padding: 6px 16px;
    border-radius: 20px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.champion-info h3 {
    font-size: 26px;
    margin-bottom: 8px;
    color: var(--color-black);
}
.champion-meta {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--color-cinnamon);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 500;
    margin-bottom: 16px;
}
.champion-desc {
    color: var(--color-muted);
    font-size: 15px;
    margin-bottom: 22px;
}
.champion-link {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--color-royal);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: gap 0.3s ease;
}
.champion-link:hover {
    color: var(--color-royal-dark);
    gap: 16px;
}

/* ============================================================
   4. BREEDING STANDARDS (now with portrait flourish)
============================================================ */
.standards-section {
    background: var(--color-white);
}
.standards-portrait {
    position: relative;
    margin-top: 50px;
    width: 280px;
    aspect-ratio: 3 / 4;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(34, 34, 34, 0.15);
}
.standards-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 1s ease;
}
.standards-portrait:hover .standards-portrait-img {
    transform: scale(1.05);
}
.standards-portrait-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px 18px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--color-black);
}
.standards-portrait-tag i {
    color: var(--color-royal);
    font-size: 18px;
}
.pillars-grid {
    margin: 0 -12px;
}
.pillars-grid > [class*="col-"] {
    padding: 12px;
}
.pillar-card {
    background: var(--color-cream-soft);
    padding: 36px 30px;
    border-radius: var(--radius-md);
    height: 100%;
    transition: all 0.4s ease;
    border-left: 3px solid transparent;
}
.pillar-card:hover {
    background: var(--color-white);
    border-left-color: var(--color-royal);
    box-shadow: var(--shadow-card);
    transform: translateY(-4px);
}
.pillar-num {
    font-family: var(--font-head);
    font-size: 34px;
    font-weight: 700;
    color: var(--color-royal);
    display: block;
    margin-bottom: 14px;
    letter-spacing: 1px;
}
.pillar-card h4 {
    font-size: 19px;
    margin-bottom: 12px;
    color: var(--color-black);
}
.pillar-card p {
    color: var(--color-muted);
    font-size: 14px;
    margin: 0;
}

/* ============================================================
   5. TRUST / STATS
============================================================ */
.trust-section {
    background: linear-gradient(180deg, #FBF6EE 0%, var(--color-cream) 100%);
}
.stats-row {
    margin-top: 20px;
}
.stat-block {
    text-align: center;
    padding: 40px 20px;
    position: relative;
}
.stat-block::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: rgba(34, 34, 34, 0.12);
}
.stats-row > [class*="col-"]:last-child .stat-block::before {
    display: none;
}
.stat-num {
    font-family: var(--font-head);
    font-size: 72px;
    font-weight: 700;
    color: var(--color-royal);
    line-height: 1;
    margin-bottom: 14px;
}
.stat-num span {
    color: var(--color-cinnamon);
    font-size: 50px;
}
.stat-label {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-black);
    margin: 0;
}

/* ============================================================
   6. AVAILABLE PUPPIES (portrait cards)
============================================================ */
.puppies-section {
    background: var(--color-white);
}
.section-head-row {
    margin-bottom: 60px;
}
.view-all-link {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--color-royal);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: gap 0.3s ease;
}
.view-all-link:hover {
    gap: 16px;
    color: var(--color-royal-dark);
}
.puppy-card {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(34, 34, 34, 0.05);
    transition: all 0.5s ease;
    height: 100%;
}
.puppy-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}
.puppy-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}
.puppy-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 1s ease;
}
.puppy-card:hover .puppy-img {
    transform: scale(1.06);
}
.puppy-status {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color-royal);
    color: var(--color-white);
    padding: 7px 18px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(65, 105, 225, 0.30);
    z-index: 2;
}
.puppy-status--reserved {
    background: var(--color-cinnamon);
    box-shadow: 0 8px 20px rgba(178, 124, 75, 0.30);
}
.puppy-fav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-cinnamon);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}
.puppy-fav:hover {
    background: var(--color-royal);
    color: var(--color-white);
}
.puppy-body {
    padding: 30px;
}
.puppy-meta {
    display: flex;
    gap: 22px;
    margin-bottom: 14px;
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--color-cinnamon);
    font-weight: 500;
}
.puppy-meta i {
    margin-right: 6px;
}
.puppy-body h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.puppy-body p {
    color: var(--color-muted);
    font-size: 15px;
    margin-bottom: 24px;
}
.puppy-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid rgba(34, 34, 34, 0.07);
}
.puppy-price {
    font-family: var(--font-head);
    font-size: 26px;
    font-weight: 700;
    color: var(--color-royal);
}
.puppy-cta {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--color-black);
    padding: 11px 22px;
    border: 1.5px solid var(--color-black);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s ease !important;
}
.puppy-cta:hover {
    background: var(--color-royal);
    border-color: var(--color-royal);
    color: var(--color-white);
    gap: 12px;
}
.puppy-cta--disabled {
    border-color: var(--color-cinnamon);
    color: var(--color-cinnamon);
}
.puppy-cta--disabled:hover {
    background: var(--color-cinnamon);
    border-color: var(--color-cinnamon);
    color: var(--color-white);
}

/* ============================================================
   7. LIFE WITH A GERMAN SHEPHERD (portrait composition)
============================================================ */
.life-section {
    background: linear-gradient(180deg, var(--color-white) 0%, #FBF6EE 100%);
}
.life-portrait-wrap {
    position: relative;
    padding: 40px 60px 40px 0;
}
.life-portrait-main {
    position: relative;
    width: 78%;
    aspect-ratio: 3 / 4;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 40px 70px rgba(34, 34, 34, 0.22);
    z-index: 2;
}
.life-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 1s ease;
}
.life-portrait-main:hover .life-portrait-img {
    transform: scale(1.05);
}
.life-portrait-mini {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 200px;
    aspect-ratio: 3 / 4;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 6px solid var(--color-white);
    box-shadow: 0 20px 50px rgba(34, 34, 34, 0.20);
    z-index: 3;
}
.life-portrait-mini-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.life-portrait-deco {
    position: absolute;
    top: 0;
    left: 30px;
    width: 70%;
    height: 30%;
    border: 4px solid var(--color-cinnamon);
    border-radius: var(--radius-lg);
    z-index: 1;
    opacity: 0.5;
}
.life-experience-card {
    position: absolute;
    top: 80px;
    left: -30px;
    background: var(--color-white);
    padding: 22px 26px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 4;
}
.life-experience-num {
    font-family: var(--font-head);
    font-size: 44px;
    font-weight: 700;
    color: var(--color-royal);
    line-height: 1;
}
.life-experience-num span {
    color: var(--color-cinnamon);
    font-size: 30px;
}
.life-experience-text {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-black);
    line-height: 1.4;
}
.life-content {
    padding-left: 40px;
}
.life-content p {
    font-size: 17px;
    color: var(--color-muted);
    margin-bottom: 30px;
}
.life-list {
    list-style: none;
    padding: 0;
    margin: 0 0 38px;
}
.life-list li {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--color-black);
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.06);
}
.life-list li:last-child {
    border-bottom: 0;
}
.life-list li i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(65, 105, 225, 0.12);
    color: var(--color-royal);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* ============================================================
   8. TESTIMONIALS
============================================================ */
.testimonials-section {
    background: var(--color-cream);
}
.testimonial-card {
    background: var(--color-white);
    padding: 40px 36px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    height: 100%;
    transition: all 0.5s ease;
    position: relative;
}
.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: var(--font-head);
    font-size: 90px;
    color: rgba(65, 105, 225, 0.10);
    line-height: 1;
}
.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}
.testimonial-stars {
    color: var(--color-royal);
    margin-bottom: 22px;
    font-size: 14px;
    letter-spacing: 2px;
}
.testimonial-quote {
    font-family: var(--font-body);
    font-size: 16px;
    font-style: italic;
    color: var(--color-black);
    line-height: 1.8;
    margin-bottom: 30px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 22px;
    border-top: 1px solid rgba(34, 34, 34, 0.07);
}
.author-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-royal) 0%, var(--color-cinnamon) 100%);
    color: var(--color-white);
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}
.testimonial-author h5 {
    margin: 0 0 3px;
    font-size: 16px;
    color: var(--color-black);
}
.testimonial-author span {
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--color-cinnamon);
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

/* ============================================================
   9. CTA BANNER (with portrait accent)
============================================================ */
.cta-banner-section {
    background: var(--color-white);
    padding: 60px 0 130px !important;
}
.cta-banner {
    background: linear-gradient(135deg, var(--color-royal) 0%, var(--color-royal-dark) 100%);
    border-radius: var(--radius-lg);
    padding: 70px 70px;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(65, 105, 225, 0.30);
}
.cta-banner::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}
.cta-banner::after {
    content: '';
    position: absolute;
    bottom: -140px;
    left: 30%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(178, 124, 75, 0.18);
}
.cta-banner .row {
    position: relative;
    z-index: 2;
}
.cta-banner .cta-title {
    font-family: var(--font-head);
    color: var(--color-white);
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 18px;
}
.cta-banner .cta-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    max-width: 540px;
    margin: 0;
}
.btn-cta-banner {
    display: inline-block;
    background: var(--color-white);
    color: var(--color-royal);
    padding: 17px 36px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 14px;
    transition: all 0.4s ease !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.15);
}
.btn-cta-banner:hover {
    background: var(--color-cream);
    color: var(--color-royal-dark);
    transform: translateY(-3px);
}
.btn-cta-banner-secondary {
    display: block;
    color: var(--color-white);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 4px;
    margin-top: 8px;
}
.btn-cta-banner-secondary:hover {
    color: var(--color-cream);
    border-color: var(--color-cream);
}
.cta-banner-portrait {
    position: absolute;
    bottom: -30px;
    right: 60px;
    width: 180px;
    aspect-ratio: 3 / 4;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 6px solid var(--color-white);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: rotate(4deg);
    z-index: 1;
    opacity: 0.95;
}
.cta-banner-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ============================================================
   PREMIUM FOOTER
============================================================ */
.site-footer.site-footer--premium {
    background: var(--color-white);
    color: var(--color-black);
    font-family: var(--font-body);
}

/* Newsletter strip */
.site-footer .footer-newsletter {
    background: linear-gradient(135deg, #FBF6EE 0%, var(--color-cream) 100%);
    padding: 70px 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.06);
    position: relative;
    overflow: hidden;
}
.site-footer .footer-newsletter::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(65, 105, 225, 0.12) 0%, transparent 70%);
}
.site-footer .footer-newsletter .row {
    position: relative;
    z-index: 2;
}
.site-footer .newsletter-title {
    font-family: var(--font-head);
    font-size: 32px;
    font-weight: 600;
    color: var(--color-black);
    margin: 0;
    line-height: 1.2;
}
.site-footer .newsletter-form {
    background: var(--color-white);
    border-radius: 60px;
    padding: 8px;
    display: flex;
    align-items: center;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(34, 34, 34, 0.05);
}
.site-footer .newsletter-input {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    padding: 14px 24px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--color-black);
    outline: none;
}
.site-footer .newsletter-input::placeholder {
    color: var(--color-muted);
}
.site-footer .newsletter-btn {
    background: var(--color-royal);
    color: var(--color-white);
    border: 0;
    padding: 14px 28px;
    border-radius: 50px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 24px rgba(65, 105, 225, 0.30);
}
.site-footer .newsletter-btn:hover {
    background: var(--color-royal-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(65, 105, 225, 0.40);
}

/* Main footer body */
.site-footer .footer.footer--main {
    background: var(--color-white);
    padding: 90px 0 30px;
    color: var(--color-black);
}
.site-footer .footer-col {
    padding-right: 20px;
}
.site-footer .footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-head);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-black);
    margin-bottom: 22px;
}
.site-footer .footer-logo i {
    color: var(--color-royal);
    font-size: 28px;
}
.site-footer .footer-logo:hover {
    color: var(--color-royal);
}
.site-footer .footer-about {
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 340px;
}
.site-footer .footer-badges {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.site-footer .footer-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FBF6EE;
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(178, 124, 75, 0.18);
    transition: all 0.3s ease;
}
.site-footer .footer-badge:hover {
    border-color: var(--color-royal);
    transform: translateY(-2px);
    background: var(--color-white);
    box-shadow: var(--shadow-soft);
}
.site-footer .footer-badge i {
    color: var(--color-royal);
    font-size: 20px;
}
.site-footer .footer-badge span {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-black);
    line-height: 1.3;
}

.site-footer .footer-title {
    font-family: var(--font-head);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-black);
    margin-bottom: 28px;
    position: relative;
    padding-bottom: 14px;
}
.site-footer .footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: var(--color-royal);
}

.site-footer .footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-footer .footer-links li {
    margin-bottom: 12px;
    list-style: none;
}
.site-footer .footer-links li a {
    color: var(--color-muted);
    font-family: var(--font-body);
    font-size: 14.5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.site-footer .footer-links li a i {
    font-size: 10px;
    color: var(--color-cinnamon);
    transition: all 0.3s ease;
}
.site-footer .footer-links li a:hover {
    color: var(--color-royal);
    gap: 14px;
}
.site-footer .footer-links li a:hover i {
    color: var(--color-royal);
}

.site-footer .footer-promise {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-footer .footer-promise li {
    color: var(--color-black);
    font-family: var(--font-body);
    font-size: 14.5px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(34, 34, 34, 0.08);
    list-style: none;
}
.site-footer .footer-promise li:last-child {
    border-bottom: 0;
}
.site-footer .footer-promise li i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(65, 105, 225, 0.12);
    color: var(--color-royal);
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.site-footer .footer-contact {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.site-footer .footer-contact li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    list-style: none !important;
    background: none !important;
    border: 0 !important;
}
/* Dedicated icon wrapper — 42x42 perfect circle */
.site-footer .footer-contact li .contact-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    flex: 0 0 42px !important;
    box-sizing: border-box !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, var(--color-royal) 0%, var(--color-royal-dark) 100%) !important;
    color: var(--color-white) !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 16px !important;
    text-align: center !important;
    box-shadow: 0 8px 18px rgba(65, 105, 225, 0.25);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}
/* Reset the inner FontAwesome <i> so nothing breaks the circle */
.site-footer .footer-contact li .contact-icon i,
.site-footer .footer-contact li .contact-icon i.fas,
.site-footer .footer-contact li .contact-icon i.fab,
.site-footer .footer-contact li .contact-icon i.far {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    color: var(--color-white) !important;
    font-size: 16px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    transform: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    text-align: center !important;
}
.site-footer .footer-contact li:hover .contact-icon {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(65, 105, 225, 0.35);
}
.site-footer .footer-contact li strong {
    display: block;
    font-family: var(--font-head);
    font-size: 14px;
    color: var(--color-black);
    margin-bottom: 3px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.site-footer .footer-contact li span {
    display: block;
    color: var(--color-muted);
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.6;
}

/* Social row */
.site-footer .footer-social-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 36px;
    border-top: 1px solid rgba(34, 34, 34, 0.08);
}
.site-footer .footer-social-left {
    display: flex;
    align-items: center;
    gap: 22px;
}
.site-footer .social-label {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-cinnamon);
}
.site-footer .footer-social {
    display: flex;
    gap: 12px;
}
.site-footer .footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #FBF6EE;
    color: var(--color-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid rgba(34, 34, 34, 0.06);
    transition: all 0.4s ease !important;
}
.site-footer .footer-social a:hover {
    background: var(--color-royal);
    color: var(--color-white);
    transform: translateY(-3px);
    border-color: var(--color-royal);
    box-shadow: 0 10px 24px rgba(65, 105, 225, 0.30);
}
.site-footer .footer-cta-link {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--color-royal);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 26px;
    border: 2px solid var(--color-royal);
    border-radius: 50px;
    transition: all 0.4s ease !important;
}
.site-footer .footer-cta-link:hover {
    background: var(--color-royal);
    color: var(--color-white);
    gap: 16px;
}

/* Copyright */
.site-footer .copyrights {
    background: #FBF6EE;
    padding: 22px 0;
    color: var(--color-black);
    font-family: var(--font-body);
    font-size: 13px;
    letter-spacing: 0.4px;
    border-top: 1px solid rgba(178, 124, 75, 0.15);
}
.site-footer .copyrights .copyright {
    margin: 0;
    color: var(--color-muted);
}
.site-footer .copyrights .copyright .credit-link {
    color: var(--color-royal);
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
}
.site-footer .copyrights .copyright .credit-link:hover {
    color: var(--color-royal-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.site-footer .copyrights a {
    color: var(--color-black);
}
.site-footer .copyrights a:hover {
    color: var(--color-royal);
}
.site-footer .copyright-links {
    display: flex;
    justify-content: flex-end;
    gap: 26px;
    padding: 0;
    margin: 0;
}
.site-footer .copyright-links li {
    list-style: none;
}
.site-footer .copyright-links li a {
    color: var(--color-muted);
    font-family: var(--font-body);
    font-size: 13px;
    position: relative;
}
.site-footer .copyright-links li a:hover {
    color: var(--color-royal);
}

/* ============================================================
   DESIGN REFRESH v2 — Modern, fresh, lightly playful.
   Overrides the corporate-leaning v1 tokens above.
   Keep structure, swap typography + interaction language.
============================================================ */

:root {
    --font-head: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-script: 'Caveat', cursive;
    --color-royal-light: #6B8CF2;
    --color-accent: #FFB547;       /* warm gold pop */
    --color-mint: #7EE3C7;         /* soft mint for micro-accents */
    --gradient-primary: linear-gradient(135deg, #4169E1 0%, #6B8CF2 100%);
    --gradient-warm: linear-gradient(135deg, #4169E1 0%, #FFB547 100%);
    --transition-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --transition-smooth: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Typography refresh ---------- */
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
    font-family: var(--font-head);
    letter-spacing: -0.5px;
    font-weight: 700;
}
.home-page .section-title {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 1.15;
}
.home-page .section-sub {
    font-size: 17px;
    line-height: 1.75;
}

/* ---------- Eyebrow becomes playful pill ---------- */
.home-page .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(65, 105, 225, 0.10);
    color: var(--color-royal);
    padding: 8px 18px 8px 14px;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.home-page .eyebrow::before {
    content: '';
    position: static;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(255, 181, 71, 0.20);
    margin: 0;
    transform: none;
    top: auto;
    left: auto;
    flex-shrink: 0;
    animation: pulse-dot 2.4s ease-in-out infinite;
}
.home-page .eyebrow--light {
    background: rgba(255, 255, 255, 0.18);
    color: var(--color-white);
}
.home-page .eyebrow--light::before {
    background: var(--color-cream);
    box-shadow: 0 0 0 3px rgba(238, 219, 194, 0.22);
}
@keyframes pulse-dot {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.25); }
}

/* ---------- Buttons: shimmer + spring ---------- */
.btn-primary-luxe,
.btn-secondary-luxe,
.btn-cta-banner,
.puppy-cta,
.site-footer .newsletter-btn,
.site-footer .footer-cta-link {
    position: relative;
    overflow: hidden;
    transition: transform 0.45s var(--transition-bounce),
                box-shadow 0.45s ease,
                background 0.4s ease,
                color 0.4s ease,
                border-color 0.4s ease !important;
}
.btn-primary-luxe {
    background: var(--gradient-primary);
    border-color: transparent;
}
.btn-primary-luxe::before,
.btn-cta-banner::before,
.site-footer .newsletter-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
    transform: skewX(-20deg);
    transition: left 0.7s ease;
    pointer-events: none;
}
.btn-primary-luxe:hover::before,
.btn-cta-banner:hover::before,
.site-footer .newsletter-btn:hover::before {
    left: 140%;
}
.btn-primary-luxe:hover,
.btn-cta-banner:hover {
    transform: translateY(-4px) scale(1.02);
}
.btn-secondary-luxe:hover {
    transform: translateY(-4px);
}

/* ---------- Hero — bolder + dynamic ---------- */
.hero-title {
    font-size: 76px;
    font-weight: 800;
    letter-spacing: -2.5px;
    line-height: 1.05;
}
.hero-title .accent {
    background: var(--gradient-warm);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-style: normal;
    position: relative;
    display: inline-block;
}
.hero-title .accent::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 10px;
    background: rgba(255, 181, 71, 0.22);
    border-radius: 20px;
    z-index: -1;
}
.hero-content {
    position: relative;
}
.hero-content::before {
    content: '★';
    position: absolute;
    top: -10px;
    left: -30px;
    font-size: 28px;
    color: var(--color-accent);
    opacity: 0.55;
    animation: spin-slow 14s linear infinite;
}
@keyframes spin-slow {
    to { transform: rotate(360deg); }
}
.hero-text {
    font-size: 18px;
    line-height: 1.8;
}

/* Trust strip — playful counters */
.trust-item strong {
    font-family: var(--font-head);
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Hero portrait gets gentle float */
.hero-portrait-frame {
    animation: gentle-float 7s ease-in-out infinite;
}
@keyframes gentle-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}
.hero-floating-card,
.hero-badge {
    transition: transform 0.5s var(--transition-bounce);
}
.hero-floating-card:hover,
.hero-badge:hover {
    transform: translateY(-4px) scale(1.04);
}

/* ---------- Section background dots ---------- */
.why-section,
.puppies-section,
.testimonials-section {
    position: relative;
}
.why-section::before,
.puppies-section::before {
    content: '';
    position: absolute;
    top: 80px;
    right: 60px;
    width: 140px;
    height: 140px;
    background-image: radial-gradient(circle, rgba(65, 105, 225, 0.18) 1.5px, transparent 2px);
    background-size: 18px 18px;
    opacity: 0.6;
    pointer-events: none;
}

/* ---------- Cards: springy lift + tiny tilt ---------- */
.why-cards .feature-card,
.champion-card,
.puppy-card,
.testimonial-card {
    transition: transform 0.55s var(--transition-bounce),
                box-shadow 0.55s ease,
                border-color 0.45s ease !important;
    border-radius: 24px;
}
.why-cards .feature-card:hover {
    transform: translateY(-14px) rotate(-0.6deg);
}
.feature-card--featured:hover {
    transform: translateY(-26px) rotate(0.4deg);
}
.champion-card:hover {
    transform: translateY(-12px) rotate(0.4deg);
}
.puppy-card:hover {
    transform: translateY(-12px) rotate(-0.4deg);
}
.testimonial-card:hover {
    transform: translateY(-12px) rotate(0.4deg);
}

/* Feature icons — gradient + spring */
.feature-icon {
    background: var(--gradient-primary);
    transition: transform 0.55s var(--transition-bounce), box-shadow 0.5s ease;
}
.feature-card:hover .feature-icon {
    transform: scale(1.08) rotate(-6deg);
}

/* ---------- Champion tag — colorful pills ---------- */
.champion-tag {
    background: rgba(65, 105, 225, 0.10);
    color: var(--color-royal);
}
.champion-tag::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-accent);
    margin-right: 8px;
    vertical-align: middle;
}

/* ---------- Standards — accent number ---------- */
.pillar-num {
    background: var(--gradient-warm);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pillar-card {
    border-radius: 18px;
    transition: all 0.45s var(--transition-bounce) !important;
}
.pillar-card:hover {
    transform: translateY(-6px) scale(1.01);
}

/* ---------- Stats — soft cards ---------- */
.stat-block {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(8px);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 30px rgba(34, 34, 34, 0.05);
    transition: transform 0.45s var(--transition-bounce), box-shadow 0.45s ease;
    margin: 0 6px;
}
.stat-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(65, 105, 225, 0.15);
}
.stat-block::before { display: none; }
.stat-num {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stat-num span {
    background: var(--gradient-warm);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ---------- Puppy card — playful favorite & price ---------- */
.puppy-fav {
    transition: transform 0.45s var(--transition-bounce), background 0.4s ease, color 0.4s ease;
}
.puppy-fav:hover {
    transform: scale(1.18) rotate(-8deg);
}
.puppy-price {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ---------- Life section — playful sticker ---------- */
.life-content::before {
    content: 'Family First';
    position: absolute;
    top: -30px;
    right: 0;
    font-family: var(--font-script);
    font-size: 38px;
    color: var(--color-accent);
    transform: rotate(-6deg);
    opacity: 0.85;
}
.life-content {
    position: relative;
}
.life-list li {
    transition: transform 0.35s var(--transition-bounce);
}
.life-list li:hover {
    transform: translateX(6px);
}
.life-list li i {
    transition: transform 0.4s var(--transition-bounce);
}
.life-list li:hover i {
    transform: rotate(360deg) scale(1.1);
    background: var(--color-royal);
    color: var(--color-white);
}

/* ---------- Testimonials — gradient quote mark ---------- */
.testimonial-card::before {
    background: var(--gradient-warm);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.55;
    color: transparent;
}
.author-avatar {
    background: var(--gradient-warm);
}

/* ---------- CTA banner — extra punch ---------- */
.cta-banner {
    background: linear-gradient(135deg, #4169E1 0%, #2F4FB8 60%, #6B8CF2 100%);
}
.cta-banner .cta-title {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -1.2px;
}
.btn-cta-banner {
    transition: all 0.45s var(--transition-bounce) !important;
}
.btn-cta-banner:hover {
    transform: translateY(-4px) scale(1.04);
}

/* ---------- Header refinement ---------- */
#masthead.site-header {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.92);
}
#masthead .site-branding .site-title {
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: 0.2px;
    text-transform: none;
    font-size: 24px;
}
#masthead .site-branding .site-title a::before {
    color: var(--color-royal);
}
#masthead #primary-menu li a {
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.2px;
    font-size: 15px;
}
.header-contact-btn {
    background: var(--gradient-primary);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s var(--transition-bounce), box-shadow 0.4s ease !important;
}
.header-contact-btn:hover {
    transform: translateY(-3px) scale(1.04);
}

/* ---------- Footer — typographic refresh ---------- */
.site-footer .newsletter-title {
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: -0.6px;
    font-size: 30px;
}
.site-footer .footer-logo {
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: 0.2px;
    text-transform: none;
    font-size: 22px;
}
.site-footer .footer-title {
    font-family: var(--font-head);
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.2px;
    font-size: 18px;
}

/* ---------- Section padding loosen-up (less rigid) ---------- */
.home-page section {
    padding: 130px 0;
}
.hero-section {
    padding: 110px 0 0 !important;
}
.cta-banner-section {
    padding: 80px 0 140px !important;
}

/* ---------- Lightweight motion: respect users ---------- */
@media (prefers-reduced-motion: reduce) {
    .hero-portrait-frame,
    .hero-content::before,
    .home-page .eyebrow::before {
        animation: none !important;
    }
    .btn-primary-luxe,
    .btn-cta-banner,
    .why-cards .feature-card,
    .champion-card,
    .puppy-card,
    .testimonial-card,
    .stat-block {
        transition: none !important;
    }
    .btn-primary-luxe::before,
    .btn-cta-banner::before,
    .site-footer .newsletter-btn::before {
        display: none;
    }
}

/* ============================================================
   DESIGN REFRESH v3 — PET-BRAND PLAYFUL
   Friendly, warm, emotionally engaging. Overrides v1+v2.
   Fonts: Fredoka (heads), Nunito (body), Caveat (script).
============================================================ */

:root {
    /* Pet-brand palette */
    --pet-sky: #5B9DF7;
    --pet-sky-deep: #2F7DDB;
    --pet-coral: #FF8C61;
    --pet-coral-deep: #F26D44;
    --pet-mint: #6DD4B0;
    --pet-sun: #FFC857;
    --pet-cream: #FFF6E9;
    --pet-cloud: #F4F8FE;
    --pet-night: #1F2A44;
    --pet-ink: #2B3550;
    --pet-soft: #6B7591;

    --font-head: 'Fredoka', sans-serif;
    --font-body: 'Nunito', sans-serif;
    --font-script: 'Caveat', cursive;

    --grad-sky: linear-gradient(135deg, #5B9DF7 0%, #7BB4FF 100%);
    --grad-warm: linear-gradient(135deg, #FF8C61 0%, #FFC857 100%);
    --grad-mint: linear-gradient(135deg, #6DD4B0 0%, #9EE9CB 100%);
    --grad-sunset: linear-gradient(135deg, #5B9DF7 0%, #FF8C61 100%);

    --radius-bubble: 28px;
    --radius-blob: 36px;

    --shadow-pet: 0 18px 50px rgba(31, 42, 68, 0.08);
    --shadow-pet-lift: 0 28px 70px rgba(91, 157, 247, 0.22);
}

/* ---------- Base type & color ---------- */
.home body,
.home p,
.home .home-page p,
.home .home-page,
body.home {
    font-family: var(--font-body);
    color: var(--pet-ink);
}
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
    font-family: var(--font-head);
    color: var(--pet-night);
    letter-spacing: -0.3px;
    font-weight: 600;
}
.home-page {
    background: var(--pet-cloud);
}
.home-page section {
    padding: 120px 0;
    position: relative;
}

/* ---------- Section title refresh ---------- */
.home-page .section-title {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 1.15;
    color: var(--pet-night);
}
.home-page .section-sub {
    font-family: var(--font-body);
    color: var(--pet-soft);
    font-size: 17px;
    line-height: 1.75;
}

/* ---------- Eyebrow pill ---------- */
.home-page .eyebrow {
    background: rgba(91, 157, 247, 0.12);
    color: var(--pet-sky-deep);
    padding: 8px 18px 8px 14px;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}
.home-page .eyebrow::before {
    content: '\1F436'; /* dog face emoji */
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    font-size: 14px;
    animation: none;
    position: static;
    margin: 0;
    flex-shrink: 0;
}
.home-page .eyebrow--light {
    background: rgba(255, 255, 255, 0.22);
    color: var(--pet-cream);
}

/* ---------- Buttons: bubble pill ---------- */
.btn-primary-luxe,
.btn-cta-banner,
.site-footer .newsletter-btn,
.header-contact-btn {
    background: var(--grad-sky);
    border: 0 !important;
    border-radius: 50px;
    color: #fff !important;
    font-family: var(--font-body);
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.4px;
    box-shadow: 0 14px 30px rgba(91, 157, 247, 0.35);
}
.btn-primary-luxe:hover,
.btn-cta-banner:hover,
.site-footer .newsletter-btn:hover,
.header-contact-btn:hover {
    background: linear-gradient(135deg, var(--pet-sky-deep) 0%, var(--pet-sky) 100%);
    box-shadow: 0 22px 44px rgba(91, 157, 247, 0.45);
    transform: translateY(-4px) scale(1.03);
}
.btn-secondary-luxe {
    background: transparent;
    color: var(--pet-coral) !important;
    border: 2px solid var(--pet-coral) !important;
    border-radius: 50px;
    text-transform: none;
    letter-spacing: 0.4px;
    font-family: var(--font-body);
    font-weight: 700;
}
.btn-secondary-luxe:hover {
    background: var(--pet-coral);
    color: #fff !important;
    border-color: var(--pet-coral) !important;
    transform: translateY(-4px);
}

/* ---------- Hero — emotional, dynamic ---------- */
.hero-section {
    background: radial-gradient(1100px 600px at 80% 10%, rgba(255, 200, 87, 0.18) 0%, transparent 60%),
                radial-gradient(900px 600px at 0% 80%, rgba(109, 212, 176, 0.18) 0%, transparent 60%),
                linear-gradient(180deg, #FFF6E9 0%, #F4F8FE 100%);
    padding: 110px 0 0 !important;
}
.hero-section::before,
.hero-section::after { display: none; }
.hero-title {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 78px;
    letter-spacing: -2.5px;
    line-height: 1.02;
    color: var(--pet-night);
}
.hero-title .accent {
    background: var(--grad-sunset);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-style: normal;
    display: inline-block;
    position: relative;
}
.hero-title .accent::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 14px;
    background: rgba(255, 200, 87, 0.30);
    border-radius: 999px;
    z-index: -1;
}
.hero-content::before {
    content: '\2728'; /* sparkles */
    position: absolute;
    top: -20px;
    left: -10px;
    font-size: 36px;
    animation: gentle-spin 9s ease-in-out infinite;
    color: var(--pet-sun);
}
@keyframes gentle-spin {
    0%, 100% { transform: rotate(0deg); }
    50%      { transform: rotate(20deg); }
}
.hero-text {
    color: var(--pet-soft);
    font-size: 18px;
    line-height: 1.85;
}
.trust-item strong {
    background: var(--grad-sunset);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-head);
    font-weight: 600;
}
.trust-item span {
    color: var(--pet-soft);
}

/* Hero portrait frame — playful tilted shadow blob */
.hero-portrait-frame {
    border-radius: var(--radius-blob);
    box-shadow: 0 35px 60px rgba(31, 42, 68, 0.18);
    animation: gentle-float 8s ease-in-out infinite;
}
.hero-portrait-deco {
    border-color: var(--pet-coral);
    border-radius: var(--radius-blob);
}
.hero-badge {
    background: #fff;
    border-radius: 50px;
    box-shadow: var(--shadow-pet);
}
.hero-badge i { color: var(--pet-coral); }
.hero-floating-card {
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-pet);
}
.hero-floating-card .floating-stars { color: var(--pet-sun); }

/* Marquee — friendly accent */
.hero-marquee {
    background: var(--pet-night);
    border: 0;
    color: var(--pet-cream);
}
.hero-marquee .marquee-group {
    color: var(--pet-cream);
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 13px;
}
.hero-marquee .marquee-group .dot {
    background: var(--pet-sun);
}

/* ---------- Why section ---------- */
.why-section {
    background: #fff;
}
.why-section::before {
    background-image: radial-gradient(circle, rgba(91, 157, 247, 0.20) 1.5px, transparent 2px);
}
.why-cards .feature-card {
    border-radius: var(--radius-bubble);
    border: 2px solid transparent;
    background: var(--pet-cloud);
    box-shadow: 0 12px 36px rgba(31, 42, 68, 0.05);
}
.why-cards .feature-card:hover {
    transform: translateY(-12px) rotate(-0.5deg);
    background: #fff;
    border-color: rgba(91, 157, 247, 0.25);
    box-shadow: var(--shadow-pet-lift);
}
.feature-card--featured {
    background: var(--pet-cream);
    border-color: rgba(255, 140, 97, 0.30);
}
.feature-icon {
    background: var(--grad-sky);
    box-shadow: 0 14px 30px rgba(91, 157, 247, 0.35);
    width: 86px;
    height: 86px;
    border-radius: 24px;
    transform: rotate(-6deg);
}
.feature-card:hover .feature-icon {
    transform: rotate(6deg) scale(1.06);
}
.feature-card--featured .feature-icon {
    background: var(--grad-warm);
    box-shadow: 0 14px 30px rgba(255, 140, 97, 0.40);
}
.feature-num {
    color: rgba(91, 157, 247, 0.10);
}

/* ---------- Champions section ---------- */
.champions-section {
    background: var(--pet-cloud);
}
.champion-card {
    border-radius: var(--radius-bubble);
    border: 1px solid rgba(31, 42, 68, 0.05);
    background: #fff;
}
.champion-card:hover {
    border-color: rgba(91, 157, 247, 0.25);
    box-shadow: var(--shadow-pet-lift);
}
.champion-img-wrap {
    border-radius: var(--radius-bubble) var(--radius-bubble) 0 0;
}
.champion-tag {
    background: rgba(109, 212, 176, 0.18);
    color: #2C9F7A;
}
.champion-tag::before {
    background: var(--pet-mint);
}
.champion-meta { color: var(--pet-coral); }
.champion-link { color: var(--pet-sky-deep); }
.champion-link:hover { color: var(--pet-coral); }

/* ---------- Standards section ---------- */
.standards-section {
    background: #fff;
}
.standards-portrait {
    border-radius: var(--radius-bubble);
}
.standards-portrait-tag i { color: var(--pet-coral); }
.pillar-card {
    background: var(--pet-cloud);
    border-radius: 22px;
    border-left: 0;
}
.pillar-card:hover {
    background: #fff;
    border-left: 0;
    box-shadow: var(--shadow-pet);
    transform: translateY(-6px);
}
.pillar-num {
    background: var(--grad-warm);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-head);
}

/* ---------- Trust / Stats ---------- */
.trust-section {
    background: linear-gradient(180deg, #FFF6E9 0%, #FFE9CC 100%);
}
.stat-block {
    background: #fff;
    border-radius: var(--radius-bubble);
    border: 0;
    padding: 38px 20px;
    box-shadow: 0 12px 36px rgba(31, 42, 68, 0.06);
}
.stat-block::before { display: none; }
.stat-block:hover {
    transform: translateY(-8px) rotate(-1deg);
    box-shadow: var(--shadow-pet-lift);
}
.stat-num {
    background: var(--grad-sky);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-head);
}
.stat-num span {
    background: var(--grad-warm);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stat-label { color: var(--pet-ink); }

/* ---------- Puppies / Gallery ---------- */
.puppies-section {
    background: var(--pet-cloud);
}
.puppy-card {
    border-radius: var(--radius-bubble);
    border: 1px solid rgba(31, 42, 68, 0.05);
}
.puppy-card:hover {
    border-color: rgba(91, 157, 247, 0.25);
    box-shadow: var(--shadow-pet-lift);
}
.puppy-img-wrap {
    border-radius: var(--radius-bubble) var(--radius-bubble) 0 0;
}
.puppy-status {
    background: var(--pet-mint);
    color: #1A5F46;
    box-shadow: 0 8px 18px rgba(109, 212, 176, 0.35);
}
.puppy-status--reserved {
    background: var(--pet-coral);
    color: #fff;
    box-shadow: 0 8px 18px rgba(255, 140, 97, 0.35);
}
.puppy-meta { color: var(--pet-coral); }
.puppy-price {
    background: var(--grad-sunset);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-head);
}
.puppy-cta {
    border-radius: 50px;
    border-color: var(--pet-sky);
    color: var(--pet-sky-deep);
    background: rgba(91, 157, 247, 0.08);
}
.puppy-cta:hover {
    background: var(--pet-sky);
    border-color: var(--pet-sky);
    color: #fff;
}
.puppy-cta--disabled {
    border-color: var(--pet-coral);
    color: var(--pet-coral);
    background: rgba(255, 140, 97, 0.08);
}
.puppy-cta--disabled:hover {
    background: var(--pet-coral);
    border-color: var(--pet-coral);
    color: #fff;
}
.puppy-fav { color: var(--pet-coral); }

/* ---------- Life section ---------- */
.life-section {
    background: linear-gradient(180deg, var(--pet-cloud) 0%, #fff 100%);
}
.life-portrait-main { border-radius: var(--radius-blob); }
.life-portrait-mini { border-radius: 22px; }
.life-portrait-deco { border-color: var(--pet-mint); border-radius: var(--radius-blob); }
.life-experience-card { border-radius: 22px; box-shadow: var(--shadow-pet); }
.life-experience-num {
    background: var(--grad-sunset);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-head);
}
.life-content::before {
    content: 'Best Friends';
    font-family: var(--font-script);
    color: var(--pet-coral);
    font-size: 44px;
    transform: rotate(-6deg);
    top: -40px;
    right: 10px;
    opacity: 0.95;
}
.life-list li i {
    background: rgba(255, 140, 97, 0.16);
    color: var(--pet-coral);
}
.life-list li:hover i {
    background: var(--pet-coral);
    color: #fff;
}

/* ---------- Testimonials ---------- */
.testimonials-section {
    background: var(--pet-cream);
}
.testimonial-card {
    border-radius: var(--radius-bubble);
    background: #fff;
}
.testimonial-card::before {
    background: var(--grad-warm);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.testimonial-stars { color: var(--pet-sun); }
.author-avatar {
    background: var(--grad-sunset);
    font-family: var(--font-head);
}
.testimonial-author span { color: var(--pet-coral); }

/* ---------- CTA banner ---------- */
.cta-banner-section {
    background: #fff;
}
.cta-banner {
    background: linear-gradient(135deg, #5B9DF7 0%, #2F7DDB 50%, #FF8C61 130%);
    border-radius: var(--radius-blob);
    padding: 80px 70px;
    box-shadow: 0 30px 80px rgba(91, 157, 247, 0.35);
}
.cta-banner::after {
    background: rgba(255, 200, 87, 0.30);
}
.cta-banner .cta-title {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 46px;
    letter-spacing: -1.2px;
}
.btn-cta-banner {
    background: #fff !important;
    color: var(--pet-sky-deep) !important;
    border-radius: 50px;
}
.btn-cta-banner:hover {
    background: var(--pet-sun) !important;
    color: var(--pet-night) !important;
}

/* ---------- Header refresh ---------- */
#masthead.site-header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
}
#masthead .site-branding .site-title {
    font-family: var(--font-head);
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.2px;
    font-size: 24px;
}
#masthead .site-branding .site-title a {
    color: var(--pet-night);
}
#masthead .site-branding .site-title a::before {
    color: var(--pet-coral);
}
#masthead #primary-menu li a {
    font-family: var(--font-body);
    font-weight: 600;
    color: var(--pet-ink);
    text-transform: none;
    letter-spacing: 0.2px;
    font-size: 15px;
}
#masthead #primary-menu li a:hover { color: var(--pet-sky-deep); }
#masthead #primary-menu li a::after { background: var(--pet-coral); }
.header-contact-btn i { color: #fff; }

/* ---------- Footer refresh ---------- */
.site-footer .footer-newsletter {
    background: linear-gradient(135deg, var(--pet-cream) 0%, #FFE5D0 100%);
}
.site-footer .footer-newsletter::before {
    background: radial-gradient(circle, rgba(91, 157, 247, 0.16) 0%, transparent 70%);
}
.site-footer .newsletter-title {
    font-family: var(--font-head);
    font-weight: 600;
    color: var(--pet-night);
    letter-spacing: -0.6px;
    font-size: 30px;
}
.site-footer .footer.footer--main {
    background: #fff;
}
.site-footer .footer-logo {
    font-family: var(--font-head);
    font-weight: 700;
    color: var(--pet-night);
    text-transform: none;
    letter-spacing: 0.2px;
}
.site-footer .footer-logo i { color: var(--pet-coral); }
.site-footer .footer-title {
    font-family: var(--font-head);
    font-weight: 600;
    color: var(--pet-night);
    text-transform: none;
    letter-spacing: 0.2px;
    font-size: 18px;
}
.site-footer .footer-title::after { background: var(--pet-coral); }
.site-footer .footer-links li a { color: var(--pet-soft); }
.site-footer .footer-links li a i { color: var(--pet-coral); }
.site-footer .footer-links li a:hover { color: var(--pet-sky-deep); }
.site-footer .footer-links li a:hover i { color: var(--pet-sky-deep); }
.site-footer .footer-promise li i {
    background: rgba(109, 212, 176, 0.20);
    color: #2C9F7A;
}
.site-footer .footer-badge i { color: var(--pet-coral); }
.site-footer .footer-badge:hover { border-color: var(--pet-sky); }
.site-footer .footer-contact li .contact-icon {
    background: var(--grad-sky) !important;
}
.site-footer .footer-social a:hover {
    background: var(--pet-coral);
    border-color: var(--pet-coral);
    color: #fff;
    box-shadow: 0 12px 26px rgba(255, 140, 97, 0.35);
}
.site-footer .footer-cta-link {
    color: var(--pet-coral);
    border-color: var(--pet-coral);
}
.site-footer .footer-cta-link:hover {
    background: var(--pet-coral);
    color: #fff;
}
.site-footer .copyrights {
    background: var(--pet-night);
    color: var(--pet-cream);
    border-top: 0;
}
.site-footer .copyrights a { color: var(--pet-cream); }
.site-footer .copyrights a:hover { color: var(--pet-sun); }
.site-footer .copyrights .copyright { color: rgba(255, 246, 233, 0.75); }
.site-footer .copyrights .copyright .credit-link { color: var(--pet-sun); }
.site-footer .copyrights .copyright .credit-link:hover { color: var(--pet-coral); }
.site-footer .copyright-links li a { color: rgba(255, 246, 233, 0.75); }
.site-footer .copyright-links li a:hover { color: var(--pet-sun); }

/* ---------- Paw print stickers scattered ---------- */
.why-section::after,
.trust-section::after,
.testimonials-section::after,
.life-section::after {
    content: '\1F43E'; /* paw prints */
    position: absolute;
    font-size: 56px;
    opacity: 0.08;
    pointer-events: none;
}
.why-section::after { bottom: 60px; left: 60px; transform: rotate(-18deg); }
.trust-section::after { top: 70px; right: 90px; transform: rotate(12deg); opacity: 0.14; }
.testimonials-section::after { bottom: 70px; right: 60px; transform: rotate(20deg); opacity: 0.18; }
.life-section::after { top: 90px; left: 50px; transform: rotate(-12deg); }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    .hero-content::before,
    .hero-portrait-frame {
        animation: none !important;
    }
}

/* Home page Style ends */




@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;
    }
}

