/* top and navbar  */
        .top-bar {
            background-color: #0b2a63;
            font-size: 14px;
        }

        .navbar-nav .nav-link {
            color: #000 !important;
            margin-left: 15px;
        }

        .navbar-nav .nav-link:hover {
            color: #0b2a63 !important;
        }

        .dropdown-menu {
            border-radius: 0;
        }

        .dropdown-item:hover {
            background-color: #0b2a63;
            color: #fff;
        }


        /* hero section  */
        .iso-hero-section {
    background: linear-gradient(rgba(5,20,60,0.85), rgba(5,20,60,0.95)),
                url('../hero_bg.jpg'); /* replace with your background image */
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.hero-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-highlight {
    color: #ffc107;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-desc {
    font-size: 18px;
    opacity: 0.9;
}

/* Form box */
.iso-form-box {
    background: #e6e6e6;
    padding: 20px;
    border: 6px solid #cfcfcf;
    max-width: 320px;
    margin-left: auto;
}

.form-header {
    background: #1e3c72;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

.submit-btn {
    background: linear-gradient(to right, #1e3c72, #2a5298);
    color: white;
    font-weight: 600;
    border: none;
}

.submit-btn:hover {
    background: linear-gradient(to right, #2a5298, #1e3c72);
}

/* Responsive */
@media (max-width: 991px) {

    .hero-title {
        font-size: 28px;
    }

    .hero-highlight {
        font-size: 20px;
    }

    .iso-form-box {
        margin: auto;
    }

}

/* iso service section  */
.iso-services-section {
    padding: 60px 0;
    background: #f8f9fa;
}

/* Heading */
.iso-main-title {
    color: #1b8bbf;
    font-weight: 600;
}

.iso-divider {
    width: 50px;
    height: 4px;
    background: #1b8bbf;
    margin: 10px auto;
    border-radius: 5px;
}

.iso-subtitle {
    color: #555;
}

/* Cards */
.iso-card {
    background: #fff;
}

.iso-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 15px;
}

.iso-card-title {
    font-weight: 700;
    font-size: 16px;
}

.iso-card-text {
    color: #555;
}

/* About section */
.iso-about-section {
    max-width: 900px;
}

.iso-about-title {
    color: #1b8bbf;
    margin-bottom: 15px;
}

.iso-about-text {
    color: #444;
}

/* List */
.iso-list {
    list-style: none;
    padding: 0;
}

.iso-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
}

.iso-list li::before {
    content: "✔";
    color: #1b8bbf;


    /* footer  */
    position: 
    .iso-footer {
    background: linear-gradient(to right, #2c2c2c, #3b3b3b);
    color: #ccc;
    padding-top: 50px;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #1b8bbf;
    margin-top: 8px;
}

.footer-text {
    font-size: 14px;
    line-height: 1.7;
}

/* Links */
.footer-links a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-links a:hover {
    color: #1b8bbf;
}

/* Social */
.footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #555;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 8px;
}

.footer-social a:hover {
    background: #1b8bbf;
}

/* Bottom bar */
.footer-bottom {
    background: #222;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {

    .iso-footer {
        text-align: center;
    }

    .footer-title::after {
        margin: 8px auto;
    }

}absolute;
    left: 0;
}

/* Responsive */
@media (max-width: 768px) {

    .iso-main-title {
        font-size: 24px;
    }

    .iso-about-section {
        text-align: center;
    }

}


/* footer  */
.iso-footer {
    background: linear-gradient(to right, #2c2c2c, #3b3b3b);
    color: #ccc;
    padding-top: 50px;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #1b8bbf;
    margin-top: 8px;
}

.footer-text {
    font-size: 14px;
    line-height: 1.7;
}

/* Links */
.footer-links a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-links a:hover {
    color: #1b8bbf;
}

/* Social */
.footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #555;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 8px;
}

.footer-social a:hover {
    background: #1b8bbf;
}

/* Bottom bar */
.footer-bottom {
    background: #222;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {

    .iso-footer {
        text-align: center;
    }

    .footer-title::after {
        margin: 8px auto;
    }

}


/* logo slider  */
.logo-slider-section {
    background: #f8f9fa;
    padding: 50px 0;
}

.logo-title {
    color: #1b8bbf;
    font-weight: 600;
}

/* Slider container */
.logo-slider {
    overflow: hidden;
    position: relative;
}

/* Track */
.logo-track {
    display: flex;
    width: calc(200px * 12);
    animation: scroll 25s linear infinite;
}

/* Logo item */
.logo-item {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 140px;
    max-height: 80px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}

.logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {

    .logo-item {
        width: 150px;
    }

    .logo-item img {
        max-width: 100px;
    }

}

/* about us  */
.profile-section {
    padding: 60px 0;
    background: #fff;
}

.profile-title {
    color: #1b8bbf;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
}

.profile-subtitle {
    font-weight: 600;
    color: #333;
}

.profile-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* List */
.profile-list {
    list-style: none;
    padding: 0;
}

.profile-list li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 8px;
    color: #444;
}

.profile-list li::before {
    content: "✔";
    color: #1b8bbf;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Responsive */
@media (max-width: 768px) {

    .profile-title {
        font-size: 26px;
        text-align: center;
    }

}

/* about iso page  */
.iso-meaning-section {
    padding: 60px 0;
    background: #fff;
}

/* Main heading */
.iso-heading {
    color: #1b8bbf;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Subheading */
.iso-subheading {
    color: #1b8bbf;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* ISO titles */
.iso-title {
    color: #1b8bbf;
    margin-top: 20px;
    font-size: 22px;
}

/* Text */
.iso-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* Highlight text */
.iso-highlight {
    font-weight: 600;
    margin-top: 20px;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {

    .iso-heading {
        font-size: 26px;
    }

    .iso-title {
        font-size: 20px;
    }

}

/* how to get iso  */
.iso-process-section {
    padding: 60px 0;
    background: #fff;
}

/* Title */
.iso-process-title {
    color: #1b8bbf;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Subtitle */
.iso-process-subtitle {
    margin-top: 25px;
    font-weight: 600;
    color: #333;
}

/* Text */
.iso-process-text {
    color: #555;
    line-height: 1.8;
}

/* List */
.iso-process-list {
    margin-top: 15px;
    padding-left: 18px;
}

.iso-process-list li {
    margin-bottom: 8px;
    color: #444;
}

/* Highlight */
.iso-process-highlight {
    margin-top: 20px;
    font-weight: 600;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {

    .iso-process-title {
        font-size: 26px;
    }

}

/* contact page  */
/* Page Header */
.contact-header{
    background: linear-gradient(135deg,#1e3c72, #2a5298);
    color:#fff;
    padding:60px 0;
    text-align:center;
}

/* Contact Box */
.contact-box{
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 0 15px rgba(0,0,0,0.08);
}

/* Contact Info */
.contact-info i{
    font-size:22px;
    color:#1e3c72;
    margin-right:10px;
}

/* Form */
.form-control{
    height:50px;
}

textarea.form-control{
    height:120px;
}

/* Submit Button */
/* .submit-btn{
    background:#0d6efd;
    color:#fff;
    height:50px;
    font-weight:600;
}

.submit-btn:hover{
    background:#0b5ed7;
} */

/* Map */
.map-container iframe{
    width:100%;
    height:400px;
    border-radius:10px;
    border:0;
}

/* ISO 9001:2015 page  */

.iso-section{
    background:#f4f7fb;
}

.iso-box{
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.iso-title{
    color:#0d6efd;
    font-weight:700;
}

.iso-benefits li{
    margin-bottom:12px;
    font-size:16px;
}


/* ISO 14001:2015 */

.iso-section{
    background:#f4f7fb;
}

.iso-box{
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.iso-title{
    color:#198754;
    font-weight:700;
}

.iso-benefits li{
    margin-bottom:12px;
    font-size:16px;
}

/* ISO 10002:2018 */

.iso-section{
    background:#f4f7fb;
}

.iso-box{
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.iso-title{
    color:#0d6efd;
    font-weight:700;
}

.iso-benefits li{
    margin-bottom:12px;
    font-size:16px;
}

/* ISO 13485:2016 */

.iso-section{
    background:#f4f7fb;
}

.iso-box{
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.iso-title{
    color:#dc3545;
    font-weight:700;
}

.iso-benefits li{
    margin-bottom:12px;
    font-size:16px;
}

/* OHSAS 18001:2007 */

.iso-section{
    background:#f4f7fb;
}

.iso-box{
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.iso-title{
    color:#fd7e14;
    font-weight:700;
}

.iso-benefits li{
    margin-bottom:12px;
    font-size:16px;
}

/* ISO 22000:2018 */

.iso-section{
    background:#f4f7fb;
}

.iso-box{
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.iso-title{
    color:#198754;
    font-weight:700;
}

.iso-benefits li{
    margin-bottom:12px;
    font-size:16px;
}

/* ISO 27001:2013 */
/* ISO 50001:2011 */
/* ISO/TS 16949:2009 */
