* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --blue: #21409a;
    --blue-dark: #0f1c33;
    --cyan: #009cc9;
    --white: #ffffff;
    --light-gray: #f5f5f5;
    --text-muted: rgba(255, 255, 255, 0.7);
    --divider: rgba(255, 255, 255, 0.2);
    --footer-bg: #0f1c33;
    --gold: #c8a84b;
    --navy: #003366;
    --teal: #005f7f;
    --light-bg: #f0f4f8;
    --text-dark: #1a1a2e;
}

/* Dropdown hover on desktop */
.group:hover .dropdown-panel {
    display: block;
}

/* Search expand */
.search-expanded #searchInput {
    width: 180px;
    opacity: 1;
    padding: 0 10px;
    pointer-events: all;
}

.search-expanded #signinBtn {
    max-width: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.brand-logo {
    width: 60%;
    height: auto;
}

.nav-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
    /* text-sm */
    font-weight: 500;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.nav-link:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: #00bcd4;
    /* accent color (you can change) */
}


#searchInput {
    width: 0;
    opacity: 0;
    pointer-events: none;
    transition: width .35s cubic-bezier(.4, 0, .2, 1), opacity .25s, padding .35s;
}

#signinBtn {
    max-width: 120px;
    transition: max-width .35s cubic-bezier(.4, 0, .2, 1), padding .35s, opacity .25s;
}

/* Hamburger animation */
.ham-open .bar1 {
    transform: translateY(8px) rotate(45deg);
}

.ham-open .bar2 {
    opacity: 0;
}

.ham-open .bar3 {
    transform: translateY(-8px) rotate(-45deg);
}

body {
    font-family: Arial;
    background: var(--light-gray);
}

/* ── PAGE CONTENT PLACEHOLDER ── */

.hero-Section {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    margin: 0px;
    min-height: auto;
    background-image: url(../images/1bk.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    margin: 60px 0px;
    padding: 32px;
    width: calc(40% + 0px);
    justify-content: center;
}

.main-tag {
    font-size: larger;
    font-family: Arial;
    font-weight: bolder;
}

.button1 {
    color: #ffffff;
    border-radius: 0px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    border-color: #009cc9;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    border-width: 1.6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #009cc9;
}

/* HOME-ABOUT */

.section-bg {
    background: url('../images/10.png');
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    min-height: auto;
    padding: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.divider-line {
    width: 2px;
    height: 40px;
    background: #cbd5f5;
    position: relative;
}

.about-section {
    vertical-align: middle;
    color: #21409A;
    font-family: Arial;
    text-align: left;
}

.about-section>img {
    width: 8%;
    height: 100px;
    max-width: 8%;
    border: 0%;
    box-sizing: border-box;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.about-section>h4 {

    color: var(--portalThemeColor1);
    width: 20%;
    max-width: 20%;
    height: inherit;
    font-weight: 700;
    font-size: 24px;
}

.about-section>p {
    display: inline;

    font-weight: 400;
    font-size: 16px;
    width: 72%;
    max-width: 72%;
}

.know-btn {
    float: right;
}

.fade-hover:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}

/* SERVICES */
.sectionBlockLayout {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    min-height: auto;
    padding: 68px 8px 8px;
    background-image: url('../images/4bk.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4rem;


}

.sectionBlockLayout>h2,
b {
    padding: 8px;
    min-height: 15px;
    font-size: 30px;
}

.columnBlockLayout>.little-img {
    width: 20.48%;
    height: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;

}

.columnBlockLayout>h4 {

    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    color: #21409A;
    font-size: 24px;
    font-weight: 700;
}

.services-container {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.services-container>img {
    width: 12.48%;
    height: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.services-container>h4 {
    text-align: center;
    color: #21409a;
    font-family: Arial;
}

.service-box>h4 {
    color: #21409A;
    text-align: left;
    font-size: 24px;
}

.service-box>p {
    text-align: left;
    font-size: 16px;
}

.columnBlockLayout {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    margin: 0px;
    padding: 16px;
}

.columnBlockLayout>.sectionBlockLayout {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    margin: 0px;
    min-height: 15px;
}

.columnBlockLayout>h2 {
    text-align: center;
    color: #21409a;
}

.service-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    transition: 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.service-box h4 {
    margin-top: 15px;
    font-weight: 600;
}

.service-box p {
    flex-grow: 1;
    margin-top: 10px;
}

.service-box a {
    margin-top: 15px;
}

/* Hover effect */
.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}




/* Services Css */
:root {
    --services-title-color: #f3f4f6;
    /* Replace with your theme color */
}

/* Hero Section Background */
.page-Hero-Section {
    background-image: url('../images/1bk.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 15px ; */
    padding-bottom: 20px;
}

/* Hero Title */
.page-Hero-Section-Title {
    color: var(--services-title-color);
    font-size: 3rem;
    font-weight: 700;
}

.service-box>.service-icons {
    width: 100px;
    height: 100px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .services-title {
        font-size: 3.5rem;
    }
}

@media (min-width: 1024px) {
    .services-title {
        font-size: 4rem;
    }
}

.custom-btn {
    background-color: #d4cc27;
}


/* Sevices Inductrial-Inspection*/


.section-title {
    position: relative;
    font-family: 'Merriweather', serif;
    color: var(--cyan);
    font-size: 36px;
    font-weight: 600;

}


.section-heading-img {
    max-width: 100%;
    width: 38px;
    height: 101.99200000000002px;
    justify-content: center;
    margin: -1.5rem 0 0 -1rem;
}


.service-heading {
    color: var(--teal);
    font-weight: 700;
    font-size: 18px;

}

.services-Heading-img {
    max-width: 100%;
    width: 30px;
    height: 12px;
    display: flex;
    margin-top: 5px;
}


.sub-list li::before {
    content: "-";
    position: absolute;
    left: 0;
    font-weight: 600;

}

/* ── Section title with gold left bar ── */

/* ── Two-column ISO grid ── */
.iso-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.15rem 2rem;
    padding-left: 2.6rem;
    margin-top: 0.9rem;
}

.iso-grid li,
.sub-list li {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.9;
    color: #919191;
    padding-left: 1rem;
    list-style: none;
}

.iso-grid li::before,
.sub-list li::before {
    content: '-';
    position: absolute;
    left: 0;
    font-weight: 600;
    color: #919191;
}

/* ── Single-column sub list ── */
.sub-list {
    padding-left: 2.6rem;
    margin-top: 0.9rem;
}

/* ── Dashed divider ── */
.service-divider {
    border: none;
    border-top: 1px dashed #cdd5df;
    margin: 1.4rem 0;
}

/* ── Card ── */
.services-card {
    padding: 2.5rem 2.8rem 2.2rem;
    max-width: 820px;
    width: 100%;
}

.small-text {
    color: #919191;
    font-size: 16px;
}

@media (max-width: 560px) {
    .services-card {
        padding: 1.4rem 1.1rem;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .iso-grid {
        grid-template-columns: 1fr;
    }
}


/* Approval Section Styling */
/* Custom Variables */
:root {
    --primary: #009cc9;
    --text-dark: #1f2937;
}

/* Title Styling */
.title-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
}

/* Subtitle */
.sub-heading {
    font-size: 1.3rem;
    font-weight: 600;
    color: #919191;
    ;
    line-height: 1.6;
}

/* Responsive Tweaks */
@media (min-width: 640px) {
    .title-heading {
        font-size: 2rem;
    }

    .sub-heading {
        font-size: 1.3rem;
        margin-left: 10px;
        font-weight: 700;
    }

    .h3 {
        font-size: 28px;
        margin-left: 15px;
    }
}

/* ------------------------------- About Page Css ------------------------------- */
/* ===== COLORS ===== */
:root {
    --primary: #009cc9;
    --dark: #1f2937;
}

/* ===== SECTION TITLE ===== */
.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark);
}

.section-title span {
    color: var(--primary);
}

/* ===== STATS ===== */
.stats-section {
    background: url('../images/7.png') center/cover no-repeat;
    padding: 60px 20px;
    border-color: none;

}

.main-p {
    font-size: 19px;
    color: #919191;

}

.stat-box {
    text-align: center;
}

.stat-icon {
    height: 80px;
    margin: 0 auto;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: bold;
}

.stat-number::before {
    content: "+";
    color: var(--primary);
}

/* ===== VISION / MISSION ===== */
.vm-section {
    background: url('../images/10a.png') center/cover no-repeat;
    padding: 60px 20px;
}

.vm-row {
    display: flex;
    flex-direction: column;
}

.vm-img {
    height: 7rem;
    margin-top: -2rem;
}

.vm-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--primary);
    padding-left: 4rem;
}

/* ===== VALUES ===== */
.value-title {
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
}

.Section-diagram {
    background-color: none;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
    .vm-row {
        flex-direction: row;
        align-items: left;
        padding: 10px;
        /* justify-content: space-between; */
    }

    .vm-row p {
        max-width: 70%;
        padding-left: 10rem;
        padding-top: 15px;
    }

    .Section-diagram {
        background-color: none;
    }
}











/* ---------------------------------------------- Contact Us Section -------------------------------------------- */


/* Theme Colors */
:root {
    --primary: #009cc9;
    --dark: #003366;
}


/* SECTION TITLES */
.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.contact-title-text {
    padding: 20px;
    color: #21409a;
}

/* INPUT FIELDS */
.input-style {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
}

.leading-7 {
    font-size: 20px;
    color: #919191;
    font-weight: 400;
}

.input-style:focus {
    border-color: var(--primary);
}

/* BUTTON */
.btn-primary {
    background: var(--primary);
    color: white;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #007fa3;
}

/* OFFICE SECTION */
.office-section {
    background: url('/16background.png') center/cover no-repeat;
}

/* OFFICE CARD */
.office-card {
    padding: 16px;
    border-radius: 10px;
    transition: 0.3s;
}

.office-card:hover {
    transform: translateY(-5px);
}

.office-card h4 {
    font-weight: bold;
    color: var(--dark);
    margin-bottom: 6px;
}

.office-card p {
    font-size: 14px;
    color: #fff;
}








/* ---------------------------------------------- Login Section -------------------------------------------- */
:root {
    --primary: #1a9bcc;
    --primary-hv: #1480aa;
    --border: #ccc;
    --label: #333;
    --required: #c0392b;
    --tab-border: #aaa;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: var(--label);
}

/* ── Tab buttons ── */
.tab-btn {
    padding: 0.55rem 1rem;
    font-size: 0.875rem;
    background: none;
    border: 1px solid transparent;
    border-bottom: none;
    cursor: pointer;
    color: var(--primary);
    margin-bottom: -1px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 4px 4px 0 0;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.tab-btn.active {
    background: #fff;
    border-color: var(--tab-border);
    color: #333;
    font-weight: 600;
}

.tab-btn:not(.active):hover {
    text-decoration: underline;
}

.tab-btn svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

/* ── Inputs ── */
.field-input {
    height: 34px;
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    width: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.field-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(26, 155, 204, 0.15);
}

.req {
    color: var(--required);
    margin-right: 2px;
}

/* ── Buttons ── */
.btn-primary,
.btn-azure {
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.48rem 1.25rem;
    font-size: 0.875rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-primary:hover,
.btn-azure:hover {
    background: var(--primary-hv);
}

input[type="checkbox"] {
    accent-color: var(--primary);
    cursor: pointer;
}

/* ── Vertical divider md+ ── */
@media (min-width: 768px) {
    .col-left {
        border-right: 1px solid #e0e0e0;
    }
}

@media (max-width: 767px) {
    .col-left {
        border-bottom: 1px solid #e0e0e0;
    }
}

/* ── Tab panel animation ── */
.tab-panel {
    display: none;
    animation: fadeIn 0.2s ease;
}

.tab-panel.active {
    display: grid;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---------------------------------------------- Footer Section -------------------------------------------- */


/* BREDCRUM */

.stats-section {
    position: relative;
}

/* Optional overlay for better readability */
.stats-section::before {
    content: "";
    position: absolute;
    inset: 0;

}

.stats-section>div {
    position: relative;
    z-index: 1;
}

.stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #d4cc27;
}

@media (min-width: 768px) {
    .stat-number {
        font-size: 2.5rem;
    }
}

.plus {
    color: #009cc9;
    margin-right: 4px;
}

.stat-text {
    margin-top: 8px;
    color: #e5e5e5;
    font-size: 0.95rem;
    line-height: 1.4;
}



/* ── FOOTER ── */


.footer-logo-box {
    letter-spacing: 2px;
}

.footer-link {
    position: relative;
    transition: 0.3s;
}

.footer-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    transition: 0.3s;
}

.footer-link:hover::after {
    width: 100%;
}

.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-5px) scale(1.1);
}