/*
Theme Name: EXPRESS LOCK & KEY
Theme URI: https://expresslockkey.com
Author: Jorsen Mejia
Author URI: https://expresslockkey.com
Description: A fully customizable WordPress theme built with Advanced Custom Fields. Every section is editable including headers, footers, and all page content.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: express-lock-key
Tags: custom-background, custom-logo, flexible-content, acf, locksmith
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */
.cta-content a {
    background-color: #1A59DA !important;
    padding: 20px 40px !important;
    border-radius: 10px !important;
    font-size: 22px !important;
    font-weight: bold !important;
	display: inline-block;
}

header.site-header.scrolled {
    background-color: #fff;
}

header.site-header.scrolled ul#menu-main-menu a {
    color: #000 !important;
}
.cta-content a:hover {
    background-color: #fff !important;
    padding: 20px 40px !important;
    border-radius: 10px !important;
    font-size: 22px !important;
    font-weight: bold !important;
}
header.site-header.scrolled {
    background-color: #fff;
}
header.site-header.scrolled ul#menu-main-menu a {
    color: #000 !important;
}
.page-slug-thank-you .page-header-wysiwyg {
    max-width: 100% !important;
    margin: 50px auto;
}
.faq-answer p {
    font-weight: bold !important;
}
.page-slug-thank-you .page-header-wysiwyg a:hover{
	color:#1A59DA;
}

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Amaranth:wght@700&family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.page-id-6 section.page-header:after{
    background:unset;
}
.page-id-80 section.page-header {
    background-position-x: -80px;
    background-position-y: -59px;
}
section.page-header:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #297eff4d;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
section.page-header .container{
    z-index:9999
}
section.page-header {
    opacity: 0.9;
}
.page-header-content h1 {
    margin: 0px;
}
header.site-header.scrolled ul#menu-main-menu a:hover {
    color: #1a59da !important;
}
.cta-content a:hover {
    color: #1a59da;
}
header.site-header.scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
/* Gravity Forms input & textarea text color */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea,
.gform_wrapper select {
    color: #696969 !important; /* light color */
}
span.faq-question-text {
    font-weight: bold !important;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #000;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Amaranth', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 20px;
    
}

h1 {
    font-size: 60px;
    font-style: italic;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

/* Buttons */
.btn,
button,
input[type="submit"],
input[type="button"] {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #1A59DA;
    color: #fff;
    padding: 20px 42.68px;
    border-radius: 10px;
}

.btn-primary:hover {
    background: #ffffff;
    color: #1A59DA;
}

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

a {
    text-decoration: none;
    color: inherit;
}
a.blue-btn {
    background-color: #1A59DA;
    border-radius: 10px;
    padding: 22px 57px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}
a.blue-btn:hover path {
    fill: #1A59DA;
}


.page-header, .flexible-section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* simple parallax */
}


.page-header > *, .flexible-section > * {
    position: relative;
    z-index: 1; /* make sure content is above overlay */
}


section.cta-section.flexible-section.reliable p {
    font-size: 22px !important;
}
footer.site-footer .container {
    padding: 0;
}
a.blue-btn:hover {
    background-color: #ffffff;
    color: #1A59DA;
}

a.white-btn{
    background-color: #fff;
    border-radius:10px;
    padding:22px 57px;
    color:#1A59DA;
    font-weight:bold;
}
a.white-btn:hover {
    background-color: #1A59DA;
    color: #ffffff;
}
/* Container */
.container {
    max-width: 1425px;
    margin: 0 auto;
    padding: 0 5%;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */
header.site-header {
    background-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 999;
}
ul#menu-main-menu a{
	color:#fff !important;
}
ul#menu-main-menu a:hover {
    color: #1a59da !important;
}
	header.site-header.scrolled ul#menu-main-menu a {
	color:#000 !important;
}
	header.site-header.scrolled {
    position: fixed !important;
    width: 100%;
    z-index: 9999;
	 background-color: #fff !important;
}
.header-cta a, a.blue-btn, .express.two-column-section a, .two-column-section a, .gallery-grid-section a.btn.btn-primary, a.btn.btn-primary.footer-button {
    display: flex;
    align-items: center;
	height:69px;
	border-radius:10px;
    transition: 0.2s ease;
	justify-content: center;
}
.header-cta:hover, a.blue-btn:hover, .express.two-column-section a:hover, .two-column-section a:hover, .gallery-grid-section a.btn.btn-primary:hover, a.btn.btn-primary.footer-button:hover {
    background-color: #ffffff;
    color: #1A59DA;
	border-radius:10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* shadow */
}
.page-header-links a {
    height: 74.46px;
}
.header-cta a:hover svg path{
    fill:#1a59da;
}
.site-header {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.contact-details a:hover {
    color: #1a59da !important;
}
.site-header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
}

.site-header.header-fixed.scrolled {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    animation: slideDown 0.3s ease;
}

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

header.site-header.header-fixed a {
    color: #fff;
}

header.site-header.header-fixed.scrolled .menu a {
    color: #000;
}
body.header-fixed-active {
    padding-top: 100px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo img {
    max-height: 105px;
}
.scrolled .site-logo img {
    max-height: 60px;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 50px;
    margin: 0;
}

.main-navigation a {
    font-weight: 500;
    transition: color 0.3s;
}

.main-navigation a:hover {
    color: #0066cc;
}

.header-cta {
    margin-left: 15px;
}

.header-cta .cta-icon {
    max-height: 20px;
    max-width: 20px;
    margin-right: 8px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-cta .cta-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: fill 0.3s ease;
}

.header-cta .cta-icon i {
    font-size: 16px;
    color: #fff;
    transition: color 0.3s ease;
}

.header-cta .cta-icon-img {
    max-height: 20px;
    max-width: 20px;
    object-fit: contain;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.burger-line {
    width: 100%;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
}

.mobile-menu-toggle.active .burger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
}

/* Fixed header burger lines color */
header.site-header.header-fixed .burger-line {
    background-color: #fff;
}

header.site-header.header-fixed.scrolled .burger-line {
    background-color: #333;
}

.link-icon {
    max-height: 20px;
    max-width: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

/* ==========================================================================
   Page Header/Banner
   ========================================================================== */
.page-header-content {
    max-width: 1261px;
}
.page-slug-home header.site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
}
.scrolled .header-right ul a {
    color: #000000 ;
    font-weight: bold;
}
.header-right ul a {
    color: #fff;
    font-weight: bold;
}
.page-slug-home header.site-header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: none;
}
.page-header-links {
    gap: 34px;
    display: flex;
    justify-content: center;
}

.page-header-links a:hover::before {
    filter: brightness(0) invert(1);
}
.page-header-wysiwyg p {
    font-size: 25px !important;
    font-weight: 500 !important;
}

.page-header-wysiwyg {
    max-width: 861px;
    margin: 50px auto;
}

p.page-header-subtitle {
    font-size: 60px !important;
	font-weight:bold;
    font-family: 'Amaranth', sans-serif;
    font-style: italic;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.6), 
        1px 1px 2px rgba(0, 0, 0, 0.4),  
        0 0 2px rgba(0, 0, 0, 0.3);       
}

.page-header {
    position: relative;
    padding: 10% 5% 5% 5%;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    height: 80vh;
}
.page-slug-home .page-header {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
}
.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-header-content {
    position: relative;
    z-index: 1;
}

.page-slug-home .page-header-content h1 {
    background: linear-gradient(180deg, #1444B5 18%, #50DCFE 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-shadow: 4px 7px 5px rgb(0 0 0 / 20%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: 'Amaranth', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    letter-spacing: 3px;
}
.page-header-wysiwyg {
    font-size: 25px;
}
.brands-slider .gallery-grid {
    display: flex;
    gap: 41px;
}
.page-header-content h1 {
    color: #fff;
    font-size: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.3);
}

section.two-column-section.flexible-section.contact-us-section {
    background-color: #F6F6F6;
}
.page-slug-about-us-contact-us h1 {
    letter-spacing: 0;
    max-width: 1255px;
    font-style: italic;
}
.page-header p {
    font-size: 20px;
}
.site-header nav.main-navigation a {
    color: #000;
}
.page-slug-home .site-header nav.main-navigation a {
    color: #fff;
}
.page-slug-home .site-header.scrolled nav.main-navigation a {
    color: #000;
}
/***************************************************************************
    Get In Touch Section
****************************************************************************/
.contact-details a {
    background-color: unset !important;
    color: #000 !important;
    padding: 0 !important;
}

.contact-item-inner {
    display: flex;
    gap: 20px;
}

/* ==========================================================================
   Additional Map Fields Styles
   ========================================================================== */

/* Additional Map Fields Styles */
.map-additional-info {
    margin-bottom: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #1A59DA;
}

.map-heading {
    color: #1A59DA;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'Amaranth', sans-serif;
    font-style: italic;
}

.map-text-block {
    margin-bottom: 20px;
    line-height: 1.6;
}

.map-text-block p {
    margin-bottom: 15px;
}

.map-text-block p:last-child {
    margin-bottom: 0;
}

.map-features {
    margin-top: 20px;
}

.map-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.map-feature-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}


.map-feature-item:hover {
    background: #487ae1 !important;
    border-color: #1A59DA;
    transform: unset !important;
    box-shadow: 0 6px 20px rgba(26, 89, 218, 0.3);
}
.map-feature-item:hover .map-feature-label {
    color: #fff;
}

.map-feature-label {
    font-size: 18px !important;
    font-weight: 500;
    color: #495057;
    transition: color 0.3s ease;
}

/* Responsive styles for additional map fields */
@media (max-width: 768px) {
	    .page-header-wysiwyg {
        max-width: 100%;
        margin: 0px auto !important;
    }
    .page-header {
        padding: 200px 5% 10% !important;
        height: auto;
        min-height: 60vh;
    }
	    div .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 5% !important;
    }
	    .contact-item-inner {
        flex-direction: column !important;
        text-align: left !important;
        gap: 15px;
    }
	.contact-info-grid {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 0 !important;
    margin-bottom: 17px;
}
	    .contact-item {
        padding: 0 !important; 
    }
    .contact-us-section .two-column-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        align-items: center;
        /* max-width: 1216px; */
        margin: auto !important;
        justify-content: center !important;
    }
	.contact-us-section .column-left {
    width: 100%;
    padding: 5% !important;
    width: 100%;
    margin: auto;
}
.contact-item {
    padding: 0px;
}

.contact-item-inner {
    display: flex !important;
    flex-direction: row !important;
}
.services-grid-2-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.service-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.service-card-image-block {
    position: relative;
    width: 100%;
    height: 380px; /* fixed height */
    overflow: hidden;
}

.service-card-image-block img {
    width: 100%;
    height: 100%; /* fill the fixed height */
    object-fit: cover; /* maintain aspect ratio and crop if necessary */
    display: block;
}

.service-card-content {
    padding: 15px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
    max-height: 100%; /* optional: limit content height */
    overflow-y: auto; /* scroll if text is too long */
}

.service-card-title-group {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-card-title {
    font-size: 18px;
    margin: 0;
}
.service-card-description ul li {
    position: relative;
    padding-left: 0;
    margin-bottom: 8px;
    padding: 5%;
}


    .page-header {
        padding: 5%;
        height: auto;
        min-height: 60vh;
    }
    .map-additional-info {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .map-heading {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .map-features-list {
        gap: 10px;
    }
    
    .map-feature-item {
        padding: 6px 12px;
    }
    
    .map-feature-label {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .map-features-list {
        flex-direction: column;
        gap: 8px;
    }
    
    .map-feature-item {
        justify-content: center;
        padding: 8px 16px;
    }
}

/* ==========================================================================
   Flexible Content Sections
   ========================================================================== */
h2.cta-title {
    color: #fff;
    font-size:49.91px;
    font-style: italic;
}

.cta-content {
    color: #fff;
    max-width: 880px;
    margin: auto;
    text-align: center;
}

p.cta-subtitle {
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
}
a.btn.btn-cta {
    background: #1A59DA;
    color: #fff;
    padding: 20px 42.68px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
}
a.btn.btn-cta:hover {
    background: #ffffff;
    color: #1A59DA;
}
section.content-section.flexible-section.inner-page-content-section h3 {
    font-size: 25px;
    font-style: normal;
}
.inner-page-content-section h2 {
    font-size: 35px;
}
.inner-page-content-section p {
    font-size: 20px;
    max-width: 1279px;
    margin: 20px auto;
}
.white-text h2.section-title {
    color: #fff;
}
.flexible-section {
    padding: 5%;
    background-size: cover;
}
.column-right img {
/* 	box-shadow: 30px 30px 1px rgb(24 83 263);
    transform: skewY(-6deg); */
    width: 100%;
    height: auto;
    display: block;
    border-radius: 68px;
    
}

.column-left img {
/*     transform: skewY(-6deg); */
/* 	box-shadow: 30px 30px 1px rgb(24 83 263); */
    width: 100%;
    height: auto;
    display: block;
    border-radius: 68px;
    
}
.icon-box {
    margin-bottom: 0;
    box-shadow: 10px 10px 0px rgb(24 83 263) !important;
    background-color: #fff !important;
    border: 1px solid #1853ff;
    transform: skew(-8deg, 0deg);
}
.service-card-description span, .service-card-description strong, .service-card-description li {
    font-weight: bolder !important;
}
section.icon-boxes-section.flexible-section.proudly-serve {
    padding: 5% !important;
}
.two-column-grid {
    gap: 60px !important;
}

section.two-column-section.flexible-section.cstm-alternating-content.we-work-with {
    padding: 0px 0px 60px;
}
section.content-section.flexible-section.inner-page-content-section .section-content {
    gap: 0px;
}
.proudly-serve .section-header {
    margin-bottom: 30px;
}
section.two-column-section.flexible-section.cstm-alternating-content.we-work-with:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000007d;
    top: 0;
    left: 0;
}
section.two-column-section.flexible-section.cstm-alternating-content.we-work-with {
    padding: 5%;
}
section.two-column-section.flexible-section.cstm-alternating-content.we-work-with span{
    color:#fff !important;
}
section.two-column-section.flexible-section.cstm-alternating-content.we-work-with h2 span span{
    color:#1a59da !important;
}
.express {
    padding: 60px 0 60px !important;
    background-size: cover;
}
.vehicle-locksmith{
    padding: 60px 0 200px ;
}
.section-title {
    font-size: 36px;    
    margin-bottom: 30px;
    text-align: center;
}
.white-text .section-content {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.white-text .section-content a{
    background-color: #1A59DA;
    padding: 20px 44px;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
    font-family: Roboto, sans-serif;

    position: relative;
}
.white-text .section-content a:hover {
    background-color: #ffffff;
    color: #1A59DA;
}


.section-content a:hover {
    background-color: #ffffff;
    color: #1A59DA;
}
.section-content{
    display:flex;
    flex-direction: column;
    gap: 20px;
}

.two-column-section .section-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}
/* ==========================================================================
   Image Boxes Section
   ========================================================================== */

.image-boxes-section {
    padding: 60px 0;
}
.cstm-img-box .image-box {
    padding: 0px;
}
.cstm-img-box{
    margin-top:-236px
}

.image-boxes-slider-track {
    padding-bottom: 20px;
}
.image-box-slide {
    flex: 0 0 33.333%;
    padding: 0px 20px;
    margin: 0px;
}
.image-box-title {
    font-size: 24px;
    margin-bottom: 0;
    color: #333;
    font-family: 'Amaranth', sans-serif;
    font-style: normal;
    line-height: 1.3;
}
.image-boxes-header {
    text-align: center;
    margin-bottom: 50px;
}

.image-boxes-title {
    font-size: 40px;
    margin-bottom: 15px;
    color: #333;
}

.image-boxes-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 0;
}

/* Regular Grid Layout */
.image-boxes-grid {
    display: grid;
    gap: 30px;
    margin-top: 40px;
}

.image-boxes-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.image-boxes-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.image-boxes-grid.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.image-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.image-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


.image-box-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

/* .image-box:hover .image-box-image img {
    transform: scale(1.05);
} */

.image-box-content {
    text-align: center;
}

.image-box-title {
    font-size: 24px;
    color: #000;
    font-family: 'Amaranth', sans-serif;
    font-style: normal;
    line-height: 1.3;
    padding: 20px;
    text-transform: uppercase;
}

.image-box-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.image-box-title a:hover {
    color: #1A59DA;
}

.image-box-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.image-box-description p:last-child {
    margin-bottom: 0;
}

.image-box-link {
    display: inline-block;
    background: #1A59DA;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.image-box-link:hover {
    background: #ffffff;
    color: #1A59DA;
}

/* Slider Layout - Shows 3 cards by default, 1 card per slide when navigating */
.image-boxes-slider {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.image-boxes-slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.image-boxes-slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.image-box-slide {
    flex: 0 0 33.333%; /* Default: show 3 cards per slide */
    padding: 0 15px;
}

.image-box-slide .image-box {
    margin: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Hide navigation arrows as requested */
.image-boxes-slider-nav {
    display: none;
}

.image-boxes-slider-prev,
.image-boxes-slider-next {
    display: none; /* Hide arrows completely */
}

/* Slider Dots */
.image-boxes-slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.image-boxes-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.image-boxes-slider-dot:hover {
    background: #999;
    transform: scale(1.2);
}

.image-boxes-slider-dot.active {
    background: #1A59DA;
    width: 12px;
    height: 12px;
    transform: scale(1.2);
}

/* Cards Grid */
.cards-grid {
    display: grid;
    gap: 30px;
    margin-top: 40px;
}

.cards-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.cards-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.cards-grid.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

h3.card-title {
    font-style: normal;
    font-size:24px;
    text-transform: uppercase;
    font-family: 'Amaranth', sans-serif;
    margin: 0px;
}

.cstm-cards {
    margin-top: -194px;
    z-index: 999;
    position: relative;
}
section.cards-section.flexible-section {
    margin-top: -187px;
    z-index: 999;
    position: relative;
    display: block;
}
.card-svg {
    margin: 0px;
}
.card:hover path {
    fill: #fff !important;
}
.card:hover {
    background-color: #1A59DA;
}
.card:hover h3{
    color:#fff;
}
.card-hover svg{
    fill:#fff;
}
.card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.card-svg {
    text-align: center;
}

.card-svg svg {
    max-width: 80px;
    max-height: 80px;
}

.card-title {
    margin-bottom: 15px;
}

.card-content {
    margin-bottom: 20px;
    color: #666;
}

.card-link {
    color: #0066cc;
    font-weight: 600;
    transition: color 0.3s;
}

.card-link:hover {
    color: #0052a3;
}

/* Icon Boxes Section */

.proudly-serve h2.section-title{
    font-family: Amaranth, sans-serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
    word-spacing: 0px;
	color: #1A59DA;
}
.cta-content p {
    font-size: 22px !important;
}
.icon-boxes-section {
    padding: 60px 0;
}
.proudly-serve .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 33px 28px;
    background-color: #fff;
    width: calc(33% - 22.5px);
    margin-bottom: 0;
    gap: 10px;
}
.our-mission .overlay {
    background-color: black;
    opacity:84%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
}
.our-mission {
    position: relative;
}
section.content-section.flexible-section.content-block.towing {
    padding-bottom: 5%;
}
section.icon-boxes-section.flexible-section.proudly-serve {
    padding: 5% 0 3% !important;
}
.cta-content {
    z-index: 9999;
    position: relative;
}
.our-mission .cta-content {
    z-index: 9999;
    position: relative;
    max-width: 1020px;
}
.our-mission .cta-content p {
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
}
.cta-content p{
    font-size:30px;
    font-weight:400;
}
section.content-section.flexible-section.content-block {
    padding: 0;
}
h3.icon-box__heading{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    font-size:17px;
    margin:0px;
}
.icon-boxes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    margin-top: 40px;
    justify-content: center;
}
.proudly-serve .icon-boxes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    margin-top: 40px;
    justify-content: center;
}
.faq-item {
    border: 3px solid #1a59da !important;
    transition: all 0.3s ease;
    border-radius: 10px !important;
}
.faq-toggle {
    border-bottom: 3px solid #1e5bda !important;
}
.faq-answer p {
    color: #000 !important;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.proudly-serve .container {
    max-width: 1252px;
    margin: 0 auto;
}
.proudly-serve .icon-box {
    width: calc(33% - 22.5px);
    margin-bottom: 0;
    box-shadow: 10px 10px 0px rgb(24 83 263);
}
.mobile-gallery .gallery-item img {
    width: 100% !important;
    height: 100%;
    max-width: 100%;
    border-radius: 8px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}
.proudly-serve .icon-box__icon {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}
.icon-boxes-section .section-header {
    margin-bottom: 50px;
}

.icon-boxes-section .section-title {
    font-size: 40px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}

.icon-boxes-section .section-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 0;
}

/* Icon Boxes Grid - 4 Column Layout */
.icon-boxes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25.96px 8.46px;
    margin-top: 40px;
    justify-content: center;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 0px;
    background: #E9EBEC;
    border-radius: 12px;
    padding: 10px 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(25% - 7px);
    margin-bottom: 0;
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.icon-box__icon {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}

.icon-box__icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.icon-box__icon svg {
    width: 58.2px;
    height: 58.2px;
    fill: #1A59DA;
    transition: fill 0.3s ease;
}

.icon-box:hover .icon-box__icon svg {
    fill: #0052a3;
}

.icon-box__content {
    flex: 1;
    text-align: left;
}
.reliable h2.section-title {
    color: #fff;
}
.icon-box__heading {
    font-size: 24px;
    margin-bottom: 0;
    color: #000;
    font-family: 'Amaranth', sans-serif;
    font-style: normal;
    line-height: 1.3;
    font-size: 18.41px;
}
.icon-box p {
    font-size: 15.04px;
}
.icon-box__heading a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.icon-box__heading a:hover {
    color: #1A59DA;
}

.icon-box__text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

.icon-box__text p:last-child {
    margin-bottom: 0;
}

/* Text Color Helper Classes */
.text-blue {
    color: #1A59DA !important;
}

.text-primary {
    color: #1A59DA !important;
}

.text-red {
    color: #DC143C !important;
}

.text-green {
    color: #28A745 !important;
}

.text-orange {
    color: #FFA500 !important;
}

.text-purple {
    color: #6F42C1 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-black {
    color: #000000 !important;
}

.text-gray {
    color: #6C757D !important;
}

/* Two Column Grid */

.padding-top-none{
    padding-top:0;
}
.column-left ul li:before {
    content: url("/wp-content/uploads/2025/11/check.png");
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 30px;
}
.column-left ul{
    list-style-type: none;
}

.column-left li {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
    align-content: center;
}
.cta-content p {
    font-size: 22px;
}
.column-left {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.column-right ul li:before {
    content: url("/wp-content/uploads/2025/11/check.png");
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.column-right ul{
    list-style-type: none;
}

.column-right li {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
    align-content: center;
}

.column-right {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.express.two-column-section a {
    background-color: #1A59DA;
    padding: 20px 44px;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    position: relative;
}
.column-right-button a.btn.btn-primary {
    display: flex;
    gap: 10px;
}
.column-right-button a.btn.btn-primary:hover svg path {
    fill:#1a59da;
}
.cstm-alternating-content li {
    padding: 0px;
}
.express.two-column-section a:hover {
    background-color: #ffffff;
    color: #1A59DA;
}
.two-column-section a {
    background-color: #1A59DA;
    padding: 20px 44px;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    position: relative;
}
.two-column-section a:hover {
    background-color: #ffffff;
    color: #1A59DA;
}
.vehicle-locksmith .column-left {
    width: 900px !important;
}
.cstm-alternating-content .two-column-grid {
    gap: 40px;
}

.two-column-section .get-in-touch-section a {
    background-color: #1A59DA;
    padding: 20px 44px;
    color: #fff;
    border-radius: 10px;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: Roboto, sans-serif;
    position: relative;
}
.gform_button {
    color: #FFF;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    height: 56px !important;
    padding: 16px 40px 16px 70px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px !important;

}
form#gform_1 input {
    border-radius: 10px !important;
    border: 1px solid #D1D5DC !important;
    display: flex;
    height: 50px;
    padding: 12px 16px;
    align-items: center;
    align-self: stretch;
}
form#gform_1 textarea {
    display: flex;
    height: 122px;
    padding: 12px 16px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #D1D5DC;
}
.section-content p {
    color: #000;
}
.gform-theme--foundation .gform_fields {
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill,auto);
    inline-size: 100%;
    grid-row-gap: var(--gf-form-gap-y);
    row-gap: var(--gf-form-gap-y);
    gap: 24px !important;
}
.column-left, .column-right{
    width: 100%;
    height: 100%;
}
.column-left img{
	height:100%;
}
form#gform_1 p {
    margin: 0;
}

p.gform_required_legend {
    display: none;
}
input#gform_submit_button_1 {
    background-image: url("/wp-content/uploads/2025/12/Icon.svg");
    background-repeat: no-repeat;
    background-position: 15% center;
}
.vehicle-locksmith .column-left p {
    max-width: 778px;
}
.column-left p {
    max-width: 758px;
}
.two-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.vehicle-locksmith .column-right {
    text-align: end;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: flex-end;
}
.vehicle-locksmith .column-right a {
    text-align: end;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: flex-end;
    background-color:#1a59da;
    color: #fff;
}
.vehicle-locksmith .column-right a:hover {
    background-color: #fff;
    color: #1a59da;
}

.two-column-grid.layout-50-50 {
    grid-template-columns: 1fr 1fr;
}

.two-column-grid.layout-60-40 {
    grid-template-columns: 60fr 40fr;
}

.two-column-grid.layout-40-60 {
    grid-template-columns: 40fr 60fr;
}

.two-column-grid.layout-70-30 {
    grid-template-columns: 70fr 30fr;
}

.two-column-grid.layout-30-70 {
    grid-template-columns: 30fr 70fr;
}
.contact-us-section .column-right {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.column-left,
.column-right {
    width: 100%;
}
.contact-details {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-details a{
    height:auto;
}

/* Gallery Grid */
.gallery-item-image a {
    width: 100%;
    height: 100%;
}
form#gform_1 {
    padding: 32px;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
form#gform_1 p {
    color: #4A5565;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 494px;
}
.contact-info-grid {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 32px;
    margin-bottom: 17px;
}

.contact-us-section .two-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1216px;
    margin: auto;
}
.two-column-grid h3 {
    color: #1A59DA;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 0px;
}
.contact-details a:hover {
    box-shadow: unset;
}
.brands-slider h2.section-title {
    margin-bottom: 0px;
}
.mobile-gallery .gallery-item-image {
    height: auto;
    padding:0;
}
.mobile-gallery h2.gallery-grid-title {
    color: #1A59DA !important;
}
.mobile-gallery .gallery-item {
    height: auto;
}
.mobile-gallery .gallery-item img{
    width:100%;
}
.gallery-grid {
    display: grid;
    gap: 41px;
}

.gallery-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
}

.gallery-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
}

.gallery-grid.columns-4 {
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
}

.gallery-grid.columns-5 {
    grid-template-columns: repeat(5, 1fr); /* 5 columns */
}

.gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    height: 78px;
}

.gallery-item img {
    width: auto;
    height: 150px;
    max-width: 100%;
    border-radius: 8px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

/* Gallery Section - Static Slider */
.gallery-section .gallery-static-wrapper {
    position: relative;
}

.gallery-section .gallery-static-slider {
    position: relative;
    overflow: hidden;
}

.gallery-section .gallery-slide {
    display: none;
}

.gallery-section .gallery-slide.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

/* Gallery Section Static Dots */
.gallery-static-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

/* Gallery Slider Section */
/* .cstm-slider {
    margin-top: -236px;
} */
.gallery-slider-section {
    padding: 60px 0 0;
}

.gallery-slider-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.gallery-slider {
    position: relative;
    overflow: hidden;
}

.gallery-slider-wrapper .gallery-slide {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.gallery-slider-wrapper .gallery-slide.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Gallery Grid - Desktop: 3 cards per row */
.gallery-slider-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
}

.gallery-slider-section .gallery-item {
    text-align: center;
    box-shadow: 1px 0px 23px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 0px 8px 0px rgb(0 0 0 / 12%);
    -moz-box-shadow: 1px 0px 23px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
}
.brands-slider .gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 20%;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 17%;
    height: auto;
}
.gallery-item-image {
    width: 100%;
    height: 78px;
    overflow: hidden;
    border-radius: 14px;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    border:2px solid #E5E7EB;
}

.gallery-item-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.gallery-item-title {
    font-size: 25px;
    margin: 15px 0 0;
    color: #333;
    font-family: 'Amaranth', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    padding: 27px 110px;
}
/* Slider Dots */
.gallery-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.slider-dot {
    width: 9.66px;
    height: 9.66;
    border-radius: 50%;
    background: #000;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.slider-dot:hover {
    background: #999;
}

.slider-dot.active {
    background: #1A59DA;
    width: 9.66px;
    height: 9.66px;
}

/* Responsive Gallery Slider */
@media (max-width: 992px) {
    .gallery-slide-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .gallery-item-image {
        height: 250px;
    }
}

@media (max-width: 768px) {

	.cta-content p {
    font-size: 18px;
    font-weight: 400;
}
    .get-in-touch-section {
        padding: 0px 0 !important;
    }
    .gallery-slide-items {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gallery-item-image {
        height: 300px;
    }
    
    .gallery-slider-nav {
        margin-top: 20px;
    }
    
    .slider-btn {
        width: 45px;
        height: 45px;
    }
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */
.footer-bottom-content a:hover {
    color: #fff !important;
    text-decoration: underline;
}
ul#menu-main-menu a:hover {
    color: 1A59DA;
}
.site-footer {
    background: #222;
    color: #fff;
    padding: 40px 0 0px;
}
.footer-column {
    margin-top: 40px !important;
}

.footer-column:nth-child(1) {
    margin-top: 0px !important;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 30px;
    align-items: start;
}

.footer-column h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #1A59DA;
}

.footer-column {
    color: #000;
}

.footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-link-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.footer-column.footer-logo p {
    font-size: 16px;
}
.footer-column.footer-logo {
    width: 402px;
    text-align: justify;
}

.footer-column.footer-3 {
    max-width: 230px;
    margin: auto;
}
.footer-column.footer-4 {
    width: 304px;
}
.footer-link-list .link-icon {
    width: 36px;
    height: 36px !important;
    flex-shrink: 0;
    max-width: 36px;
    max-height: 36px;
}
.footer-column a {
    font-size: 16px !important;
}
.footer-link-list a {
    color: #000;
    transition: color 0.3s;
    font-size: 20px;
    font-weight: 600;
}

.footer-link-list a:hover {
    color: #1A59DA;
}

.footer-link-list span {
    color: #000;
}
.footer-column.quick-links {
    display: flex;
    flex-direction: column;
    max-width: 209px;
    margin: 0 0 0 auto;
}
.footer-column-content {
    color: #000;
}

.footer-button {
    margin-top: 20px;
    display: inline-block;
}

.footer-bottom {
    width: 100%;
    padding: 20px 0;
}

.footer-bottom-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: center;
}

.footer-bottom-column {
    display: flex;
    align-items: center;
}

.footer-bottom-column:nth-child(1) {
    justify-content: flex-start;
}

.footer-bottom-column:nth-child(2) {
    justify-content: center;
}

.footer-bottom-column:nth-child(3) {
    justify-content: flex-end;
}

.footer-bottom-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom-list li {
    display: inline;
}

.footer-bottom-list a {
    color: #fff;
    transition: color 0.3s;
}

.footer-bottom-list a:hover {
    color: #1A59DA;
}

.footer-input-wrapper input[type="email"],
.footer-input-wrapper input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #444;
    background: #333;
    color: #fff;
    border-radius: 5px;
}

.footer-input-wrapper input::placeholder {
    color: #999;
}

.copyright {
    text-align: center;
    margin: 0;
    color: #fff;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 15px;
}

.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.social-links a:hover {
    background: #0066cc;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* Tablet/iPad (1024px and below) - All columns become 100% width */
@media screen and (min-width:1025px) and (max-width:1200px){
	.page-slug-home .page-header {
    position: relative;
    padding: 5%;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    height: auto;
    display: flex;
    align-items: center;
    padding: 10% 5%;
}
.site-logo img {
    max-height: 70px;
}
ul#menu-main-menu a {
    font-size: 16px;
}
.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
}
.footer-content {
    padding:20px;
}
.footer-bottom-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: center;
    padding: 0 5%;
}
.footer-column.footer-logo {
    width: 270px;
    text-align: justify;
}
	
.vehicle-locksmith .two-column-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}
}
@media (max-width: 1024px) {

div a.blue-btn {
    padding: 20px !important;
}
.cstm-alternating-content .column-right h2 {
    width: 100%;
}
.footer-bottom-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: center;
    padding: 1%;
}
.vehicle-locksmith .column-right a {
    text-align: end;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: flex-end;
    background-color: #1a59da;
    color: #fff;
}
.vehicle-locksmith .column-right p {
        width: auto;
    }
.column-left p {
    max-width: 100%;
}
	.column-right p {
    width: 100%;
}
	.gallery-item img {
    width: auto;
    height: 100%;
    max-width: 100%;
    border-radius: 8px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}
	.page-slug-home .page-header{
		height:unset;
	}
    .page-header {
        padding: 31% 5% 10% ;
        height: auto;
        min-height: 100%;
    }
.header-block-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-right .gform_wrapper {
    width: 100% !important;
}
	.brands-slider .gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 20%;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 50%;
    height: auto;
}
.brands-slider .gallery-grid {
    display: flex;
    gap: 41px;
    justify-content: center;
}
.contact-us-section .two-column-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1216px;
    margin: auto;
}
.footer-column.footer-3 {
    max-width: 230px;
    margin: 0;
}
.cstm-img-box {
    margin-top: 0;
}
.footer-bottom .container {
    padding: 20px;
}
.gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    height: 78px;
}
.footer-bottom {
    width: 100%;
    padding: 0;
}
ul#menu-main-menu a {
    color: #000 !important;
}
header.site-header.header-fixed .burger-line {
    background-color: #000;
}
.mobile-menu-toggle.active .burger-line:nth-child(3) {
    transform: rotate(-38deg) translateY(-12px);
}
.site-header {
    background: transparent;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 999;
    width: 100%;
    position: fixed;
}
	
.vehicle-locksmith {
        padding: 60px 0 60px !important;
}
    .page-header {
        padding: 100px 0 50px;
        height: auto;
        min-height: 60vh;
    }
    /* Header */
    .header-inner {
        flex-direction: unset !important;
        gap: 15px;
    }
    /* Show mobile menu toggle */
    .mobile-menu-toggle {
        display: flex;
    }
    
    /* Hide menu by default, show when active */
    .header-right {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        padding: 80px 30px 30px;
        transition: right 0.3s ease;
        z-index: 1000;
        box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    }
    
    .header-right.active {
        right: 0;
    }
    
    .main-navigation {
        width: 100%;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 20px;
    }
    
    .main-navigation a {
        color: #333;
        font-size: 18px;
    }
    
    .header-cta {
        margin-left: 0;
        margin-top: 20px;
    }
    
.cstm-slider {
    margin-top: 0;
}
.white-text .section-content a {
    background-color: #1A59DA;
    padding: 20px 44px;
    color: #fff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    position: relative;
}
.footer-column.quick-links {
    display: flex;
    flex-direction: column;
    max-width: 209px;
    margin: 0;
}

    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }
.column-right img {
    width: 100%;
}
    .cstm-cards {
    margin-top: 0;
    z-index: 999;
    position: relative;
}
.column-left img {
    width: 100%;
    margin-top: 0px;
}
.flexible-section {
    padding: 0px 0;
    background-size: cover;
}
    .container {
        padding: 0 20px;
    }
    
    /* Two Column Grids */
    .two-column-grid,
    .two-column-grid.layout-50-50,
    .two-column-grid.layout-60-40,
    .two-column-grid.layout-40-60,
    .two-column-grid.layout-70-30,
    .two-column-grid.layout-30-70 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /* Cards */
    .cards-grid.columns-2,
    .cards-grid.columns-3,
    .cards-grid.columns-4 {
        grid-template-columns: 1fr;
    }
    
    .card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    
    /* Icon Boxes */
    .icon-boxes-grid {
        justify-content: center; /* Center items on tablet */
    }
    
    .icon-box {
        width: calc(50% - 15px); /* 2 column layout on tablet */
        margin-bottom: 30px;
    }
    
    /* Gallery - 1 column at 1024px */
    .gallery-grid,
    .gallery-grid.columns-2,
    .gallery-grid.columns-3,
    .gallery-grid.columns-4,
    .gallery-grid.columns-5 {
        grid-template-columns: 1fr;
    }
    
    /* Gallery Slider - 2 cards at 1024px */
    .gallery-slider-section .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom-content {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom-column,
    .footer-bottom-column:nth-child(1),
    .footer-bottom-column:nth-child(2),
    .footer-bottom-column:nth-child(3) {
        justify-content: center;
        text-align: center;
    }
}

/* Tablet (992px and below) */
@media (max-width: 992px) {
.image-boxes-grid.columns-3 {
    grid-template-columns: 1fr;
}
        .container {
        padding: 0;
    }
    
    /* Header */
    .header-right {
        gap: 20px;
    }
    
    .main-navigation ul {
        gap: 20px;
    }
    
    /* Page Header */
    .page-header h1 {
        font-size: 48px;
    }
    
    p.page-header-subtitle {
        font-size: 48px !important;
    }
    
    /* Cards */
    .cards-grid.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Icon Boxes */
    .icon-box {
        width: calc(50% - 15px); /* Still 2 column on tablet */
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .footer-bottom-content {
        gap: 20px;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {

    .page-header {
        padding: 60px 0;
        min-height: 60vh;
    }
	.page-header-links {
    margin-top: 20px;
}
.brands-slider .gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
.proudly-serve .icon-box {
    width: 100%;
    margin-bottom: 0;
}
.gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    height: 78px;
}
a.btn.btn-cta {
    background: #1A59DA;
    color: #fff;
    padding: 20px 42.68px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}
a.btn.btn-cta:hover {
    background: #ffffff;
    color: #1A59DA;
}
h2{
        font-size:25px !important;
    }
    .white-text .section-content a {
        background-color: #1A59DA;
        padding: 20px 5px;
        color: #fff;
        border-radius: 10px;
        font-size: 7px;
        font-weight: bold;
        font-family: Roboto, sans-serif;
        position: relative;
    }
    .white-text .section-content a:hover {
        background-color: #ffffff;
        color: #1A59DA;
    }
.two-column-section a, .express.two-column-section a {
        padding: 0px !important;
        font-size: 11px !important;
        top: 0;
    }
    /* Typography */
    h1 {
        font-size: 40px;
    }
    
    h2 {
        font-size: 32px;
    }
    
    h3 {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    /* Header */
    .header-inner {
        flex-direction: column;
        gap: 15px;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .header-cta {
        margin-left: 0;
    }
    
    
    .page-header h1,
    .page-header-content h1 {
        font-size: 32px !important;
    }
    
    p.page-header-subtitle {
        font-size: 32px !important;
    }
    
    .page-header-wysiwyg {
        max-width: 100%;
        margin: 30px auto;
    }
    
    .page-header-links {
        flex-direction: column;
        gap: 15px;
    }
    
    /* Buttons */
    a.blue-btn,
    a.white-btn {
        padding: 18px 40px;
        font-size: 16px;
    }
    
    /* Cards */
    .cards-grid.columns-2,
    .cards-grid.columns-3,
    .cards-grid.columns-4 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .card {
        flex-direction: column;
        text-align: center;
    }
    
    /* Icon Boxes */
    .icon-boxes-grid {
        justify-content: center; /* Center items on mobile */
    }
    
    .icon-box {
        width: 100%; /* Full width on mobile */
        margin-bottom: 30px;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .icon-box__icon {
        justify-content: center;
    }
    
    .icon-box__content {
        text-align: center;
    }
    
    /* Two Column Grid */
    .two-column-grid,
    .two-column-grid.layout-50-50,
    .two-column-grid.layout-60-40,
    .two-column-grid.layout-40-60,
    .two-column-grid.layout-70-30,
    .two-column-grid.layout-30-70 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .two-column-section a,
    .express.two-column-section a {
        padding: 18px 35px;
        font-size: 18px;
    }
    
    .vehicle-locksmith {
        padding: 60px 0 100px;
    }
    
    .vehicle-locksmith .column-right {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    /* Gallery - 1 column on mobile */
    .gallery-grid,
    .gallery-grid.columns-2,
    .gallery-grid.columns-3,
    .gallery-grid.columns-4,
    .gallery-grid.columns-5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* Gallery Slider - 1 card at 767px and below */
    .gallery-slider-section .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gallery-item-title {
        padding: 20px;
        font-size: 20px;
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .footer-bottom-column,
    .footer-bottom-column:nth-child(1),
    .footer-bottom-column:nth-child(2),
    .footer-bottom-column:nth-child(3) {
        justify-content: center;
        text-align: center;
    }
    
    .footer-bottom-list {
        justify-content: center;
    }
    
    .copyright {
        text-align: center;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    /* Typography */
    h1 {
        font-size: 32px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 22px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    /* Page Header */
    .page-header h1,
    .page-header-content h1 {
        font-size: 28px !important;
    }
    
    p.page-header-subtitle {
        font-size: 28px !important;
    }
    
    /* Buttons */
    .btn-primary,
    a.blue-btn,
    a.white-btn {
        padding: 15px 30px;
        font-size: 14px;
    }
    
    .two-column-section a,
    .express.two-column-section a {
        padding: 15px 30px;
        font-size: 16px;
    }
    
    /* Gallery - stays 1 column on small mobile */
    .gallery-grid,
    .gallery-grid.columns-2,
    .gallery-grid.columns-3,
    .gallery-grid.columns-4,
    .gallery-grid.columns-5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-item-title {
        padding: 15px;
        font-size: 18px;
    }
    
    /* Icon Boxes */
    .icon-box {
        padding: 20px;
    }
    
    .icon-box__icon {
        justify-content: center;
    }
    
    .icon-box__content {
        text-align: center;
    }
    
    /* Footer */
    .footer-bottom-list {
        flex-direction: column;
        gap: 10px;
    }
    
    .social-links {
        flex-wrap: wrap;
    }
}

/* ==========================================================================
   Image Boxes Responsive
   ========================================================================== */
@media screen and (min-width:768px) and (max-width:1024px){
	    .page-slug-home .page-header {
        position: relative;
        background-size: cover;
        background-position: center;
        color: #fff;
        text-align: center;
        height: auto;
        display: flex;
        align-items: center;
        padding: 30% 10% 10%;
    }
	.page-header {
        padding: 280px 5% 50px;
        height: auto;
        min-height: 60vh;
    }
}
/* Tablet - Image Boxes Slider */
@media screen and (min-width:1024px){
.header-block-mobile {
    display: none;
}
}
@media (max-width: 1024px) {
section.icon-boxes-section.flexible-section.proudly-serve {
    padding: 5% 10% !important;
}
section.content-section.flexible-section.content-block.towing {
    padding: 5% !important;
}
.gallery-item img {
    height: 300px;
    object-fit: contain;
}
.gallery-item img {
    height: 150px;
    object-fit: contain;
}
.gallery-item{
    margin:20px;
}
	.gallery-grid{
		margin-top:0px !important;
	}
.icon-box {
    width: 85%;
}
.two-column-grid {
    gap: 50px !important;
}
.header-block-mobile {
    margin-bottom: 20px;
}
section.cards-section.flexible-section {
    margin-top: 0;
    z-index: 999;
    position: relative;
    display: block;
}
.vehicle-locksmith .column-left {
    width: 100% !important;
}
.site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
    padding: 5%;
}
section.two-column-section.flexible-section.vehicle-locksmith {
    padding: 10% !important;
}
.vehicle-locksmith .column-right p {
    margin-bottom: 0px;
}
.image-boxes-grid {
    display: grid;
    gap: 30px;
    margin-top: 0;
}
.footer-column.footer-logo {
    width: 100%;
    text-align: justify;
}
.footer-column {
    margin-top: 0px !important;
}
.footer-content {
    padding: 5%;
}
        .gallery-grid-section {
        padding: 5% 5% !important;
    }

.gallery-grid {
    display: grid;
    gap: 35px;
    margin-top: 40px;
}
.flexible-section {
        padding: 10% !important;
        background-size: cover;
    }
    .image-boxes-slider-prev,
    .image-boxes-slider-next {
        width: 45px;
        height: 45px;
    }
    
    .image-boxes-slider-prev svg,
    .image-boxes-slider-next svg {
        width: 20px;
        height: 20px;
    }
    
    .image-boxes-slider-prev {
        left: 15px;
    }
    
    .image-boxes-slider-next {
        right: 15px;
    }
    
    .image-boxes-slider-dots {
        gap: 8px;
    }
    
    .image-boxes-slider-dot {
        width: 10px;
        height: 10px;
    }
    
    /* Adjust slider for tablet - show 2 cards by default */
    .image-box-slide {
        flex: 0 0 50%; /* Tablet: show 2 cards per slide */
    }
}

/* Mobile - Image Boxes Slider */
@media (max-width: 768px) {
a.blue-btn {
    height: 50px;
}
form#gform_1 input {
    border-radius: 10px !important;
    border: 1px solid #D1D5DC !important;
    display: flex;
    height: 50px;
    padding: 12px 16px;
    align-items: center;
    align-self: stretch;
    height: 50px !important;
}
    .vehicle-locksmith .column-right a {
        text-align: end;
        display: flex;
        justify-content: flex-start;
        height: 100%;
        align-items: flex-end;
        background-color: #1a59da;
        color: #fff;
        height: 50px;
        display: flex;
        align-items: center;
    }
.column-right-button a.btn.btn-primary {
        display: flex;
        gap: 10px;
        padding: 20px !important;
        height: 50px;
    }
.footer-column-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-column.quick-links {
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100% !important;
    max-width: 100%;
}

ul.footer-link-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
    .footer-column.footer-3 {
        max-width: 100%;
        margin: 0;
        text-align: center;
        width: 100%;
    }
.footer-column.footer-4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-column h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #1A59DA;
    text-align: center;
}
    a.btn.btn-cta {
        background: #1A59DA;
        color: #fff;
        padding: 20px 42.68px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: bold;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    a.btn.btn-primary.footer-button {
        width: 91%;
        height: 50px;
    }
.page-header-links a {
    height: 50px;
}
    .page-id-80 section.page-header {
        background-image: url(/wp-content/uploads/2026/02/services-crop.jpg) !important;
        background-position: 54% 100%;
        background-size: cover;
        padding: 10% 5% 10% 5% !important;
		min-height: 36vh;
    }
	header.site-header {
    background-color: #fff !important;
}
.page-header, .flexible-section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
}
    .page .site-header {
        position: relative !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: transparent;
        box-shadow: none;
    }
	.header-block-mobile .header-cta {
    margin: 0px;
}
    .page-id-83 section.page-header {
        padding: 10% 5% 10% !important;
        background-position: 85% 0px;
        background-size: cover;
    }
header.site-header {
    background-color: #fff;
    padding: 0px;
}

.header-inner {
    padding: 2% 5%;
}

.header-block-mobile {
    background-color: #dedede;
}
.page-header-content {
    display: flex;
    flex-direction: column;
}
a.btn.btn-primary.footer-button {
    width: 91%;
}
.column-right ul li:before {
    width: 15px;
}
.proudly-serve .icon-boxes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    margin-top: 40px;
    justify-content: center;
    max-width: 80%;
    margin: auto;
}
.column-right-button a.btn.btn-primary {
    display: flex;
    gap: 10px;
    padding: 20px !important;
}
.footer-content {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 30px;
    align-items: start;
    flex-direction: column;
}
.service-card-description ul li {
    position: relative;
    padding-left: 0 !important;
    margin-bottom: 8px;
}
.footer-column.footer-logo {
        width: unset !important;
        text-align: justify;
    }
	.service-card-content p{
		padding-left:0px !important
	}
.gallery-static-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.gallery-grid img {
    height: 150px !important;
    object-fit: contain;
}
.services-grid {
    display: flex !important;
    gap: 30px 63px;
    max-width: 1279px;
    margin: 40px auto;
    flex-direction: column;
}
.site-logo {
    max-width: 200px !important;
}
	.mobile-gallery img{
		height:auto !important
	}
.two-column-section a, .express.two-column-section a {
        top: 0;
        padding: 0 !important;
        font-size: 14px !important;
        text-align: left !important;
    }
    .page-slug-home .page-header {
        position: relative;
        padding: 5%;
        background-size: cover;
        background-position: center;
        color: #fff;
        text-align: center;
        height: auto !important;
        display: flex;
        align-items: center;
        padding: 50% 5% 10% !important;
    }
.header-block-mobile {
    padding: 12px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.header-block-mobile a.btn.btn-primary {
    padding:10px !important;
    height:auto;
    width:auto;
}
.scrolled .header-block-mobile{
    display:none;
}
.page-header h1, .page-header-content h1 {
        font-size: 24px !important;
    }
section.image-boxes-section.flexible-section.cstm-img-box.columns-3 {
    padding: 5%;
}
.footer-bottom-content {
        grid-template-columns: 1fr;
        gap: 10px;
        font-size: 13px;
        padding: 5%;
    }
	    .contact-item-inner {
        text-align: center;
        gap: 15px;
        display: flex;
        flex-direction: row;
    }
.page-header-wysiwyg p {
    font-size: 16px !important;
    font-weight: 500 !important;
}
	.our-mission .cta-content p {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}
.gallery-item img {
    width: auto;
    height: 100%;
    max-width: 100%;
    border-radius: 8px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}
.two-column-grid h3 {
    text-align: center;
}
.section-title {
    font-size: 36px;
    margin-bottom: 0;
    text-align: center;
}
    .image-boxes-section {
        padding: 40px 0;
    }
    
    .image-boxes-slider-prev,
    .image-boxes-slider-next {
        width: 40px;
        height: 40px;
    }
    
    .image-boxes-slider-prev svg,
    .image-boxes-slider-next svg {
        width: 18px;
        height: 18px;
    }
    
    .image-boxes-slider-prev {
        left: 10px;
    }
    
    .image-boxes-slider-next {
        right: 10px;
    }
    
    .image-boxes-slider-dots {
        gap: 6px;
        margin-top: 20px;
    }
    
    .image-boxes-slider-dot {
        width: 8px;
        height: 8px;
    }
    
    .image-box-slide {
        padding: 0 10px;
        flex: 0 0 100%; /* Mobile: show 1 card per slide */
    }
    
    .image-box {
        padding: 20px;
    }
    
    .image-box-image img {
        height: 200px;
    }
    
    .image-box-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .image-box-description {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.service-card {
    box-shadow:
        0 0 35px rgba(26, 89, 218, 0.30),
        0 0 80px rgba(26, 89, 218, 0.18),
        0 0 140px rgba(26, 89, 218, 0.10);
    transition: box-shadow 0.2s ease;
}

.service-card:hover {
    animation: mediumGlow4D 2s infinite alternate ease-in-out;
}

@keyframes mediumGlow4D {
    0% {
        box-shadow:
            0 0 35px rgba(26, 89, 218, 0.30),
            0 0 80px rgba(26, 89, 218, 0.18),
            0 0 140px rgba(26, 89, 218, 0.10);
    }
    100% {
        box-shadow:
            0 0 70px rgba(26, 89, 218, 0.45),
            0 0 150px rgba(26, 89, 218, 0.28),
            0 0 220px rgba(26, 89, 218, 0.15);
    }
}


.service-card-image {
    position: relative;
}
.service-card{
	animation:unset !important;
}



.service-card-title-group {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0px 10px;
	background-color:#fff;
	width:100%;
}
.service-card-title-group {
    height: auto !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-card img{

	height:100% !important;
}

.service-card h3 {
    font-size: 23px !important;
    font-style: normal;
}



.service-card-description, .service-card-description ul, .service-card-description p {
    color: #fff !important;
    font-size:15px;
	
}
.service-card {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.service-card-image-block {
    position: relative; /* ensures overlay is positioned within this block */
}

.service-card-image-block img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.service-card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6); /* overlay color */
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.service-card-image-block:hover .service-card-content {
    opacity: 1;
    transform: translateY(0);
}
@media screen and(min-width:420px){
	    .page-slug-home .page-header
Specificity: (0,2,0)
 {
        position: relative;
        padding: 5%;
        background-size: cover;
        background-position: center;
        color: #fff;
        text-align: center;
        height: auto !important;
        display: flex;
        align-items: center;
        padding: 45% 5% 10% !important;
    }
}
@media (max-width: 420px) {
    .page-slug-home .page-header {
        position: relative;
        padding: 5%;
        background-size: cover;
        background-position: center;
        color: #fff;
        text-align: center;
        height: auto !important;
        display: flex;
        align-items: center;
        padding:60% 7% 10% !important;
    }
	.global-contact-buttons {
    position: fixed;
    right: 0;
    top: 43% !important;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9;
}
	.page-header-content h1 {
    margin: 0px 0px 20px;
}	
}
