/*
Theme Name: Awesome Shop
Template: best-shop
Author: gradientthemes
Author URI: https://gradientthemes.com/
Version: 1.0.4
Requires PHP: 5.6
Tested up to: 6.9
Description: Awesome Shop is a modern, responsive WooCommerce storefront eCommerce theme designed for online shops, product catalogs, and digital stores. Built for seamless integration with WooCommerce, it offers a clean, conversion-focused design ideal for selling products online. The theme includes one-click demo import and full compatibility with Elementor, Gutenberg, Divi, and Visual Composer, making customization fast and easy without coding. Awesome Shop is SEO-friendly, lightweight, and optimized for speed and performance, ensuring a smooth shopping experience across all devices. Fully mobile-responsive and user-friendly, Awesome Shop helps you build a professional online store that boosts engagement, increases sales, and grows your business.
Tags: blog, one-column, two-columns, three-columns, right-sidebar, left-sidebar, grid-layout, sticky-post, footer-widgets,
custom-background, custom-header, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments,
translation-ready, full-width-template, rtl-language-support, theme-options, e-commerce, food-and-drink
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: awesome-shop
*/

/* =========================================================
   1. GLOBAL / TYPOGRAPHY / ACCESSIBILITY
========================================================= */

.page .entry-content li a,
.page .comments-list .comment-meta-data a,
.comments-area .comment-respond a,
.post .entry-content a,
.comment-content a,
#primary .page .entry-content table a {
  text-decoration: underline;
}

#secondary .widget a,
#primary .page .entry-content table a {
  color: var(--glb-primary-color);
}

#secondary .widget a:hover,
#primary .page .entry-content table a:hover {
  color: var(--glb-secondary-color);
}

.mobile-menu #primary-menu > li> a {
  text-transform: uppercase;
}

/* Fix for currency symbol issues */
.woocommerce-Price-currencySymbol,
.amount-cart {
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light",
               "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* =========================================================
   2. HEADER & TOP BAR
========================================================= */

#masthead {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.site-header .header-wrapper .header-left ul li.current_page_item::after {
  color: var(--gbl-secondary-color);
}

.site-header .top-bar-menu .right-menu ul li a:hover,
.site-header .top-bar-menu .right-menu ul li a:focus,
.site-header .top-bar-menu .left-menu ul li a:hover,
.site-header .top-bar-menu .left-menu ul li a:focus,
.breadcrumb-wrapper #crumbs a:hover,
.breadcrumb-wrapper #crumbs a:focus,
.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
.site-main .entry-content ul li a:hover,
.site-main .entry-content ul li a:focus {
  color: var(--gbl-secondary-color);
}

/* =========================================================
   3. WOOCOMMERCE BAR & SEARCH
========================================================= */

.woocommerce-bar {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.woocommerce-bar .container {
  display: flex;
  justify-content: space-between !important;
}

.categories-menu-first {
  padding: 10px 20px 10px 4px !important;
}

div.product-search-form {
  border: 1px solid #e9e9e9;
}

/* =========================================================
   4. WOOCOMMERCE PRODUCT LISTING
========================================================= */

.custom_product_widget .woocommerce-ordering {
  display: none;
}

.custom_product_widget .woocommerce-result-count {
  font-size: 0.9em;
  margin: 0.5em 0 10px;
  font-style: italic;
}

.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li,
.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li a,
.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li span.page-numbers {
  line-height: 10px;
  height: 25px;
  width: 25px;
  border: initial;
  font-size: 14px;
}

.custom_product_widget .woocommerce a.added_to_cart {
  padding-top: 0;
  padding-bottom: 10px;
}

.hover-area .yith-wcwl-wishlistexistsbrowse {
  display: none;
}

/* =========================================================
   5. PRODUCT HOVER EFFECTS
========================================================= */

.custom_product_widget li,
.woocommerce ul.products li {
  transition: transform 0.9s;
}

.custom_product_widget li:hover,
.woocommerce ul.products li:hover {
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/* =========================================================
   6. PRELOADER
========================================================= */

.preloader-center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: var(--glb-primary-color);
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.preloader-ring {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  animation: preloader-ring 2s linear infinite;
}

.preloader-ring:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.preloader-center span {
  color: #8e8c8c;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 200px;
  animation: text 3s ease-in-out infinite;
}

@keyframes preloader-ring {
  0%   { transform: rotate(0deg);   box-shadow: 1px 5px 2px #e65c00; }
  50%  { transform: rotate(180deg); box-shadow: 1px 5px 2px #18b201; }
  100% { transform: rotate(360deg); box-shadow: 1px 5px 2px #0456c8; }
}

@keyframes text {
  50% { color: black; }
}

/* =========================================================
   7. NEWSLETTER
========================================================= */

.container .footer-newsletter-section .blossomthemes-email-newsletter-wrapper {
  background: transparent;
  color: #ffffff;
  padding: 25px 0;
}

section.newsletter-section .dt-newsletter-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: transparent;
  margin: 0;
  border-radius: 0;
}

section.newsletter-section
.dt-newsletter-wrapper
.blossomthemes-email-newsletter-wrapper
.text-holder span,
section.newsletter-section
.dt-newsletter-wrapper
.blossomthemes-email-newsletter-wrapper > form > label .text {
  color: var(--footer-text-color);
}

/* =========================================================
   8. FOOTER
========================================================= */

.site-footer .footer-bottom .container.footer-info {
  border-top: 0 !important;
}


.entry-header .entry-title {
    word-wrap:break-word;
    -ms-word-wrap:break-word;
}

/* =========================================================
   9. BLOCKS
========================================================= */

.wp-block-group {
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.be-hero {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  text-align: center;
}

.be-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #2563eb;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

.be-btn-outline {
  background: transparent;
  border: 2px solid #2563eb;
  color: #2563eb;
}

.be-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.be-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  text-align: center;
}

.be-img-placeholder {
  width: 100%;
  height: 160px;
  background: repeating-linear-gradient(
    45deg,
    #e5e7eb,
    #e5e7eb 10px,
    #f3f4f6 10px,
    #f3f4f6 20px
  );
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Fix check-list specificity override to prevent cut-off list text and bad bullets */
.site-main .entry-content ul.vm-check-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.site-main .entry-content ul.vm-check-list li {
  position: relative !important;
  padding: 10px 0 10px 32px !important;
  list-style-type: none !important;
  border-bottom: 1px solid var(--vm-line-light) !important;
}

.site-main .entry-content ul.vm-check-list li:last-child {
  border-bottom: none !important;
}

.site-main .entry-content ul.vm-check-list li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 13px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background-color: var(--vm-red) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
  background-size: 12px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transform: none !important;
}

/* =========================================================
   10. VM CUSTOM HEADER & FOOTER REDESIGN
========================================================= */

/* --- Custom Sticky Header --- */
.vm-site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #123E7C; /* Primary Brand Blue */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  transition: all 0.3s ease;
}

.vm-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.vm-header-logo a {
  text-decoration: none !important;
}

.vm-logo-text {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}

.vm-logo-text .accent {
  color: #C62828; /* Accent Red */
}

/* --- Header Navigation --- */
.vm-header-nav {
  display: flex !important;
  align-items: center !important;
}

#site-navigation ul.vm-nav-menu {
  display: flex !important;
  flex-direction: row !important;
  gap: 24px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#site-navigation ul.vm-nav-menu li {
  position: relative !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#site-navigation ul.vm-nav-menu li a {
  display: block !important;
  float: none !important;
  font-family: 'Inter', sans-serif !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 8px 14px !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
}

/* Hover and Active states - Must be Blue tint/highlight, no pink/red */
#site-navigation ul.vm-nav-menu li a:hover,
#site-navigation ul.vm-nav-menu li.current-menu-item a,
#site-navigation ul.vm-nav-menu li.current_page_item a {
  color: #93C5FD !important; /* Premium light blue highlight */
  background-color: rgba(255, 255, 255, 0.08) !important;
}

/* --- Submenus (Dropdowns) --- */
#site-navigation ul.vm-nav-menu li ul {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px !important;
  padding: 10px 0 !important;
  min-width: 200px !important;
  display: none !important;
  flex-direction: column !important;
  z-index: 100 !important;
  margin-top: 8px !important;
}

#site-navigation ul.vm-nav-menu li ul li a {
  color: #222222 !important;
  padding: 10px 20px !important;
  display: block !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

#site-navigation ul.vm-nav-menu li ul li a:hover {
  color: #123E7C !important; /* Primary Brand Blue hover on white surface dropdown */
  background-color: #EEF2F7 !important;
}

#site-navigation ul.vm-nav-menu li:hover > ul {
  display: flex !important;
}

/* --- Contact Button --- */
.vm-btn-contact {
  font-family: 'Inter', sans-serif;
  background-color: #FFFFFF;
  color: #123E7C !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 30px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
}

.vm-btn-contact:hover {
  background-color: #EEF2F7;
  color: #0C2D5C !important;
  transform: translateY(-1px);
}

.vm-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* --- Hamburger Mobile Toggle --- */
.vm-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 6px;
  z-index: 10000;
}

.vm-menu-toggle .bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.vm-menu-toggle.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.vm-menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.vm-menu-toggle.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-only {
  display: none;
}

/* --- Responsive Header --- */
@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }
  
  .mobile-only {
    display: inline-block;
  }
  
  .vm-menu-toggle {
    display: flex;
  }
  
  .vm-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .vm-nav-overlay.active {
    display: block;
    opacity: 1;
  }
  
  .vm-header-nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background-color: #071E3D; /* Deep Brand Blue */
    z-index: 1000;
    flex-direction: column;
    padding: 80px 24px 40px;
    align-items: stretch;
    justify-content: flex-start;
    gap: 30px;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.25);
  }
  
  .vm-header-nav.active {
    right: 0;
  }
  
  .vm-nav-menu {
    flex-direction: column;
    gap: 16px;
  }
  
  .vm-nav-menu li {
    width: 100%;
  }
  
  .vm-nav-menu li a {
    display: block;
    font-size: 16px;
    padding: 10px 16px;
    width: 100%;
  }
  
  .vm-nav-menu li ul {
    position: static;
    display: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.05);
    margin-top: 4px;
    border-radius: 6px;
    padding: 4px 0;
  }
  
  .vm-nav-menu li ul li a {
    color: #FFFFFF !important;
    padding: 8px 24px;
  }
  
  .vm-nav-menu li ul li a:hover {
    color: #93C5FD !important;
    background: none;
  }
  
  .vm-nav-menu li:hover > ul {
    display: none; /* In mobile we disable hover submenus */
  }
  
  /* Active state mobile links */
  .vm-nav-menu li a:hover,
  .vm-nav-menu li.current-menu-item a {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .vm-btn-contact.mobile-only {
    width: 100%;
    margin-top: 16px;
  }
}

/* --- Custom Redesigned Footer --- */
.vm-site-footer {
  background-color: #071E3D; /* Deep Brand Blue */
  color: #FFFFFF;
  padding: 64px 0 0;
  font-family: 'Inter', sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vm-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.vm-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 48px;
}

@media (max-width: 991px) {
  .vm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 575px) {
  .vm-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.vm-footer-col h3.vm-footer-logo {
  font-size: 26px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}

.vm-footer-col h3.vm-footer-logo span {
  color: #C62828; /* Accent Red */
}

.vm-footer-desc {
  color: #9CA3AF;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.vm-footer-badge {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.vm-footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 8px;
}

.vm-footer-col h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background-color: #123E7C; /* Brand Blue */
}

.vm-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vm-footer-links li {
  margin: 0 0 12px;
  padding: 0;
}

.vm-footer-links li a {
  color: #9CA3AF !important;
  text-decoration: none !important;
  font-size: 14px;
  transition: color 0.2s ease;
}

.vm-footer-links li a:hover {
  color: #93C5FD !important; /* Premium light blue highlight on hover */
}

.vm-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vm-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: #9CA3AF;
  font-size: 14px;
}

.vm-footer-contact li svg {
  width: 18px;
  height: 18px;
  color: #93C5FD; /* Light Blue icon tint */
  flex-shrink: 0;
  margin-top: 2px;
}

.vm-footer-contact li a {
  color: #9CA3AF !important;
  text-decoration: none !important;
}

.vm-footer-contact li a:hover {
  color: #93C5FD !important;
}

.vm-footer-bottom {
  background-color: #041226; /* Deepest black-blue background */
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.vm-footer-bottom p {
  margin: 0;
  color: #6B7280;
  font-size: 13px;
}

/* Ensure no default theme breadcrumbs leak or show red/pink borders */
.breadcrumb-wrapper {
  display: none !important;
}

/* Hide theme sidebars and widgets that look messy */
#secondary, .widget-area {
  display: none !important;
}

/* Make sure container widths span properly */
.vm-full-width-page {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* =========================================================
   11. VM CUSTOM CONTACT PAGE REDESIGN
   ========================================================= */

/* ── Section wrapper ───────────────────────────────────── */
.vm-contact-section {
  background-color: #F8F9FB;
  padding: 60px 0 80px;
  font-family: 'Inter', sans-serif;
  color: #222222;
}

/* ── Two-column grid ────────────────────────────────────── */
.vm-contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;   /* both cols start at same top edge */
}

/* ── Base card ──────────────────────────────────────────── */
.vm-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 32px;
  border: 1px solid #E5E7EB;
}

/* ── Form card ──────────────────────────────────────────── */
.vm-contact-form-card {
  display: flex;
  flex-direction: column;
}

.vm-contact-form-card h2 {
  font-size: 22px;
  font-weight: 700;
  color: #123E7C;
  margin: 0 0 6px;
}

.vm-card-subtitle {
  font-size: 14px;
  color: #6B7280;
  margin: 0 0 24px;
  line-height: 1.5;
}

/* ── Form rows ──────────────────────────────────────────── */
.vm-form-row {
  margin-bottom: 16px;
}

.vm-form-row.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.vm-form-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

.vm-form-row input[type="text"],
.vm-form-row input[type="email"],
.vm-form-row input[type="tel"],
.vm-form-row textarea {
  width: 100%;
  padding: 11px 14px;
  border-radius: 8px;
  border: 1px solid #D1D5DB;
  font-size: 14px;
  color: #222222;
  transition: border-color 0.2s, box-shadow 0.2s;
  background-color: #FFFFFF;
  box-sizing: border-box;
  font-family: inherit;
}

.vm-form-row input:focus,
.vm-form-row textarea:focus {
  border-color: #123E7C;
  outline: none;
  box-shadow: 0 0 0 3px rgba(18, 62, 124, 0.1);
}

/* ── Submit button ──────────────────────────────────────── */
.vm-button-primary {
  background-color: #123E7C;
  color: #FFFFFF !important;
  font-weight: 700;
  border-radius: 30px;
  padding: 13px 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.15s;
  font-size: 15px;
  text-decoration: none;
  margin-top: 8px;     /* breathing room above button */
}

.vm-button-primary:hover {
  background-color: #0C2D5C;
  transform: translateY(-1px);
}

.vm-button-primary svg {
  flex-shrink: 0;
  fill: #FFFFFF;
  color: #FFFFFF;
}

/* ── Privacy note ───────────────────────────────────────── */
.vm-privacy-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;     /* consistent gap below button */
  color: #9CA3AF;
  font-size: 13px;
  line-height: 1.4;
}

.vm-privacy-note svg {
  fill: #9CA3AF;
  color: #9CA3AF;
  flex-shrink: 0;
}

/* ── Right column: unified stack ────────────────────────── */
.vm-contact-info-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;             /* consistent gap — no large empty space */
}

/* ── Contact info card heading ──────────────────────────── */
.vm-info-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #123E7C;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E7EB;
}

/* ── Individual info rows inside the card ───────────────── */
.vm-info-item {
  display: flex;
  gap: 14px;
  align-items: center;      /* icon + text vertically centred */
  padding: 14px 16px;
  background: #F8F9FB;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  margin-bottom: 12px;
}

.vm-info-item:last-child {
  margin-bottom: 0;
}

/* ── Blue icon box ──────────────────────────────────────── */
.vm-info-icon-box {
  background-color: #123E7C;
  color: #FFFFFF;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vm-info-icon-box svg {
  width: 18px;
  height: 18px;
  fill: #FFFFFF;
  color: #FFFFFF;
}

/* ── Info text block ────────────────────────────────────── */
.vm-info-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;            /* prevents overflow in narrow columns */
}

.vm-info-text strong {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #9CA3AF;
  font-weight: 600;
}

.vm-info-text span,
.vm-info-text a {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  word-break: break-word;
}

.vm-info-text a {
  color: #123E7C;
  transition: color 0.2s;
}

.vm-info-text a:hover {
  color: #C62828;
  text-decoration: underline;
}

/* Phone number in red */
.vm-info-item a[href^="tel:"] {
  color: #C62828 !important;
  font-weight: 700;
}

.vm-info-item a[href^="tel:"]:hover {
  color: #B71C1C !important;
}

/* ── Business hours card ────────────────────────────────── */
.vm-hours-card {
  padding: 32px;             /* override the base .vm-card if needed */
}

.vm-hours-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E7EB;
}

.vm-hours-title-row svg {
  fill: #123E7C;
  color: #123E7C;
  flex-shrink: 0;
}

.vm-hours-title-row h3 {
  font-size: 18px;
  font-weight: 700;
  color: #123E7C;
  margin: 0;
}

.vm-hours-schedule {
  display: flex;
  flex-direction: column;
}

.vm-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #F3F4F6;
}

.vm-hours-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.vm-hours-row .day {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

.vm-hours-row .time {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.vm-hours-row.closed .day {
  color: #9CA3AF;
}

.vm-hours-row .highlight-closed {
  color: #C62828 !important;
  font-weight: 700;
}

/* ── Map section ────────────────────────────────────────── */
.vm-map-section-wrapper {
  margin-top: 48px;
}

.vm-map-section-wrapper h2 {
  font-size: 22px;
  font-weight: 700;
  color: #123E7C;
  margin: 0 0 16px;
}

.vm-map-container-new {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  line-height: 0;
  border: 1px solid #E5E7EB;
}

/* ── CTA / Assistance card ──────────────────────────────── */
.vm-cta-card {
  margin-top: 32px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 28px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border: 1px solid #E5E7EB;
}

.vm-cta-left {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  min-width: 0;
}

.vm-cta-icon-container {
  background-color: #EFF6FF;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vm-cta-icon-container svg {
  fill: #123E7C;
  color: #123E7C;
}

.vm-cta-text {
  min-width: 0;
}

.vm-cta-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #123E7C;
  margin: 0 0 4px;
}

.vm-cta-text p {
  font-size: 14px;
  color: #4B5563;
  margin: 0;
  line-height: 1.5;
}

.vm-cta-right {
  flex-shrink: 0;
}

.vm-cta-button {
  background-color: #123E7C;
  color: #FFFFFF !important;
  font-weight: 700;
  border-radius: 30px;
  padding: 13px 24px;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s, transform 0.15s;
  white-space: nowrap;
}

.vm-cta-button svg {
  fill: #FFFFFF;
  color: #FFFFFF;
  flex-shrink: 0;
}

.vm-cta-button:hover {
  background-color: #0C2D5C;
  transform: translateY(-1px);
}

/* ── Honeypot ───────────────────────────────────────────── */
.vm-hidden-field {
  display: none !important;
}

/* ── Empty paragraph guard (wpautop) ────────────────────── */
.vm-contact-grid > p { display: none !important; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 991px) {
  .vm-contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vm-form-row.col-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .vm-form-row.col-2 .vm-form-col:first-child {
    margin-bottom: 16px;
  }

  .vm-cta-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
  }

  .vm-cta-right {
    width: 100%;
  }

  .vm-cta-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .vm-card {
    padding: 24px 20px;
  }

  .vm-hours-card {
    padding: 24px 20px;
  }

  .vm-contact-info-stack {
    gap: 16px;
  }

  .vm-map-section-wrapper {
    margin-top: 32px;
  }

  .vm-cta-card {
    padding: 20px;
  }
}

