/* Black and Gold Theme for Protective Solutions LLC */

:root {
    --main-black: #000000;
    --off-black: #121212;
    --dark-black: #0a0a0a;
    --main-gold: #d4af37;
    --light-gold: #f5dc78;
    --dark-gold: #a67c00;
    --gold-accent: #ffca28;
    --white: #ffffff;
    --light-gray: #f1f1f1;
    --mid-gray: #a9a9a9;
    --text-on-dark: #f0f0f0;
    --accent-blue: #1a237e;
  }
  
  /* Global Styles */
  body {
    background-color: var(--off-black);
    color: var(--text-on-dark);
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: background-color 0.3s ease;
  }
  
  a {
    color: var(--main-gold);
    transition: color 0.3s ease;
  }
  
  a:hover {
    color: var(--light-gold);
    text-decoration: none;
  }
  
  /* Header Styles */
  .header {
    background-color: var(--main-black);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
    padding: 12px 0;
  }
  
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .header__title {
    color: var(--white);
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    line-height: 1.2;
  }
  
  .header__link {
    color: var(--white);
    font-size: 0.9rem;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  
  .header__link:hover {
    color: var(--light-gold);
  }
  
  /* Footer Styles */
  .footer-16371 {
    background-color: var(--main-black);
    padding: 4rem 0;
  }
  
  .footer-site-logo a {
    color: var(--white);
    font-weight: 700;
    font-size: 1.6rem;
  }
  
  .footer-16371 .nav-links li a {
    color: var(--white);
  }
  
  .footer-16371 .nav-links li a:hover {
    color: var(--gold-accent);
  }
  
  .footer-16371 .copyright {
    color: var(--mid-gray);
  }
  
  /* Button Styles */
  .u-btn, .u-btn-2, .u-btn-1, .u-btn-3 {
    background-color: var(--main-gold) !important;
    color: var(--main-black) !important;
    border-color: var(--main-gold) !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
  }
  
  .u-btn:hover, .u-btn-2:hover, .u-btn-1:hover, .u-btn-3:hover {
    background-color: var(--dark-gold) !important;
    color: var(--white) !important;
    box-shadow: 0 4px 8px rgba(212, 175, 55, 0.3) !important;
  }

  /* Fix for financial planning paragraph text color */
.u-section-5 .u-text-4 {
    color: var(--white) !important;
}

/* Fix for Platinum Bill Pay button hover state */
.u-section-5 .u-btn-2:hover {
    color: var(--white) !important;
}
  
  /* Hero Section Styles */
  .u-section-1 {
    background-color: var(--off-black) !important;
  }
  
  .u-section-1 .u-shape-1 {
    background-color: var(--main-gold) !important;
  }
  
  .u-section-1 .u-group-1 {
    background-color: var(--main-black) !important;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
    border: 1px solid var(--main-gold);
  }
  
  .u-section-1 .u-text-1 {
    color: var(--white) !important;
  }
  
  /* Services Section Styles */
  .u-palette-1-base, .u-palette-1-light-1, .u-palette-1-light-2, .u-palette-1-light-3 {
    background-color: var(--main-black) !important;
  }
  
  .u-section-2, .u-section-3, .u-section-4, .u-section-5, .u-section-6 {
    background-color: var(--dark-black) !important;
  }
  
  .u-section-2 .u-text-1, .u-section-3 .u-text-1, .u-section-4 .u-text-1, .u-section-5 .u-text-1 {
    color: var(--main-gold) !important;
  }
  
  .u-section-2 .u-text-2, 
  .u-section-3 .u-text-2, 
  .u-section-4 .u-text-2, 
  .u-section-5 .u-text-2,
  .u-section-6 .u-text-2 {
    color: var(--white) !important;
  }
  
  /* Service Cards */
  .u-section-3 .u-black {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 2px solid var(--main-gold);
  }
  
  .u-section-3 .u-text-3, .u-section-3 .u-text-4, .u-section-3 .u-text-5,
  .u-section-3 .u-text-6, .u-section-3 .u-text-7, .u-section-3 .u-text-8 {
    color: var(--main-gold) !important;
  }
  
  .u-section-3 .u-container-layout:hover .u-text-3,
  .u-section-3 .u-container-layout:hover .u-text-4,
  .u-section-3 .u-container-layout:hover .u-text-5,
  .u-section-3 .u-container-layout:hover .u-text-6,
  .u-section-3 .u-container-layout:hover .u-text-7,
  .u-section-3 .u-container-layout:hover .u-text-8 {
    color: var(--light-gold) !important;
  }
  
  /* About Us Section Styles */
  
  
  .u-section-3 .u-text-4, .u-section-3 .u-text-5 {
    color: var(--white) !important;
  }
  
  .u-section-3 .u-layout-cell-3 {
    background-color: var(--main-black) !important;
    border: 1px solid var(--dark-gold);
  }
  
  /* Stats Section */
  .u-section-6 .u-text-1, .u-section-6 .u-text-3, .u-section-6 .u-text-5, .u-section-6 .u-text-7 {
    color: var(--white) !important;
  }
  
  .u-section-6 .u-text-2, .u-section-6 .u-text-4, .u-section-6 .u-text-6, .u-section-6 .u-text-8 {
    color: var(--white) !important;
  }
  
  /* Contact Form Styles */
  .u-section-2 .u-layout-cell-1, .u-section-2 .u-layout-cell-2 {
    
  }
  
  .u-form input, .u-form textarea {
    background-color: var(--off-black) !important;
    color: var(--text-on-dark) !important;
    border-color: var(--main-gold) !important;
  }
  
  .u-form input:focus, .u-form textarea:focus {
    box-shadow: 0 0 5px var(--gold-accent) !important;
  }

  
  
  /* FAQ Section Styles */
  .u-section-2 .u-accordion-link {
    background-color: var(--main-blackk) !important;
    color: var(--main-gold) !important;
    border: 1px solid var(--dark-gold) !important;
  }
  
  .u-section-2 .u-accordion-link:hover {
    background-color: var(--dark-black) !important;
  }
  
  .u-section-2 .u-accordion-pane {
    background-color: var(--main-black) !important;
    border-left: 2px solid var(--main-gold) !important;
  }
  
  .u-section-3 .u-accordion-link {
    background-color: var(--main-black) !important;
    color: var(--white) !important;
  }
  
  /* Services Page Styles */
  .u-section-4 .u-group-1, .u-section-4 .u-group-2,
  .u-section-4 .u-group-3, .u-section-4 .u-group-4,
  .u-section-4 .u-group-5 {
    background-color: var(--main-black) !important;
    border-bottom: 2px solid var(--main-gold);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .u-section-4 .u-text-3, .u-section-4 .u-text-4,
  .u-section-4 .u-text-5, .u-section-4 .u-text-6,
  .u-section-4 .u-text-7 {
    color: var(--white) !important;
  }
  
  .u-section-4 .u-container-layout:hover .u-group-1,
  .u-section-4 .u-container-layout:hover .u-group-2,
  .u-section-4 .u-container-layout:hover .u-group-3,
  .u-section-4 .u-container-layout:hover .u-group-4,
  .u-section-4 .u-container-layout:hover .u-group-5 {
    transform: translateY(-10px) !important;
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3) !important;
  }


  
  /* Flipbook container styles */
  .flipbook-container {
    background-color: var(--off-black) !important;
    box-shadow: 0 5px 25px rgba(212, 175, 55, 0.3) !important;
  }
  
  .flipbook-btn {
    background-color: var(--main-gold) !important;
    color: var(--main-black) !important;
  }
  
  .flipbook-btn:hover {
    background-color: var(--light-gold) !important;
  }
  
  .flipbook-page-num {
    background-color: var(--main-black) !important;
    color: var(--main-gold) !important;
    border: 1px solid var(--dark-gold);
  }
  
  /* Additional Shadow Effects */
  .u-image {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  
  /* Animation Enhancements */
  @keyframes goldGlow {
    0% { box-shadow: 0 0 5px rgba(212, 175, 55, 0.3); }
    50% { box-shadow: 0 0 20px rgba(212, 175, 55, 0.6); }
    100% { box-shadow: 0 0 5px rgba(212, 175, 55, 0.3); }
  }
  
  .u-section-1 .u-group-1 {
    animation: goldGlow 4s infinite;
  }
  
  /* Vendor Modal Styles */
  .confirmation-modal .modal-content {
    background-color: var(--off-black);
    color: var(--text-on-dark);
    border: 1px solid var(--main-gold);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
  }
  
  .confirmation-modal .confirm-button {
    background-color: var(--main-gold);
    color: var(--main-black);
  }
  
  .confirmation-modal .cancel-button {
    background-color: var(--off-black);
    color: var(--main-gold);
    border: 1px solid var(--main-gold);
  }
  
  .confirmation-modal .confirm-button:hover {
    background-color: var(--light-gold);
  }
  
  .confirmation-modal .cancel-button:hover {
    background-color: var(--dark-black);
  }
  
  /* Responsive Adjustments */
  @media (max-width: 767px) {
    .header__title {
      font-size: 16px;
    }
    
    .u-section-1 .u-group-1 {
      animation: none;
    }
  }

  /* Gold Decorative Elements and Accents for Protective Solutions LLC 
 * Add these to your black-gold-theme.css file
 */

/* Gold Divider */
.gold-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(212,175,55,0) 0%, rgba(212,175,55,1) 50%, rgba(212,175,55,0) 100%);
    margin: 40px auto;
    width: 80%;
    position: relative;
  }
  
  .gold-divider::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--main-gold);
    border-radius: 50%;
    top: -4.5px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* Gold Corner Accent */
  .gold-corner {
    position: relative;
  }
  
  .gold-corner::before,
  .gold-corner::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: var(--main-gold);
    border-style: solid;
    pointer-events: none;
  }
  
  .gold-corner::before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
  }
  
  .gold-corner::after {
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
  }
  
  /* Gold Badge */
  .gold-badge {
    position: relative;
    display: inline-block;
  }
  
  .gold-badge::after {
    content: "PREMIUM";
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--main-gold);
    color: var(--main-black);
    font-size: 10px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  }
  
  /* Gold Outline Button */
  .btn-gold-outline {
    display: inline-block;
    background-color: transparent;
    color: var(--main-gold);
    border: 2px solid var(--main-gold);
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  .btn-gold-outline:hover {
    background-color: var(--main-gold);
    color: var(--main-black);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }
  
  /* Gold Gradient Text */
  .gold-gradient-text {
    background: linear-gradient(45deg, var(--dark-gold) 0%, var(--main-gold) 50%, var(--light-gold) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    
    display: inline-block;
  }
  
  /* Gold Frame */
  .gold-frame {
    border: 1px solid var(--main-gold);
    box-shadow: 0 0 10px rgba(212,175,55,0.3);
    padding: 20px;
    position: relative;
  }
  
  .gold-frame::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid var(--main-gold);
    pointer-events: none;
  }
  
  /* Gold Ribbon */
  .gold-ribbon {
    position: relative;
    overflow: hidden;
  }
  
  .gold-ribbon::before {
    content: "FEATURED";
    position: absolute;
    top: 25px;
    right: -35px;
    background-color: var(--main-gold);
    color: var(--main-black);
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    z-index: 10;
  }
  
  /* Gold Border Pulse */
  .gold-pulse-border {
    position: relative;
  }
  
  .gold-pulse-border::before {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 1px solid var(--main-gold);
    border-radius: inherit;
    opacity: 0;
    animation: pulseBorder 2s infinite;
    pointer-events: none;
  }
  
  @keyframes pulseBorder {
    0% {
      transform: scale(1);
      opacity: 0.3;
    }
    70% {
      transform: scale(1.05);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
  
  /* Gold Accent Line */
  .gold-accent-line {
    position: relative;
    padding-left: 15px;
  }
  
  .gold-accent-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--main-gold);
  }
  
  /* Gold Shine Effect */
  .gold-shine {
    position: relative;
    overflow: hidden;
  }
  
  .gold-shine::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg);
    animation: goldShine 6s infinite;
    pointer-events: none;
  }
  
  @keyframes goldShine {
    0% {
      transform: rotate(30deg) translate(-100%, -100%);
    }
    100% {
      transform: rotate(30deg) translate(100%, 100%);
    }
  }
  
  /* Gold Dots Pattern */
  .gold-dots-pattern {
    position: relative;
    z-index: 1;
  }
  
  .gold-dots-pattern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(var(--main-gold) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: -1;
    pointer-events: none;
  }
  
  /* Gold Quote Block */
  .gold-quote {
    position: relative;
    padding: 30px 40px;
    margin: 30px 0;
    background-color: rgba(212, 175, 55, 0.05);
    border-left: 3px solid var(--main-gold);
  }
  
  
  
  /* Gold List Marker */
  .gold-list {
    list-style: none;
    padding-left: 25px;
  }
  
  .gold-list li {
    position: relative;
    margin-bottom: 10px;
  }
  
  .gold-list li::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--main-gold);
    transform: rotate(45deg);
  }
  
  /* Gold Step Indicator */
  .gold-steps {
    counter-reset: step;
    list-style: none;
    padding-left: 0;
  }
  
  .gold-steps li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    min-height: 40px;
  }
  
  .gold-steps li::before {
    content: counter(step);
    counter-increment: step;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: var(--main-black);
    color: var(--main-gold);
    border: 2px solid var(--main-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
  }
  
  /* Gold Card Hover Effect */
  .gold-card-hover {
    transition: all 0.3s ease;
    border: 1px solid transparent;
  }
  
  .gold-card-hover:hover {
    border-color: var(--main-gold);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 0 10px rgba(212, 175, 55, 0.4);
    transform: translateY(-5px);
  }
  
  /* Gold Text Shadow */
  .gold-text-shadow {
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
  }
  
  /* Gold Scrollbar (for webkit browsers) */
  .gold-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  .gold-scrollbar::-webkit-scrollbar-track {
    background: var(--main-black);
  }
  
  .gold-scrollbar::-webkit-scrollbar-thumb {
    background: var(--main-gold);
    border-radius: 4px;
  }
  
  .gold-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--light-gold);
  }

  /* Custom styles for Contact page black and gold theme */

/* Make email text white */
.u-text-white {
    color: var(--white) !important;
  }
  
  /* Gold Button Styling */
  .gold-btn {
    background-color: var(--main-gold) !important;
    color: var(--main-black) !important;
    border: 2px solid var(--main-gold) !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  }
  
  .gold-btn:hover {
    background-color: var(--dark-gold) !important;
    color: var(--white) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(212, 175, 55, 0.4) !important;
  }
  
  /* Make sure the button text is visible against gold */
  .u-btn-2.gold-btn {
    font-weight: 700 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
  }
  
  /* Usage Example:
  Add the class to a container element to enable custom scrollbar
  <div class="gold-scrollbar">
    Content goes here...
  </div>
  */

  /* Updated vendor card styles for larger description boxes */
.vendor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px; /* Increased gap between cards */
  padding-top: 30px;
  padding-bottom: 40px; /* Added bottom padding for more space */
  max-width: 1200px;
  margin: 0 auto;
}

.vendor-card {
  position: relative;
  height: 400px; /* Increased from 300px */
  background-color: var(--main-black);
  border: 1px solid var(--main-gold);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.vendor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
}

.vendor-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 50%; /* Reduced from 70% to give more space to description */
  width: 100%;
  background-color: #1a1a1a; /* Dark background for logos */
  padding: 20px;
}

.vendor-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%; /* Match the new image height */
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-gold);
  font-size: 1.2rem; /* Slightly larger font */
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.vendor-card:hover .vendor-overlay {
  opacity: 1;
}

.vendor-description {
  color: var(--text-on-dark);
  font-size: 1.2rem; /* Reduced from 2rem to fit more text */
  line-height: 1.5;
  padding: 16px;
  height: 50%; /* Increased from original height */
  background-color: var(--dark-black);
  z-index: 2;
  position: relative;
  overflow-y: auto; /* Add scrolling for very long descriptions */
  display: flex;
  align-items: center;
}

.vendor-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}

/* Force the 4th card to appear under column 2 */
.vendor-offset {
  grid-column: 2;
}

/* Media queries for responsive design */
@media (max-width: 992px) {
  .vendor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* Remove the offset for the 4th card on smaller screens */
  .vendor-offset {
    grid-column: auto;
  }
}

@media (max-width: 576px) {
  .vendor-grid {
    grid-template-columns: 1fr;
  }
  
  .vendor-card {
    height: 350px; /* Slightly smaller on mobile */
  }
}