* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: Montserrat;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header Adjustments */
.nav-container {
    width: 1280px;
    background-color: white;
    padding-right: 15px;
    height: 86px;
}

/* Modal Popup */
#contactus-form-container-popup {
    padding: 0 12px;
}

.modal-content {
    background-color: transparent;
    border: none;
    border-radius: 5px;
}

.modal-content::before {
    content: "";
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #0b5660cc;
    z-index: -1;
}

.modal-content::after {
    content: "";
    position: absolute;
    border-radius: 18px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://www.teamcomputers.com/erp-bk/professional-services/professional-services/contact-form-one.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

#popup-button {
    background-color: #01abc5;
    border-color: #01abc5;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 1em;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
}

/* HERO SECTION */
.hero {
    position: relative;
    height: 90vh;
    /* Background image set inline in template */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
}

.hero-section .hero-content {
    width: 60%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-content {
    max-width: 800px;
    z-index: 2;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.hero .btn-quote {
    color: white;
    background-color: transparent;
    padding: 9px 30px;
    font-size: 14px;
    border-radius: 0px;
    border-image: linear-gradient(135deg, #02ae9b, #03be82, #c5ce1e) 1;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.hero .btn-quote:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .hero {
        padding-left: 20px;
        justify-content: center;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }
}

/* Industry Overview */
.manufacturing-section {
    background: url("https://www.teamcomputers.com/erp-bk/professional-services/professional-services/overview.png");
    text-align: center;
    padding: 45px 0px;
}

section.empowering-professional-sec {
    padding: 45px 0px;
}

.manufacturing-section h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 10px;
}

.highlight {
    color: #00a4dc;
}

.manufacturing-section p {
    margin: 0 auto;
    color: #444;
    font-size: 18px;
}

/* Cards */
.feature-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out;
    padding: 40px;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 40px;
    height: 40px;
    filter: invert(32%) sepia(61%) saturate(462%) hue-rotate(169deg) brightness(95%) contrast(90%);
}

.feature-card-list {
    list-style-type: disc;
}

.feature-card-list li {
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
}

.icon {
    background-color: rgba(1, 121, 140, 1);
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 15px;
}

.icon img {
    width: 30px;
    object-fit: contain;
}

/* Business Impact & Flip Cards */
section.business-impact-sec {
    padding-bottom: 45px;
}

.business-impact-sec .bimkwqa {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.empowering-professional-sec div[class*="col-"] {
    margin-bottom: 25px;
}

.business-impact-sec div[class*="col-"] {
    margin-bottom: 25px;
}

.flip-card {
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 350px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flip-card-front {
    background-color: #fff;
    z-index: 2;
}

.flip-card-back {
    background: linear-gradient(180deg, #005e6c 0%, #009db5 100%);
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1;
}

.flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85);
}

.flip-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.flip-card-back p {
    color: #fff;
}

/* Response Media Queries */
@media (max-width: 1199px) {
    .hero-section .hero h1 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .hero-section .hero-content {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hero-section .hero h1 {
        font-size: 24px;
    }

    .business-impact-sec .bimkwqa {
        font-size: 32px;
    }

    .manufacturing-section h2 {
        font-size: 32px;
    }

    .contact-us .query-form-sec-mk {
        display: block;
    }
}

@media (max-width: 320px) {
    .hero-section .hero h1 {
        font-size: 20px;
    }

    .business-impact-sec .bimkwqa {
        font-size: 26px;
    }

    .manufacturing-section h2 {
        font-size: 26px;
    }

    .hero-section .hero-content {
        margin-top: 30px;
    }
}

/* Contact Form Styles (Inherited largely from style.css but specific overrides if any) */
.contact-form form input,
.contact-form form select,
.contact-form form textarea,
.contact-form form button {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    font-size: 1em;
}

.contact-form form button {
    background-color: #01abc5;
    border-color: #01abc5;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 1.1em;
}

.bg-tranparent {
    background-color: rgba(67, 115, 127, 0.6);
    border: 1px solid;
    border-radius: 15px;
    border-image-source: linear-gradient(293.41deg, rgba(255, 255, 255, 0.8) 16.62%, rgba(190, 235, 241, 0.32) 31.35%, rgba(98, 206, 222, 0.16) 56.21%, rgba(0, 175, 202, 0.8) 82.8%);
    width: 650px;
    padding: 20px 0;
}