.elementor-567177 .elementor-element.elementor-element-4f0e2da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-567177 .elementor-element.elementor-element-7dad640{--box-border-color:#EBEBEB;box-shadow:0px 0px 2px 0px rgba(0,0,0,0.5);--header-background-color:#E7E6E5;--item-text-hover-decoration:underline;}.elementor-567177 .elementor-element.elementor-element-7dad640 .elementor-toc__header-title{text-align:start;}.elementor-567177 .elementor-element.elementor-element-7dad640 .elementor-toc__header{flex-direction:row;}/* Start custom CSS for table-of-contents, class: .elementor-element-7dad640 */.elementor-toc__list-item:nth-child(n+11){
display:none !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cfdf9e9 *//* ============================
   FEE CARDS
   ============================ */
.tht-fee-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0;
}
.tht-fee-card {
  border: 1px solid #e0dbd2;
  border-radius: 3px;
  overflow: hidden;
}
.tht-fee-card-header {
  background: #2c4a6e;
  color: #fff;
  padding: 10px 14px;
  font-size: 0.82rem;
  font-weight: 700;
}
.tht-fee-item {
  padding: 9px 14px;
  border-bottom: 1px solid #e8e4dd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.tht-fee-item:last-child {
  border-bottom: none;
}
.tht-fee-item.tht-fee-total {
  background: #eef4fb;
  font-weight: 700;
}
.tht-fee-label {
  font-size: 0.83rem;
  color: #555;
}
.tht-fee-value {
  font-size: 0.85rem;
  color: #1a1a1a;
  font-weight: 600;
  text-align: right;
}
.tht-fee-note {
  font-size: 0.78rem;
  color: #999;
  margin-top: 10px;
  font-style: italic;
}

/* ============================
   WARNING BOX
   ============================ */
.tht-warning-box {
  background: #fff8e8;
  border: 1px solid #e8c870;
  border-left: 4px solid #e8a800;
  border-radius: 3px;
  padding: 14px 18px;
  margin: 20px 0 24px;
}
.tht-warning-box p {
  margin: 0;
  font-size: 0.92rem;
  color: #5a4400;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .tht-fee-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cd85f4f *//* ============================
   PATHWAY COMPARISON CARDS
   ============================ */
.tht-pathway-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin: 24px 0;
}
.tht-pathway-card {
  border: 1px solid #e0dbd2;
  border-radius: 3px;
  overflow: hidden;
}
.tht-pathway-header {
  padding: 12px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tht-pathway-189 .tht-pathway-header { background: #2c4a6e; }
.tht-pathway-190 .tht-pathway-header { background: #4a7c59; }
.tht-pathway-491 .tht-pathway-header { background: #7c5a2c; }
.tht-pathway-body {
  padding: 14px;
}
.tht-pathway-body p {
  font-size: 0.86rem;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.6;
}
.tht-pathway-body p:last-child {
  margin: 0;
}
.tht-pathway-tag {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.tht-pathway-189 .tht-pathway-tag {
  background: #e8f0fb;
  color: #2c4a6e;
}
.tht-pathway-190 .tht-pathway-tag {
  background: #e8f5ed;
  color: #4a7c59;
}
.tht-pathway-491 .tht-pathway-tag {
  background: #faf0e4;
  color: #7c5a2c;
}
@media (max-width: 640px) {
  .tht-pathway-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a89424 *//* AUSTRALIA SKILLED VISA FAQ */

.australia-skilled-visa-faq {
    width: 100%;
    margin: 10px 0;
}

.australia-skilled-visa-faq h2 {
    margin: 0 0 10px;
}

/* Individual FAQ row */
.australia-skilled-visa-faq .faq-item {
    margin: 0;
    border-bottom: 1px solid #dedede;
}

/* Visible question */
.australia-skilled-visa-faq .faq-item summary {
    position: relative;
    padding: 18px 42px 18px 0;
    cursor: pointer;
    list-style: none;
    color: #1f2937;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

/* Remove the browser's default arrow */
.australia-skilled-visa-faq .faq-item summary::-webkit-details-marker {
    display: none;
}

.australia-skilled-visa-faq .faq-item summary::marker {
    display: none;
    content: "";
}

/* Plus icon */
.australia-skilled-visa-faq .faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #484a3b;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

/* Minus icon when opened */
.australia-skilled-visa-faq .faq-item[open] summary::after {
    content: "−";
}

/* Answer area */
.australia-skilled-visa-faq .faq-answer {
    padding: 0 38px 18px 0;
}

.australia-skilled-visa-faq .faq-answer p {
    margin: 0;
    color: #333333;
    font-size: 15px;
    line-height: 1.7;
}

/* Mobile */
@media (max-width: 640px) {
    .australia-skilled-visa-faq {
        margin: 32px 0;
    }

    .australia-skilled-visa-faq .faq-item summary {
        padding: 16px 36px 16px 0;
        font-size: 15px;
    }

    .australia-skilled-visa-faq .faq-answer {
        padding: 0 30px 16px 0;
    }

    .australia-skilled-visa-faq .faq-answer p {
        font-size: 14px;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfe5d49 */.coffee-note {
  background: #fff8e7;
  border: 2px solid #facc15;
  padding: 20px 22px;
  margin: 10px 0;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #1f2937;
}

.coffee-note p {
  margin: 0 0 14px;
}

.coffee-note a {
  display: inline-block;
  background: #facc15;
  color: #111827 !important;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 15px;
  transition: 0.3s ease;
}

.coffee-note a:hover {
  background: #eab308;
  transform: translateY(-2px);
}/* End custom CSS */