/* 
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 */


.notice-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.notice-tag {
  background: #d32f2f;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}
/*=============== Admission form style =============*/
.admission-from-section .nf-form-wrap .nf-field-element h2{
	color: var( --e-global-color-primary ) !important;
}
.admission-from-section .nf-form-wrap .nf-before-form-content {
	display:none;
}
.admission-from-section .nf-form-wrap .nf-form-content label {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}

.admission-from-section .nf-form-wrap .nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
	border-radius: 5px !important;
}
.admission-from-section .nf-form-wrap .nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
	transition: all .5s;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 30px;
	color: #fff;
	background-color: var( --e-global-color-secondary ) !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: var( --e-global-color-secondary ) !important;
	border-radius: 30px !important;
	padding: 10px 40px 10px 40px !important;
}
.admission-from-section .nf-form-wrap .nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"]:hover{
	color: var( --e-global-color-secondary ) !important;
  	background-color: #02010100 !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: var( --e-global-color-secondary ) !important;
	border-radius: 30px !important;
}
.admission-from-section .nf-form-wrap .nf-form-content label {
	font-size:15px;
	line-height:22px;
	}
.admission-from-section .gender .nf-field-element ul{
	display:flex;
	flex-wrap:wrap;
	column-gap:30px;
}
.admission-from-section .listradio-wrap .nf-field-element label.nf-checked-label:before {
    top: 0.36em;
}
.admission-from-section .nf-form-wrap .nf-error-wrap{
	margin-bottom:10px;
}
.admission-from-section .html-wrap .nf-field-element {
    font-size: 32px;
    font-weight: 500;
}


/* =========================
   General Wrapper Styles
   ========================= */
.overview-section,
.learning-objectives,
.career-opportunities,
.department-facilities,
.apply-interested {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* =========================
   Headings
   ========================= */
.overview-section h3,
.learning-objectives h3,
.career-opportunities h3,
.department-facilities h3,
.apply-interested h3 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

/* =========================
   Paragraphs / Descriptions
   ========================= */
.overview-section p,
.apply-interested p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}

/* =========================
   Lists
   ========================= */
.learning-objectives ul,
.career-opportunities ul,
.department-facilities ul {
    list-style: disc inside;
    padding-left: 15px;
    margin: 10px 0 0 0;
}

.learning-objectives li,
.career-opportunities li,
.department-facilities li {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 5px;
    position: relative;
}

/* Optional: add custom bullet icon */
.learning-objectives li::before,
.career-opportunities li::before,
.department-facilities li::before {
    content: '•';
    color: #FF6B00; /* accent color */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* =========================
   Apply Now Button
   ========================= */
.apply-interested .apply-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background-color: #FF6B00;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.apply-interested .apply-btn:hover {
    background-color: #e65b00;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
#nf-form-1-cont .nf-form-fields-required{
	display:none;
}
#nf-form-1-cont .nf-form-fields-required .ninja-forms-req-symbol{
	display:none;
}
#nf-form-1-cont .nf-field-label{
	display:none;
}
#nf-form-1-cont .nf-field-element textarea {
    height: 120px;
}


/* =========================
   Responsive
   ========================= */
@media (max-width: 768px) {
    .overview-section,
    .learning-objectives,
    .career-opportunities,
    .department-facilities,
    .apply-interested {
        padding: 15px;
    }

    .overview-section h3,
    .learning-objectives h3,
    .career-opportunities h3,
    .department_facilities h3,
    .apply-interested h3 {
        font-size: 1.5rem;
    }
}


