﻿/* ---------- GENERAL ---------- */


<link rel="preconnect" href="https://fonts.googleapis.com" >
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin >
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Roboto:wght@400;500&display=swap" rel="stylesheet" >

/* ---------- GRID / LAYOUT ---------- */
.about-us-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-us-section .col-md-6 {
    flex: 1 1 48%;
    min-width: 300px;
}

.about-us-section .col-md-12 {
    flex: 1 1 100%;
}

/* ---------- IMAGE ---------- */
.img-holder img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* ---------- TITLES ---------- */
.section-title span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3D424A;
}

.section-title h2 {
    font-size: 38px;
    margin-top: 5px;
    color: #5166BC;
    font-weight: 700;
}

/* ---------- TEXT ---------- */
.details p {
    font-size: 1rem;
/*    margin-bottom: -6px;*/
    color: #000;
}

    .details p:first-child {
        font-weight: 600;
        font-size: 1.1rem;
    }

/* ---------- OFFERINGS / WHY CHOOSE US SECTION ---------- */

.content-section {
    max-width: 1180px;
 
}

    .content-section h2 {
        font-size: 28px;
        color: #5166BC;
        font-weight: 700;
        margin: 30px 0 15px;
    }

.bullet-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

    .bullet-list li {
        margin-bottom: 10px;
        font-size: 1rem;
        line-height: 1.6;
    }


/* ---------- RESPONSIVE ---------- */

@media (max-width: 991px) {
    .about-us-section .row {
        gap: 20px;
    }
}

@media (max-width: 768px) {

    .about-us-section .col-md-6 {
        flex: 1 1 100%;
    }

    .section-title h2,
    .content-section h2 {
        font-size: 24px;
    }

    .details p:first-child {
        font-size: 1rem;
    }

    .bullet-list li {
        font-size: 0.95rem;
    }
}

.quality-wrapper {
    
    margin: 0 auto;
    padding: 60px 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background-color: #ffffff;
}

/* Main Heading */
.quality-title {
    font-family: 'Roboto Slab', serif;
    color: #0A2E55;
    font-size: 2.5em;
   
    font-weight: 700;
    border-bottom: 3px solid #0A2E55;
    padding-bottom: 15px;
}

/* Subheadings */
.quality-subtitle {
    font-family: 'Roboto Slab', serif;
    color: #0A2E55;
    font-size: 1.6em;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Paragraphs */
.quality-text {
    font-size: 1.05em;
    margin-bottom: 15px;
    text-align: justify;
    color: #3D424A;
    font-size: 18px;
}

/* Lists */
.quality-list {
    margin-left: 1px;
    margin-bottom: 30px;
    color: #3D424A;
}

    .quality-list li {
        list-style: none;
        position: relative;
        padding-left: 28px;
        font-size: 18px;
    }

        .quality-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 10px;
            height: 10px;
            background-color: #0A2E55;
            border-radius: 50%;
            font-size: 18px;
        }


        .quality-list li::marker {
            color: #0A2E55;
            font-weight: bold;
            color: #3D424A;
            font-size: 18px;
        }

/* Responsive */
@media (max-width: 768px) {
    .quality-wrapper {
        padding: 40px 30px;
    }

    .quality-title {
        font-size: 2.7em;
    }

    .quality-subtitle {
        font-size: 1.4em;
        color: #0A2E55;
    }

    .quality-text,
    .quality-list li {
        font-size: 1em;
        color: #3D424A;
    }
    .headingtag {
        font-size: 46px !important;
    }
}

/* Wrapper Section */
.purity-section-wrapper {
/*    max-width: 900px;*/
    margin: 0 auto;
    padding: 40px 20px;
/*    background: #ffffff;*/
}

/* Section Headings */
.purity-title,
.industry-title {
    font-family: 'Roboto Slab', serif;
    color: #0A2E55;
    font-size: 59px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 3px solid #0A2E55;
    padding-bottom: 15px;
}

/* Paragraph Text */
.purity-description,
.industry-description,
.company-note,
.explore-note {
    font-family: 'Libre Baskerville', serif;
    color: #3D424A;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
}

/* Bullet Lists */
.purity-list,
.industry-list {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 25px;
}

    /* Bullet Items */
    .purity-list li,
    .industry-list li {
        list-style: none;
        font-family: 'Libre Baskerville', serif;
        color: #3D424A;
        font-size: 1.05em;
        margin-bottom: 12px;
        position: relative;
        padding-left: 28px;
        line-height: 1.7;
    }

        /* Custom Blue Bullet Dot */
        .purity-list li::before,
        .industry-list li::before {
            content: "●";
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 18px;
            color: #0A2E55;
            font-weight: bold;
        }

/* Strong Highlight Text */
.purity-highlight {
    color: #0A2E55;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
}

/* Responsive */
@media (max-width: 768px) {
    .purity-title,
    .industry-title {
        font-size: 49px;
        border-bottom: 3px solid #0A2E55;
        padding-bottom: 15px;
    }

    .purity-list li,
    .industry-list li {
        font-size: 18px;
    }
}
