﻿/* =========================================
   SHARED "READY TO BUILD" CONTACT SECTION
   + NEWSLETTER FOOTER
   Used on every page via footer.php
========================================= */

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: #ffffff;
  color: #111111;
}

.custom-container {
  max-width: 1240px;
  width: 100%;
}
.sv-img {
    border-radius: 15px;
}
.contact-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Left Form Styling */
.form-heading {
  font-family: 'Bricolage Grotesque', 'Plus Jakarta Sans', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #0f1434;
}

.custom-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 6px;
}

.custom-input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #cccccc !important;
  border-radius: 0 !important;
  padding: 8px 0 12px 0 !important;
  font-size: 0.95rem;
  color: #111111 !important;
  box-shadow: none !important;
}

.custom-input::placeholder {
  color: #a0a0a0;
  font-weight: 400;
}

.custom-select {
  cursor: pointer;
}

.input-icon-right {
  position: absolute;
  right: 0;
  bottom: 12px;
  color: #777777;
  font-size: 1.1rem;
  pointer-events: none;
}

/* Dual Capsule Button */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.cta-btn .btn-text {
  background-color: #2b2e30;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
}

.cta-btn .btn-text .dot {
  width: 7px;
  height: 7px;
  background-color: #ea332d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
}

.cta-btn .btn-arrow {
  background-color: #2b2e30;
  color: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cta-btn:hover .btn-text {
  background-color: #111111;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.cta-btn:hover .btn-text .dot {
  transform: scale(1.3);
  box-shadow: 0 0 8px rgba(234, 51, 45, 0.7);
}

.cta-btn:hover .btn-arrow {
  background-color: #ea332d;
  transform: translate(2px, -2px) rotate(45deg);
}

.cta-btn:active .btn-text {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

/* Right Slider & Capsule Dots */
.slider-wrapper {
  height: 620px;
  border-radius: 28px;
  overflow: hidden;
  background-color: #111111;
}

.slider-img {
  height: 620px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.custom-dots-capsule {
  position: absolute;
  bottom: 24px;
  left: 50% !important;
  transform: translateX(-50%);
  margin: 0 !important;
  padding: 6px 14px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex !important;
  align-items: center;
  gap: 8px;
  z-index: 10;
  width: auto !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.custom-dots-capsule button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #ea332d !important;
  opacity: 0.35 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.custom-dots-capsule button.active {
  opacity: 1 !important;
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .form-heading {
    font-size: 2.5rem;
  }

  .slider-wrapper,
  .slider-img {
    height: 480px;
  }
}

@media (max-width: 576px) {
  .form-heading {
    font-size: 2rem;
  }

  .slider-wrapper,
  .slider-img {
    height: 380px;
  }
}

/* Newsletter Banner */
.newsletter-banner-section {
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.brand-heading {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: #1a2332;
  line-height: 1.1;
}

.brand-light {
  font-weight: 700;
}

.brand-desc {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.45;
  font-weight: 400;
}

.newsletter-dual-pill {
  display: inline-flex;
  align-items: center;
  background-color: #313335;
  border-radius: 50px;
  padding: 4px;
  max-width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.pill-input {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 0.85rem;
  padding: 10px 18px;
  min-width: 250px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.pill-input::placeholder {
  color: #b0b3b6;
  font-weight: 400;
}

.pill-btn {
  background-color: #3a3d40;
  color: #e5e7eb;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pill-btn:hover {
  background-color: #4a4e52;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .newsletter-dual-pill {
    width: 100%;
  }

  .pill-input {
    min-width: 0;
    width: 100%;
    font-size: 0.8rem;
    padding: 8px 12px;
  }

  .pill-btn {
    padding: 8px 14px;
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .newsletter-dual-pill {
    flex-direction: column;
    border-radius: 20px;
    padding: 8px;
    gap: 8px;
  }

  .pill-btn {
    width: 100%;
    justify-content: center;
  }
}
