/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1767075684
Updated: 2025-12-30 06:21:20
*/

.inner-heading {
	text-align: center;
	margin-bottom: 50px;
}

.inner-wrapper, .inner-wrapper p {
	color: #fff !important;
}

.inner-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.inner-card {
	background: #3d5872;
	border-radius: 14px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.inner-card:hover {
	transform: translateY(-8px);
}

.inner-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.inner-card-content {
	padding: 25px;
}

.inner-card h3 {
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 700;
}

.inner-card p {
	font-size: 15px;
	opacity: 0.9;
}

.add_form_btn {
	padding-top: 50px;
	text-align: center;
}

.add_form_btn button {
	background-color: transparent;
	font-size: 20px;
	color: #fff;
	border: none;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
	background-image: linear-gradient(90deg, #D4B13D 64%, #F9E5B3 100%);
	box-shadow: 4px 20px 20px 0px rgba(0, 0, 0, 0.25);
	border-radius: 50px 50px 50px 50px;
	padding: 15px 50px 15px 50px;
}

.processing {
	opacity:0.4;
	position:relative;
}

.processing, .processing * {
	cursor:progress !important;
	pointer-events: none !important;
}


/*Trusted Tab CSS*/

div#hec-trustee-wrapper .dashboard-heading p{
  color: #fff;
}

#hec-trustee-wrapper form {
    max-width: 520px;
    margin: 40px auto;
}

/* Card layout on larger screens */
@media (min-width: 600px) {
    #hec-trustee-wrapper form {
        padding: 25px;
        background: #ffffff;
        border-radius: 14px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
        border: 1px solid #f0f0f0;
    }
}

.inner-wrapper .form-row {
    margin-bottom: 16px;
}

/* Clean input styling */
.inner-wrapper .form-row input {
    padding: 12px 15px !important;
    background-color: #fafafa;
    transition: all 0.25s ease;
    outline: none;
    height: auto !important;
}

/* Soft focus effect */
.inner-wrapper input:focus {
    border-color: #001a35;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgb(0 27 54 / 4%);
}

/* Placeholder styling */
.inner-wrapper input::placeholder {
    color: #9e9e9e;
}

/* Modern gradient button */
.inner-wrapper .btn-primary {
    width: 100%;
    padding: 13px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    background: linear-gradient(135deg, #142f49, #5e86ae);
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover animation */
.inner-wrapper .btn-primary:hover {
    background: linear-gradient(135deg, #142f49, #5e86ae);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Active state */
.inner-wrapper .btn-primary:active {
    transform: translateY(0);
    box-shadow: none;
}

.inner-wrapper .form-row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.inner-wrapper .form-group.col-md-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.inner-wrapper .trustee-card {
	max-width: 520px;
    margin: 40px auto;
	padding: 20px;
	background: #FFFFFF2B !important;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) !important;
	border-radius: 20px !important;
}

.ur-message-content {
	color: #fff;
	font-size: 0.9em;
	font-style: italic;
}

#user-registration .user-registration-ResetPassword p {
	color: #fff !important;
}

.ur-frontend-form .user-registration-Button {
	display: block;
	background: var(--ur-button-background-normal-color,#475bb2);
	width: 100%;
	letter-spacing: .15px;
	margin-top: 10px;
	
	background-color: transparent !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	background-image: linear-gradient(90deg, #D4B13D 64%, #F9E5B3 100%) !important;
	box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
	border-radius: 50px 50px 50px 50px !important;
	padding: 15px 50px 15px 50px !important;
	border: none !important;
	color: #fff !important;
}

#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditProfileForm .user-registration-profile-fields h2 {
    font-size: 42px;
	line-height: 60px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.trustee-panel-hero-sec {
    margin: auto;
    padding: 25px 10% 35px;
    margin-bottom: 60px !important;
    border-radius: 20px;
    position: relative;
    overflow: hidden;

    background: linear-gradient(
        180deg,
        #243f5a 0%,
        #1a2f45 60%,
        #132537 100%
    );

    box-shadow:
        0 20px 50px rgba(0,0,0,0.6),
        inset 0 1px 0 rgba(255,255,255,0.05);
}

.trustee-panel-hero-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;

    background: linear-gradient(
        120deg,
        rgba(224,184,92,1) 0%,
        rgba(204,157,68,0.8) 20%,
        rgba(204,157,68,0.4) 40%,
        rgba(204,157,68,0.15) 55%,
        transparent 70%
    );

    background-size: 250% 250%;
    animation: borderShimmer 10s linear infinite;

    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
    opacity: 0.8;
}

@keyframes borderShimmer {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

#user-registration .trustee-panel-hero-sec h2 {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
	margin-top: 0;
}

#user-registration .trustee-panel-hero-sec h2 span {
    color: #CC9D44;
}

#user-registration .trustee-panel-hero-sec h2::after {
    content: "";
    display: block;
    margin: 14px auto 0;
    width: 90%;
    max-width: 700px;
    height: 3px;
    border-radius: 999px;
    box-shadow: 0 2px 12px rgba(204, 157, 68, 0.35);
    background: linear-gradient(
        90deg,
        rgba(204,157,68,0) 0%,
        #B88A2F 15%,
        #CC9D44 35%,
        #E0B85C 50%,
        #CC9D44 65%,
        #B88A2F 85%,
        rgba(204,157,68,0) 100%
    );
}

#user-registration .trustee-panel-hero-sec p {
    color: #fff !important;
    opacity: 0.85;
    margin: 20px auto;
}

.trustee-panel-hero-sec ul {
    padding-left: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.trustee-panel-hero-sec ul > *:only-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 90%;
	width:400px
}

.trustee-panel-hero-sec ul li {
    border-radius: 18px;
    padding: 30px;
    margin-top: 60px;
    position: relative;

    background: linear-gradient(
        145deg,
        rgba(255,255,255,0.10),
        rgba(255,255,255,0.02)
    );

    border: 1px solid rgba(255,255,255,0.12);

    box-shadow:
        0 30px 60px rgba(0,0,0,0.7),
        inset 0 1px 0 rgba(255,255,255,0.12);
}

.trustee-panel-hero-sec ul li::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);

    width: 120px;
    height: 80px;

    background: radial-gradient(
        ellipse at center,
        rgba(204,157,68,0.35),
        transparent 70%
    );

    filter: blur(20px);
    pointer-events: none;
}

.trustee-panel-hero-sec ul .avatar {
    margin-top: -70px;
    margin-bottom: 10px;
    text-align: center;
}

.trustee-panel-hero-sec ul .avatar img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;

    box-shadow:
        0 0 0 3px rgba(255,255,255,0.08),
        0 0 25px rgba(204,157,68,0.5);
}

.trustee-panel-hero-sec ul .info {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
}

.trustee-panel-hero-sec ul .info small {
    display: block;
}

.trustee-panel-hero-sec ul .info a {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    border-radius: 12px;

    color: #fff !important;
    text-decoration: none;

    background: linear-gradient(
        135deg,
        rgba(42,77,110,0.9),
        rgba(26,47,69,0.9)
    );

    border: 1px solid rgba(255,255,255,0.15);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.1),
        0 10px 20px rgba(0,0,0,0.4);

    transition: all 0.3s ease;
}

.trustee-panel-hero-sec ul .info a:hover {
    background: linear-gradient(135deg, #CC9D44, #E0B85C);
    color: #1a2f45 !important;

    box-shadow:
        0 10px 25px rgba(204,157,68,0.4);
}

/*Responsive CSS*/

@media (min-width: 768px) {
	.inner-wrapper .col-md-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}

/* Small screens spacing */
@media (max-width: 599px) {
    #hec-trustee-wrapper form {
        padding: 0 10px;
    }
    #user-registration.horizontal .user-registration-MyAccount-content {
        padding: 0px !important;
    }
    div#user-registration nav.user-registration-MyAccount-navigation ul li{
    margin-bottom: 10px !important;
    text-align: center;
  }
}
@media (max-width: 1024px) {
	.inner-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.inner-cards {
		grid-template-columns: 1fr;
	}
	
	.form-group.col-md-6 {
	    width: 100%;
	    margin-bottom: 16px;
	}
	
	.trustee-panel-hero-sec ul {
		grid-template-columns: repeat(1, 1fr);
	}
}