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

/* Header Code */
.header-right ul,
.header-right li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.header-right li a{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #202020;
}
.header-right img{
	width: 20px !important;
}

/* Careers Page Code */
.img-content-wrap .elementor-image-box-content {
    padding: 10px 15px 22px;
}
.img-content-wrap .elementor-image-box-content span {
    background-color: #0e2140;
    color: #fff;
    padding: 11px 22px;
    display: inline-block;
    border-radius: 25px;
    margin-top: 20px;
}
.img-content-wrap .elementor-image-box-content span:hover{
	 background-color: #202020;
	color: #26BBB8;
}




#wpuf-login-form label,
.wpuf-update-profile-form label{
    color: #1A3662;
    font-weight: 500;
    margin-bottom: 5px;
}
#wpuf-login-form input,
.wpuf-update-profile-form input{
    padding: 12px !important;
    border: 1px solid #202020;
    border-radius: 25px !important;
    outline-color: #066aab;
}
#wpuf-login-form input:focus{
	outline-color: #066aab;
}
#wpuf-login-form > a{
	font-size: 0px !important;
}
input#wp-submit {
    padding: 10px 42px;
    border-radius: 25px 25px 25px 25px;
    font-weight: 700;
}
.wpuf-login-form,
.wpuf-user-loggedin {
    padding: 40px 30px;
    max-width: 650px;
    margin: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background-color: #fff;
}
.submit{
	margin-bottom: 0px;
}
.wpuf-user-loggedin {
    text-align: center;
}
.wpuf-user-loggedin h3 {
    color: #1f2020 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-top: 18px;
}
.wpuf-user-loggedin a{
    color: #202020;
}

/* My Account Page */
.wpuf-menu-item.post,
.wpuf-dashboard-content.post{
	display: none !important;
}
.wpuf-dashboard-navigation li a{
	background-color: #202020;
	padding: 15px;
	color: #fff !important;
	display: block;
}
.wpuf-dashboard-navigation .wpuf-menu-item.active a,
.wpuf-dashboard-navigation li a:hover{
	background-color: #193561;
    color: #fff !important;
}
body .wpuf-dashboard-container .wpuf-dashboard-content{
	padding-left: 40px;
}
.wpuf-dashboard-content a{
	color: #202020;
}
form.wpuf-update-profile-form {
    width: 100%;
}
.wpuf-dashboard-content button{
	border: none !important;
}
li.wpuf-el.form-row.form-row {
    padding-top: 0;
}

/* Blog Details Page */
.latest-blog {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.latest-blog > div{
	width: calc((100% - 60px) / 3);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.event-img{
	height: 220px;
	border-radius: 15px 15px 0px 0px;
	overflow: hidden;
}
.event-img img{
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
	transition: all .4s ease;
}
.latest-blog > div:hover .event-img img{
	transform: scale(1.05) rotate(2deg);
    opacity: .8;
}
.home-event-content {
    padding: 15px 15px 20px;
}
.tit-blg,
.default-btn-style{
    text-decoration: none !important;
    color: #1A3662;
    font-size: 22px;
}
span.time-text {
    padding: 10px 0 !important;
    display: block;
	color: #26bbb8;
	font-weight: 500 !important;
}
.latest-post-excerpt {
    font-weight: 400;
    font-size: 14px;
}
.default-btn-style{
	font-size: 15px !important;
}
.default-btn-style:hover{
	color: #26bbb8 !important;
}
.post-nav{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
ul.page-numbers,
.page-numbers li{
	margin: 0px !important;
	list-style: none !important;
}
.post-nav:has(.page-numbers),
.pagination:has(.page-numbers){
	padding-top: 40px;
}
ul.page-numbers{
	justify-content: center;
	gap: 10px;
	border: none;
	margin-top: 40px !important;
	width: 100%;
}
.page-numbers{
	background-color: #1A3662;
	color: #fff  !important;
    width: 45px;
    height: 45px;
    display: flex !important;
    border-radius: 5px !important;
    text-align: center !important;
    align-items: center;
    justify-content: center;
	font-size: 15px;
    font-weight: 500;
	margin-right: 0px !important;
	text-decoration: none !important;
}
.page-numbers:hover,
.page-numbers.current{
	 background-color: #202020;
     color: #26BBB8 !important;
}



.f-image img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 15px;
	border: 9px solid #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.custom-post-content-wrapper{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px 60px;
}
.custom-post-content-wrapper p{
	font-weight: 400 !important;
}

/* Homework Page Code */
.work-table{
	margin-bottom: 0px !important;
}
.work-table thead:first-child tr:first-child th,
.work-table tbody>tr:nth-child(odd)>td,
.work-table tbody>tr:nth-child(even)>td,
.work-table th{
	border: solid 1px #80808024;
}

.work-table thead{
	background-color: #26bbb8;
	color: #fff;
	text-align: left;
	font-size: 16px;
}
.work-table tbody,
.work-table tbody a{
	color: #1a3662;
}

/* Popup Code */
.sgpb-theme-6-content {
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 30px !important;
}
.sgpb-popup-close-button-6 {
    right: 8px !important;
    top: 8px !important;
}
.sgpb-theme-6-content .wpforms-field {
    padding: 0px 3px 24px !important;
}
.sgpb-popup-builder-content-html input[type=text],
.sgpb-popup-builder-content-html input[type=email],
.sgpb-popup-builder-content-html select,
.start-end-date form input[type=date]{
    border: 1px solid #202020;
    border-radius: 25px !important;
	color: #b0b0b0 !important;
}
.sgpb-popup-builder-content-html input[type=text]:focus,
.sgpb-popup-builder-content-html input[type=email]:focus,
.sgpb-popup-builder-content-html select:focus,
.start-end-date form input:focus{
	outline: 1px solid #066aab !important;
}
.sgpb-popup-builder-content-html input[type=text],
.sgpb-popup-builder-content-html input[type=email]{
	padding: 26px !important;
}
.sgpb-popup-builder-content-html select{
	min-height: 53px !important;
}

.sgpb-popup-builder-content-html button {
    background-color: #1a3662 !important;
    border-radius: 25px !important;
    text-align: center;
}
.sgpb-popup-builder-content-html .wpforms-submit-container{
	margin-top: 0px !important;
}
input[type="file"]{
	padding: 0px !important;
}

/* Lessons Code Start */
.lessons-container {
	width: 100%;
    max-width: 1140px;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
}
.lessons-banner{
    background-image: url(/wp-content/uploads/2025/04/inner-background.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 650px;
	display: flex;
	justify-content: flex-start;
}
.lessons-banner h1,
.lesson-content h2{
    margin: 0;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
}
.lesson-item{
	display: flex;
	gap: 40px;
	padding: 15px 0;
	border-bottom: solid 1px #d8d8d8;
}
.left-date{
	width: 60px;
}
.lesson-content{
	width: calc(100% - 100px);
}
.lesson-date-style{
    background-color: #26bbb8;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 20px;
	line-height: 1.1em;
	text-transform: uppercase;
}
.lesson-content h2{
    font-size: 22px;
}
.lesson-time {
    font-weight: 500;
    margin-top: 10px;
}
.start-end-date form{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: flex-end;
}
.start-end-date form > div{
	width: calc((100% - 60px)/3);
}
.start-end-date form input[type=date]{
	padding: 13.2px 18px !important;
}
.date-button input[type="submit"]{
	border: none !important;
	width: 100%;
}
.lessons-container{
	padding-bottom: 80px;
	padding-top: 80px;
}
.start-end-date {
    margin-bottom: 60px;
}
