/* ===== GLOBAL STYLES ===== */
.main {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #333;
	margin-top: 60px;
}



/* ===== TAB CONTENT STYLES ===== */
.tab-content > .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.tab-content > .active {
    display: block;
    opacity: 1;
}

/* ===== HIGHLIGHTS SECTION STYLES ===== */
.highlights-section {
    margin-top: 30px;
}
.row[data-aos="fade-up"] {
    display: flex;
    flex-wrap: wrap;
}
.row[data-aos="fade-up"] > .col-sm-4 {
    display: flex;
}
.highlight-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    overflow: hidden;
    margin-bottom: 30px;
    flex: 1;
    width: 100%;
}
.highlight-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.card-content h4 {
    margin-top: 0;
    font-weight: 600;
}
.card-content p {
    flex-grow: 1;
}

/* ===== BUTTON STYLES ===== */
.card-btn {
    flex: 0 0 auto;
    padding: 0.8rem 1.2rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
    margin-top: 10px;
    width: max-content;
}
.card-btn.primary {
    background: #389A6E;
    transition: all 0.25s ease;
    color: #fff;
}
.card-btn.primary:hover {
    background: #2e845d;
    text-decoration: none;
    transform: scale(1.05);
}
.card-btn.secondary {
    background: white;
    transition: all 0.25s ease;
    color: #333;
    border: 1px solid #ddd;
}
.card-btn.secondary:hover {
    border-color: #ddd;
    color: #333;
    text-decoration: none;
    transform: scale(1.05);
}
.card-btn.yellow {
    transition: all 0.25s ease;
    background: #ffc600;
    color: #000;
}
.card-btn.yellow:hover {
    background: #e6b800;
    text-decoration: none;
    transform: scale(1.05);
}

/* ===== SUB TABS STYLES ===== */
.sub-tabs {
    display: flex;
    margin-bottom: 30px;
}
.sub-tabs .nav-pills {
    flex: 0 0 250px;
    margin-right: 30px;
}
.sub-tabs .tab-content {
    flex: 1;
    background: #fff;
    padding: 0 20px;
}
.sub-tabs .tab-content h3 {
    margin-top: 30px;
    font-weight: 700;
/*    text-transform: uppercase;*/
    color: #666;
    margin-bottom: 15px;
	font-size: 24px;
}

/* ===== NAV TABS STYLES ===== */
.nav-tabs {
    width: 100%;
	display: flex;
	padding: 0 25%;
}
.nav-tabs > li {
    flex: 1;
    text-align: center;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    width: 100%;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    color: #888888;
}
.nav-tabs > li > a:hover {
    color: #363434;
	background-color: #ffc600;
	border-color: #E7B300;
}
.nav-tabs > li.active > a {
    border-top: 3px solid #007bff;
    background-color: #f8f9fa;
}
.nav-tabs > li > a small {
    font-size: 12px;
    color: #8a939b;
    display: block;
    margin-top: 5px;
    max-width: 245px;
    font-weight: normal;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top: 4px solid #FFC83D;
    font-weight: 600;
}

/* ===== NAV PILLS STYLES ===== */
.nav-pills.nav-stacked {
    margin-top: 35px;
    width: 100%;
}
.nav-pills.nav-stacked > li > a {
    text-align: left;
    padding: 12px 15px;
    font-size: 14px;
    background-color: #F4F4F4;
    color: #666;
}
.nav-pills.nav-stacked > li > a:hover {
    background-color: #ffc600;
    color: #000;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #CCCCCC;
    background-color: #ffffff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.nav-pills > li > a {
	border-radius: 0;
}
/* ===== INTRO & DESCRIPTION STYLES ===== */
.intro {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
}
.description {
    background-color: #f9f9f9;
    color: #000;
    padding: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

/* ===== BANNER CAROUSEL STYLES ===== */
.carousel-inner .item img {
    width: 100%;
/*    height: auto;*/
	height: 250px;
}
.banner-text {
    position: absolute;
    top: 60%;
    left: 15%;
    transform: translateY(-50%);
    color: white;
    max-width: 55%;
    padding: 20px;
}
.banner-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
	line-height: 45px;
}
.banner-title span {
    color: #ffc600;
	font-weight: 800;
}
.banner-subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

/* ===== CAROUSEL INDICATORS & CONTROLS ===== */
.carousel-indicators {
    bottom: 20px;
}
.carousel-indicators li {
    border: 1px solid #fff;
    background-color: transparent;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-control {
    background: none !important;
    color: #fff;
    opacity: 1;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.carousel-control:hover, .carousel-control:focus {
    color: #ffc600;
}

/* ===== SCROLL TO TOP BUTTON ===== */
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: #ffc600;
    border: none;
    padding: 12px 13px;
    border-radius: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

/* ===== CAROUSEL TIMER ===== */
.carousel-timer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #ffc600;
    width: 0%;
    z-index: 2;
    transition: width 5s linear;
}
@keyframes bannerTimer {
    0% { width: 0; }
    100% { width: 100%; }
}

/* ===== CAROUSEL OVERLAY ===== */
.carousel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
/*    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 40%, transparent 60%);*/
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* ===== ANIMATIONS ===== */
@keyframes customFadeUp {
    from {
        transform: translateY(60px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.animate-custom-up {
    animation: customFadeUp 0.4s ease-out forwards;
}
.carousel-caption {
    right: 20%;
    bottom: 10px;
    left: 20%;
	padding-bottom: 20px;

}
/* ===== MOBILE STYLES ===== */
@media (max-width: 767px) {
    .row[data-aos="fade-up"] {
        flex-direction: column;
    }
    .row[data-aos="fade-up"] > .col-sm-4 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .highlight-item {
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        margin: 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .highlight-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    }
	.nav-tabs > li > a {
    margin-right: 0;
		border: 0;
		font-size: 14px;
		padding: 10px 20px;
}
    .card-btn {
        width: auto;
        margin-top: 15px;
        align-self: flex-start;
    }
    .sub-tabs {
        flex-direction: column;
    }
    .sub-tabs .nav-pills {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .tab-content {
        padding: 0 0 20px 0;
    }
    .banner-text {
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        min-width: 90%;
        padding: 15px;
    }
    .banner-title {
        font-size: 30px;
        line-height: 35px;
    }
    .banner-subtitle {
        font-size: 14px;
    }
    .carousel-indicators {
        bottom: 10px;
    }
    .carousel-control {
        font-size: 24px;
    }
    .description {
        background-color: #f9f9f9;
        color: #000;
        padding: 20px 5px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .sub-tabs .nav-pills {
        flex-direction: row !important;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        margin: 0 0 10px 0;
        padding: 0;
        flex: 0 0 50px;
        position: sticky;
        top: 56px;
        z-index: 999;
        background-color: #fff;
    }
    .sub-tabs .nav-pills::-webkit-scrollbar {
        height: 6px;
    }
    .sub-tabs .nav-pills::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }
    .sub-tabs .nav-pills > li {
        float: none;
        display: inline-block;
        margin-right: 8px;
    }
    .sub-tabs .nav-pills > li > a {
        display: block;
        border-radius: 0;
        background-color: #f4f4f4;
        padding: 8px 14px;
        font-size: 13px;
        white-space: nowrap;
    }
    .sub-tabs .nav-pills > li.active > a {
        background-color: #ffc600;
        color: #fff;
    }
    .sub-tabs .tab-content {
        padding: 0 10px 10px;
        margin: 0;
    }
	.carousel-caption {
    right: 5%;
    bottom: 10px;
    left: 5%;

}
	.main {
	margin-top: 45px;
}
	.carousel-inner .item img {
    width: 100%;
    height: auto!important;
}
}
@media (max-width: 1000px) {
	.nav-tabs {
	padding: 0;
}
		.carousel-caption {
    right: 5%;
    bottom: 10px;
    left: 5%;

}
	
.carousel-inner .item img {
    width: 100%;
/*    height: auto;*/
	height: 250px;
}
}
/*
@media screen and (min-width: 768px) {
	.carousel-caption {
    right: 10%;
    bottom: 0;
    left: 10%;
	}
}
*/
.btn-default {
    color: #333;
    background-color: transparent;
    border-color: #ccc;
}
