/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.heading-h {
  background: linear-gradient(90deg, #1E3A8A 0%, #080F24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  text-fill-color: transparent; 
}

/* forms */
.contact-us input::placeholder   {
  color: #B7B7B7; 
  font-size: 16px; 
 font-family: 'Gilroy' !important;
}
.contact-us #form-field-name:hover, #form-field-email:hover, #form-field-field_f674b06:hover, #form-field-field_9d58c35:hover, #form-field-field_bba3a22:hover, #form-field-field_36ad12b:hover{
    border:1px solid #FF0000;
}
.contact-bottom::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/contact-blurb.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    bottom: -212px;
    right: 52px;
    max-width: 458px;
    height: 236px;
    z-index: 3;
    background-size: cover;
}

.contact-us button{
        background-image: linear-gradient(90deg, #1E3A8A 0%, #12C6FF 100%);
}

/* webinar and event template week day css */
#week-day .elementor-shortcode {
    font-family: "Gilroy", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    color: var(--e-global-color-text);
}

/****/

.swiper-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.main-swiper {
    height: 400px;
    margin-bottom: 20px;
}

.thumbs-swiper {
    height: 120px;
    box-sizing: border-box;
    padding: 10px 0;
}

.thumbs-swiper .swiper-slide {
    width: 98px;
    height: 98px;
    opacity: 0.4;
    cursor: pointer;
}

.thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.webinar-events-download-button{
	color: white !important;
	padding: 5px 15px 5px 15px !important;
	font-size: 14px !important;
}

.sort-webinars {
  position: relative;
  padding-right: 16px; /* leave room for arrow */
  display: inline-block;
}

/* Arrow created with :after */
.sort-webinars::after {
  content: "";
  position: absolute;
  right: 0;
  top: 44%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #717171;
  border-bottom: 1px solid #717171;
  transform: translateY(-50%) rotate(45deg); /* ↘ becomes ⌄ */
  transition: transform 0.2s ease;
}

.sort-webinars{
	cursor:pointer;
}
span.sort-webinars.asc {
    font-size: 15px;
}
/* Rotate arrow up (toggle class to show ascending sort) */
.sort-webinars.asc::after {
  transform: translateY(-50%) rotate(-135deg); /* ↗ becomes ⌃ */
	top:54%;
}

/*Transition to the loading effect on the webinar archive page*/
.latest_webinar_loading {
  transition: opacity 0.3s ease-in-out;
}
