/*
Theme Name: Arizona Gold Custom
Theme URI: https://www.arizonagoldbuying.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: Custom theme for Arizona Gold Buying
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arizona-gold
*/

/* Import your existing styles below */

.contact-form-wrapper input.form-control,
.contact-form-wrapper select.form-control,
.contact-form-wrapper textarea.form-control {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
}

.contact-form-wrapper label {
    color: #fff !important;
}

.contact-form-wrapper .form-control::placeholder {
    color: #555 !important;
}

.custom-topbar {
  background-color: #0e4a87;
  color: #fff;
  padding: 6px 20px;
  font-size: 14px;
}

.nav-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.nav-area ul li a {
  padding: 5px 10px;
  display: block;
  color: #000;
  white-space: nowrap;
}
input.rts-btn.btn-primary.coltxt{width:100% !important;border-radius: 10px;}
@media (max-width: 991.98px) {
  .nav-area ul {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  
  .contact-info {
    display: none;
  }
  
  .contact-info-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .contact-info-mobile {
    display: none;
  }
}

.top-bar {
    background-color: #0e4a87;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") center/contain no-repeat;
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(10, 10, 10, 0.85);
  display: none;
  justify-content: center;
  align-items: start;
  padding-top: 60px;
}

.mobile-overlay.active {
  display: flex;
}

.mobile-menu-content {
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  background: none;
  border: none;
  color: #fff;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.mobile-nav ul li:hover {
  background-color: #0e4a87;
  border-radius: 5px;
}

.mobile-nav ul li a {
  text-decoration: none;
  color: #111;
  display: block;
  width: 100%;
}

.mobile-nav ul li:hover a {
  color: #fff;
}

.nav-area .main-nav a {
  display: inline-block;
  padding: 0.5rem 0;
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.nav-area .main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 0;
  background-color: #007bff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-area .main-nav a:hover::after {
  width: 100%;
}

.nav-area .main-nav a:hover {
  color: #007bff;
}

.nav-area .main-nav a.active {
  color: #007bff;
  font-weight: 600;
}

.nav-area .main-nav a.active::after {
  width: 100%;
}
/* Inner Page Specific Styles */

/* Section Title Bar */
.sectionen {
    background-color: #0e4a87;
    padding: 30px 0;
    margin-bottom: 0;
}

.sectionen h2 {
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
}

.accent-color {
    color: #fff;
}

.r-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Inner Content Section */
.sectiona.innera {
    padding: 60px 0;
    background-color: #f8f9fa;
}

/* Content Grid Styling */
.btgrid {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.btgrid h3 {
    color: #0e4a87;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.btgrid h5 {
    color: #333;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.btgrid p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.btgrid ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.btgrid ul li {
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
}

/* Aligned Images in Content */
.btgrid img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.btgrid img.alignright {
    float: right;
    margin: 0 0 20px 20px;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

/* Responsive Images */
@media (max-width: 768px) {
    .btgrid img.alignleft,
    .btgrid img.alignright {
        float: none;
        margin: 0 auto 20px;
        display: block;
        max-width: 100%;
    }
}

/* CTA Buttons in Content */
.btgrid .rts-btn {
    display: inline-block;
    margin-top: 20px;
}

/* Banner Form Styling for Inner Pages */
.contact-form-banner.frmar {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 10px;
}

/* Content Area Spacing */
#complac {
    min-height: 400px;
}

/* Make sure WordPress content has proper spacing */
.sectiona.innera .wp-block-image {
    margin: 20px 0;
}

.sectiona.innera .wp-block-image img {
    border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .sectionen {
        padding: 20px 0;
    }
    
    .sectionen h2 {
        font-size: 1.5rem;
    }
    
    .sectiona.innera {
        padding: 40px 0;
    }
    
    .btgrid {
        padding: 20px;
    }
    
    .btgrid h3 {
        font-size: 1.5rem;
    }
}

/* Ensure content formatting */
.btgrid .content {
    overflow: hidden; /* Clear floats */
}

.btgrid .content strong {
    color: #0e4a87;
    font-weight: 600;
}

/* Spacing for multiple content blocks */
.btgrid.mt-5 {
    margin-top: 50px !important;
}

/* Print styles for better readability */
@media print {
    .btgrid {
        page-break-inside: avoid;
    }
}
/* Inner Page Specific Styles */

/* Section Title Bar */
.sectionen {
    background-color: #0e4a87;
    padding: 30px 0;
    margin-bottom: 0;
}

.sectionen h2 {
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
}

.accent-color {
    color: #fff;
}

.r-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Inner Content Section */
.sectiona.innera {
    padding: 60px 0;
    background-color: #f8f9fa;
}

/* Content Grid Styling */
.btgrid {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.btgrid h3 {
    color: #0e4a87;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.btgrid h5 {
    color: #333;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.btgrid p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.btgrid ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.btgrid ul li {
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
}

/* Aligned Images in Content */
.btgrid img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.btgrid img.alignright {
    float: right;
    margin: 0 0 20px 20px;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

/* Responsive Images */
@media (max-width: 768px) {
    .btgrid img.alignleft,
    .btgrid img.alignright {
        float: none;
        margin: 0 auto 20px;
        display: block;
        max-width: 100%;
    }
}

/* CTA Buttons in Content */
.btgrid .rts-btn {
    display: inline-block;
    margin-top: 20px;
}

/* Banner Form Styling for Inner Pages */
.contact-form-banner.frmar {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 10px;
}

/* Content Area Spacing */
#complac {
    min-height: 400px;
}

/* Make sure WordPress content has proper spacing */
.sectiona.innera .wp-block-image {
    margin: 20px 0;
}

.sectiona.innera .wp-block-image img {
    border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .sectionen {
        padding: 20px 0;
    }
    
    .sectionen h2 {
        font-size: 1.5rem;
    }
    
    .sectiona.innera {
        padding: 40px 0;
    }
    
    .btgrid {
        padding: 20px;
    }
    
    .btgrid h3 {
        font-size: 1.5rem;
    }
}

/* Ensure content formatting */
.btgrid .content {
    overflow: hidden; /* Clear floats */
}

.btgrid .content strong {
    color: #0e4a87;
    font-weight: 600;
}

/* Spacing for multiple content blocks */
.btgrid.mt-5 {
    margin-top: 50px !important;
}

/* Print styles for better readability */
@media print {
    .btgrid {
        page-break-inside: avoid;
    }
}