/* 
Theme Name:		 Hello Elementor Child
Description:	 Hello Elementor Child is a child theme of Hello Elementor.
Author:			 KP
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/

.elementor-widget-text-editor, .elementor-widget-wcf--text {
	line-height: inherit !important;
}

.dragon-subtitle {
	padding-left: 32px;
	position: relative;
}

.dragon-subtitle:before {
	content: '';
	width: 28px;
	height: 25px;
	background: url(/wp-content/uploads/2025/11/dragon-subtitle.png);
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

#scroll-section {
	max-height: 430px;
	overflow-y: scroll;
}

#scroll-section::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #005b603b;
}

#scroll-section::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}

#scroll-section::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #005b60;
}

.gradient-outline a {
	background: linear-gradient(#fdfbf8, #fdfbf8) padding-box, linear-gradient(50deg, #005B60, #EA6011) border-box !important;
	border-color: transparent !important;
    border: 1px solid transparent !important;
    min-width: 300px;
}

b, strong {
	font-weight: 700 !important;
}

.border-box {
    position: relative;
    z-index: 1;
}

.border-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(180deg, #005b60 0%, #ea6011 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

@media (max-width: 1200px) {
	.gradient-outline a {
		min-width: auto !important;
	}
}

@media (max-width: 768px) and (min-width: 541px) {
	#scroll-section {
		max-height: 320px;
	}
}