::selection {
    background-color: #ffcc00;
    /* Change this to your desired background color */
    color: #000000;
    /* Optional: Change the text color as well */
}

.bg_color_1 {
    background-color: #3D3D3D;
}

.bg_color_2 {
    background-color: #05476b
}

.bg-color-1 {
    background: rgb(255, 255, 255);
    background: linear-gradient(124deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(5, 71, 107, 1) 25%, rgb(5, 71, 107) 100%);
}

.color_1 {
    color: #314C2B;
}

.color_2 {
    color: #05476b;
}

.font_small {
    font-size: 0.8rem;
}

.float-responsive {
    text-align: right;
}

.float-responsive_left {
    text-align: left;
}

.innerblockhome {
    background-color: #fff;
}

.contactinfo {
    color: #fff;
    text-decoration: none;

}

.contactinfo strong {
    font-size: 1.1rem;
}

.Breadcrumb_ a {
    font-weight: bold;
    color: #ea1e00;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.Breadcrumb_ a span {
    color: #000000;
}

/* Heatnglo css */
.topsection {
    height: 50px;
}

.topsection a {
    text-decoration: none;
    background-color: #D46F34;
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 20px;
    border-radius: 5px;
}

.subpage-header {
    height: 50vh;
    width: 100%;
    background-image: url('../images/subpage-fireplace.jpg');
    background-size: cover;
    background-position: left 80%;
    /* Adjust the percentage to move the image */
}

.blockheight {
    min-height: 280px;
    background-color: #fff;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
}

.blockgap {
    padding-bottom: 20vh;
}

@media screen and (max-width: 960px) {
    .blockgap {
        padding-bottom: 15vh;
    }

    .bg-color-1 {
        background: rgb(255, 255, 255);
    }

    .float-responsive {
        text-align: center;
    }

    .float-responsive_left {
        text-align: center;
    }

    .topsection {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .topsection a {
        text-decoration: none;
        background-color: #D46F34;
        color: #fff;
        display: block;
        padding: 5px;
        font-size: 14px;
        border-radius: 5px;
        margin-bottom: 3px;
    }

    .aligncenter {
        text-align: center;
    }

    .textqc {
        text-align: center;
    }

}


/* Landing page */
.form_block {
    background-color: #fff;
    width: 100%;
    right: 0px;
    padding-bottom: 25px;
    border-radius: 10px;
}

.headerbgblock {
    height: auto;
    background: linear-gradient(90deg, rgba(11, 13, 105, 0.6) 0%, rgba(53, 53, 61, 0.6) 100%), url(../images/webbg.jpg);
    background-size: cover;
}

.textqc {
    text-align: right;
}

.font_big {
    font-size: 18px;
}

.fontbig1 {
    font-size: 35px;
}

.industry-blocks {
    background: #f5f9fc;
    border: 1px solid #e6eef5;
    transition: .3s;
}

.industry-blocks:hover {
    background: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Service Cards */
.service-card {
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #007bff;
}


.service-card:hover .service-img {
    transform: scale(1.05);
}

.service-card ul li {
    margin-bottom: 6px;
}

.service-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: 0.3s ease;
}

.service-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: #0d6efd;
}

/* Approch Section */
.approach-section {
    background: url('../images/Rectangle6.jpg') center /cover no-repeat;
    position: relative;
}

.approach-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 40, 60, 0.50);
}

.approach-wrapper {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.approach-card {
    background: #f8fafc;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    transition: .3s ease;
    border: 1px solid #eef2f6;
}

.approach-card:hover {
    background: #fff;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #0d6efd;
}

.approach-card span {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    font-weight: 700;
    color: #0d6efd;
    opacity: .15;
}

.approach-card h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.approach-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0;
}

/*Slider CSS*/
.hero-content>* {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease forwards;
}

.hero-content p:nth-child(1) {
    animation-delay: 0.2s;
}

.hero-content h2 {
    animation-delay: 0.4s;
}

.hero-content p:nth-child(3) {
    animation-delay: 0.6s;
}

.hero-content .hero-buttons {
    animation-delay: 0.8s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-buttons .btn {
    padding: 10px 22px;
    font-weight: 500;
    transition: all .3s ease;
}

.hero-buttons .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.hero-buttons .btn-outline-light:hover {
    transform: translateY(-2px);
}

/* Our Expertise */
.tech-section {
    background: #f8fafc;
}

.tech-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #eee;
    transition: .3s ease;
    height: 100%;
}

.tech-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #0d6efd;
}

.tech-icon {
    font-size: 42px;
    color: #0d6efd;
    margin-bottom: 15px;
}

.tech-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.tech-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0;
}

/* Footer */
.footer-cta {
    background: linear-gradient(90deg, #0d6efd, #0b5ed7);
    color: #fff;
    padding: 30px 0;
}

.footer-cta h4 {
    font-weight: 600;
}

.footer-modern {
    background: #0b2f44;
    color: #cbd5e1;
}

.footer-modern a {
    display: block;
    color: #cbd5e1;
    text-decoration: none;
    margin-bottom: 8px;
    transition: .3s;
}

.footer-modern a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-contact-inline span {
    display: block;
    margin-top: 10px;
}

.footer-bottom {
    background: #072635;
    color: #cbd5e1;
    padding: 15px 0;
    font-size: 14px;
}

.footer-links a {
    display: inline-block;
    margin-left: 20px;
}

.footer-industries {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-industries span {
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    transition: .3s;
}

.footer-industries span:hover {
    background: #0d6efd;
    color: #fff;
}

.custom-hr {
    border: 0;
    height: 4px;
    width: 60px;
    background: #0d6efd;
    margin: 10px 0 20px;
}

/* About Page */
.about-hero {
    position: relative;
    background: url('../images/automation-bg.jpg') center/cover no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
    color: #fff;
}

.industrial-automation {
    background: url('../images/industrial-automationxl.jpg') center/cover no-repeat;
}

.service-scada {
    background: url('../images/service-scada.jpg') center/cover no-repeat;
}

.engineering_Commissioning {
    background: url('../images/Engineering-Commissioning.jpg') center/cover no-repeat;
}

.Technical_Support {
    background: url('../images/Technical-Support.jpg') center/cover no-repeat;
}

.IoT-Digital-Solutions {
    background: url('../images/IoT-Digital-Solutions.jpg') center/cover no-repeat;
}

.about-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* DARK OVERLAY */
    background: linear-gradient(90deg,
            rgba(5, 71, 107, 0.85) 0%,
            rgba(5, 71, 107, 0.65) 40%,
            rgba(5, 71, 107, 0.2) 70%,
            rgba(5, 71, 107, 0) 100%);
}

.about-hero .container-xxl {
    position: relative;
    z-index: 2;
}

.value-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    transition: .3s;
    border: 1px solid #eee;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Contact Page */
/* CONTACT CARD */
.contact-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* CONTACT INFO */
.contact-info {
    background: linear-gradient(135deg, #0b2f44, #0f3f5c);
    color: #fff;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-item i {
    font-size: 20px;
    color: #00c3ff;
    min-width: 30px;
    margin-top: 4px;
}

.contact-item h6 {
    margin-bottom: 3px;
    font-weight: 600;
}

.contact-item p {
    margin: 0;
    font-size: 14px;
    color: #cbd5e1;
}

/* Services Page */
.service-box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: .3s;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.container-xxl p {
    line-height: 1.8;
    font-size: 15px;
}

/* Industries Page */
.industry-image {
    position: sticky;
    top: 100px;
}

.industry-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 12px;
}
