/*trade&Trariff highlights*/
.gbl_program_benefits {
  padding:0;
}

.gbl_container {
  max-width: 1200px;
  margin: 0 auto;
}

.gbl_heading_wrap {
  text-align: center;
  margin-bottom: 40px;
}

.gbl_main_heading {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  color: #1c1c1c;
  margin: 0;
}

.gbl_card_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.gbl_info_card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: 0.3s ease;
}

.gbl_info_card:hover {
  transform: translateY(-4px);
}

.gbl_card_title {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 12px;
  line-height: 1.4;
}

.gbl_card_desc {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .gbl_main_heading {
    font-size: 28px;
  }

  .gbl_card_title {
    font-size: 20px;
  }

  .gbl_card_desc {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .gbl_program_benefits {
    padding: 40px 15px;
  }

  .gbl_card_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gbl_main_heading {
    font-size: 24px;
  }

  .gbl_info_card {
    padding: 20px;
    border-radius: 12px;
  }

  .gbl_card_title {
    font-size: 18px;
  }

  .gbl_card_desc {
    font-size: 14px;
    line-height: 1.7;
  }
}
/*trade&Trariff highlights*/

/*trade&Trariff Whos Programme*/
.who-is-this-for-section {
  padding: 70px 20px;
  font-family: Arial, sans-serif;
}

.who-is-this-for-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #1d4ed8;
  background: rgba(29, 78, 216, 0.08);
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.6px;
  margin-bottom: 18px;
}

.section-header h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.audience-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 30px 24px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.audience-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}

.audience-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.audience-number {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.audience-card h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #111827;
  margin: 0;
  font-weight: 700;
}

.audience-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 22px;
}

.audience-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.audience-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.7;
  color: #1e293b;
}

.audience-list li:last-child {
  margin-bottom: 0;
}

.audience-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.12);
}

/* Tablet */
@media (max-width: 991px) {
  .section-header h2 {
    font-size: 34px;
  }

  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .who-is-this-for-section {
    padding: 50px 15px;
  }

  .section-header {
    margin-bottom: 35px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .audience-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .audience-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .audience-card h3 {
    font-size: 20px;
  }

  .audience-desc,
  .audience-list li {
    font-size: 14px;
  }

  .audience-number {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 16px;
  }
}
/*trade&Trariff Whos Programme*/

/*trade&Trariff Curriculum*/
.curriculum-week-section {
  padding:0px;
  font-family: Arial, sans-serif;
}

.curriculum-week-section .container {
  max-width: 1280px;
  margin: 0 auto;
}

.curriculum-header {
  text-align: center;
  margin-bottom: 50px;
}

.curriculum-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #1d4ed8;
  background: rgba(29, 78, 216, 0.08);
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.curriculum-header h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.2;
  color: #0f172a;
  font-weight: 700;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.week-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #dbe4f0;
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
}

.week-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #1d4ed8, #2563eb);
}

.week-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.week-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.week-card h3 {
  font-size: 22px;
  line-height: 1.35;
  color: #111827;
  margin: 0 0 14px;
  font-weight: 700;
}

.week-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #475569;
}

/* Tablet */
@media (max-width: 991px) {
  .curriculum-header h2 {
    font-size: 34px;
  }

  .curriculum-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .week-card h3 {
    font-size: 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .curriculum-week-section {
    padding: 55px 15px;
  }

  .curriculum-header {
    margin-bottom: 35px;
  }

  .curriculum-header h2 {
    font-size: 28px;
  }

  .curriculum-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .week-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .week-badge {
    font-size: 13px;
    padding: 7px 14px;
    margin-bottom: 14px;
  }

  .week-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .week-card p {
    font-size: 14px;
    line-height: 1.7;
  }
}
/*trade&Trariff Curriculum*/


/*trade&Trariff Faculty*/
.faculty-profile-section {
  padding: 20px 20px;
  font-family: Arial, sans-serif;
}

.faculty-profile-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.faculty-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.faculty-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #dbe4f0;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.07);
  transition: all 0.3s ease;
  height: 100%;
}

.faculty-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.faculty-image-wrap {
  flex: 0 0 180px;
  width: 180px;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  background: #eaf1fb;
  box-shadow: inset 0 0 0 1px #dbe4f0;
}

.faculty-image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  margin:0 !important;
}

.faculty-content {
  flex: 1;
}

.faculty-content h3 {
  font-size: 28px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 8px;
  font-weight: 700;
}

.faculty-content h4 {
  font-size: 17px;
  line-height: 1.5;
  color: #1d4ed8;
  margin: 0 0 16px;
  font-weight: 700;
}

.faculty-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #475569;
}

/* Tablet */
@media (max-width: 991px) {
  .faculty-grid {
    grid-template-columns: 1fr;
  }

  .faculty-content h3 {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .faculty-profile-section {
    padding: 55px 15px;
  }

  .faculty-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 18px;
    border-radius: 18px;
  }

  .faculty-image-wrap {
    width: 100%;
    height: 280px;
    flex: none;
    border-radius: 16px;
  }

  .faculty-content h3 {
    font-size: 22px;
  }

  .faculty-content h4 {
    font-size: 16px;
  }

  .faculty-content p {
    font-size: 14px;
    line-height: 1.8;
  }
}
/*trade&Trariff Faculty*/

/*trade&Trariff Admission Process*/
.ttadmi_section {
  padding: 25px 25px;
  font-family: Arial, sans-serif;
}

.ttadmi_container {
  max-width: 1200px;
  margin: 0 auto;
}

.ttadmi_header {
  text-align: center;
  margin-bottom: 45px;
}

.ttadmi_label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #1d4ed8;
  background: rgba(29, 78, 216, 0.08);
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}

.ttadmi_steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ttadmi_card {
  position: relative;
  background: #ffffff;
  border: 1px solid #dbe4f0;
  border-radius: 22px;
  padding: 30px 24px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
}

.ttadmi_card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #1d4ed8, #2563eb);
}

.ttadmi_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.ttadmi_step_no {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.ttadmi_title {
  font-size: 24px;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 18px;
  font-weight: 700;
}

.ttadmi_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ttadmi_list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
  list-style:none;
}

.ttadmi_list li:last-child {
  margin-bottom: 0;
}

.ttadmi_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.10);
}

/* Tablet */
@media (max-width: 991px) {
  .ttadmi_steps {
    grid-template-columns: 1fr;
  }

  .ttadmi_title {
    font-size: 22px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ttadmi_section {
    padding: 55px 15px;
  }

  .ttadmi_header {
    margin-bottom: 30px;
  }

  .ttadmi_card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .ttadmi_step_no {
    font-size: 13px;
    padding: 7px 14px;
    margin-bottom: 14px;
  }

  .ttadmi_title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .ttadmi_list li {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 24px;
  }
}
/*trade&Trariff Admission Process*/


/*trade&Trariff FAQ*/
.ttfaq_section {
  padding: 20px 20px;
  font-family: Arial, sans-serif;
}

.ttfaq_container {
  max-width: 1000px;
  margin: 0 auto;
}

.ttfaq_header {
  text-align: center;
  margin-bottom: 40px;
}

.ttfaq_label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #1d4ed8;
  background: rgba(29, 78, 216, 0.08);
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.ttfaq_heading {
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  color: #0f172a;
  font-weight: 700;
}

.ttfaq_list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ttfaq_item {
  background: #ffffff;
  border: 1px solid #dbe4f0;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}

.ttfaq_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.ttfaq_question {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  padding: 24px 26px 16px;
  cursor: default;
  font-size: 20px;
  line-height: 1.5;
  color: #0f172a;
  font-weight: 700;
}

.ttfaq_answer {
  padding: 0 26px 24px;
}

.ttfaq_answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #475569;
}

/* Tablet */
@media (max-width: 991px) {
  .ttfaq_heading {
    font-size: 32px;
  }

  .ttfaq_question {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ttfaq_section {
    padding: 55px 15px;
  }

  .ttfaq_header {
    margin-bottom: 28px;
  }

  .ttfaq_heading {
    font-size: 26px;
  }

  .ttfaq_item {
    border-radius: 16px;
  }

  .ttfaq_question {
    padding: 18px 18px 12px;
    font-size: 16px;
    line-height: 1.5;
  }

  .ttfaq_answer {
    padding: 0 18px 18px;
  }

  .ttfaq_answer p {
    font-size: 14px;
    line-height: 1.75;
  }
}
/*trade&Trariff FAQ*/