/*
Theme Name: Hello Elementor Child
Theme URI: https://welldesignstudio.com/
Description: Child theme of Hello Elementor, by Well Design Studio
Author: Well Design Studio
Author URI: https://welldesignstudio.com/
Template: hello-elementor
Version: 1.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
*/

/* ---------------------------
   Global Font Smoothing
--------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
}

/* ---------------------------
   Typography Styles
--------------------------- */
/* Header Styles */
h1, h2, h3, h4, h5, h6 {
  color: unset;
}

/* Thin Heading Text */
.custom-headline {
  font-weight: 300 !important;
  letter-spacing: -.02em !important;
}

/* ---------------------------
   Elementor Widget Styles
--------------------------- */
/* Text Editor Widget Links */
.elementor-widget-text-editor a,
.elementor-widget-text-editor a:hover,
.elementor-widget-container p a,
.elementor-widget-container p a:hover {
  color: inherit;
  text-decoration: underline !important;
}

/* No gap after the last paragraph in text editor widgets */
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

/* Global Elementor Links */
.elementor a, 
.elementor a:hover {
  color: unset;
}

/* Elementor Toggle Widget Styling */
.elementor-toggle-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

/* ---------------------------
   Video Banner Styles
--------------------------- */
.elementor-background-video-container iframe {
  opacity: 1;
  animation: fadeInOpacity 2s ease-in 1;
}

@keyframes fadeInOpacity {
  0%, 80% { opacity: 0; }
  100% { opacity: 1; }
}

/* ---------------------------
   Utility Classes
--------------------------- */
.no-margin {
  margin: 0; /* Fixed: changed 'none' to '0' */
}

.no-wrap {
  white-space: nowrap;
}

/* ---------------------------
   Button Styling and Hover Effects
--------------------------- */
.elementor-button {
  border-radius: 12px !important;
  transition: transform 0.6s ease, box-shadow 0.6s ease, border-radius 0.4s ease-in-out;
  overflow: hidden;
  margin-bottom: -6px;
}

.elementor-button:hover {
  box-shadow: 0px 5px 30px rgba(255, 171, 145, .5);
  border-radius: 22px !important;
  transition: transform 0.6s ease, box-shadow 0.6s ease, border-radius 0.4s ease-in-out;
  overflow: hidden;
}

/* ---------------------------
   GTranslate Styling
--------------------------- */
.gtranslate-on-dark {
  color: #fff !important;
}

/* ---------------------------
   Responsive Styles
--------------------------- */
@media only screen and (max-width: 767px) {
  .organization-grid {
    grid-template-columns: none !important;
  }
  
  .elementor-element.elementor-element-2d56e47.organization-updater.elementor-widget.elementor-widget-shortcode form {
    padding: 20px;
  }
}

/* ---------------------------
   Misc Element Styles
--------------------------- */
.elementor-element.elementor-element-d9727ea.elementor-widget.elementor-widget-shortcode {
  max-width: 90px !important;
}

select.gt_selector.notranslate {
  padding: 2px !important;
}

.general-resources {
  padding: 80px 0 40px 0px;
  text-align: center;
}
[data-tooltip]:before{
    display: none !important;
}
.slide label {
    text-align: center !important;
    /* justify-content: center; */
    width: 100%;
	line-height: 1.4em !important;
}
.slides-container .slide label {
    text-align: left !important;
    width: auto !important;
}
.slide .role-options label{
 text-align: none !important;
    width: auto !important;
}
.role-options label:hover {
    background-color: #f1fce9;
    box-shadow: 0px 5px 30px rgb(241 252 233);
    border-radius: 22px !important;
    transition: transform 0.6s ease, box-shadow 0.6s ease, border-radius 0.4s ease-in-out;
    overflow: hidden;
}

.info-icon:hover::after {
    background-color: #ff8a65 !important;
    font-family: "Barlow", Sans-serif !important;
}

.role-options label{
	padding: 14px 40px  !important;
}
.slide .role-options label {
    margin: 12px  !important;
}