/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 04:19:42 */
body, html {
	overflow-x: hidden;
}

.michroma-texts {
	font-family: 'Michroma', sans-serif !important;
}

.elementor-counter-number-wrapper {
	font-family: 'Michroma', sans-serif;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links a {
	color: white;
}

.article-banner-title {
	color: #ffffff;
	max-width: 1060px;
	margin: 0;
}

.article-banner-date {
	color: #ffffff;
}

.article-title {
	padding-left: 4.5ch;
    text-indent: -5ch;
}

.article-button {
	text-align: left;
}
.article-button .parallelogram-btn {
	display: inline-block;
	transform: skewX(-35deg);
	background: transparent;
	border: 3px solid #00AFAA;
	border-radius: 8px;
	padding: 15px 50px;
	cursor: pointer;
	transition: background 0.3s ease;
}
.article-button .parallelogram-btn:hover {
	background: rgba(0, 229, 208, 0.15);
}
.article-button .parallelogram-btn a {
	display: inline-block;
	transform: skewX(35deg);
	color: #00AFAA;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 500;
}

.article-link {
	color: black;
}

.article-link-white {
	color: white;
}

@media only screen and (max-width: 768px) {
	.article-title {
		padding-left: 4ch;
		text-indent: -4ch;
	}
	.article-button {
          text-align: center;
	}
    .article-button .parallelogram-btn {
         padding: 12px 30px;
         text-align: center;
    }
    .article-button .parallelogram-btn a {
         font-size: 14px;
    }
}

.hp-banner-partner {
	margin-top: -380px;
}

.accredition-logo img {
	max-height: 90px;
	width: auto;
	height: auto;
}

.dropdown-wrapper {
	position: relative;
	width: 100%;
}

.dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 18px 24px;
	background: #f0f4f8;
	border: 3px solid #011E41;
	cursor: pointer;
	user-select: none;
	margin-bottom: 15px;
}

.dropdown-toggle span {
	font-size: 20px;
	font-weight: 500;
}

.dropdown-toggle .chevron {
	font-size: 20px;
	transition: transform 0.3s ease;
}

.dropdown-toggle.open .chevron {
	transform: rotate(180deg);
}

.dropdown-menu {
	position: absolute;
	background: #fff;
	border: 2px solid #011E41;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	z-index: 10;
	min-width: 239px;
}

.dropdown-menu.open {
	max-height: 400px;
	opacity: 1;
	overflow-y: auto;
}

.dropdown-menu li {
	list-style: none;
	padding: 14px 24px;
	font-size: 17px;
	color: #011E41;
	cursor: pointer;
	transition: background 0.2s;
}

.dropdown-menu li:hover {
	background: #e8f0fe;
}

.dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
}

.entry-content .dropdown-wrapper .dropdown-menu {
    padding-left: 0;
	margin-top: 9px;
	margin-bottom: 9px;
	width: 100%;
}

.banner-vector{
	position: absolute; 
	left: 0;  
	pointer-events: none; 
	opacity: 1;
}

.banner-vector-photo{
	position: absolute; 
	top: -100px;
	width: 75%;
	right: -20px; 
	pointer-events: none; 
	opacity: 0.85;
}

.toggle-btn {
	cursor: pointer;
	display: inline-flex;
	transition: transform 0.3s ease;
}
.toggle-btn.active svg {
	transform: rotate(180deg);
}

#option1, #option2, #option3 {
	display: none !important;
}

#option1.show, #option2.show, #option3.show{
	display: block !important;
}

@media (max-width: 1750px){
	.banner-vector-photo{
		width: 85%;
	}
}

@media (max-width: 1450px){
	.banner-vector{
		bottom: -750px;
	}
	.banner-vector-photo{
		width: 100%;
	}
}

@media (max-width: 768px){
	 .banner-vector{
		bottom: -170px;
	}
	.banner-vector-photo{
		width: 100%;
	}
	.dropdown-toggle{
		padding: 9px 12px;
	}
}

@media (max-width: 767px){
	/* Rotate arrow when active */
    .mobile-toggle-btn {
      cursor: pointer;
      display: inline-flex;
      transition: transform 0.3s ease;
    }
    .mobile-toggle-btn.active svg {
      transform: rotate(180deg);
    }	
	#course-overview , #prerequisites, #prerequisites-2, #accredited-by, #safety, #equipment, #positioning, #rescue, #certificate, #firefighting, #security, #emergency, #article_text1, #article_text2 {
		display: none !important;
	}
	#course-overview.show , #prerequisites.show, #prerequisites-2.show, #accredited-by.show, #safety.show, #equipment.show, #positioning.show, #rescue.show , #certificate.show , #firefighting.show, #security.show, #emergency.show, #article_text1.show, #article_text2.show {
      display: block !important;
    }
}

/* Courses Container Styling */

.courses-container {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

/* Header & Nav */
.courses-container .courses-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.courses-container .courses-title {
    font-size: 3rem;
    margin: 0;
}

.courses-container .courses-navigation {
    display: flex;
    gap: 35px;
}

.courses-container .custom-nav {
    position: relative !important;
    width: 40px !important;
    height: 35px !important;
    margin-top: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: skewX(-20deg); /* The slant */
    border-radius: 4px; /* Subtle rounding of corners */
}

/* Remove Swiper's default arrow font */
.courses-container .custom-nav::after {
    display: none !important;
}

/* Icon wrapper un-skews the arrow inside */
.courses-container .icon-wrapper {
    transform: skewX(20deg); 
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LEFT BUTTON: Dark Blue Background, Yellow Arrow */
.courses-container .nav-prev {
    background-color: #011E41;
    color: #ECE83A;
}

/* RIGHT BUTTON: Yellow Background, Dark Blue Arrow */
.courses-container .nav-next {
    background-color: #ECE83A;
    color: #011E41;
}

/* HOVER STATE: Both become Dark Blue Background, Yellow Arrow */
.courses-container .custom-nav:hover {
    background-color: #011E41!important;
    color: #ECE83A !important;
}

/* Optional: Disabled state transparency */
.courses-container .swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
}

/* Course Card */
.courses-container .course-card {
    border: 1px solid #d1e3a5;
    border-radius: 15px;
    padding: 30px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

.courses-container .course-name {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

.courses-container .learn-more {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    color: #0d2238;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 2px solid #0d2238;
    padding-bottom: 8px;
    transition: opacity 0.3s ease;
    font-family: 'Michroma', sans-serif;
}

.courses-container .learn-more img {
    max-width: 40px;
    margin-left: 10px;
    display: block;
    margin-top: 5px;
}

.courses-container .arrow-icon {
    background: var(--accent-green);
    color: var(--primary-blue);
    padding: 2px 8px;
    margin-left: 10px;
    border-radius: 4px;
    transform: skewX(-15deg);
}

/* Progress Bar */
.courses-container .courses-progress-wrapper {
    height: 4px;
    background-color: #011E41;
    margin-top: 50px;
    position: relative;
    width: 100%;
}

.courses-container .courses-progress-line {
    position: absolute;
    height: 100%;
    background: #00cfb4; /* The teal color in your image */
    transition: 0.3s ease;
}

/* Courses Filter Style */
  #courses-filter-wrap .custom-select {
      position: relative;
      min-width: 200px;
      user-select: none;
  }

#courses-filter-wrap .custom-select-trigger {
	  font-family: 'Michroma', Sans-Serif;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 16px;
      color: #011E41;
      cursor: pointer;
  }

  #courses-filter-wrap .custom-select-arrow {
      transition: transform 0.3s ease;
      color: #011E41;
      flex-shrink: 0;
      margin-left: 10px;
  }

  #courses-filter-wrap .custom-select.open .custom-select-arrow {
      transform: rotate(180deg);
  }

  #courses-filter-wrap .custom-select-options {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      border: solid 1px #011E41;
      margin-top: 10px;
	  background: white;
      padding: 0;
      list-style: none;
      z-index: 100;
      max-height: 200px;
      overflow-y: auto;
  }

  #courses-filter-wrap .custom-select.open .custom-select-options {
      display: block;
  }

  #courses-filter-wrap .custom-select-options li {
      padding: 10px 16px;
      cursor: pointer;
      font-size: 16px;
      font-family: 'Michroma', Sans-Serif;
      color: #011E41;
  }

  #courses-filter-wrap .custom-select-options li:hover {
      background: #f0f4e8;
  }

  #courses-filter-wrap .custom-select-options li.selected {
      font-weight: 700;
  }

.courses-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
  }

.courses-filters {
      display: flex;
      gap: 20px;
      margin-bottom: 50px;
  }

.courses-filter-group{
	width: 50%;
}

.courses-load-more-wrap{
	text-align: center;
    margin-top: 20px;
}

#courses-load-more {
	display: inline-block;
	transform: skewX(-35deg);
	background: transparent;
	border: 3px solid #011E41;
	border-radius: 8px;
	padding: 15px 50px;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
	color: #011E41;
	font-size: 16px;
	font-weight: 500;
}

#courses-load-more:hover {
	background: #0A3A7A;
	color: #fff;
	border-color: #0A3A7A;
}
  
#courses-load-more span {
	display: inline-block;
	transform: skewX(35deg);
}

@media(max-width: 768px){
	.courses-filter-group{
		width: 100%;
	}
}

#filter-category, #filter-location{
	border-radius: 0px;
	border: solid 1px #011E41;
	appearance: none;
}

.-wrap {
      text-align: center;
      margin-top: 40px;
  }

  @media (max-width: 1024px) {
      .courses-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }

  @media (max-width: 768px) {
      .courses-filters {
          flex-direction: column;
      }
      .courses-grid {
          grid-template-columns: 1fr;
      }
  }

/* Book Now Button */
.item-center{
	display: flex;
	justify-content: center;
}

.book-now-btn {
	margin-top: 12px;
	padding: 12px 32px;
	background-color: #011E41;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
	width: 30%;
}

.book-now-btn:hover {
	background-color: #03305e;
}

/* Country DropDown Select */
.cs-dropdown-menu[style*="block"] {
	max-height: 500px !important;
	opacity: 1 !important;
	overflow: visible !important;
}

/* Post Article 3-column grid */
.post-articles .pa-flex-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 30px;
}
.post-articles .pa-card {
    flex: 0 1 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
}
.post-articles .pa-image-wrapper {
    width: 100%;
}
.post-articles .pa-image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.post-articles .pa-content-box {
    background: #ffffff;
    width: 88%;
    padding: 30px;
    border-radius: 12px 0 12px 12px;
    margin-top: -100px;
    z-index: 2;
    box-sizing: border-box;
	min-height: 230px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-articles .pa-title {
    margin: 0 0 10px 0;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.post-articles .pa-text {
    margin: 0 0 25px 0;
    color: #333;
    font-size: 18px;
}
.post-articles .pa-read-more {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    color: #0d2238;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 2px solid #0d2238;
    padding-bottom: 4px;
    transition: opacity 0.3s ease;
    font-family: 'Michroma', sans-serif;
	align-self: flex-start;
}
.post-articles .pa-read-more:hover {
    opacity: 0.7;
}
.post-articles .pa-icon {
    width: 32px;
    height: auto;
    margin-left: 12px;
}

/* Article Pagination */
.post-articles .pa-pagination {
    text-align: center;
    margin-top: 50px;
}
.post-articles .pa-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 8px;
}
.post-articles .pa-pagination li {
    display: inline-block;
}
.post-articles .pa-pagination a,
.post-articles .pa-pagination span {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    color: #0d2238;
    font-size: 14px;
    transition: all 0.3s ease;
}
.post-articles .pa-pagination a:hover {
    background: #0d2238;
    color: #fff;
    border-color: #0d2238;
}
.post-articles .pa-pagination .current {
    background: #0d2238;
    color: #fff;
    border-color: #0d2238;
}

.course-image {
	margin-top: auto;
	margin-bottom: 12px;
}

.course-image img{
	max-width: 100px;
    max-height: 70px;
}

/* Mobile */
@media (max-width: 768px) {
    .post-articles .pa-card {
        flex: 0 1 100%;
    }
}
/* Tablet - 2 columns */
@media (min-width: 769px) and (max-width: 1024px) {
    .post-articles .pa-card {
        flex: 0 1 calc(50% - 15px);
    }
}


.courses-search{
	width: 100%;
	gap: 20px;
	margin-bottom: 10px;
	align-items: center;
	display: flex;
	flex-direction: row;
}

.search-course-bar {
    gap: 10px;
    display: flex;
    width: 50%;
    padding: 10px 16px;
    border: solid 1px #011E41;
    flex-direction: row;
    align-items: center;
}

.courses-search-input {
	font-family: 'Michroma', Sans-Serif;
	height: auto !important;
	color: black;
	padding: 0 !important;
	box-shadow: none !important;
	border: none !important;
	outline: none !important;
	font-size: 18px ;
	background: transparent;
}

.courses-search-input::placeholder {
	color: #999;
}

.courses-search-btn {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: #2D6A2E;
	color: white;
	cursor: pointer;
}

.courses-search-btn:hover {
	background: #245524;
	color: white;
}

.submit-button-filter{
	width: 50%;
}

.courses-filter-label{
	font-size: 16px;
	font-weight: 700;
}

@media (max-width: 768px){
	.search-course-bar{
		width: 100%;
	}
	.submit-button-filter{
		width:auto;
	}
	.courses-search-input{
		font-size: 14px !important;
	}
	.courses-search{
		gap: 10px;
		margin-bottom: 20px;
	}
}