/* =========================================
         COMMON CONTAINER WIDTH
         ========================================= */
.campaign-hero-section .container,
.campaign-services-section .container,
.change-section .container,
.campaign-review-section .container,
.campaign-lo-section .container,
.change-sectionfaq .container {
  max-width: 1050px;
  margin: 0 auto;
}

/* =========================================
         HERO SECTION
         ========================================= */
.campaign-hero-section {
  background-size: cover !important;
  background-position: center !important;
  min-height: 80vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.campaign-hero-section .hero-title {
  color: #ffffff;
}

.campaign-hero-section .hero-title span,
.campaign-hero-section .text-form {
  color: #ee7624;
}

.campaign-hero-section .form-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.campaign-hero-section .form-card h4 {
  color: #1176b0;
}

.campaign-hero-section .form-card input,
.campaign-hero-section .form-card select,
.campaign-hero-section .form-card textarea {
  border: 1px solid #ddd;
  font-size: 13px;
  color: #000;
}

.campaign-hero-section .form-card input:focus,
.campaign-hero-section .form-card select:focus,
.campaign-hero-section .form-card textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #ddd;
}

.campaign-hero-section .btn-orange {
  background: #ee7624;
  color: #fff;
  font-weight: 600;
}

.campaign-hero-section .btn-orange:hover {
  background: #e65c00;
  color: #fff;
}

@media (max-width: 768px) {
  .campaign-hero-section {
    text-align: center;
    padding: 40px 0;
  }
}

/* =========================================
         SERVICES SECTION
         ========================================= */
.campaign-services-section {
  padding: 80px 0;
}

.campaign-services-section h2 {
  color: #1176b0;
  font-weight: 600;
}

.campaign-services-section .sub-text {
  max-width: 850px;
  margin: 0 auto 20px;
  color: #6c757d;
}

.campaign-services-section .service-card {
  border: 1px solid #e3e6ea;
  border-radius: 12px;
  padding: 30px 25px;
  background: #fff;
  height: 100%;
  transition: .3s ease;
}

.campaign-services-section .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
  border-color: #1176b0;
}

.campaign-services-section .service-icon {
  width: 45px;
  height: 45px;
  background: #e9f2fb;
  color: #1176b0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px;
  margin-bottom: 15px;
}

.campaign-services-section .service-card:hover .service-icon {
  background: #1176b0;
  color: #fff;
}

.campaign-services-section .service-title {
  font-size: 16px;
  font-weight: 600;
  color: #1176b0;
  margin-bottom: 10px;
  line-height: 1.5;
  min-height: 3rem;
}

.campaign-services-section .service-desc {
  font-size: 14px;
  color: #6c757d;
}

/* =========================================
         CHANGE SECTION
         ========================================= */
.change-section {
  background: #f5f6f7;
  padding: 80px 0;
}

.change-sectionfaq {
  padding: 80px 0;
}

.change-section h2,
.change-sectionfaq h2 {
  color: #1176b0;
  font-weight: 600;
}

.change-section .accordion-item,
.change-sectionfaq .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
}

.change-section .accordion-button,
.change-sectionfaq .accordion-button {
  font-weight: 500;
  box-shadow: none !important;
}

.change-section .accordion-button:not(.collapsed),
.change-sectionfaq .accordion-button:not(.collapsed) {
  background: #e9f2fb;
  color: #1176b0;
}

.change-section .cta-btn {
  border: 2px solid #ee7624;
  color: #ee7624;
  padding: 12px 35px;
  font-weight: 500;
  border-radius: 6px;
  transition: .3s;
  background: transparent;
}

.change-section .cta-btn:hover {
  background: #ff6a00;
  color: #fff;
}

/* =========================================
         REVIEWS SECTION
         ========================================= */
.campaign-review-section {
  padding: 80px 0;
}

.campaign-review-section h2 {
  color: #1176b0;
  font-weight: 600;
}

.campaign-review-section .cta-btn {
  border: 2px solid #ee7624;
  color: #ee7624;
  padding: 12px 35px;
  font-weight: 500;
  border-radius: 6px;
  transition: .3s;
  background: transparent;
}

.campaign-review-section .cta-btn:hover {
  background: #ff6a00;
  color: #fff;
}

/* =========================================
         LOCAL OFFICES SECTIONS
         ========================================= */
.campaign-lo-section {
  background: #f5f6f7;
  padding: 80px 0;
}

.campaign-lo-section h2 {
  color: #1176b0;
  font-weight: 600;
}

.campaign-lo-section .sub-text {
  max-width: 850px;
  margin: 0 auto 20px;
  color: #6c757d;
}

/* Card Styling */
.campaign-lo-section .office-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  height: 100%;
}

/* Image Container for Hover Effect */
.campaign-lo-section .office-card .img-container {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  /* 3:2 Aspect Ratio */
  overflow: hidden;
}

.campaign-lo-section .office-card .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out;
}

/* The "Hover" Image (Second Image) */
.campaign-lo-section .office-card .img-hover {
  opacity: 0;
}

/* Desktop Hover & Mobile Active States */
.campaign-lo-section .office-card .office-card:hover .img-hover,
.campaign-lo-section .office-card .office-card:active .img-hover {
  opacity: 1;
}

/* Icon & Contact Styling */
.campaign-lo-section .office-card .contact-info i {
  color: #f38235;
  /* Matching your orange icons */
  font-size: 1.2rem;
  margin-right: 15px;
}

.campaign-lo-section .office-card .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #666;
}

.campaign-lo-section .office-card .office-title {
  color: #1176b0;
  font-weight: bold;
  padding: 15px;
}