.elementor-3276 .elementor-element.elementor-element-5a6dba6{--display:flex;}.elementor-3276 .elementor-element.elementor-element-e2c8a92{--display:flex;}.elementor-3276 .elementor-element.elementor-element-628d3ff{--display:flex;}.elementor-3276 .elementor-element.elementor-element-41aff0b{--display:flex;}.elementor-3276 .elementor-element.elementor-element-8b5326c{--display:flex;}.elementor-3276 .elementor-element.elementor-element-6ed3d57{--display:flex;}.elementor-3276 .elementor-element.elementor-element-3f47642{--display:flex;}.elementor-3276 .elementor-element.elementor-element-0a55d93{--display:flex;}.elementor-3276 .elementor-element.elementor-element-101cf73{--display:flex;}.elementor-3276 .elementor-element.elementor-element-1a148cf{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f7f0902 */.talent-visa-hero {
  padding: 100px 0;
  position: relative;
}

.talent-visa-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 0 20px;
}

.talent-visa-left {
  flex: 1.2;
}

.talent-badge {
  display: inline-block;
  background: #e9f1ff;
  color: #2f6fed;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.talent-visa-left h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 25px;
  color: #111;
}

.talent-visa-left h1 span {
  color: #2f6fed;
}

.talent-intro {
  font-size: 19px;
  color: #333;
  margin-bottom: 20px;
}

.talent-visa-left p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}

.talent-buttons {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.talent-btn-primary {
  background: #2f6fed;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.talent-btn-primary:hover {
  background: #1f4fc9;
}

.talent-btn-outline {
  border: 2px solid #2f6fed;
  color: #2f6fed;
  padding: 12px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.talent-btn-outline:hover {
  background: #2f6fed;
  color: #fff;
}

.talent-visa-right {
  flex: 0.8;
}

.talent-highlight-box {
  background: linear-gradient(135deg, #2f6fed, #4c8dff);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(47, 111, 237, 0.25);
}

.talent-highlight-box h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.talent-highlight-box ul {
  padding-left: 18px;
  margin-bottom: 25px;
}

.talent-highlight-box ul li {
  margin-bottom: 12px;
  line-height: 1.6;
}

.talent-note {
  font-size: 14px;
  opacity: 0.9;
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 15px;
}

/* Responsive */

@media (max-width: 992px) {
  .talent-visa-container {
    flex-direction: column;
    text-align: center;
  }

  .talent-visa-left h1 {
    font-size: 34px;
  }

  .talent-buttons {
    justify-content: center;
  }

  .talent-visa-right {
    width: 100%;
  }

  .talent-highlight-box {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5b779b */.canada-self-employed-section {
  padding: 110px 0;
  background: #f9fafc;
}

.canada-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  padding: 0 20px;
  align-items: flex-start;
}

.canada-left {
  flex: 1;
  position: relative;
}

.canada-accent {
  width: 6px;
  height: 70px;
  background: #2f6fed;
  margin-bottom: 25px;
}

.canada-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.canada-intro {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.canada-left p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}

.canada-support-note {
  font-size: 15px;
  color: #2f6fed;
  font-weight: 500;
}

.canada-right {
  flex: 1;
}

.canada-requirements {
  background: #ffffff;
  padding: 45px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.canada-requirements h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #111;
}

.requirement-item {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

.requirement-number {
  font-size: 18px;
  font-weight: 700;
  color: #2f6fed;
  min-width: 40px;
}

.requirement-item strong {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: #111;
}

.requirement-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Responsive */

@media (max-width: 992px) {
  .canada-container {
    flex-direction: column;
    gap: 50px;
  }

  .canada-left h2 {
    font-size: 32px;
  }

  .canada-requirements {
    padding: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-587e724 */.canada-media-section {
  padding: 100px 0;
  position: relative;
}

.canada-media-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  padding: 0 20px;
}

/* LEFT PANEL */

.canada-media-left {
  flex: 0.9;
  border-left: 6px solid #2f6fed;
  padding-left: 25px;
  display: flex;
  align-items: center;
}

.canada-media-heading h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #111;
}

.canada-media-heading p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

/* RIGHT SIDE */

.canada-media-right {
  flex: 1.1;
}

.canada-check-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.check-icon {
  background: #2f6fed;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.canada-check-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

.canada-check-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.canada-closing {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 992px) {
  .canada-media-wrapper {
    flex-direction: column;
  }

  .canada-media-left {
    border-left: none;
    border-top: 6px solid #2f6fed;
    padding-left: 0;
    padding-top: 20px;
  }

  .canada-media-heading h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf99db6 */.media-opportunity-section {
  padding: 100px 0;
}

.media-opportunity-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 0 20px;
}

/* LEFT IMAGE */

.media-opportunity-left {
  flex: 1;
}

.media-opportunity-left img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* RIGHT CONTENT */

.media-opportunity-right {
  flex: 1;
}

.media-content-box {
  background: #f7f9fc;
  padding: 50px;
  border-radius: 20px;
}

.media-content-box h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.media-lead {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}

.media-content-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Numbered points */

.media-points {
  margin-top: 20px;
}

.media-point {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #444;
}

.media-point span {
  background: #2f6fed;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}

/* Responsive */

@media (max-width: 992px) {
  .media-opportunity-container {
    flex-direction: column;
  }

  .media-content-box {
    padding: 35px;
  }

  .media-content-box h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75fd016 */.visa-doc-support-section {
  padding: 100px 0;
}

.visa-doc-support-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  padding: 0 20px;
}

.visa-doc-left {
  flex: 0.9;
  position: sticky;
  top: 120px;
  height: fit-content;
}

.visa-doc-left h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #111;
}

.visa-doc-left p {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}

.visa-doc-right {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.doc-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.doc-line {
  width: 4px;
  height: 100%;
  min-height: 70px;
  background: #2f6fed;
  border-radius: 10px;
}

.doc-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.doc-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.doc-disclaimer {
  margin-top: 30px;
  padding: 20px;
  background: #f5f7fb;
  border-left: 4px solid #2f6fed;
  font-size: 14px;
  color: #666;
  border-radius: 8px;
}

/* Responsive */

@media (max-width: 992px) {
  .visa-doc-support-wrapper {
    flex-direction: column;
  }

  .visa-doc-left {
    position: relative;
    top: 0;
  }

  .visa-doc-left h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae6c862 */.media-process-section {
  padding: 100px 0;
  background: #ffffff;
}

.media-process-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.media-process-header {
  text-align: center;
  margin-bottom: 80px;
}

.media-process-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.media-process-header p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

.process-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}

/* Connecting line */
.process-timeline::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 3px;
  background: #e5eaf3;
  z-index: 0;
}

.process-step {
  position: relative;
  background: #f9fbff;
  padding: 30px;
  border-radius: 16px;
  width: 100%;
  text-align: center;
  z-index: 1;
  transition: 0.3s ease;
}

.step-number {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #2f6fed;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-step h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.process-step p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.process-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

/* Responsive */

@media (max-width: 992px) {
  .process-timeline {
    flex-direction: column;
  }

  .process-timeline::before {
    display: none;
  }

  .process-step {
    text-align: left;
  }

  .step-number {
    margin: 0 0 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1b770c */.ideal-for-section {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
}

.ideal-for-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.ideal-header {
  text-align: center;
  margin-bottom: 70px;
}

.ideal-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.ideal-header p {
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: auto;
}

/* Timeline Style Layout */

.ideal-timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 20px;
}

/* Horizontal connecting line */

.ideal-timeline::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #2f6fed, #4c8dff);
  z-index: 0;
}

.ideal-item {
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 1;
}

.ideal-icon {
  width: 90px;
  height: 90px;
  background: #f2f6ff;
  border: 3px solid #2f6fed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 20px auto;
  transition: 0.3s ease;
}

.ideal-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  max-width: 180px;
  margin: auto;
}

.ideal-item:hover .ideal-icon {
  background: #2f6fed;
  color: #fff;
  transform: scale(1.1);
}

/* Responsive */

@media (max-width: 992px) {
  .ideal-timeline {
    flex-direction: column;
    gap: 50px;
  }

  .ideal-timeline::before {
    display: none;
  }

  .ideal-item h3 {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-735fc83 */.choose-brandhexa-section {
  padding: 100px 0;
  background: #f8fafc;
}

.choose-brandhexa-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.choose-brandhexa-header {
  text-align: center;
  margin-bottom: 70px;
}

.choose-brandhexa-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.choose-brandhexa-header p {
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: 0 auto;
}

.choose-brandhexa-wrapper {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

/* Left Timeline */

.choose-left-line {
  flex: 1.4;
  position: relative;
  padding-left: 40px;
  border-left: 3px solid #2f6fed;
}

.choose-item {
  display: flex;
  gap: 20px;
  margin-bottom: 45px;
  position: relative;
}

.choose-number {
  background: #2f6fed;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 50px;
  position: absolute;
  left: -58px;
  top: 0;
}

.choose-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.choose-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Right Highlight Panel */

.choose-right-highlight {
  flex: 0.8;
}

.choose-highlight-box {
  background: #111;
  color: #fff;
  padding: 50px 40px;
  border-radius: 18px;
  position: sticky;
  top: 120px;
}

.choose-highlight-box h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.choose-highlight-box p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
}

/* Responsive */

@media (max-width: 992px) {
  .choose-brandhexa-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .choose-left-line {
    border-left: none;
    padding-left: 0;
  }

  .choose-number {
    position: static;
  }

  .choose-item {
    flex-direction: column;
  }

  .choose-highlight-box {
    position: relative;
    top: 0;
  }

  .choose-brandhexa-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d43243 */.important-disclaimer-section {
  padding: 70px 0;
  background: #fff8f8;
}

.important-disclaimer-wrapper {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 30px;
  padding: 40px;
  border: 2px solid #ffd6d6;
  border-radius: 16px;
  background: #ffffff;
}

.disclaimer-icon-area {
  flex: 0 0 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.disclaimer-icon {
  font-size: 40px;
  background: #ffe9e9;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.disclaimer-content {
  flex: 1;
}

.disclaimer-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #c62828;
}

.disclaimer-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}

.disclaimer-note {
  font-size: 14px;
  color: #666;
  background: #f9f9f9;
  padding: 12px 15px;
  border-left: 4px solid #c62828;
  border-radius: 6px;
}

/* Responsive */

@media (max-width: 768px) {
  .important-disclaimer-wrapper {
    flex-direction: column;
    padding: 25px;
  }

  .disclaimer-icon-area {
    justify-content: flex-start;
  }

  .disclaimer-content h2 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8dd98d *//* FAQ SECTION ONLY */
.faq-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

/* LOCAL CONTAINER */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* TITLE */
.faq-section .faq-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
}

/* FAQ ITEM */
.faq-section .faq-item {
  background: #eef2f3;
  border-radius: 6px;
  margin-bottom: 18px;
}

/* QUESTION */
.faq-section .faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  position: relative;
}

.faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}

/* PLUS / MINUS ICON */
.faq-section .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  font-size: 22px;
}

.faq-section .faq-item[open] summary::after {
  content: "−";
}

/* ANSWER */
.faq-section .faq-item p {
  padding: 0 22px 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}/* End custom CSS */