/* ===================================================
   RCB Light Theme Override
   Converts the dark theme to a clean, premium light theme.
   This file is loaded last so it overrides all prior rules.
=================================================== */

/* -----------------------------------------------
   Global: Body & Base
----------------------------------------------- */
body {
    background-color: #f5f6fa !important;
    color: #1a1a2e !important;
}

/* -----------------------------------------------
   Navigation Bar
----------------------------------------------- */
.hendre_nav_manu {
    background: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}

.sticky {
    background: #ffffff !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12) !important;
}

/* Nav menu links */
.hendre_menu>ul>li>a {
    color: #1a1a2e !important;
}

.hendre_menu>ul>li>a:hover {
    color: #f7a81c !important;
}

.sticky .hendre_menu li a {
    color: #1a1a2e !important;
}

.sticky .hendre_menu li a:hover {
    color: #f7a81c !important;
}

/* Header icons on sticky */
.sticky .header-icon a {
    color: #1a1a2e !important;
}

.sticky .header-button a {
    color: #1a1a2e !important;
}

.nav-btn.navSidebar-button i {
    color: #1a1a2e !important;
}

/* -----------------------------------------------
   Breadcrumb / Inner Page Header
----------------------------------------------- */
.breadcumb-area {
    background-color: #e8eaf0 !important;
    background-image: none !important;
}

.breadcumb-content h1,
.breadcumb-content h2 {
    color: #1a1a2e !important;
}

.breadcumb-content ul li,
.breadcumb-content ul li a {
    color: #555 !important;
}

/* -----------------------------------------------
   Section Titles
----------------------------------------------- */
.section-title .main-title h1,
.section-title .sub-title h2,
.section-title .sub-title h3 {
    color: #1a1a2e !important;
}

.section-title .sub-title h2 span,
.section-title .sub-title h3 span {
    color: #f7a81c !important;
}

/* -----------------------------------------------
   Feature Area (Centres Section)
----------------------------------------------- */
.feature-area.one {
    background-color: #ffffff !important;
    background-image: none !important;
}

/* -----------------------------------------------
   Tag Marquee Area
----------------------------------------------- */
/* .tag-area.one {
    background-color: #14438d !important;
} */
.saffron{
    background-color: #FF671F !important;
}
.blue{
    background-color: #4a91fc !important;
}
.tag-area.blue .marquee-block .content-box h6.title{
    color: #000000;
}
.green{
    background-color: #046A38 !important;
}
/* -----------------------------------------------
   About / Projects Section
----------------------------------------------- */
.about-area.one {
    background-color: #f5f6fa !important;
    background-image: none !important;
}

.about-area.one::before {
    display: none !important;
}

/* Nav tabs */
.nav-tabs .nav-link {
    color: #444 !important;
}

.nav-tabs .nav-link.active {
    color: #f7a81c !important;
    border-bottom: 2px solid #f7a81c;
    background: #14438d;
}

.team-area.one .section-title {
    text-align: center;
    margin-bottom: 20px;
}

/* Project cards */
.project-card {
    background: #ffffff !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08) !important;
}

.project-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16) !important;
}

.project-by {
    color: #666 !important;
}

.project-name {
    color: #1a1a2e !important;
}

.project-grade {
    color: #f7a81c !important;
}

/* Keep key project card text readable in light theme */
.project-card .project-by {
    color: #4b5563 !important;
}

.project-card .project-name {
    color: #111827 !important;
}

/* -----------------------------------------------
   Counter Area
----------------------------------------------- */
.counter-area.one {
    /* background-color: #082b62 !important; */
    /* background: #082B62; */
/* background: linear-gradient(180deg, rgba(8, 43, 98, 1) 0%, rgba(20, 67, 140, 1) 100%); */
    /* background-image: none !important; */
}

/* Keep text white inside counter (dark bg) */
.counter-area.one .counter-text h1,
.counter-area.one .counter-title h4 {
    color: #ffffff !important;
}

/* -----------------------------------------------
   Service Area (Students Section)
----------------------------------------------- */
.service-area.one {
    background-color: #ffffff !important;
    background-image: none !important;
    padding: 100px 0 60px;
}

.service-area.one::before {
    display: none !important;
}


/* Student cards */
.student-card {
    background: #ffffff !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08) !important;
}

.student-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15) !important;
}

.student-name {
    color: #1a1a2e !important;
}

.info-item {
    color: #444 !important;
}

.info-icon {
    color: #f7a81c !important;
}

.event-badge {
    background: linear-gradient(135deg, #f7a81c 0%, #e08b00 100%) !important;
}

.center-badge {
    background: #f7a81c !important;
    color: #1a1a2e !important;
}

/* -----------------------------------------------
   Gallery / Project Area
----------------------------------------------- */
.project-area.one {
    background-color: #ffffff !important;
    background-image: none !important;
}

.project-area.one::before {
    display: none !important;
}

/* Gallery project boxes */
.single-project-box .project-content {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.single-project-box .project-content h4 {
    color: #f7a81c !important;
}

.single-project-box .project-content h3 {
    color: #1a1a2e !important;
}

.single-project-box .project-content .project-button a {
    color: #1a1a2e !important;
    border: 2px solid #1a1a2e !important;
}

.single-project-box .project-content .project-button a:hover {
    background: #f7a81c !important;
    border-color: #f7a81c !important;
    color: #ffffff !important;
}

/* -----------------------------------------------
   Partners Section
----------------------------------------------- */
.about-area.one#partners-section {
    background-color: #f0f2f8 !important;
    padding: 40px 0 40px !important;
}

/* -----------------------------------------------
   Contact Section
----------------------------------------------- */
.contact-sec {
    background-color: #f5f6fa !important;
}

.contact-sec::before {
    background: none !important;
}

.contact-header h1 {
    color: #1a1a2e !important;
}

.contact-header p {
    color: #666 !important;
}

/* Lab cards */
.lab-card {
    background: rgba(255, 255, 255, 0.97) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07) !important;
}

.lab-card:hover {
    border-color: rgba(247, 168, 28, 0.4) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12), 0 0 24px rgba(247, 168, 28, 0.12) !important;
}

.lab-title {
    color: #1a1a2e !important;
    border-bottom-color: rgba(0, 0, 0, 0.12) !important;
}

.contact-label {
    color: #f7a81c !important;
}

.contact-value {
    color: #444 !important;
}

.contact-value a {
    color: #1a1a2e !important;
}

.contact-value a:hover {
    color: #f7a81c !important;
}

.contact-icon {
    background: linear-gradient(135deg, #f7a81c, #e08b00) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(247, 168, 28, 0.35) !important;
}

.feature-area.one .feature-content h3 {
    color: #1a1a2e !important;
    margin-top: 10px;
}

.feature-area.one .feature-content h4,
.feature-area.one .feature-content h4::after {
    background: #14438d;
}

.feature-area.one .feature-button::before {
    border-color: #f7a81c;
}

.feature-area.one .feature-button a::before,
.feature-area.one .feature-button a::after {
    background-color: #f7a81c;
}

.owl-prev,
.owl-next {
    margin-bottom: 10px;
}

.feature-area.one .feature-content p {
    color: #333333;
}

.loader-wrapper .loder-section {
    background: #f5f6fa;
}

.students_list .student-info h3 {
    color: #1a1a2e;
    font-size: 24px;
}

.students_list .student-info p {
    font-weight: 700;
}

/* -----------------------------------------------
   Footer
----------------------------------------------- */
.footer-section {
    background: #ffffff !important;
    color: #444444 !important;
}

.footer-section h4,
.footer-section h3 {
    color: #222222 !important;
}

.footer-section p,
.footer-section li,
.footer-section a {
    color: #444444 !important;
}

.footer-section a:hover {
    color: #f7a81c !important;
}

.copyright-area {
    background: #111122 !important;
    color: #888 !important;
}
.rcb-rotary-white-section{
    padding: 0 !important;
    margin-top: 5px !important;
}
.copy-rights h4{
    font-size: 13px !important;
    color: #666666 !important;
}

/* -----------------------------------------------
   Sidebar / Offcanvas panels (if any)
----------------------------------------------- */
.sidebar-area {
    background: #ffffff !important;
    color: #1a1a2e !important;
}

.sidebar-area a {
    color: #1a1a2e !important;
}

/* -----------------------------------------------
   Decorative Lines (contact page)
----------------------------------------------- */
.decorative-line {
    background: linear-gradient(180deg, transparent, #f7a81c, transparent) !important;
    opacity: 0.12 !important;
}

/* -----------------------------------------------
   Inner Project Page
----------------------------------------------- */
.team-area.one {
    background-color: #ffffff !important;
    background-image: none !important;
    padding: 50px 0 60px;
}

.team-area.one::before {
    display: none !important;
}

.team-area.one .single-team-box {
    background: #ffffff !important;
    color: #1a1a2e !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 0;
}

.team-area.one .single-team-box:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16) !important;
}

.team-area.one .team-content {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 10px 0px;
    width: 100%;
}

.team-area.one .team-thumb img {
    background: #ffffff !important;
    object-fit: cover;
}

.team-area.one .team-content h3,
.team-area.one .team-content span {
    color: #1a1a2e !important;
    margin-bottom: 0;
}

/* Ensure faculty consultants uses same styles */
.faculty_consultants .single-team-box {
    background: #ffffff !important;
    color: #1a1a2e !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08) !important;
}

.faculty_consultants .single-team-box:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16) !important;
}

.faculty_consultants .team-thumb img {
    background: #ffffff !important;
    object-fit: cover;
}

.faculty_consultants .team-content h3,
.faculty_consultants .team-content span {
    color: #1a1a2e !important;
}

.portfolio-details-area,
.service-details-area {
    background-color: #f5f6fa !important;
}

.inner-project-area h2,
.inner-project-area h3,
.inner-project-area h4,
.inner-project-area p {
    color: #1a1a2e !important;
}

/* -----------------------------------------------
   About Us & General Inner Pages
----------------------------------------------- */
.arcke-agency-area {
    background-color: #f0f2f8 !important;
}

.arcke-agency-area h2,
.arcke-agency-area h3,
.arcke-agency-area p {
    color: #1a1a2e !important;
}

/* -----------------------------------------------
   Buttons (general)
----------------------------------------------- */
.dtbtn {
    background: #f7a81c !important;
    border-color: #f7a81c !important;
    color: #1a1a2e !important;
}

.dtbtn:hover {
    background: #e08b00 !important;
    color: #ffffff !important;
}

/* ===============================================
   YouTube Gallery Section
=============================================== */
.yt-gallery-area {
    background-color: #f5f6fa;
    padding: 110px 0 80px;
}

.yt-gallery-subtitle {
    color: #666;
    font-size: 15px;
    margin-top: 8px;
}

/* Card */
.yt-video-item {
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.yt-video-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
}

/* Thumbnail wrapper */
.yt-thumb-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 */
    background: #000;
    overflow: hidden;
}

.yt-thumb-wrap>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
}

/* Play overlay */
.yt-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.22);
    transition: background 0.25s ease;
    z-index: 2;
}

.yt-thumb-wrap:hover .yt-play-overlay {
    background: rgba(0, 0, 0, 0.38);
}

.yt-play-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #ffffff;
    font-size: 68px;
    line-height: 1;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
    transition: transform 0.2s ease, color 0.2s ease;
}

.yt-play-btn:hover {
    transform: scale(1.12);
    color: #f7a81c;
}

/* Iframe */
.yt-iframe-wrap {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.yt-iframe-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Caption */
.yt-video-caption {
    padding: 14px 18px 16px;
}

.yt-video-caption h5 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yt-video-caption span {
    font-size: 12px;
    color: #f7a81c;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Carousel nav buttons */
.yt-gallery-carousel .owl-nav {
    margin-top: 24px;
    text-align: center;
    top: auto;
    left: 0;
    right: 0;
    justify-content: center;
}

.yt-gallery-carousel .owl-prev,
.yt-gallery-carousel .owl-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    color: #1a1a2e !important;
    margin: 0 6px;
    font-size: 16px;
    transition: all 0.22s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.yt-gallery-carousel .owl-prev:hover,
.yt-gallery-carousel .owl-next:hover {
    background: #f7a81c !important;
    border-color: #f7a81c !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(247, 168, 28, 0.35);
}

.yt-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Carousel dots */
.yt-gallery-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.yt-gallery-carousel .owl-dot span {
    background: #d0d0d0 !important;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    border-radius: 50%;
    transition: all 0.22s ease;
}

.yt-gallery-carousel .owl-dot.active span,
.yt-gallery-carousel .owl-dot:hover span {
    background: #f7a81c !important;
    width: 26px;
    border-radius: 5px;
}
#projectTabsContent .projects_list .owl-nav, .owl-carousel .owl-nav{
    bottom: -60px !important;
}

@media (max-width: 600px) {
    .counter-area.one .counter-text h1 {
        font-size: 28px;
    }
    .counter-area.one .counter-title h4 {
        font-size: 12px;
    }
    .footer-section .widgets-company-info-box, .footer-section {
        text-align: center !important;
    }
}
/* LIVE_PATCH_KEY_PROJECT_COLOR_20260601 */
.project-card .project-by { color:#4b5563 !important; }
.project-card .project-name { color:#111827 !important; }
