/* Career Details Styles */
.career-details-area {
    background-color: #f8f9fa;
}

.career-details-content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.career-meta {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.career-meta ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.career-meta ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
}

.career-meta ul li i {
    color: var(--theme-color);
}

.career-details-content h3 {
    color: #333;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.career-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.career-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    color: #666;
}

.career-list li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #63c153;
}

.career-apply {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.career-apply h3 {
    margin-bottom: 15px;
}

.career-apply p {
    margin-bottom: 20px;
    color: #666;
}

/* Sidebar Styles */
.career-sidebar {
    position: sticky;
    top: 30px;
}

.sidebar-widget {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.widget-title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

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

.job-overview li {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.job-overview li span {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.job-overview li p {
    color: #333;
    margin: 0;
    font-weight: 500;
}

.social-share {
    display: flex;
    gap: 15px;
}

.social-share a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #333;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-share a:hover {
    background: var(--theme-color);
    color: #fff;
}

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

.other-jobs li {
    margin-bottom: 15px;
}

.other-jobs li:last-child {
    margin-bottom: 0;
}

.other-jobs li a {
    display: block;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.other-jobs li a:hover {
    background: var(--theme-color);
}

.other-jobs li a h5 {
    color: #333;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.other-jobs li a span {
    color: #666;
    font-size: 14px;
}

.other-jobs li a:hover h5,
.other-jobs li a:hover span {
    color: #fff;
}

@media (max-width: 991px) {
    .career-details-content {
        margin-bottom: 40px;
    }
    
    .career-sidebar {
        position: static;
    }
}

/* Careers List Styles */
.careers-area {
    /* background-color: #f8f9fa; */
    padding: 120px 0;
}

.careers-area .site-heading {
    margin-bottom: 60px;
}

.careers-area .site-title-tagline {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    /* display: block; */
}

.careers-area .site-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.careers-area .site-title span {
    color: var(--theme-color);
}

.careers-area .heading-divider {
    width: 80px;
    height: 3px;
    background: var(--theme-color);
    margin: 0 auto 20px;
}

.careers-area p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.career-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    /* height: 100%;
    margin-bottom: 30px; */
}

.career-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.career-content h3 {
    margin-bottom: 15px;
}

.career-content h3 a {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.career-content h3 a:hover {
    color: var(--theme-color);
}

.career-meta {
    margin-bottom: 15px;
}

.career-meta ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.career-meta ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}

.career-meta ul li i {
    color: var(--theme-color);
}

.career-content p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.career-btn {
    margin-top: 20px;
}

.career-btn .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.career-btn .theme-btn:hover {
    background: #0088b9;
    transform: translateX(5px);
}

.career-btn .theme-btn i {
    transition: all 0.3s ease;
}

.career-btn .theme-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .careers-area {
        padding: 80px 0;
    }
    
    .careers-area .site-title {
        font-size: 36px;
    }
    
    .career-item {
        margin-bottom: 30px;
    }
    .hero-single.video-bg-hero {
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .careers-area .site-title {
        font-size: 30px;
    }
    
    .career-content h3 a {
        font-size: 20px;
    }
    
    .career-meta ul {
        gap: 10px;
    }
}
.projects-area .service-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  
}

.theme-btn.disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}
.cta-section {position: relative;}
.cta-content {
    z-index: 2;
    position: relative;
}
.cta-section::before {
    content: '';
    background-color: rgb(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

/* Project Overview Section */
.project-overview {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.project-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.3;
}

.project-featured-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.project-featured-img img {
    transition: transform 0.3s ease;
}

.project-featured-img:hover img {
    transform: scale(1.05);
}

/* Project Specifications Section */
.specifications-grid {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.spec-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.spec-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.spec-item h4 {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 10px;
}

.spec-item p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Project Gallery Section */
.gallery-grid {
    margin-top: 30px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    transition: transform 0.3s ease;
}

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

.gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

/* Project Details Section */
.details-content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.detail-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.detail-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.detail-item h4 {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 10px;
}

.detail-item p {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

.contact-form {
    border-radius: 0;
    background: white;
    position: relative;
}

.contact-form.overlay::before {
    content: '';
    background-color: rgb(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.contact-form .container {
    z-index: 2;
    position: relative;
}
/* Contact Form Section */
.contact-form-wrap {
    /* background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

textarea.form-control {
    height: auto;
    min-height: 150px;
}

/* Related Projects Section */
.related-projects-slider {
    margin-top: 30px;
}

.project-item {
    padding: 15px;
}

.service-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.service-img img {
    width: 100%;
    height: 350px;
    object-fit: fit;
    /* transition: transform 0.3s ease; */
}

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

.service-content {
    padding: 20px;
}

.service-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    height: 50px;
}

.service-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-title a:hover {
    color: #007bff;
}

.service-text {
    color: #666;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;       /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
 
}

.service-featured-img img {height: 600px;object-fit: contain;}
/* Responsive Styles */
@media (max-width: 991px) {
    .project-title {
        font-size: 2rem;
    }
    
    .spec-item, .detail-item {
        margin-bottom: 20px;
    }
    
    .service-img img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .project-title {
        font-size: 1.8rem;
    }
    
    .specifications-grid, .details-content, .contact-form-wrap {
        padding: 20px;
    }
    
    .service-img img {
        height: 180px;
    }
} 