@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.home_slider_prev
	{
		left: 25px;
	}
	.home_slider_next
	{
		right: 25px;
	}
	.course_info:first-child
	{
		margin-right: 12px;
	}
	.milestone:not(:last-child)::after
	{
		display: none;
	}
	.team_image
	{
		width: 160px;
		height: 140px;
	}
	
	/* Top Bar Responsiveness for Tablet and Desktop viewports */
	.top_bar_container
	{
		width: 100% !important;
	}
	
	.login_button
	{
		position: static !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		margin: 0 !important;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.main_nav,
	.search_button
	{
		display: none;
	}
	.top_bar_contact_list li i,
	.top_bar_contact_list li > div,
	.login_button a
	{
		font-size: 12px;
	}
	.login_button
	{
		width: 140px;
	}
	.hamburger
	{
		display: inline-block;
		margin-left: 33px;
		/*margin-left: 20px;*/
	}
	.home_slider_form_container
	{
		width: 100%;
	}
	.home_search_button
	{
		margin-top: 15px;
	}
	.feature_col:not(:last-child)
	{
		margin-bottom: 30px;
	}
	.course_col:not(:last-child)
	{
		margin-bottom: 40px;
	}
	.counter_form
	{
	    position: relative;
	    top: 0;
	    right: auto;
	    width: 100%;
	    height: auto;
	    padding-left: 40px;
	    padding-right: 40px;
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.counter_content
	{
		padding-top: 100px;
		padding-bottom: 68px;
	}
	.counter
	{
		padding-bottom: 100px;
	}
	.event_col:not(:last-child)
	{
		margin-bottom: 20px;
	}
	.team_col .team_item
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.team_col:first-child .team_item
	{
		padding-left: 0;
		padding-right: 0px;
	}
	.team_col:nth-child(4n) .team_item
	{
		padding-left: 0px;
		padding-right: 0;
	}
	.team_col:nth-child(odd) .team_item
	{
		padding-right: 6px;
	}
	.team_col:nth-child(even) .team_item
	{
		padding-left: 6px;
	}
	.news_col:not(:last-child)
	{
		margin-bottom: 80px;
	}
	.newsletter_container
	{
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.newsletter_form_container
	{
		margin-top: 19px;
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 60px;
	}
	.footer_contact,
	.footer_links
	{
		padding-left: 0;
	}
	.footer_links ul
	{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.footer_mobile
	{
		float: none;
	}
	.footer_logo_container
	{
		margin-top: 0;
	}
	.copyright
	{
	    height: auto;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.cr_list
	{
		margin-top: 30px;
	}
	.cr_list li:not(:last-child)
	{
		margin-right: 20px;
	}
	.copyright div,
	.cr_list li a
	{
		font-size: 13px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.top_bar
	{
		display: none;
	}
	.home_slider_nav
	{
		display: none;
	}
	.home_slider_title
	{
		font-size: 48px;
	}
	.home_search_form div
	{
		width: 100%;
	}
	.milestone:not(:last-child)
	{
		margin-bottom: 50px;
	}
	.team_col .team_item
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.team_col:first-child .team_item
	{
		padding-left: 0;
		padding-right: 0px;
	}
	.team_col:nth-child(4n) .team_item
	{
		padding-left: 0px;
		padding-right: 0;
	}
	.team_col:nth-child(odd) .team_item
	{
		padding-right: 0px;
	}
	.team_col:nth-child(even) .team_item
	{
		padding-left: 0px;
	}
	
}
/*Newly added by vishal*/
@media (min-width: 375px) {
	.hamburger {
		display: inline-block;
		margin-left: 22px;
	}
}

@media (width: 344px) and (height:882px) {
	.hamburger {
		display: inline-block;
		margin-left: 0px;
	}
}
/*Newly added by vishal*/

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h2
	{
		font-size: 24px;
	}
	p
	{
		font-size: 13px;
	}
	.menu
	{
		width: 100%;
		right: -100%;
	}
	.home_search_input::-webkit-input-placeholder
	{
		font-size: 12px !important;
	}
	.home_search_input:-moz-placeholder
	{
		font-size: 12px !important;
	}
	.home_search_input::-moz-placeholder
	{
		font-size: 12px !important;
	} 
	.home_search_input:-ms-input-placeholder
	{ 
		font-size: 12px !important;
	}
	.home_search_input::input-placeholder
	{
		font-size: 12px !important;
	}
	.dropdown_item_select,
	.home_search_button
	{
		font-size: 12px;
	}
	.home_search_button
	{
		width: 100px;
		height: 40px;
	}
	.newsletter_form_container
	{
		width: 100%;
		padding-left: 0;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}

/****************************************************************************
Responsive Navigation Header Fixes (Redesigned & optimized by Antigravity)
****************************************************************************/

/* Main Header Wrapper */
.header-new {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

/* Top Bar Styling */
.top-bar-new {
    background-color: #2c3e50 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.top-bar-contact-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.top-bar-contact-list li {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #ffffff !important;
    font-size: 13px !important; /* Force explicit size to prevent page-level overrides */
}

.top-bar-contact-list a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    font-size: 13px !important; /* Force explicit size to prevent generic overrides like 'li a { font-size: medium; }' */
}

.top-bar-contact-list .emoji {
    font-size: 14px !important; /* Set proper scale for contact icons/emojis */
    display: inline-block !important;
    vertical-align: middle !important;
}

.top-bar-contact-list a:hover {
    color: #14bdee !important;
}

/* Capsule Buttons */
.btn-capsule-new {
    display: inline-block !important;
    padding: 6px 20px !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
    font-size: 13px !important;
}

.btn-primary-capsule-new {
    background-color: #615dfa !important;
    color: #ffffff !important;
    border: 2px solid #615dfa !important;
}

.btn-primary-capsule-new:hover {
    background-color: #4e4ad6 !important;
    border-color: #4e4ad6 !important;
    transform: translateY(-1px) !important;
}

/* Main Navigation Bar Styling */
.main-header-bar {
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    background-color: #ffffff !important;
    transition: height 0.3s ease !important;
}

.logo-new img {
    height: 52px !important;
    object-fit: contain !important;
    transition: height 0.3s ease !important;
}

/* Navigation Menu */
.nav-menu-new {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
}

.nav-menu-new li {
    display: inline-block !important;
}

.nav-menu-new li a {
    color: #2c3e50 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.nav-menu-new li a:hover {
    color: #14bdee !important;
}

/* Dropdown selector styling */
.lang-dropdown-new {
    padding: 6px 12px !important;
    border-radius: 4px !important;
    border: 1px solid #d2d5df !important;
    background-color: #ffffff !important;
    color: #2c3e50 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    outline: none !important;
    transition: all 0.2s ease !important;
	margin-left:5px;
}

.lang-dropdown-new:focus {
    border-color: #14bdee !important;
    box-shadow: 0 0 0 2px rgba(20, 189, 238, 0.15) !important;
}

/* Hamburger Menu Icon styling */
.hamburger-new {
    display: none !important;
    cursor: pointer !important;
    padding: 8px !important;
    margin-left: 15px !important;
    border-radius: 4px !important;
    transition: background-color 0.2s ease !important;
}

.hamburger-new:hover {
    background-color: #f5f6f9 !important;
}

.hamburger-new i {
    font-size: 28px !important;
    color: #2c3e50 !important; /* Premium dark navy/slate for high visibility contrast on white background */
    margin: 0 !important; /* Reset buggy legacy margins (like margin-left: 1386% in main_styles.css) that push the icon off-screen */
    padding: 0 !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.hamburger-new:hover i {
    color: #14bdee !important; /* Premium brand cyan hover */
}

/* Fix global body padding so layout content does not hide behind the fixed header */
body {
    padding-top: 120px !important;
}

/* Media Query Overrides for Mobile & Tablet */
@media (max-width: 991px) {
    body {
        padding-top: 70px !important;
    }
    
    .top-bar-new {
        display: none !important;
    }

    .main-header-bar {
        height: 70px !important;
    }

    .logo-new img {
        height: 42px !important;
    }

    .hamburger-new {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Guaranteed visibility of language dropdown and container on all mobile/tablet viewports <= 991px */
    #upLanguage {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .lang-dropdown-new {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        max-width: 130px !important;
    }
}

/* Ensure Courses & Classes blocks display side-by-side on desktop viewports */
@media (min-width: 992px) {
    div.team_bodynew {
        width: 49% !important;
        flex: 0 0 49% !important;
        max-width: 49% !important;
        margin: 0 0.5% !important;
    }
}