header#pq-header .pq-bottom-header .navbar .navbar-nav li a{
    font-family: system-ui;
    font-size: 17px;
}
header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li {
    margin-right: 60px;
    line-height: 75px;
}
header#pq-header.pq-header-style-3 .pq-toggle-btn{
    background: unset;
}
.pq-section-title.pq-style-1 .pq-section-description{
    text-align: justify;
    color: #000;
    font-family: system-ui;
    line-height: 26px;
}
.pq-blog-post .pq-blog-contain{
    text-align: center;
    padding: 10px;
}
.pq-blog-col-3 .pq-blog-post .pq-blog-contain .pq-blog-title {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: system-ui;
}
.prodcatimg{
    height: 230px;
    object-fit: cover;
    width: 100%;
}
.pq-blog-post {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pq-blog-post .pq-blog-contain {
    text-align: center;
    padding: 10px;
    /* background: #fff; */
}
section {
    padding: 50px 0;
    position: relative;
}
.pq-blog-post{
    background: unset;
}
.prodcatname{
    color: #fff !important;
}
rs-fullwidth-wrap{
    height: 750px;
}
rs-module{
    height: 700px !important;
}
rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap{
    top: 300px !important;
}
/* Contact Page Styling */
.contact-banner {
    padding: 60px 0 !important;
}

.breadcrumb-links a {
    text-decoration: none;
}

.text-orange {
    color: #FF6B00;
}

.contact-box {
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-5px);
}

.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 107, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.contact-box h4 {
    font-size: 24px;
    color: #222;
}

.contact-box a {
    text-decoration: none;
    color: inherit;
}

.contact-form-left h2 {
    font-size: 32px;
    font-weight: 600;
    color: #222;
}

.map-container {
    border-radius: 5px;
    overflow: hidden;
}

.contact-form-right {
    border-radius: 5px;
}

.form-control {
    padding: 12px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.form-control:focus {
    border-color: #FF6B00;
    box-shadow: none;
}

.btn-orange {
    background: #FF6B00;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.btn-orange:hover {
    background: #e65c00;
    color: white;
}

@media (max-width: 768px) {
    .contact-banner {
        padding: 60px 0;
    }
    
    .contact-box {
        margin-bottom: 30px;
    }
}

/* About Page Styles */
.section-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Production Section */
.production-item {
    position: relative;
    padding: 20px;
    transition: all 0.3s ease;
}

.production-item:hover {
    transform: translateY(-5px);
}

.number-dot {
    width: 10px;
    height: 10px;
    background-color: #ff6b00;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
}

.production-item h3 {
    font-size: 20px;
    font-weight: 600;
}

.view-more {
    color: #ff6b00;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.view-more:hover {
    color: #e65c00;
}

/* Benefits Section */
.benefits-section {
    position: relative;
    background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url('../images/background-images/benefits-bg.jpg') center/cover;
}

.benefit-item {
    padding: 20px;
}

.benefit-item h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.benefit-item ul li {
    margin-bottom: 15px;
    color: #fff;
    opacity: 0.8;
}

.benefit-item ul li i {
    margin-right: 10px;
}

/* Services Section */
.service-item {
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.service-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.service-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Build Section */
.build-section {
    background-color: #f8f9fa;
}

.feature-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.btn-orange {
    background-color: #ff6b00;
    color: white;
    padding: 12px 30px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-orange:hover {
    background-color: #e65c00;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,107,0,0.3);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .section-title {
        font-size: 28px;
    }
    
    .benefits-section .col-lg-6:last-child {
        margin-top: 40px;
    }
    
    .build-section .col-lg-6:last-child {
        margin-top: 40px;
        padding-left: 15px !important;
    }
}

@media (max-width: 767px) {
    .production-item,
    .service-item {
        margin-bottom: 30px;
    }
    
    .benefit-item {
        margin-bottom: 20px;
    }
}
/* Blog Section Styles */
.blog-section {
    background-color: #fff;
}

.section-title {
    font-size: 36px;
    font-weight: 600;
    color: #333;
}

.blog-item {
    background: #fff;
    padding: 20px;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.blog-date {
    min-width: 80px;
}

.blog-date .date {
    font-size: 32px;
    color: #ff6b00;
    font-weight: 600;
    line-height: 1;
}

.blog-date .month {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-meta span {
    font-size: 14px;
    color: #666;
}

.blog-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
    transition: color 0.3s ease;
}

.blog-title:hover {
    color: #ff6b00;
}

.btn-orange {
    background-color: #ff6b00;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-orange:hover {
    background-color: #e65c00;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .blog-item {
        flex-direction: column;
        text-align: center;
    }
    
    .blog-date {
        margin-bottom: 15px;
        margin-right: 0 !important;
    }
    
    .blog-info {
        margin-bottom: 15px;
    }
    
    .blog-action {
        width: 100%;
    }
    
    .btn-orange {
        display: block;
        width: 100%;
    }
}

.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.date-box {
    position: absolute;
    top: 4px;
    left: 20px;
    background: #ff6b00;
    color: white;
    padding: 10px 15px;
    text-align: center;
    border-radius: 4px;
}

.date-box .date {
    font-size: 24px;
    font-weight: 600;
    display: block;
    line-height: 1;
}

.date-box .month {
    font-size: 14px;
    text-transform: uppercase;
}

.blog-meta span {
    font-size: 14px;
    color: #666;
}

.blog-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
}

.blog-title:hover {
    color: #ff6b00;
}

/* Testimonials Section Styles */
.testimonials-section {
    position: relative;
    background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url('../images/background-images/testimonial-bg.jpg') center/cover;
}

.testimonial-item {
    padding: 20px;
}

.testimonial-nav button {
    width: 40px;
    height: 40px;
    border: 2px solid #ff6b00;
    border-radius: 50%;
    background: transparent;
    color: #ff6b00;
    transition: all 0.3s ease;
}

.testimonial-nav button:hover {
    background: #ff6b00;
    color: white;
}

/* Team Section Styles */
.team-member {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.team-member img {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.team-member:hover img {
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .testimonials-section .col-lg-6:first-child {
        margin-bottom: 40px;
    }
    
    .team-member {
        margin-bottom: 30px;
    }
}
/* Company Card Styles */
.company-card {
    border-radius: 8px;
    transition: all 0.3s ease;
}

.company-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.company-name {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.company-tagline {
    color: #666;
    font-size: 16px;
}

.director-info {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.director-info h3 {
    color: #8B0000;
    font-size: 20px;
    font-weight: 600;
}

.contact-details {
    color: #333;
    line-height: 1.6;
}

.contact-details a:hover {
    color: #8B0000 !important;
    text-decoration: none;
}

.certifications {
    border-top: 1px solid #eee;
    padding-top: 20px;
}


.cert-logo:hover {
    filter: grayscale(0%);
}

/* Form Styles */
.form-control {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 4px;
}

.form-control:focus {
    border-color: #8B0000;
    box-shadow: 0 0 0 0.2rem rgba(139,0,0,0.25);
}

.btn-primary:hover {
    background-color: #660000 !important;
    border-color: #660000 !important;
}

/* Map Container */
.map-container {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.map-container iframe {
    display: block;
    width: 100%;
    height: 600px;
    border: none;
}

@media (max-width: 768px) {
    .map-container iframe {
        height: 400px;
    }
}
.faci-img{
    height: 300px;
    border-radius: 60%;
    width: 70%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .faci-img {
         width: 100%;
    }
}
.pq-pe-90{
    /* text-align: center; */
}
.pq-team.pq-style-1 .pq-team-info{
    padding: 10px !important;
}
rs-layer:not(.rs-wtbindex), .rs-layer:not(.rs-wtbindex), rs-alyer *:not(.rs-wtbindex), .rs-layer *:not(.rs-wtbindex){
    background: #00000059 !important;
    padding: 10px !important;
    /* font-family: system-ui !important; */
    font-size: 55px !important;
}
@media (max-width: 1023px) {
    header#pq-header.pq-header-style-3 .site-header-menu a.navbar-brand img {
        display: inline-block;
        height: 38px !important;
    }
}
@media (max-width: 768px) {
    rs-layer:not(.rs-wtbindex), .rs-layer:not(.rs-wtbindex), rs-alyer *:not(.rs-wtbindex), .rs-layer *:not(.rs-wtbindex) {
         line-height: 60px !important;
         font-size: 40px !important;
    }
}
@media (max-width: 768px) {
    rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
        top: 100px !important;
    }
}
@media (max-width: 768px) {
  rs-fullwidth-wrap {
    height: 350px !important;
    }
}
@media (max-width: 768px) {
    .contact-banner {
        margin-top: 0px !important;
    }
}
header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li {
    margin-right: 60px;
    line-height: 50px;
}
header#pq-header.pq-header-style-3 .pq-header-top-wrapper{
    padding: 15px 0;
}