.elementor-3355 .elementor-element.elementor-element-92d83dc{--display:flex;}.elementor-3355 .elementor-element.elementor-element-3d7f0e0{--display:flex;}.elementor-3355 .elementor-element.elementor-element-fa92086{--display:flex;}.elementor-3355 .elementor-element.elementor-element-91769d9{--display:flex;}.elementor-3355 .elementor-element.elementor-element-b0c73dc{--display:flex;}.elementor-3355 .elementor-element.elementor-element-e833940{--display:flex;}.elementor-3355 .elementor-element.elementor-element-e898692{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6beaa3d */.global-talent-partner {
  padding: 100px 0;
  background: #fff;
}

.global-talent-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 20px;
}

.global-talent-left {
  flex: 1.2;
}

.global-talent-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #111;
}

.global-talent-intro {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.7;
}

.partner-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  margin-bottom: 40px;
}

.step-box {
  display: flex;
  align-items: center;
  gap: 14px;
}

.step-number {
  font-size: 22px;
  font-weight: 700;
  color: #2f6fed;
  background: rgba(47, 111, 237, 0.1);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.step-box p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.partner-cta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-collab-primary {
  background: #2f6fed;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-collab-primary:hover {
  background: #1f4fc9;
}

.btn-collab-secondary {
  border: 2px solid #2f6fed;
  color: #2f6fed;
  padding: 12px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn-collab-secondary:hover {
  background: #2f6fed;
  color: #fff;
}

.global-talent-right {
  flex: 0.9;
  text-align: right;
}

.global-talent-right img {
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Responsive */

@media (max-width: 992px) {
  .global-talent-container {
    flex-direction: column;
    text-align: center;
  }

  .partner-steps {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .global-talent-right {
    margin-top: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-740ca97 */.partners-section {
  padding: 100px 0;
}

.partners-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 0 20px;
}

.partners-text {
  flex: 1;
}

.partners-text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.partners-intro {
  font-size: 17px;
  color: #555;
  margin-bottom: 35px;
  line-height: 1.6;
}

.partners-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.flow-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.flow-number {
  font-size: 26px;
  font-weight: 700;
  color: #2f6fed;
  min-width: 50px;
}

.flow-details h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

.flow-details p {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}

.partners-image {
  flex: 0.9;
  text-align: right;
}

.partners-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Responsive */

@media (max-width: 992px) {
  .partners-content {
    flex-direction: column;
    text-align: center;
  }

  .partners-image {
    margin-top: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca43770 */.partnership-opps-section {
  padding: 100px 0;
  background: #fff;
  position: relative;
}

.partnership-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.partnership-header {
  text-align: center;
  margin-bottom: 60px;
}

.partnership-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.partnership-header p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

.partnership-main {
  display: grid;
  grid-template-columns: 2.2fr 1.8fr;
  gap: 40px;
  align-items: start;
}

.partnership-text .opp-block {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 45px;
  padding: 16px;
  border-radius: 14px;
  transition: 0.3s ease;
}

.opp-icon {
  font-size: 30px;
  line-height: 1;
}

.opp-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2f6fed;
}

.opp-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}

.opp-block.zigzag {
  margin-left: 30px;
}

.opp-block:hover {
  transform: translateX(5px);
}

.partnership-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Responsive */

@media (max-width: 992px) {
  .partnership-main {
    grid-template-columns: 1fr;
  }
  .opp-block.zigzag { margin-left: 0; }
  .partnership-header h2 { font-size: 32px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30f6019 */.partnership-process-section {
  padding: 100px 0;
  background: #f9fbff;
}

.process-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.process-header {
  text-align: center;
  margin-bottom: 60px;
}

.process-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.process-header p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

.process-main {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
}

.process-timeline {
  position: relative;
  padding-left: 30px;
  border-left: 3px solid #2f6fed;
}

.process-step {
  position: relative;
  margin-bottom: 45px;
}

.step-number {
  position: absolute;
  left: -42px;
  top: 0;
  background: #2f6fed;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}

.step-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2f6fed;
}

.step-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.process-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Responsive */

@media (max-width: 992px) {
  .process-main {
    grid-template-columns: 1fr;
  }

  .process-timeline {
    border-left: none;
    padding-left: 0;
  }

  .step-number {
    position: static;
    margin-bottom: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d603fe6 */.partner-benefits-section {
  padding: 110px 20px;
  background: linear-gradient(135deg, #f4f8ff, #eef3ff);
  position: relative;
}

.partner-benefits-wrapper {
  max-width: 1000px;
  margin: auto;
}

.benefits-content {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
  padding: 60px;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(47, 111, 237, 0.12);
  text-align: center;
  position: relative;
}

.benefits-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
}

.benefits-subtext {
  font-size: 17px;
  color: #555;
  max-width: 650px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  text-align: left;
  margin-bottom: 30px;
}

.benefit-item {
  font-size: 16px;
  color: #333;
  padding-left: 28px;
  position: relative;
}

.benefit-item::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2f6fed;
  font-weight: bold;
}

.benefits-note {
  font-size: 15px;
  color: #666;
  border-top: 1px solid #e2e8f5;
  padding-top: 20px;
  margin-top: 20px;
}

/* Decorative floating circles */

.partner-benefits-section::before,
.partner-benefits-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(47, 111, 237, 0.08);
}

.partner-benefits-section::before {
  width: 200px;
  height: 200px;
  top: 40px;
  left: 10%;
}

.partner-benefits-section::after {
  width: 150px;
  height: 150px;
  bottom: 60px;
  right: 15%;
}

/* Responsive */

@media (max-width: 992px) {
  .benefits-list {
    grid-template-columns: 1fr;
  }

  .benefits-content {
    padding: 40px 25px;
  }

  .benefits-content h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b05177 */.partners-modern-section {
  padding: 120px 0;
  background: #ffffff;
  overflow: hidden;
}

.partners-modern-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  align-items: flex-start;
  padding: 0 20px;
}

.partners-modern-left {
  flex: 1.2;
}

.partners-modern-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111;
}

.floating-stack {
  position: relative;
}

.stack-card {
  background: #f4f7ff;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  transition: all 0.3s ease;
  position: relative;
}

.stack-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2f6fed;
  margin-bottom: 8px;
}

.stack-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Overlapping offsets */
.card-2 { margin-left: 30px; }
.card-3 { margin-left: 60px; }
.card-4 { margin-left: 30px; }
.card-5 { margin-left: 60px; }
.card-6 { margin-left: 30px; }

.stack-card:hover {
  transform: translateY(-6px);
  background: #e9f0ff;
}

.partners-modern-right {
  flex: 0.8;
}

.partners-modern-right img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

/* Responsive */

@media (max-width: 992px) {
  .partners-modern-container {
    flex-direction: column;
  }

  .partners-modern-left h2 {
    font-size: 32px;
  }

  .card-2,
  .card-3,
  .card-4,
  .card-5,
  .card-6 {
    margin-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7917e3 */.partner-cta-section {
  padding: 0;
}

.partner-cta-container {
  display: flex;
  max-width: 100%;
}

.partner-cta-left {
  flex: 1;
  background: #2f6fed;
  color: #ffffff;
  padding: 90px 80px;
}

.partner-cta-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.partner-cta-left p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
}

.partner-cta-right {
  flex: 1;
  background: #f8f9fc;
  padding: 90px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}

.partner-cta-btn {
  display: block;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-align: center;
}

/* Button Styles */

.partner-cta-btn.primary {
  background: #2f6fed;
  color: #fff;
}

.partner-cta-btn.primary:hover {
  background: #1f4fc9;
}

.partner-cta-btn.secondary {
  background: #111;
  color: #fff;
}

.partner-cta-btn.secondary:hover {
  background: #000;
}

.partner-cta-btn.outline {
  border: 2px solid #2f6fed;
  color: #2f6fed;
  background: transparent;
}

.partner-cta-btn.outline:hover {
  background: #2f6fed;
  color: #fff;
}

/* Responsive */

@media (max-width: 992px) {
  .partner-cta-container {
    flex-direction: column;
  }

  .partner-cta-left,
  .partner-cta-right {
    padding: 60px 30px;
    text-align: center;
  }

  .partner-cta-left h2 {
    font-size: 30px;
  }
}.partner-cta-left {
  flex: 1;
  background: #2f6fed;
  padding: 90px 80px;
}

.partner-cta-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000; /* Heading Black */
}

.partner-cta-left p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
  color: #ffffff; /* Paragraph White */
}/* End custom CSS */