/*
Theme Name: Sephience HCP
Theme URI: https://elementor.com/hello-theme/
Description: A lightweight, plain-vanilla, best suited for building your site using Elementor page builder.
Author: Sephience
Author URI: https://sephience.com/
Template: hello-elementor
Version: 1.0.0
Requires at least: 4.7
Requires PHP: 7.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sephiencehcp
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Add your custom styles below this line */

.gradient-border {
   position: relative !important;
   z-index: 0 !important;
 }
 
.gradient-border::before {
   content: '' !important;
   position: absolute !important;
   inset: 0 !important;
   padding: 5px !important;
   background: linear-gradient(180deg, #FFAA00 0%, #FECF00 100%) !important;
   opacity: 0.75 !important;
   border-radius: inherit !important;
 
   -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0) !important;
     -webkit-mask-composite: xor !important;
     mask-composite: exclude !important;
}

.botom-cta .elementor-button {
  width: 100% !important;
   min-width: 229px !important;
   max-width: 100% !important;
   text-align: center !important;
 }

.isi-tray-section:not(.hidden) .isi-tray-content {
  display: flex;
}

.isi-tray-section.expanded .isi-tray-content, .isi-tray-section.hidden .isi-tray-content {
  display: none;
}

.isi-tray-content {
  display: none;
}