/*-- Use For Custom Styling --*/

/* Logo Styles - Make logo larger and remove background */
.logo .logo-dark {
    height: 80px !important;
    width: auto !important;
    max-width: none !important;
    background: transparent !important;
    filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.3));
}

/* Responsive logo sizes */
@media (max-width: 991px) {
    .logo .logo-dark {
        height: 60px !important;
    }
}

@media (max-width: 576px) {
    .logo .logo-dark {
        height: 50px !important;
    }
}

/* White Navbar for pages with dark hero sections */
header.navbar-white {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

header.navbar-white .navbar-top-default {
    background: #ffffff !important;
    height: 90px !important;
    position: fixed !important;
}

/* After scroll - use original yellow color */
header.navbar-white.header-appear .navbar-top-default {
    background: #ffcd04 !important;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35) !important;
}

header.navbar-white .navbar-simple .navbar-nav .nav-link {
    color: #1a1a1a !important;
}

header.navbar-white .navbar-simple .navbar-nav .nav-link:hover,
header.navbar-white .navbar-simple .navbar-nav .nav-link.active,
header.navbar-white .nav-box-round .navbar-nav .nav-link.active {
    color: #f46110 !important;
}

header.navbar-white .logo span {
    color: #000 !important;
}

/* Dark Background for Press Release */
.bg-black-dark {
    background: #1a1a1a !important;
}

/* Release Area Dark Styles */
.release-area-dark {
    padding: 60px 0;
}

.release-text-dark {
    color: #ffb700;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.release-heading-dark {
    color: #ffffff;
    font-size: 3rem;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.2;
}

.release-des-dark {
    color: #b0b0b0;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Release Box Dark Styles */
.release-box-dark {
    background: #2d2d2d;
    padding: 40px 30px;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
}

.release-box-dark:hover {
    background: #333333;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.box-heading-dark {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

.box-text-dark {
    color: #b0b0b0;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.release-button-dark {
    color: #ffb700;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.release-button-dark:hover {
    color: #ffffff;
}

.release-button-dark i {
    margin-left: 8px;
}

.hr-dark {
    border-color: #444444;
    margin: 25px 0;
}

.release-img-heading-dark {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 15px;
}

.img-date-dark {
    color: #ffb700;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Careers Section Styles */
.careers-sec {
    padding: 100px 0;
    position: relative;
}

.careers-sub-heading {
    display: inline-block;
    color: #1a1a1a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.careers-heading {
    font-size: 3.5rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.2;
}

.careers-description {
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.careers-btn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.careers-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .careers-heading {
        font-size: 2.5rem;
    }

    .careers-description {
        font-size: 1rem;
    }
}

/* Projects Slider Styles */
.projects-slider-nav {
    position: relative;
    margin-top: 20px;
}

.projects-slider-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #ffb700;
    color: #1a1a1a;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 0 10px;
}

.projects-slider-nav a:hover {
    background: #1a1a1a;
    color: #ffb700;
}

.customPrevBtnProjects {
    float: left;
}

.customNextBtnProjects {
    float: right;
}

.project-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.project-image {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.1);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
    pointer-events: none;
}

.project-content {
    padding: 30px;
    text-align: center;
}

.project-category {
    display: inline-block;
    background: #ffb700;
    color: #1a1a1a;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.project-title {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.project-description {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.project-content .btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #ffb700 0%, #ff8c00 100%);
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.project-content .btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(255, 183, 0, 0.4);
}

/* Owl Carousel overrides for projects slider */
.projects-slider .owl-item {
    padding: 15px;
}

.projects-slider .owl-nav {
    display: none;
}

.projects-slider .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.projects-slider .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.projects-slider .owl-dot.active {
    background: #ffb700;
    width: 35px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .project-image {
        height: 250px;
    }

    .project-title {
        font-size: 20px;
    }

    .projects-slider-nav a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
