/*
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 Defaults */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
}

body {
  overflow-x: hidden;
}

/* List Styles */
body ul, body ol {
  margin-top: 0;
}

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

/* Elementor Widget Defaults */
.elementor-widget-text-editor a, .elementor-widget-text-editor a:hover,
.elementor-widget-container p a, .elementor-widget-container p a:hover {
  color: inherit;
}

.elementor-widget-divider .elementor-divider,
.elementor-widget-spacer,
.elementor-widget-divider {
  margin-bottom: 0 !important;
  overflow: hidden;
}

.elementor-widget-icon {
  line-height: 1em;
}

.elementor-widget p:last-child {
  margin: 0;
}

.elementor-widget-wrap > aside.elementor-section {
  width: auto;
}

.elementor-widget-nav-menu li.menu-item > a.elementor-item > span.hidden {
  display: none;
}

.elementor a, .elementor a:hover {
  color: unset;
}

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

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

/* Custom Utility Classes */
.no-margin {
  margin: none;
}

.no-wrap {
  white-space: nowrap;
}
body p a{
    color: #4f46e5 !important;
    
}
/* Additional Styles */
/* (Place additional custom styles here) */

.gradient-text {
    background: -webkit-linear-gradient(45deg, #3B409B 0%, #48CAE1 100%);
    background: linear-gradient(45deg, #3B409B 0%, #48CAE1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback for non-webkit browsers */
    display: inline !important; /* Ensures proper rendering */
	    padding: 0 0 0 0.5px;
}

.gradient-text-alt {
    background: -webkit-linear-gradient(45deg, #48CAE1 0%, #75FBD4 100%);
    background: linear-gradient(45deg, #48CAE1 0%, #75FBD4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback for non-webkit browsers */
    display: inline !important; /* Ensures proper rendering */
	    padding: 0 0 0 0.5px;
}


/* Footer Styles */
/* (Define footer styles here) */

/* Miscellaneous Styles */
/* (Define miscellaneous styles here) */


/* Password protected pages */
/* .page-id-7318 .elementor.elementor-6024.elementor-location-header {
    background: #3c409b;
}
.page-id-7318 .elementor.elementor-299.elementor-location-footer {
    display: none !important;
} */
main#content .boldgrid-section{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 1000px !important;
    margin: auto !important;
}
form.form-inline.post-password-form p{
    justify-content: center !important;
    padding: 10px 0px;
}
input#pwbox-7318 {
    margin-top: 10px !important;
}
.page-id-7318  .elementor-element.elementor-element-191b73c.elementor-hidden-mobile.e-flex.e-con-boxed.e-con.e-parent {
    height: 200px;
    margin-top: -90px;
}