/* Custom Backgrounds & Modern Aesthetics for CAEI Digital Moov */

/* 1. Hero Background */
.hero {
  position: relative;
  background: linear-gradient(135deg, rgba(10, 13, 20, 0.75) 0%, rgba(10, 13, 20, 0.85) 100%), 
              url('../img/dm_hero_bg.jpg') center/cover no-repeat !important;
}

.hero .info {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(10, 13, 20, 0.7) 100%);
  padding: 80px 0;
  border-radius: 24px;
  backdrop-filter: blur(4px);
}

/* 2. Get Started / Quote Section Background */
#get-started.get-started {
  position: relative;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.95) 100%), 
              url('../img/2150951333.jpg') center/cover fixed no-repeat !important;
  color: #ffffff;
  padding: 90px 0;
}

#get-started .content h3 {
  color: #ffffff !important;
  font-weight: 800;
}

#get-started .content p {
  color: #cbd5e1 !important;
}

/* 3. Services Section Background */
#services.services {
  position: relative;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.94) 0%, rgba(241, 245, 249, 0.97) 100%), 
              url('../img/dm_services_bg.jpg') center/cover fixed no-repeat !important;
  padding: 90px 0;
}

/* 4. Alt-Services (Les Fondations de la Réussite) Background */
#alt-services.alt-services {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.98) 100%), 
              url('../img/la_strategie_marketing_digitale.jpg') center/cover fixed no-repeat !important;
  padding: 90px 0;
}

/* 5. Features / Tabs Section Background */
#features.features {
  position: relative;
  background: linear-gradient(135deg, rgba(241, 245, 249, 0.93) 0%, rgba(226, 232, 240, 0.96) 100%), 
              url('../img/social-media-marketing-concept-marketing-with-applications.jpg') center/cover fixed no-repeat !important;
  padding: 90px 0;
}

/* 6. Our Projects Section Background */
#projects.projects {
  position: relative;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.94) 0%, rgba(10, 13, 20, 0.97) 100%), 
              url('../img/dm_services_bg.jpg') center/cover fixed no-repeat !important;
  color: #ffffff;
  padding: 90px 0;
}

#projects .section-header h2 {
  color: #ffffff !important;
}

#projects .section-header p {
  color: #cbd5e1 !important;
}

/* 7. Testimonials Section Background */
#testimonials.testimonials {
  position: relative;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(10, 13, 20, 0.96) 100%), 
              url('../img/footer-bg.jpg') center/cover fixed no-repeat !important;
  color: #ffffff;
  padding: 90px 0;
}

#testimonials .section-header h2 {
  color: #ffffff !important;
}

#testimonials .section-header p {
  color: #cbd5e1 !important;
}

#testimonials .testimonial-wrap {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 30px;
  color: #ffffff;
}

#testimonials .testimonial-item h3 {
  color: #ffffff !important;
}

#testimonials .testimonial-item h4 {
  color: #ff9e59 !important;
}

#testimonials .testimonial-item p {
  color: #e2e8f0 !important;
}

/* 8. Recent Blog Posts Section Background */
#recent-blog-posts.recent-blog-posts {
  position: relative;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.98) 100%), 
              url('../img/56.jpg') center/cover fixed no-repeat !important;
  padding: 90px 0;
}

/* Hover-lift class for cards */
.hover-lift {
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}
.hover-lift:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(184, 100, 9, 0.18) !important;
}

/* ==============================================================
   9. Modern References & Success Stories Section Styling
   ============================================================== */

.section-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(184, 100, 9, 0.12);
  color: #b86409;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid rgba(184, 100, 9, 0.25);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

#constructions.constructions {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 90px 0;
  position: relative;
}

.ref-card-item {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.ref-card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(184, 100, 9, 0.15);
  border-color: rgba(184, 100, 9, 0.4);
}

.ref-card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.ref-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ref-card-item:hover .ref-card-img {
  transform: scale(1.08);
}

.ref-card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.75) 100%);
}

.ref-category-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.ref-kpi-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: linear-gradient(135deg, #b86409 0%, #d97706 100%);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(184, 100, 9, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.ref-card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ref-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.ref-card-item:hover .ref-card-title {
  color: #b86409;
}

.ref-card-text {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.ref-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.ref-client-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ref-link-btn {
  font-size: 0.85rem;
  font-weight: 700;
  color: #b86409;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease;
}

.ref-card-item:hover .ref-link-btn {
  gap: 10px;
}

/* Stats Counter Banner Section */
.ref-stats-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 75px 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.ref-stats-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(184, 100, 9, 0.25) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
}

.ref-stat-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.ref-stat-box:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 100, 9, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.ref-stat-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(184, 100, 9, 0.2) 0%, rgba(217, 119, 6, 0.3) 100%);
  color: #ff9e59;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.ref-stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
  font-family: var(--font-primary);
}

.ref-stat-label {
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Featured Quote Section */
.ref-quote-section {
  background: #ffffff;
  padding: 90px 0;
}

.ref-quote-card {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 24px;
  padding: 48px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  position: relative;
}

.ref-quote-icon {
  font-size: 3rem;
  color: rgba(184, 100, 9, 0.25);
  line-height: 1;
  margin-bottom: 16px;
}

.ref-quote-text {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #334155;
  font-style: italic;
  margin-bottom: 24px;
}

.ref-author-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ref-author-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #b86409;
}

.ref-author-name {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.ref-author-role {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
}

/* CTA Banner Section */
.ref-cta-section {
  padding: 70px 0;
  background: #f8fafc;
}

.ref-cta-banner {
  position: relative;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.95) 100%),
              url('../img/dm_hero_bg.jpg') center/cover no-repeat;
  border-radius: 24px;
  padding: 60px 40px;
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
  overflow: hidden;
}

.ref-cta-btn {
  background: linear-gradient(135deg, #b86409 0%, #d97706 100%);
  color: #ffffff !important;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 25px rgba(184, 100, 9, 0.4);
  transition: all 0.3s ease;
  border: none;
}

.ref-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(184, 100, 9, 0.6);
  background: linear-gradient(135deg, #d97706 0%, #b86409 100%);
}

/* ==============================================================
   10. Modern Projects & Portfolio Section Styling
   ============================================================== */

#projects.projects {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 90px 0;
}

.projects .portfolio-flters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 45px;
  list-style: none;
  padding: 0;
}

.projects .portfolio-flters li {
  padding: 10px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  background: #ffffff;
  color: #475569;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0;
}

.projects .portfolio-flters li:hover {
  color: #b86409;
  border-color: rgba(184, 100, 9, 0.3);
  transform: translateY(-2px);
}

.projects .portfolio-flters li.filter-active {
  background: linear-gradient(135deg, #b86409 0%, #d97706 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(184, 100, 9, 0.35);
}

.projects .portfolio-content {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: #ffffff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 340px;
}

.projects .portfolio-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(184, 100, 9, 0.18);
  border-color: rgba(184, 100, 9, 0.4);
}

.projects .portfolio-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.projects .portfolio-content:hover img {
  transform: scale(1.1);
}

.projects .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all 0.4s ease;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.25) 0%, rgba(15, 23, 42, 0.9) 100%);
  backdrop-filter: blur(4px);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.projects .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.projects .portfolio-content .portfolio-info h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  background: transparent;
  padding: 0;
  margin-bottom: 8px;
  line-height: 1.3;
}

.projects .portfolio-content .portfolio-info p {
  position: relative;
  bottom: 0;
  text-align: left;
  font-size: 0.9rem;
  color: #cbd5e1;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.project-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.projects .portfolio-info .action-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.projects .portfolio-content .portfolio-info .preview-link,
.projects .portfolio-content .portfolio-info .details-link {
  position: static;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.projects .portfolio-content .portfolio-info .preview-link:hover,
.projects .portfolio-content .portfolio-info .details-link:hover {
  background: #b86409;
  border-color: #b86409;
  color: #ffffff;
  transform: scale(1.1);
}

/* ==============================================================
   11. Modern Services Section & Process Styling
   ============================================================== */

#services.services {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 90px 0;
}

.services .service-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 28px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.services .service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #b86409 0%, #d97706 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.services .service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(184, 100, 9, 0.16);
  border-color: rgba(184, 100, 9, 0.3);
}

.services .service-item:hover::before {
  opacity: 1;
}

.services .service-item .icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(184, 100, 9, 0.12) 0%, rgba(217, 119, 6, 0.2) 100%);
  color: #b86409;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 24px;
  transition: all 0.4s ease;
}

.services .service-item:hover .icon {
  background: linear-gradient(135deg, #b86409 0%, #d97706 100%);
  color: #ffffff;
  transform: scale(1.08) rotate(3deg);
  box-shadow: 0 8px 20px rgba(184, 100, 9, 0.35);
}

.services .service-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.services .service-item:hover h3 {
  color: #b86409;
}

.services .service-item p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.services .service-item .readmore {
  font-size: 0.88rem;
  font-weight: 700;
  color: #b86409;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.services .service-item:hover .readmore {
  gap: 12px;
}

/* Process Method Section */
.ref-process-section {
  background: #ffffff;
  padding: 90px 0;
}

.process-step-card {
  background: #f8fafc;
  border-radius: 20px;
  padding: 32px 24px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.process-step-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
  border-color: rgba(184, 100, 9, 0.3);
}

.process-step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b86409 0%, #d97706 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 6px 15px rgba(184, 100, 9, 0.3);
}

.process-step-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.process-step-card p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* ==============================================================
   12. Modern About Page Styling
   ============================================================== */

.about-value-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 28px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: all 0.4s ease;
  height: 100%;
}

.about-value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(184, 100, 9, 0.15);
  border-color: rgba(184, 100, 9, 0.3);
}

.about-value-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(184, 100, 9, 0.12) 0%, rgba(217, 119, 6, 0.2) 100%);
  color: #b86409;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.about-value-card:hover .about-value-icon {
  background: linear-gradient(135deg, #b86409 0%, #d97706 100%);
  color: #ffffff;
  transform: scale(1.08);
}

/* ==============================================================
   13. Modern Contact Page & Form Styling
   ============================================================== */

#contact.contact {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 90px 0;
}

.contact .info-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 24px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  height: 100%;
}

.contact .info-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(184, 100, 9, 0.14);
  border-color: rgba(184, 100, 9, 0.3);
}

.contact .info-item i {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(184, 100, 9, 0.12) 0%, rgba(217, 119, 6, 0.2) 100%);
  color: #b86409;
  font-size: 1.5rem;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.contact .info-item:hover i {
  background: linear-gradient(135deg, #b86409 0%, #d97706 100%);
  color: #ffffff;
  transform: scale(1.08);
}

.contact .info-item h3 {
  font-size: 1.1rem;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact .info-item p {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.contact .php-email-form {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 12px 18px;
  font-size: 0.95rem;
  background: #f8fafc;
  color: #0f172a;
  transition: all 0.3s ease;
  box-shadow: none;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  background: #ffffff;
  border-color: #b86409;
  box-shadow: 0 0 0 4px rgba(184, 100, 9, 0.12);
  outline: none;
}

.contact .php-email-form input {
  height: 50px;
}

.contact .php-email-form textarea {
  padding: 14px 18px;
}

.contact .php-email-form button[type=submit] {
  background: linear-gradient(135deg, #b86409 0%, #d97706 100%);
  border: 0;
  padding: 14px 38px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(184, 100, 9, 0.35);
  transition: all 0.3s ease;
}

.contact .php-email-form button[type=submit]:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(184, 100, 9, 0.5);
  background: linear-gradient(135deg, #d97706 0%, #b86409 100%);
}





