/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/*Common CSS Start*/

 .elementor-widget-text-editor a {
  color: #fff;
  transition: all 0.3s ease;
}
.elementor-widget-text-editor a.underline-link {
    text-decoration: underline;
}
.elementor-widget-text-editor a:hover,
.elementor-widget-text-editor a.underline-link:hover {
    text-decoration: none;
    color: var(--e-global-color-bcc5971);
}
.elementor-widget-off-canvas {
	--e-off-canvas-animation-duration: 500ms;
}
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}
.elementor-widget-text-editor ul {
    padding-left: 0;
    list-style: none;
    margin-left: 1rem;
    margin-top: 30px;
    margin-bottom: 30px;
}
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li {
    position: relative;
    margin-bottom: 0.5rem;
}
.elementor-widget-text-editor ul li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: -1rem;
    top: 13px;
    background-color: #fff;
    border-radius: 50%;
}
.elementor-widget-text-editor ol {
    padding-left: 0;
    margin-left: 1rem;
    margin-top: 30px;
    margin-bottom: 30px;
}
.elementor-widget-text-editor li > ul,
.elementor-widget-text-editor li > ol  {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.inner-banner::before{
    background: linear-gradient(180deg, rgba(37, 64, 100, 0) 41.02%, #254064 100%);
}
/* Form CSS Start */
.common-form .gfield_label {
    font-weight: 400 !important;
    font-size: 18px !important;
    margin-bottom: 14px !important;
    line-height: 1.2em;
}	
.common-form .gfield_required {
    display: none;
}	
.common-form .ginput_container_date input {
    width: 100% !important;
}
.common-form .gform_fields {
    grid-row-gap: 44px !important;
}
.common-form textarea{
	height: 140px !important;
	resize: none;
}

.common-form input:not([type="submit"]):not([type="file"]),
.common-form textarea{
    padding: 12px 30px !important;
    border: 2px solid #e5e5e5;
    border-radius: 0 !important;
}
.traffic-pre-trial .ginput_complex {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    column-gap: 30px !important;
}
.traffic-pre-trial .ginput_complex span{
	padding: 0 !important;
}
.common-form input[type="submit"]{
	background-color: var(--e-global-color-bcc5971);
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: var(--e-global-color-14276fd);
    color: var(--e-global-color-14276fd);
    padding: 15px 20px 15px 20px;
    border: none;
    min-width: 263px;
    margin-bottom: 0;
}
.common-form input[type="submit"]:hover{
	background-color: #fff;
}

/* Gravity Forms File Upload Custom Styling */
.common-form .gform_wrapper .ginput_container_fileupload {
    border: 2px dashed #3498db !important;
    border-radius: 0;
    background-color: #fff;
    transition: all 0.3s ease;
    text-align: center;
   	padding: 45px 20px 20px;
    cursor: pointer;
    position: relative;
}
.common-form  .gform_wrapper .ginput_container_fileupload:hover {
  background-color: #f8fbff;
  border-color: #4a9cff;
}

.common-form .gform_wrapper .ginput_container_fileupload input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
}

.common-form  button.gform_delete_file {
    padding: 5px;
    color: red;
}
.common-form .gform_wrapper .ginput_preview{
	margin-top: 32px;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px !important;
}

.common-form  .gform_wrapper .gform_fileupload_rules {
  color: #999;
  font-size: 13px;
  text-align: center;
}

/* Upload Icon + Text Simulation */
.common-form .gform_wrapper .ginput_container_fileupload::before {
    content: "";
    display: block;
    margin-bottom: 10px;
    background-image: url(./images/upload-sign.png);
    width: 20px;
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.common-form .gform_wrapper .ginput_container_fileupload::after {
  content: "Click or drag to this area to upload";
  display: block;
  color: #777;
  font-size: 15px;
}	
/* Form CSS End */	



/*Common CSS End*/

/*Table CSS Start*/
.request-fee-table table#wpdtSimpleTable-1 td[colspan="4"] {
    width: 50%;
}

.request-fee-table table tbody tr:first-child {
    height: 107px;
}
.request-fee-table table tbody td.wpdt-bold {
    font-weight: 600 !important;
}
.request-fee-table table tbody td {
    line-height: 35px !important;
}
.request-fee-table table#wpdtSimpleTable-1 {
    width: 1240px !important;
}
.request-fee-table table tbody td {
    border: 1px solid #254064 !important;


}
/*Table CSS End*/
.mobile-menu .menu-item a {
	text-align: start;
	display: flex;
	justify-content: start;
}



header.sticky-header {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	z-index: 999;
}

header.sticky-header .bottom-header {
	background-color: #000 !important;
	position: fixed;
    top: 0;
    box-shadow: 1px 1px 6px 0px rgba(255, 255, 255, 0.3);
}
.linear-gradient-bg .elementor-custom-embed-image-overlay:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(37, 64, 100, 0) 72.54%, rgba(37, 64, 100, 0.83) 95%), rgba(0, 0, 0, 0.2);
	left: 0;
	bottom: 0;
}

.video-btn {
	cursor: pointer;
}

.video-btn .elementor-button {
	text-align: left;
	width: 100%;
}

.video-btn .elementor-button-content-wrapper {
	justify-content: space-between;
	align-items: center;
}

.video-btn .elementor-button svg {
	display: none;
}

.video-btn .elementor-button-text {
	max-width: 320px !important;
}

.video-btn2 .elementor-button-text {
	max-width: 200px !important;
}

.video-btn .elementor-button-icon {
	width: 60px;
	height: 60px;
	background-image: url(https://6d022eaea5.nxcli.io/wp-content/uploads/2025/11/play-video-btn-icon.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.video-btn.active-btn .elementor-button-icon {
	background-image: url(https://6d022eaea5.nxcli.io/wp-content/uploads/2025/11/pause-video-btn-icon.svg);
}

.video-btn.active .elementor-button-text {
	color: var(--e-global-color-bcc5971);
}

.video-btn.active .elementor-button {
	border-color: var(--e-global-color-bcc5971) !important;
}
/* 
.video-wrapper {
	display: none;
}

.video-wrapper.active {
	display: block;
}
 */

.video-wrapper.active-wrapper h2.elementor-heading-title{display:none;}
.video-wrapper .elementor-custom-embed-image-overlay {
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.image-gradient-bg:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(37, 64, 100, 0) 72.54%, rgba(37, 64, 100, 0.83) 95%);
}

.image-gradient-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/*Staff Directory */

.staff-email {
	width: max-content;
}
.staff-email a svg path {
	transition: fill 0.3s;
}
.staff-email a:hover svg path {
	stroke: #fff;
}
.staff-item {
    min-height: 220px;
}

/*Staff Directory End*/

/* Contact Us Start */
.contact-form input[type="submit"]{
 	min-width: 263px;
}
.contact-form  .gform_footer{
	text-align: center;
}
/* Contact Us End */


/* Single Post  Start */
.post-content a {
    color: var(--e-global-color-bcc5971);
    transition: 0.3s all ease;
}
.post-content a:hover{
	color: var(--e-global-color-a838666);
}
/* Single Post  End */

.file-name {
    margin-top: 20px;
    font-size: 18px;
    color: green;
    font-weight: 600;
    display: inline-block;
}

@media (max-width:1400px) {
	.video-btn .elementor-button-text {
		max-width: calc(100% - 80px) !important;
	}

}
@media (max-width:1200px) {
	.staff-item {
	    min-height: 200px;
	}
	.elementor-widget-text-editor ol,
	.elementor-widget-text-editor ul {
       margin-top: 20px;
       margin-bottom: 20px;
	}
	.request-fee-table table#wpdtSimpleTable-1 {
	    width: max-content !important;
	}
	
	.video-btn .elementor-button-icon {width: 50px;height: 50px;}
}

@media (max-width:1024px) {
	.video-btn .elementor-button-text {
		max-width: 225px !important;
	}

	.judge-list {
		max-width: 800px !important;
	}
	.staff-item {
	    min-height: 150px;
	}
	.video-btn .elementor-button-icon {width: 40px;height: 40px;}
}

@media (max-width:767px) {
	.video-btn .elementor-button-text {
		max-width: calc(100% - 80px) !important;
	}
	.elementor-widget-text-editor ol,
	.elementor-widget-text-editor ul {
       margin-top: 15px;
        margin-bottom: 15px;
	}
}
@media (max-width:640px) {
	.common-form .gform_fields {
	    grid-row-gap: 20px !important;
	}
	.common-form input:not([type="submit"]):not([type="file"]), .common-form textarea {
	    padding: 5px 15px !important;
	}
	.common-form .gfield_label{
		font-size: 16px !important;
	    margin-bottom: 10px !important;
	}
	.traffic-pre-trial .ginput_complex{
		grid-template-columns: repeat(1, 1fr) !important;
		row-gap: 20px !important;
	}	
	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
		line-height: 1em;
	} 
}
@media (max-width:550px) {
	.staff-list {
		--e-con-grid-template-columns: repeat(1, 1fr) !important;
	}
}

@media (max-width:400px) {
	.judge-list > .e-con-inner {
		--e-con-grid-template-columns: repeat(1, 1fr);
	}

}


