/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


body{
  background: #061735;
}


/* -----------------------------------------------------------buttons */
/* no fill */
.elementor-element.line .elementor-button {
  background-color: transparent;
  color: #F9F9F9;
  border-color: #F9F9F9;
}

.elementor-element.line .elementor-button:hover {
  background-color: #DA9E4E;
  color: #061735;
	border-color: #DA9E4E;
}
/* whatsapp button blue button */
.elementor-element.blue .elementor-button {
  background-color: transparent;
  color: #17C5BC; 
  border-color: #F9F9F9 !important;
}

.elementor-element.blue .elementor-button:hover {
  background-color: #17C5BC;
  color: #F9F9F9;
}

/* -----------------------------------------------------typography */
.font-400{
	font-weight: 400;
}
.font-300{
	font-weight: 300 !important;
}
.font-bold, .font-bold p{
	font-weight: 700 !important;
}
.font-italic {
  font-style: italic;
}

.custom-large, .custom-large p{
	font-size: 22px;
	font-weight: 300;
}

.custom-large.bolder, .custom-large.bolder p{
	font-size: 20px;
	font-weight: 700;
}

.font-small{
	font-size: 16px !important;
}

.custom-large.bold, .custom-large.bold p{
	font-size: 18px;
	font-weight: 700;
	color: rgb(218, 158, 78);
}
p.elementor-heading-title{
	line-height: 1.5;
}

.gradient-gold {
  background: linear-gradient(90deg, #d1913c, #ffd194);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  line-height: 50px;
}


.gold-text, a.gold-text{
	color: #DA9E4E !important;
}

.underline{
	text-decoration: underline !important;
}

/* somewhere in global CSS */
a.underline:hover {
   font-weight: 700 !important; /* keeps whatever weight it normally has */
}


/* shapes */
.gold-circle{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #DA9E4E;
	flex-shrink: 0;
}
.gold-circle.small{
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

/* ----------------------------------------------carousel */
.elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper, .elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container, .elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper, .elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container {
    padding-bottom: 35px !important;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
	background: #DA9E4E !important;

}

/* animated box */
.gold-hover-card:hover {
  transform: translateY(-20px);
  box-shadow: 0 8px 0 0 rgba(218, 158, 78, 1);
}

/* --------------------------------------------inputs */
input,
textarea,
 select {
  color: white !important; /* Change this to your desired text color */
  border: 1px solid rgba(19, 35, 63, 1) !important;
  background: rgba(6, 23, 53, 1) !important;
}

input:focus
textarea:focus
 select:focus
 border: 1px solid rgba(218, 158, 78, 1) !important;
}
    

/* Placeholder color */
::placeholder{
  color: rgba(142, 151, 166, 1) !important; /* Change this to your desired placeholder color */
  opacity: 1; /* Ensures it's visible in all browsers */
}



/* credit capsules for trainers */
.credits-container{
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  padding: 0;      
  margin: 0;    
  justify-content: center;
}

.credit-container.left{
	justify-content: start !important;
}

.credits-container li{
	padding: 15px 20px;
	display: flex;
	align-items: center;
	background: rgba(249, 249, 249, 0.05);
	color: rgba(249, 249, 249, 1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	gap: 10px;
}

.credits-container-v2{
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: column;
  list-style: none;
  padding: 0;      
  margin: 0;   
	text-align: start;
}

.credits-container-v2.row{

	flex-direction: row;
	justify-content: center;

}

.credits-container-v2 li{
	width: 100%;
	padding: 15px 20px;
	color: rgba(249, 249, 249, 1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	text-align: center;
	line-height: 1.5em;
}

.gold-list {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.gold-list li {
  position: relative;
  /* first line only shifts right by bullet + gap */
  text-indent: 30px;            /* 20px bullet + 10px gap */
  padding-inline-start: 0;            /* important: no left padding */
  line-height: 1.5;
  margin: 0 0 20px 0;           /* spacing between items */
	text-align: start;
}

.gold-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.35em;                  /* tweak to center on the first line */
  width: 20px;
  height: 20px;
  background: #DA9E4E;          /* gold */
  border-radius: 50%;
}

.gold-list.row{
flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
		column-gap: 30px;
}

.gold-list.row li{
  margin: 0;   
}



/* icons */
.icon {
  width: 20px;
}

/* dropdown style accordion */
.e-n-accordion-item-title[aria-expanded="true"] {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.e-opened{
    width: 40px !important;
    height: 40px !important;
}
.e-closed{
        width: 50px !important;
    height: 50px !important;

}
.e-n-accordion-item-title-icon svg{
    width: 100% !important;
    height: 100% !important;
}

/* learn dash styles */
.learndash-wrapper a{
	color: #DA9E4E !important;
	text-decoration: none !important;
}
.ld-accordion__item-attribute-label{
	color: #235af3 !important;
}
.quiz_continue_link a{
	color: #061735 !important;
}
.wpProQuiz_question label{
	color: #DA9E4E !important;
}

/* learndash courses styles  */
.ld_course_grid article {
	border-radius: 12px !important;
	height: 100% !important;
}
/* hide the certificates and points in profile page */
.ld-profile-stat-certificates, .ld-profile-stat-points, .ld-profile-stats p:last-child {
    display: none !important;
}
/* grid */
@media(min-width: 650px)
{
	.span-2-cols {
  grid-column: span 2;
}

.span-2-rows {
  grid-row: span 2;
}
}


/* program structure table in diplomas page */
 .table-structure {
      width: 100%;
      max-width: 885px;
      color: #fff;
      direction: inherit; /* Respects parent dir */
	 display: flex;
	 flex-direction: column;
	 gap: 5px;
    }

    .table-structure > div {
      display: grid;
      grid-template-columns: 1fr 1fr; 
		width: 100%;
		gap: 5px;
    }
    .table-structure.col3 > div {
      grid-template-columns: 1fr 1fr 1fr; 
    }

   .table-structure > div span {
      padding: 20px;	
	  width: 100%;
	  display: flex;
    }

	.table-structure > div span:first-child {
		text-align: end;
		justify-content: flex-end;
}

    /* Odd rows */
    .table-structure > div:nth-child(odd) span {
      background-color: rgba(19, 35, 63, 1);
    }

    /* Even rows */
    .table-structure > div:nth-child(even) span {
      background-color: rgba(11, 28, 57);
    }

    /* RTL Support */
    [dir="rtl"] .table-structure > div {
      direction: rtl;
      text-align: right;
    }


/* error in forms */
.custom-password-error{
	font-size: 12px !important;
    margin-top: 4px !important;
}

/* space between inputs in date picker in register form */
.flatpickr-current-month{
	gap: 20px !important;
}

/* multiselect style */
.choices__inner{
	border: 1px solid rgba(19, 35, 63, 1) !important;
    background: rgba(6, 23, 53, 1) !important;
}
/* items list */
.choices__list{
	background-color: rgba(19, 35, 63, 1) !important;
}
.choices__list choices__list--dropdown{
	background-color: rgba(19, 35, 63, 1) !important;
}

.frm-fluent-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
    color: white !important;
	background-color: rgb(0, 120, 215) !important;
}

/* mobile dropdown */
/* Fix intl-tel-input dropdown width & position */
.intl-tel-input .country-list, .iti__country-list {
/*     width: 100% !important;
	max-width: 450px; */
    white-space: nowrap;
	border-color: rgb(218, 158, 78) !important;
    max-height: 200px;
    overflow-y: auto;
    z-index: 99999 !important;
	background-color: #13233F !important;
}



/* Fix flag dropdown button */
.intl-tel-input .selected-flag {
    padding: 8px 6px;
}

/* Fix input padding to avoid text under flag */
.intl-tel-input input {
    padding-left: 52px !important;
}

/* Ensure dropdown doesn't go off screen */
.intl-tel-input {
    position: relative;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .intl-tel-input .country-list {
        width: 90vw !important;
        left: 5vw !important;
        right: auto !important;
    }
}
.mobile-btn a{
	color: #DA9E4E !important;
}
@media(min-width: 1024px){
	.mobile-btn{
		display: none !important;
	}
}


/* menu bar hide */
#wpadminbar{
	display: none !important;
}