@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
	--black:#121212;
	--orange:#f8991d;
	--blue:#003772;
}

.text-black{	color:var(--black);   }
.text-blue{	color: var(--blue);}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:100%;
}
body {
	font-family: Arial,sans-serif;
    font-size: 16px;
    color: var(--black);
    line-height: 22px;
	font-weight: 400;
	overflow-x: hidden;
	background: #F5F8F7;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	}

a {	color:#000000;	text-decoration:none;}

a:hover {text-decoration:none; color: var(--yellow);}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}


ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color: var(--black);
	margin: 0;
}

.light{	    font-weight:300; }
.regular{	font-weight:400; }
.medium{	font-weight:500; }
.semibold{	font-weight:600; }
.bold{	    font-weight:700; }
.extrabold{	font-weight:800; }



h1, .fs-34 {	font-size: 34px; 	line-height: 42px;}
.h1{    font-size: 32px;	line-height: 42px;}
h2,.fs-30 {	font-size: 30px;	line-height: 38px;}
.h2,.fs-28{	font-size: 28px;	line-height: 36px;}
h3,.fs-26 {	font-size: 26px;	line-height: 34px;}
.h3,.fs-24{	font-size: 24px;	line-height: 32px;}
h4,.fs-22 {	font-size: 22px;	line-height: 28px;}
.h4,.fs-20{	font-size: 20px;	line-height: 28px;}
.fs-19	{	font-size: 19px;	line-height: 25px;}
h5, .fs-18 {	font-size: 18px;	line-height: 28px;}
.fs-17	   {   font-size: 17px; line-height: 23px;}
.h5, .fs-16{	font-size: 16px;	line-height: 24px;}
h6, .fs-14 {	font-size: 14px;	line-height: 20px;}
.fs-12 {	font-size: 12px;	line-height: 16px;}



p:not(:last-child), p:not(:last-of-type){
	margin-bottom: 25px;
}

.text-justify{
	text-align: justify;
}

p:last-child{
	margin: 0;
}

.text-underline{
	text-decoration: underline !important;
}

.butn , .butn:hover {
    display: inline-block;
    background: var(--orange);
    border-radius: 5px;
    color: #ffffff;
    padding: 15px 55px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform:capitalize;
	transition: all .4s;
}

.light-butn{
	background: #f4e7e0;
	color: #000;
}

.text-orange{color: var(--orange);}

.border-orange{
	border-color: var(--orange) !important;
}

.bg-blue{
	background: var(--blue);
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */

.container{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.main {
    background-color: #eee;
    z-index: 2;
    position: relative;
}

.container-md{
	max-width: 1000px;
}


/*------------------------------------*\
     PAGE
\*------------------------------------*/

.home-banner, .sub-banner{
	min-height: 570px;
	background-size: 100% auto;
    background-repeat: no-repeat;
}

.icheck-primary {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 15px 0;
}

/* Course Cards - Enhanced Styling */
.cta-item {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
    cursor: pointer;
}

.cta-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.cta-item img{
	height: 190px;
	object-fit: cover;
	width: 100%;
    transition: transform 0.4s ease;
}

.cta-item:hover img {
    transform: scale(1.1);
}

.course-image-wrapper {
    position: relative;
    overflow: hidden;
}

.course-location {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 120, 170, 0.95);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.course-school, .course-duration {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.course-school i, .course-duration i {
    color: #0078AA;
    margin-right: 5px;
}

.btn-explore {
    background: #0078AA;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-explore:hover {
    background: #005f8a;
    color: white;
    padding-right: 20px;
    text-decoration: none;
}

#social_footer {
    padding-top: 10px;
    margin-top: 10px;
}

.cta-prize {
    background: linear-gradient(135deg, #FF6B35 0%, #ff8555 100%);
    padding: 8px 20px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(255, 107, 53, 0.3);
    z-index: 10;
}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2%;
    width: 104%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-theme.owl-carousel .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover{
	font-size: 20px;
	background: transparent;
	color: #000;
}

.bg-gray{
	background: #d4d4d4;;
}

.sub-banner h1{
	font-size: 60px;
	font-weight: 800;
}

.bg-lightorange{
	background-color: #f5eee9;
}

.left-right-img img{
	max-width: 450px;
	height: 450px;
	object-fit: cover;
	margin: 0 auto;
	display: table;
}

/* Dropdown Groups - Vertical Layout */
.dropdown-group {
    margin-bottom: 20px;
}

.dropdown-group:last-child {
    margin-bottom: 0;
}

.dropdown-group-title {
    font-size: 15px;
    font-weight: 700;
    color: #0078AA;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #0078AA;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-list li {
    padding: 0;
    margin-bottom: 2px;
}

.dropdown-list li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-weight: 500;
}

.dropdown-list li a:hover {
    background-color: rgba(0, 120, 170, 0.1);
    color: #0078AA;
    padding-left: 20px;
}

/* Legacy support */
ul.dropdown_column h4 {
    font-size: 17px;
    font-weight: 700;
}

ul.dropdown_column {
    padding-right: 20px;
    list-style: none;
}

ul.dropdown_column li{
	padding-bottom: 5px;
}

.search-form .dropdown-menu {
	max-height: 400px;
	overflow-y: auto;
    min-width: 280px;
    max-width: 100%;
}

.search-form label{
	opacity: .5;
}

/* Column wrap - no flex on mobile */
.column-wrap {
    width: 100%;
}

/* Responsive Dropdown */
@media (max-width: 767px) {
    .search-form .dropdown-menu {
        width: 90vw;
        max-width: 90vw;
        left: 50% !important;
        transform: translateX(-50%);
    }
    
    .dropdown-group-title {
        font-size: 14px;
    }
    
    .dropdown-list li a {
        padding: 12px 15px;
        font-size: 15px;
    }
    
    .search-form .form-item.border-start {
        border-left: none !important;
        padding-left: 0;
    }
}

.price-text{
	font-size: 48px;
	line-height: 54px;
	display: block;
}

.price-text small{
	font-size: 50%;
}

.form-label{
	font-size: 16px;
	opacity: .7;
	display: block;
}

.form-field input:not([type=radio]):not([type=checkbox]), .form-field select{
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    height: 48px;
}

.form-field input[type=radio],.form-field input[type=checkbox]{
	width: 20px;
	height: 20px;
	accent-color: var(--orange);
	display: inline-block;
	vertical-align: middle;
	min-width: 20px;
}

.form-field input[type=checkbox] ~ label{
	vertical-align: middle;
}

.form-field textarea{
	height: 100px;
	width: 100%;
	border: 1px solid #ccc;
	resize: none;
	border-radius: 4px;
	padding: 5px 15px;
}

.form-butn .butn{
	padding: 14px 20px;
	font-size: 14px;
	line-height: 20px;
}

.step-wrapper p{
	color: #000;
	opacity: .7;
}


.info-icon{
	border-radius: 20px;
    height: 40px;
    width: 40px;
    background-color: var(--orange);
    color: #fff;
    display: inline-block;
	vertical-align: middle;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
}

.buy-item  i{
	font-size: 10px;
	vertical-align: middle;
}

.buy-item img{
	max-height: 180px;
	object-fit: cover;
	width: 100%;
}

.prize-box select{
	border:1px solid #ccc !important;
	padding: 12px 7px;
	width: 100%;
	border-radius: 3px;
}

.prize-box h2{
	font-size: 32px;
}

.prize-box h2 small{
	font-size: 40%;
	font-weight: 400;
	line-height: 18px;
	display: block;
	opacity: .6;
}

.accomodation-title small{
	font-size: 50%;
	opacity: .6;
}

.accommodation-table tr > *{
	vertical-align: top;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.accommodation-table tr td{
	color: #767676;
}

.accomodation-heading[aria-expanded=true] i.fa-chevron-down{
	--fa: "\f077";
    --fa--fa: "\f077\f077";
}

.accomodation-list img{
	min-width: 80px;
}