/* Custom Enhancements for Ace Net Solutions */
:root {
  --acenet-gold: #c08442;
  --acenet-gold-hover: #a86c2e;
  --acenet-dark: #1b1d21;
}

/* Header & Logo */
.main-header .logo,
.sticky-header .logo,
.mobile-menu .nav-logo,
.footer-widget .logo {
  position: relative;
  overflow: visible !important;
  flex-shrink: 0;
}

.main-header .logo img,
.sticky-header .logo img {
  max-height: 52px;
  max-width: 320px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  overflow: visible;
}

.mobile-menu .nav-logo img {
  max-height: 48px;
  max-width: 260px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.footer-widget .logo img {
  max-height: 55px;
  max-width: 320px;
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 20px;
  object-fit: contain;
}

/* Top bar contact styling */
.header-style-five .header-lower .bottom-left .list-style-one li {
  margin-right: 25px;
  font-size: 14px;
}

.header-style-five .header-lower .bottom-left .list-style-one li i {
  color: var(--acenet-gold);
  margin-right: 6px;
}

/* Hero Enhancements */
.banner-section-five .content-box .title {
  font-size: 56px;
  line-height: 1.15;
  font-family: 'Cinzel', 'Playfair Display', serif;
}

@media (max-width: 768px) {
  .banner-section-five .content-box .title {
    font-size: 34px;
    line-height: 1.25;
  }
}

.banner-section-five .content-box .text {
  max-width: 650px;
  margin: 18px auto 30px;
  font-size: 18px;
  color: #555;
}

.banner-btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Service Card enhancements */
.service-card-cpg {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  border: 1px solid rgba(192, 132, 66, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card-cpg:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(192, 132, 66, 0.18);
  border-color: var(--acenet-gold);
}

.service-card-cpg .icon-box {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: rgba(192, 132, 66, 0.1);
  color: var(--acenet-gold);
  font-size: 34px;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.service-card-cpg:hover .icon-box {
  background: var(--acenet-gold);
  color: #fff;
}

.service-card-cpg h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1b1d21;
}

.service-card-cpg p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-card-cpg .read-more-link {
  color: var(--acenet-gold);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-card-cpg .read-more-link:hover {
  color: #1b1d21;
}

/* Pricing Section modeled after Capital Planner Group */
.cpg-pricing-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px 30px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  border: 1px solid #eee;
  transition: all 0.35s ease;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cpg-pricing-card.featured {
  border: 2px solid var(--acenet-gold);
  transform: scale(1.03);
  box-shadow: 0 20px 45px rgba(192, 132, 66, 0.15);
}

.cpg-pricing-card .badge-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--acenet-gold);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 18px;
  border-radius: 30px;
}

.cpg-pricing-card .package-title {
  font-size: 22px;
  font-weight: 700;
  color: #1b1d21;
  margin-bottom: 15px;
}

.cpg-pricing-card .price-tag {
  font-size: 46px;
  font-weight: 800;
  color: var(--acenet-gold);
  line-height: 1;
  margin-bottom: 25px;
}

.cpg-pricing-card .price-tag span {
  font-size: 15px;
  font-weight: 500;
  color: #777;
}

.cpg-pricing-card .features-list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  flex-grow: 1;
}

.cpg-pricing-card .features-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  font-size: 15px;
  color: #444;
  display: flex;
  align-items: center;
}

.cpg-pricing-card .features-list li i {
  color: var(--acenet-gold);
  margin-right: 12px;
  font-size: 14px;
}

/* Form Styles */
.form-success-message {
  display: none;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 15px;
}

/* Contact Info blocks */
.office-info-item-custom {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  border-top: 4px solid var(--acenet-gold);
  text-align: center;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.office-info-item-custom .icon-wrap {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  background: rgba(192, 132, 66, 0.12);
  color: var(--acenet-gold);
  font-size: 26px;
  margin: 0 auto 15px;
}

.office-info-item-custom h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.office-info-item-custom p,
.office-info-item-custom a {
  color: #555;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

.office-info-item-custom a:hover {
  color: var(--acenet-gold);
}

/* Google Map container */
.map-container-custom {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid #eee;
}

/* Boutique Value Pillars & Counters */
.fun-fact-section {
  position: relative;
  background: #ffffff;
}

.fun-fact-section .counter-block .count-box {
  white-space: nowrap;
  font-size: 72px;
  letter-spacing: -1px;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
}

.fun-fact-section .counter-block .counter-title {
  font-size: 15px;
  line-height: 1.55;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.2px;
}

@media (max-width: 991px) {
  .fun-fact-section .counter-block .count-box {
    font-size: 58px;
  }
}

