/* SAPS Partnership Page - Full Custom Styles (No Theme Switching) */

/* Footer Layout */
.footer-cols {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .footer-cols {
    flex-wrap: wrap;
  }
}

/* GDPR Cookie Consent Banner */
.cookie-consent-banner {
  position: relative;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(200px);
  width: 90%;
  max-width: 800px;
  background-color: rgba(33, 37, 41, 0.95);
  color: #fff;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: transform 0.3s ease-in-out;
}

.cookie-consent-banner.show {
  transform: translateX(-50%) translateY(0);
}

.cookie-text {
  flex: 1;
  padding-right: 20px;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s;
}

.cookie-btn-accept {
  background-color: #0d6efd;
  color: white;
}

.cookie-btn-accept:hover {
  background-color: #0b5ed7;
}

.cookie-btn-decline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.cookie-btn-decline:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 800px) {
  .cookie-consent-banner {
    flex-direction: column;
    text-align: center;
  }
  
  .cookie-text {
    padding-right: 0;
    padding-bottom: 15px;
  }
}

/* Partnership Hero Section */
.partnership-hero {
  min-height: 100vh;
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.partnership-hero .overlay-photo-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.partnership-hero .particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.partnership-hero .container {
  position: relative;
  z-index: 3;
}

.partnership-highlight-hero {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  margin: 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.partnership-info-box {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 12px;
  margin: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.partnership-details {
  margin-top: 60px;
}

/* Partnership Content Sections */
.partnership-content {
  background: var(--clr-dark-blue);
  padding: 80px 0;
}

.partnership-section {
  margin-bottom: 60px;
}

.partnership-highlight {
  background: linear-gradient(135deg, var(--clr-semi-dark-blue) 0%, var(--clr-extra-dark-grey) 100%);
  border: 1px solid rgba(var(--clr-white-rgb), 0.2);
  padding: 40px;
  border-radius: 12px;
  margin: 40px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.earning-box {
  background: var(--clr-semi-dark-blue);
  border-left: 4px solid var(--clr-main);
  padding: 30px;
  border-radius: 8px;
  margin: 20px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.responsibility-item {
  background: var(--clr-semi-dark-blue);
  border: 1px solid rgba(var(--clr-white-rgb), 0.2);
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Equal Height Solutions for All Box Sections */

/* Hero section: About This Opportunity & What Makes This Different */
.partnership-details {
  display: flex !important;
  flex-wrap: wrap;
}

.partnership-details > .col-12.col-lg-6 {
  display: flex;
  flex-direction: column;
}

/* Services and Target Markets boxes */
.services-target-row {
  display: flex !important;
  flex-wrap: wrap;
}

.services-target-row > .col-lg-6 {
  display: flex;
  flex-direction: column;
}

/* Primary Responsibilities Row 1: Sales & Client Management */
.responsibilities-row-1 {
  display: flex !important;
  flex-wrap: wrap;
}

.responsibilities-row-1 > .col-12.col-lg-6 {
  display: flex;
  flex-direction: column;
}

/* Primary Responsibilities Row 2: Marketing & Administrative */
.responsibilities-row-2 {
  display: flex !important;
  flex-wrap: wrap;
}

.responsibilities-row-2 > .col-12.col-lg-6 {
  display: flex;
  flex-direction: column;
}

/* Earning Projections: Year 1, 2, 3 boxes */
.earning-projections-row {
  display: flex !important;
  flex-wrap: wrap;
}

.earning-projections-row > .col-md-4 {
  display: flex;
  flex-direction: column;
}

.services-box {
  background: var(--clr-semi-dark-blue);
  border: 1px solid rgba(var(--clr-white-rgb), 0.2);
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 100%; /* Fill the parent column */
  display: flex;
  flex-direction: column;
}

.target-markets-box {
  background: var(--clr-semi-dark-blue);
  border: 1px solid rgba(var(--clr-white-rgb), 0.2);
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 100%; /* Fill the parent column */
  display: flex;
  flex-direction: column;
}

/* Partner role introduction box */
.partner-role-intro-box {
  background: var(--clr-semi-dark-blue);
  border-left: 4px solid var(--clr-main);
  padding: 30px;
  border-radius: 8px;
  margin: 20px 0;
}

/* CTA Links and Buttons */
.cta-link {
  display: inline-block;
  background: var(--clr-main);
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 20px 0;
}

.cta-link:hover {
  background: var(--clr-secondary);
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.cta-button {
  display: inline-block;
  background: var(--clr-main);
  color: white !important;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  margin: 25px 0;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.cta-button:hover {
  background: var(--clr-secondary);
  color: white !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.cta-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

/* Contact Form Styles */
.contact-form .form-group {
  margin-bottom: 1.5rem;
}

.contact-form .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: 100%;
  min-height: 50px;
  font-size: 14px;
}

.contact-form .form-control:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: var(--clr-blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 255, 0.25);
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.contact-form .btn-solid {
  width: auto;
  padding: 10px 25px;
  border-radius: 5px;
}

.contact-form .btn-solid:disabled {
  background-color: rgba(0, 123, 255, 0.5);
  cursor: not-allowed;
}

#contact-us .footer-col-content-wrapper {
  max-width: 100%;
  padding-right: 15px;
}

#contact-us .form-group {
  width: 100%;
}

#contact-us .col-12.mb-3 {
  width: 100%;
  padding: 0 15px;
}

#contact-us {
  flex: 0 0 70%;
  max-width: 70%;
}

.social-icons.mb-3 {
  margin-bottom: 20px;
}

.form-message {
  padding: 10px;
  border-radius: 5px;
}

.text-success {
  color: #28a745;
}

.text-danger {
  color: #dc3545;
}