/* 
Theme Name: Next Genovators Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Wordpress theme for Next Genovators website.
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 */


@font-face {
    font-family: "Sofia-l";
    src: url(assets/fonts/SofiaSansCondensed-Light.ttf);
}
@font-face {
    font-family: "Sofia-r";
    src: url(assets/fonts/SofiaSansCondensed-Regular.ttf);
}
@font-face {
    font-family: "Sofia-m";
    src: url(assets/fonts/SofiaSansCondensed-Medium.ttf);
}
@font-face {
    font-family: "Sofia-sb";
    src: url(assets/fonts/SofiaSansCondensed-SemiBold.ttf);
}
@font-face {
    font-family: "Sofia-b";
    src: url(assets/fonts/SofiaSansCondensed-Bold.ttf);
}
@font-face {
    font-family: "Sofia-eb";
    src: url(assets/fonts/SofiaSansCondensed-ExtraBold.ttf);
}


@font-face {
    font-family: "Sora-l";
    src: url(assets/fonts/Sora-Light.ttf);
}
@font-face {
    font-family: "Sora-r";
    src: url(assets/fonts/Sora-Regular.ttf);
}
@font-face {
    font-family: "Sora-m";
    src: url(assets/fonts/Sora-Medium.ttf);
}
@font-face {
    font-family: "Sora-sb";
    src: url(assets/fonts/Sora-SemiBold.ttf);
}
@font-face {
    font-family: "Sora-b";
    src: url(assets/fonts/Sora-Bold.ttf);
}

body{
    background: #F2F2F2;
}
p,h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
}


/* Header */
.hfe-has-submenu-container{
    position: relative;
    padding-right: 20px;
}
.hfe-has-submenu-container::after{
    position: absolute;
    content: '';
    background: url(assets/images/Arrow-Down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    height: 18px;
    width: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hfe-menu-toggle.sub-arrow{
    display: none;
}
.page-id-7 .hfe-has-submenu-container::after{
    filter: brightness(0) invert(1);
}
.page-id-7 .hfe-site-logo img{
    filter: brightness(0) invert(1);
}
.page-id-7 header,.page-id-1689 header{
    position: absolute !important;
    width: 100%;
}
.page-id-7 header .hfe-nav-menu li.parent a{
    color: #fff !important;
    transition: .3s all;
}
.page-id-7 header .hfe-nav-menu .sub-menu li a{
    color: #303030 !important;
}
.page-id-7 header .hfe-nav-menu .sub-menu li a:hover,.page-id-7 header .hfe-nav-menu .sub-menu li.current_page_item a{
    color: #833CEE !important;
}
#menu-1-0f0004d li{
    position: relative;  
}
#menu-1-0f0004d li::before{
    transition: all 250ms ease-in !important;
    content: "" !important;
    height: 2px !important;
    background-color: #833CEE !important;
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 0;
    opacity: 0;
 
}
#menu-1-0f0004d li:hover::before{
    opacity: 1;
    width: 100% !important;
}
#menu-1-0f0004d .sub-menu li::before{
    display: none !important;
}
.page-id-7 #menu-1-0f0004d li::before{
     background-color: #fff !important;
}
.page-id-7 #menu-1-0f0004d .sub-menu li::before{
     display: none;
}

/* .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, 
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
    position: fixed !important;
    top: 95px;
    left: 0;
    overflow: auto;
} */
.hfe-nav-menu-icon{
    padding: 0 !important;
}


/* body */
.home-banner:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(35.33% 138.92% at 61.94% 59.25%, rgba(80, 26, 160, 0.6) 0%, rgba(50, 7, 114, 0.6) 100%),linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.btns .elementor-button-link svg{
    transition: 0.5s;
}
.btns .elementor-button-link:hover svg{
    transform: translateX(10px);
}






/* winner page starts */
.page-id-948 header {
    background-color: #EEECF2;
}
.winner-banner-title h1 span {
    color: #320772;
}
/* winner page ends */


/* Judges page starts */
.judges-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 72px;
}
.judge-img img{
    border-radius: 10px;
    width: 100%;
    display: block;
    object-fit: cover;
    height: 445px;
}
.judge-img img:hover{
    opacity: .8;
    cursor: pointer;
}
.judge-name {
    margin: 27px 0 7px;
    font-family: "Sora-m";
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.04em;
    color: #181527;
}
.judge-designation{
    font-family: "Sora-r";
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.04em;
    color: #353337;
}
.judge-countryname{
    color: #833CEE;
    font-family: "Sora-m";
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.04em;

}
.hidden {
    display: none;
}
#toggleJudgesBtn{
    text-align: center;
    margin: 0 auto;
    background: #EEECF2;
    border-radius: 10px;
    border: 0;
    padding: 16px 33px;
    font-family: "Sora-r";
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.04em;
    color: #340975;
    transition: 0.5s all; 

}
#toggleJudgesBtn:hover{
    background: #833CEE;
    color:#ffffff; 
}
.readmorebtn{
    margin-top: 106px;
    text-align: center;
}
.no-judges-found h3{
    font-size: 57px;
    line-height:54px;
    letter-spacing: -0.02em;
    color: #303030;
    font-family: "Sofia-eb";
    text-align:center;
    margin-top: 28px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.no-judges-found p{
    font-size: 28px;
    line-height:32px;
    letter-spacing: -0.06em;
    color: #393939;
    font-family: "Sora-r";
    text-align:center;
    width: 78%;
    margin: 0 auto;
}
.no-judges-found img{
    width: 300px;
    margin: 0 auto;
    display: flex;
}
.judges-list:has(.no-judges-found) {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Judges page ends */

/* Award process page form */

.award-process-form .field-row{
    display: flex;
    justify-content: space-between;
}
.award-process-form .field-row .field-label{
    width: 35.26%;
}
.award-process-form .field-row .field-input{
    width: 51.38%;
}
.award-process-form .field-row .field-label label{
    color: #0A0F0D;
    font-family: "Sora-r";
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.04em;
}
.award-process-form .field-row .field-label label sup{
    color: #833CEE;
}
.award-process-form .field-row .field-input input,
.award-process-form .field-row .field-input select{
	height: 56px !important;
	padding: 15px 21px;
	background: #E3E0EA;
	border-radius: 10px;
	border: none !important;
	font-size: 14px;
	line-height: 18px;
	font-family:"Sora-r";
	color: #0A0F0D;
}
.award-process-form .field-row .field-input select {
	appearance: none !important;
	background-image: url('https://nextgenovators.com/wp-content/uploads/2025/05/arrow-down-3101.svg') !important;
	background-repeat: no-repeat;
	background-position: right 20px center;
  	background-size: 12px;
  	padding-right: 30px;
    color: #9C8DBF !important;
}
.award-process-form .field-row .field-input input::placeholder,
.award-process-form .field-row textarea::placeholder{
	color: #9C8DBF;
}
.award-process-form .field-row .field-input input:focus-visible,
.award-process-form .field-row .field-input select:focus-visible,
.award-process-form .field-row textarea:focus-visible{
	outline:none !important;


}
/* .award-process-form .field-row .field-input input:focus-visible P{
    background: linear-gradient(323.78deg, #833CEE 0%, #E3E0EA 84.99%);
    border-radius: 12px;
} */
.award-process-form .field-row{
	margin-bottom: 44px;
}
.award-process-form .field-row .field-input p{
	font-size: 14px;
	line-height: 18px;
	font-family:"Sora-r";
	color: #A37DBA;
	display: flex;
	flex-direction: column;
	row-gap: 21px;
}
.award-process-form .field-row .field-input .input-msg{
	margin-top: 10px;
}
.award-process-form .field-row textarea{
	height: 163px;
	padding: 20px 21px;
	background: #E3E0EA;
	border-radius: 10px;
	border: none;
	font-size: 14px;
	line-height: 18px;
	font-family:"Sora-r";
	color: #0A0F0D;
}
.award-process-form .nomination H4{
	font-size: 28px;
	line-height: 35px;
	font-family:"Sora-m" !important;
	color: #0A0F0D;
    padding: 57px 0;
}
.codedropz-upload-handler{
	border:1px dashed #A37DBA;
	margin: 0;
	background: #E3E0EA;
	height: 163px;
}
.codedropz-upload-container{
	padding: 42px 20px;
}
.codedropz-upload-handler h4,.codedropz-upload-handler span,.codedropz-upload-handler a{
	font-size: 14px;
	line-height: 26px;
	font-family:"Sora-r";
	color: #833CEE;
}
.codedropz-upload-handler span{
	color: #AD83ED;
}
.dnd-upload-counter{
	display:none;
}
.submit-btn input{
	padding: 10px 28px !important;
	border: 1px solid #833CEE !important;
	border-radius: 10px !important;
	font-size: 26px !important;
	line-height: 31px !important;
	 font-family: "Sofia-sb" !important;
	color: #fff !important;
	letter-spacing: -0.04em !important;
	background: #833CEE !important;
    text-transform: uppercase;
}
.submit-btn input:hover{
	background: #fff !important;
	color: #833CEE !important;
}
.submit-btn{
    width: 51.38%;
    margin-left: auto;
}

/* Contact page form */
.contact-form .field-row{
    display: flex;
    justify-content: space-between;
    row-gap: 16px;
    width: 100%;
    margin-bottom: 41px;
}
.contact-form .field-row input,.contact-form .field-row textarea{
    width: 100%;
    height: 56px;
    background: #E3E0EA;
    border: none;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 18px;
    font-family: "Sora-r";
    color: #0A0F0D;
}
.contact-form .field-row textarea{
    height: 181px;
    padding: 20px;
}
.contact-form .field-row .field-col{
    width: 48.47%;
}
.contact-form .field-row label{
    color: #0A0F0D;
    font-family: "Sora-r";
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
}
.contact-form .field-row p{
    width: 100%;
}
.contact-submit input{
	padding: 11px 54px !important;
    border: 1px solid #833CEE !important;
    border-radius: 10px !important;
    font-size: 26px !important;
    line-height: 31px !important;
    font-family: "Sofia-sb" !important;
    color: #fff !important;
    letter-spacing: -0.04em !important;
    background: #833CEE !important;
    text-transform: uppercase;
}
.contact-submit input:hover{
	background: #fff !important;
    color: #833CEE !important;
}
.contact-submit .wpcf7-spinner{
	display: none;
}
.contact-submit{
	text-align: center;
}







.become-a-judge-why-join .elementor-icon-box-content {
    min-height: 239px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.become-a-judge-criteria .box {
    border-left: 1px solid #A37DBA;
}
.become-a-judge-criteria .box:nth-child(3n+1) {
    border-left: none;
}
.become-judge-form-title h2 span {
    color: #833CEE;
}
.award-process-form .field-row .field-input .agree-checkbox label {
	color: #303030;
	display: flex;
	gap: 8px;
    margin-top: 27px;
}
.award-process-form .field-row .field-input .agree-checkbox .wpcf7-list-item {
    margin: 0;
}
.award-process-form .field-row .field-input .agree-checkbox label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 14px;
    width: 14px;
    flex: 0 0 14px;
    padding: 0;
    background-color: #E3E0EA;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease;
}
.award-process-form .field-row .field-input .agree-checkbox label input:checked {
    background-color: #833CEE;
}
.award-process-form .field-row .field-input .agree-checkbox label input:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2.5px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: block;
    transform: rotate(45deg);
}

.thank-you-message {
  display: none;
}
body {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;         /* Standard */
}



/******************Responsive Styles******************/
@media screen and (max-width: 991px){
    .judges-list{
        grid-template-columns: 1fr 1fr;
    row-gap: 50px;}
    .judge-name,.judge-countryname {
    font-size: 25px;
    line-height: 31px;}
    .judge-designation{
    font-size: 20px;
    line-height: 30px;}
    .readmorebtn{
    margin-top: 90px;}
    .become-a-judge-criteria .box:nth-child(3n+1) {
        border-left: 1px solid #A37DBA;
    }
    .become-a-judge-criteria .box:nth-child(2n+1) {
        border-left: none;
    }
 
}

@media screen and (max-width: 767px){
    /* .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu{
        display: block !important;
    } */

    .page-id-7 header .hfe-nav-menu li.parent a{
        color:#303030 !important;
    }
    .page-id-7 .hfe-has-submenu-container::after{
        filter: none !important;
    }
    .hfe-has-submenu-container::after{
        right: 20px;
    }
    .award-process-form .field-row {
        margin-bottom: 30px;
    }
    .become-a-judge-why-join .elementor-icon-box-content {
        min-height: 239px;
    }
    .become-a-judge-why-join .elementor-icon-box-content {
        min-height: 198px;
    }
    .no-judges-found h3{
        font-size: 34px;
        line-height: 34px;
    }
    .no-judges-found p{
        font-size: 22px;
        line-height: 28px;
        width: 100%;
    }
    .award-accordion .acco-header a{
        margin-left: 31px;
    }
    .hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown{
        overflow-x: hidden;
    }
}

@media screen and (max-width: 575px){
     .judges-list{
        grid-template-columns: 1fr ;
        row-gap: 40px; }
    .judge-name {
          margin: 15px 0 0px;}
    .judge-name,.judge-countryname {
        font-size: 20px;
        line-height: 26px;}
    .judge-designation{
        font-size: 16px;
        line-height: 26px;}
    .become-a-judge-criteria .box:nth-child(3n+1) {
        border-left: none;
    }
    .become-a-judge-criteria .box {
        border-left: none;
        border-bottom: 1px solid #A37DBA;
    }
    .become-a-judge-criteria .box:last-child {
        border-bottom: none;
    }
    .award-process-form .field-row{
        flex-direction: column;
    }
    .award-process-form .field-row .field-label,.award-process-form .field-row .field-input,.submit-btn{
        width: 100%;
    }
     .award-process-form .field-row .field-label{
        margin-bottom: 8px;
     }
     .award-process-form .nomination h4{
        padding: 30px 0px;
     }
     .contact-form .field-row{
        flex-direction: column;
        margin-bottom: 30px;
     }
     .contact-form .field-row .field-col{
        width: 100%;
    }
}