
/* ==============================
   HAKAM WISDOM HEADER
   ============================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600&display=swap');

.site-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e7edf0;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 35px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO + BRAND */

.brand {
    display: flex;
    align-items: center;
    gap: 14px;

    text-decoration: none;
    color: #17384b;
}

.brand-logo {
    width: 58px;
    height: 58px;

    object-fit: cover;
    border-radius: 4px;
}

/* TEXT */

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-text h1 {
    margin: 0;

    font-family: "Cormorant Garamond", serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 0.95;

    letter-spacing: 1px;
    color: #17384b;
}

.brand-text p {
    margin: 9px 0 0;

    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;

    letter-spacing: 4px;
    color: #5b9fbd;
}

/* NAVIGATION */

.main-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.main-nav a {
    font-family: "Montserrat", sans-serif;

    font-size: 13px;
    font-weight: 500;

    text-decoration: none;
    color: #355463;

    transition: 0.3s ease;
}

.main-nav a:hover {
    color: #5b9fbd;
}


/* ==============================
   MOBILE
   ============================== */

@media (max-width: 768px) {

    .header-container {
        padding: 14px 20px;
    }

    .brand-logo {
        width: 48px;
        height: 48px;
    }

    .brand-text h1 {
        font-size: 32px;
    }

    .brand-text p {
        font-size: 8px;
        letter-spacing: 2px;
        margin-top: 6px;
    }

    .main-nav {
        display: none;
    }
}
/* ================================
   TABLET
================================ */

@media (max-width: 900px) {

    .container.nav {
        padding: 14px 20px;
    }

    .brand-name {
        font-size: 34px;
    }

    .brand-tagline {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .brand-text {
        gap: 12px;
    }

    .site-header nav {
        gap: 16px;
    }
}


/* ================================
   PHONE
================================ */

@media (max-width: 650px) {

    .container.nav {
        padding: 12px 16px;
    }

    .logo-image {
        width: 44px;
        height: 44px;
    }

    .brand-text {
        display: block;
    }

    .brand-name {
        font-size: 29px;
        letter-spacing: 0.5px;
    }

    .brand-tagline {
        margin-top: 5px;

        font-size: 8px;
        letter-spacing: 1.8px;
    }

    .site-header nav {
        display: none;
    }
}
/* =========================
   NEW HOME SECTIONS
========================= */

.message-section {
    background: #ffffff;
    padding: 100px 0;
}

.message-content {
    max-width: 850px;
    margin: auto;
}

.message-content p {
    color: #5d7078;
    font-size: 15px;
    line-height: 2.1;
    margin-bottom: 22px;
}


/* =========================
   WHY US
========================= */

.why-us {
    background: #dceef7;
    padding: 100px 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.why-card {
    background: #ffffff;
    padding: 35px 25px;
    border: 1px solid #d2e2e9;
    transition: all .35s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(23, 59, 73, .12);
}

.why-icon {
    color: #8fc7df;
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
}

.why-card h3 {
    color: #17384a;
    font-size: 18px;
    margin: 10px 0 15px;
}

.why-card p {
    color: #60757d;
    font-size: 13px;
    line-height: 1.9;
}


/* =========================
   SERVICE DETAILS
========================= */

.service-details {
    padding: 100px 0;
    background: #ffffff;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.service-detail-card {
    padding: 45px;
    border: 1px solid #d5e5eb;
    background: #fbfdfe;
    transition: .35s ease;
}

.service-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(23, 59, 73, .1);
}

.service-detail-number {
    color: #8fc7df;
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
}

.service-detail-card h3 {
    color: #17384a;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    margin: 5px 0 15px;
}

.service-detail-card > p {
    color: #60757d;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 25px;
}

.service-list,
.service-features {
    margin-top: 20px;
}

.service-list strong,
.service-features strong {
    color: #17384a;
    font-size: 13px;
}

.service-list ul,
.service-features ul {
    margin-top: 10px;
    padding-left: 20px;
    color: #60757d;
    font-size: 13px;
    line-height: 2;
}


/* =========================
   WORK FLOW
========================= */

.workflow {
    padding: 100px 0;
    background: #f6fbfd;
}

.flow-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.flow-card {
    background: #ffffff;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #d5e5eb;
    position: relative;
}

.flow-card > span {
    color: #5c9fbd;
    font-family: "Cormorant Garamond", serif;
    font-size: 35px;
}

.flow-card h3 {
    color: #17384a;
    font-size: 16px;
    margin: 10px 0;
}

.flow-card p {
    color: #60757d;
    font-size: 12px;
    line-height: 1.8;
}


/* =========================
   COMPANY OVERVIEW
========================= */

.company-overview {
    padding: 100px 0;
    background: #ffffff;
}

.company-table {
    max-width: 900px;
    margin: auto;
    border-top: 1px solid #d5e5eb;
}

.company-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    border-bottom: 1px solid #d5e5eb;
}

.company-row strong {
    padding: 20px;
    background: #f6fbfd;
    color: #17384a;
    font-size: 13px;
}

.company-row span {
    padding: 20px;
    color: #60757d;
    font-size: 13px;
    line-height: 1.9;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 900px) {

    .why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .flow-grid {
        grid-template-columns: 1fr 1fr;
    }

    .service-detail-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 600px) {

    .message-section,
    .why-us,
    .service-details,
    .workflow,
    .company-overview {
        padding: 70px 0;
    }

    .message-content {
        width: 100%;
    }

    .message-content p {
        font-size: 14px;
        line-height: 1.9;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-card {
        padding: 30px 25px;
    }

    .service-detail-card {
        padding: 30px 22px;
    }

    .service-detail-card h3 {
        font-size: 27px;
    }

    .flow-grid {
        grid-template-columns: 1fr;
    }

    .flow-card {
        padding: 25px;
    }

    .company-row {
        grid-template-columns: 1fr;
    }

    .company-row strong {
        padding: 12px 15px;
    }

    .company-row span {
        padding: 15px;
    }
}