*,
*::before,
*::after {
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    background-color: #f6fafd;
    overflow-x: hidden;
}

.pagetitle_parallax_content{
display:none !important;
}
.pagetitle_parallax_section {
display:none;
}


img {
    max-width: 100%;
}

.dd-hero {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    aspect-ratio: 2400 / 1600;
    overflow: hidden;
    border-radius: 0 0 80px 80px;
}

@media (max-width: 768px) {
    .dd-hero {
        border-radius: 0 0 40px 40px;
    }
}

@media (max-width: 480px) {
    .dd-hero {
        border-radius: 0 0 24px 24px;
    }
}

.dd-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("https://www.daykio.com/wp-content/uploads/2026/08/Daykio-Digest-Hero-Banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dd-hero-ov {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(100deg, rgba(0,120,255,.88) 0%, rgba(0,120,255,.58) 40%, rgba(0,120,255,.18) 68%, transparent 100%);
}

.dd-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 100px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.dd-hero-text {
    max-width: 640px;
}

.dd-hero-badge {
    flex-shrink: 0;
}

.dd-hero-badge img {
    display: block;
    max-width: 170px;
    height: auto;
}

.dd-header-title {
    font-size: 72px;
    font-weight: 300;
    color: #fff;
    line-height: 0.85;
    margin: 0 0 18px 0;
}

.dd-header-title-bold {
    font-weight: 700;
}

.dd-header-subtext{
    color:#fff;
    font-size:24px;
    line-height: 1.4;
    margin: 0;
}

.dd-edition-bezel{
    background-color:#0078ff ;
    width: fit-content;
    padding-inline:10px;
    color: #fff;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 18px;
}


/* Chairman Statement Section */
.dd-chairman-statement{
    margin-top: 60px;
    padding-inline: 90px;
}
.dd-chairman-spotlight-row{
    display: flex;
    align-items: flex-start;
    gap: clamp(24px, 4vw, 60px);
}
.dd-chairman-spotlight-row > div:first-child {
    flex: 1 1 260px;
    max-width: 320px;
}
.dd-chairman-spotlight-row > div:last-child {
    flex: 3 1 420px;
    min-width: 0;
}
.dd-chairman-spotlight-row img {
    display: block;
    width: 100%;
    height: auto;
}

.dd-ceo-heading{
    color:#70b3fe;
    margin-top: 0;
}
.dd-ceo-title{
    font-size: 20px;
    line-height: 0.6;
    text-align: center;
}
.dd-ceo-title h3,
.dd-ceo-title h4 {
    font-weight: 700;
}

.dd-ceo-headline-text{
    text-align: justify;
    font-size: clamp(16px, 1vw + 14px, 22px);
}

.dd-ceo-tagline{
    font-weight: 600;
    font-size:25px;
}


/* Daykio Product Offers */
.dd-daykio-product-offers, .dd-testimonials{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-inline: 110px;
}

.dd-product-offers-bezel{
    background-color:#0078ff ;
    width: fit-content;
    padding-inline:15px;
    margin: 0 0 40px 0;
    color: #fff;
    border-radius: 2px;
    font-size: 30px;
    font-weight: 550;
}
.dd-product-offers-bezel span{
    color:#140e4e;
}

/* Daykio Offers Grid */
.dd-product-offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

/* Mobile Responive Product Offers Grid */
@media (max-width: 768px) {
    .dd-product-offers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
}

@media (max-width: 480px) {
    .dd-product-offers-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.dd-product-offer-item a {
    display: flex;
    justify-content: center;
    line-height: 0;
}

.dd-product-offer-item img {
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto;
    transition: opacity 0.2s ease;
}

.dd-product-offer-item a:hover img {
    opacity: 0.9;
}

.dd-product-offers-details{
    line-height: 1.3;
}

.dd-product-offers-details h4{
    font-weight: 700;
    font-size:20px;
    margin: 0 0 6px 0;
}

.dd-product-offers-details p {
    margin: 0;
    line-height: 1.3;
}

/* Testimonials Section */
.dd-testimonials-title{
    display: flex;
    justify-content: center;
    color:#70b3fe;
    text-align: center;
}

.dd-testimonials-clip-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.dd-testimonial-video {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    overflow: hidden;
}

/* Video thumbnails */
.dd-testimonial1 {
    background-image: url("https://www.daykio.com/wp-content/themes/apress/assets/images/James-Wachira.png");
}

.dd-testimonial2 {
    background-image: url("https://www.daykio.com/wp-content/themes/apress/assets/images/Steve-Gituku.png");
}


/* Play button */
.dd-testimonial-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 0; /* hide the raw ▶ character - it renders inconsistently/skewed across mobile browsers */
    border: 2px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
}

/* Crisp, perfectly-centered triangle drawn with CSS instead of relying on a font glyph */
.dd-testimonial-play::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #fff;
    margin-left: 4px; /* optical centering - a triangle's visual weight sits left of its bounding box */
}


/* Name banner */
.dd-testimonial-name-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0078ff;
    color: #fff;
    padding-right:70px ;
    padding-left:10px
}

.dd-testimonial-name-banner p {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}


/* Meet Our Team */
.dd-meet-our-team, .dd-management-team{
    margin-top: 60px;
    margin-bottom: 60px;
    padding-inline: 110px;
}

.dd-team-title-banner {
    display: flex;
    align-items: center;
    
}

.dd-team-title {
    flex-shrink: 0;
    background-color: #0078ff;
    color: #fff;
    padding-inline:20px;
    padding-block: 2px;
    font-size:30px
}

.dd-team-title p {
    margin: 0;
}

.dd-team-title-banner > div:last-child {
    flex: 1;
}

.dd-team-title-banner hr {
    width: 100%;
    border: 0;
    border-top: 2px solid #0078ff;
    margin: 0;
}


/* Our Team Grid */
.dd-our-team-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    margin-top: 40px;

}

@media (max-width: 1024px) {
    .dd-our-team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .dd-our-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }
}

.dd-grid-item {
    position: relative;
    overflow: hidden;
}
.dd-team-member-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.dd-team-member-image img {
    display: block;
    width: 100%;
    height: auto;

}

.dd-team-member-bio {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    color: #fff;
    z-index: 2;
}

.dd-team-member-bio p {
    margin: 0;
}

.dd-team-member-bio p:first-child {
    font-weight: 700;
    font-size: 16px;
}

.dd-team-member-bio p:last-child {
    font-size: 13px;
    margin-top: 3px;
}


/* Management Team */
.dd-management-team{
    background-color: #fff;
    box-shadow: 0 30px 30px rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding-block: 40px;
}
.dd-management-team-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-top: 40px;
    align-items: stretch;
}

.dd-management-grid-item {
    grid-column: span 2;
    display: flex;
}

.dd-management-grid-item:nth-child(4) {
    grid-column: 2 / span 2;
}

.dd-management-grid-item:nth-child(5) {
    grid-column: 4 / span 2;
}


.dd-management-member {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #f7f8fa;
    padding: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


.dd-management-member-img {
    width: 100%;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.dd-management-member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}


.dd-management-member-details {
    display: flex;
    justify-content: space-between;
    align-items: top;
    gap: 15px;
    padding-block: 25px;
    padding-inline: 15px;
    flex: 1;
}


.dd-management-member-details h4,
.dd-management-member-details p {
    margin: 0;
    line-height: 2.5;
}

.dd-management-member-details h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.dd-management-member-details > div:first-child p {
    font-size: 14px;
    color: #00000068;
}

.dd-management-member-rank p {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0078ff;
    background-color: #ffffff7e;
    border-radius: 50%;
    font-weight: 600;
    border: 1px solid #e5e7ea;
}

/* Site Visit Banners Section */
.dd-site-visit-banners{
    margin-top: 60px;
    margin-bottom: 60px;
    padding-inline: 90px;
}

.dd-banners-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.dd-banners-row > div {
    aspect-ratio: 640 / 420;
    overflow: hidden;
}
.dd-banners-row > div a {
    display: block;
    height: 100%;
}

@media (max-width: 768px) {
    .dd-banners-row {
        gap: 20px;
    }
}

.dd-banners-row img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Footer Section */
.dd-footer {
    margin-block: 40px;
}


/* Contact Strip */
.dd-contacts-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    padding-block: 8px;
    background-color: #080852;
    color: #fff;
}

.dd-contacts-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dd-contacts-details a {
    color: #fff;
    text-decoration: none;
}

.dd-contacts-details p {
    margin: 0;
}


/* Contact Icons */
.dd-contacts-icon {
    width: 28px;
    height: 28px;
    padding: 8px;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0;

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

.dd-contacts-icon img {
    width: 28px;
    height: 28px;
}


/* Social Section */
.dd-footer-socials {
    margin-block: 40px;
    padding-inline: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dd-footer-socials h3 {
    margin: 0 0 15px;
    text-align: center;
}


/* Social Icons */
.dd-social-icons-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
}

.dd-social-icons-row div {
    width: 26px;
    height: 26px;
    padding: 6px;

    border-radius: 50%;
    background-color: #080852;

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

.dd-social-icons-row a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dd-social-icons-row img {
    width: 18px;
    height: 18px;
}


/* Unsubscribe */
.dd-unsubscribe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #080852;
    text-align: center;
    padding-inline: 20px;
}

.dd-footer-divider {
    width: 100%;
    max-width: 400px;
    border: 0;
    border-top: 1px solid #080852;
    margin: 10px 0 15px;
}

.dd-unsubscribe p {
    margin: 3px 0;
}


/* =========================================================
   MOBILE RESPONSIVE OVERRIDES
   Breakpoints: 1024px (large tablet), 768px (tablet),
   480px (large phone), 360px (small phone)
   ========================================================= */

/* ---------- Tablet & below (<=1024px) ---------- */
@media (max-width: 1024px) {

    .dd-hero {
        min-height: 520px;
    }

    .dd-hero-inner {
        padding: 80px 5%;
        gap: 28px;
    }

    .dd-hero-badge img {
        max-width: 130px;
    }

    .dd-header-title {
        font-size: 52px;
    }

    .dd-header-subtext {
        font-size: 20px;
    }

    .dd-chairman-statement,
    .dd-daykio-product-offers,
    .dd-testimonials,
    .dd-meet-our-team,
    .dd-management-team,
    .dd-site-visit-banners {
        padding-inline: 60px;
    }

    .dd-management-team-grid {
        gap: 20px;
    }

    .dd-management-member-img {
        height: 300px;
    }
}

/* ---------- Tablet / large phone (<=768px) ---------- */
@media (max-width: 768px) {

    .dd-hero {
        min-height: auto;
    }

    .dd-hero-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 56px 6% 40px;
        gap: 20px;
    }

    .dd-hero-text {
        max-width: 100%;
    }

    .dd-edition-bezel {
        margin: 0 auto 16px;
    }

    .dd-hero-badge {
        order: -1;
    }

    .dd-hero-badge img {
        max-width: 90px;
    }

    .dd-header-title {
        font-size: 32px;
    }

    .dd-header-subtext {
        font-size: 18px;
    }

    .dd-edition-bezel {
        font-size: 18px;
    }

    .dd-chairman-statement {
        margin-top: 40px;
        padding-inline: 36px;
    }

    /* Stack chairman photo above statement text, then reorder so the
       "Chairman Statement" heading appears first, then photo, then body copy */
    .dd-chairman-spotlight-row {
        flex-direction: column;
        gap: 24px;
    }

    .dd-chairman-spotlight-row > div:first-child {
        flex: 0 0 auto;
        width: 60%;
        max-width: 260px;
        margin: 0 auto;
        order: 2;
    }

    .dd-chairman-spotlight-row > div:last-child {
        display: contents;
    }

    .dd-chairman-spotlight-row > div:last-child > div:first-child {
        order: 1;
    }

    .dd-chairman-spotlight-row > div:last-child > .dd-ceo-headline-text {
        order: 3;
    }

    .dd-ceo-headline-text {
        text-align: left;
    }

    .dd-ceo-tagline {
        font-size: 20px;
    }

    .dd-daykio-product-offers,
    .dd-testimonials {
        padding-inline: 36px;
    }

    .dd-product-offers-bezel {
        font-size: 24px;
    }

    /* Stack testimonial videos on tablet/phone */
    .dd-testimonials-clip-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dd-meet-our-team,
    .dd-management-team {
        padding-inline: 36px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .dd-team-title {
        font-size: 22px;
        padding-inline: 14px;
    }

    /* Management team: single column from tablet down through phones */
    .dd-management-team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dd-management-grid-item,
    .dd-management-grid-item:nth-child(4),
    .dd-management-grid-item:nth-child(5) {
        grid-column: auto;
    }

    .dd-management-member-img {
        height: 260px;
    }

    .dd-management-member-img img {
        object-position: center 5%;
    }

    .dd-site-visit-banners {
        padding-inline: 36px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    /* Stack site visit banners on tablet/phone */
    .dd-banners-row {
        grid-template-columns: 1fr;
    }
}

/* ---------- Phone (<=480px) ---------- */
@media (max-width: 480px) {

    .dd-hero-inner {
        padding: 44px 6% 32px;
    }

    .dd-hero-badge {
        display: none;
    }

    .dd-header-title {
        font-size: 26px;
    }

    .dd-header-subtext {
        font-size: 15px;
    }

    .dd-edition-bezel {
        font-size: 16px;
    }

    .dd-chairman-statement {
        padding-inline: 24px;
    }

    .dd-chairman-spotlight-row > div:first-child {
        width: 70%;
        max-width: 200px;
    }

    .dd-ceo-title h3 {
        font-size: 16px;
    }

    .dd-ceo-title h4 {
        font-size: 14px;
    }

    .dd-ceo-tagline {
        font-size: 17px;
    }

    .dd-daykio-product-offers,
    .dd-testimonials {
        padding-inline: 24px;
    }

    .dd-product-offers-bezel {
        font-size: 18px;
        padding-inline: 10px;
        margin: 0 0 28px 0;
    }

    .dd-product-offers-details h4 {
        font-size: 16px;
    }

    .dd-product-offers-details p {
        font-size: 14px;
    }

    .dd-testimonials-title h2 {
        font-size: 20px;
    }

    .dd-testimonial-name-banner p {
        font-size: 15px;
    }

    .dd-testimonial-play {
        width: 40px;
        height: 40px;
    }

    .dd-testimonial-play::after {
        border-top-width: 6px;
        border-bottom-width: 6px;
        border-left-width: 10px;
        margin-left: 3px;
    }

    .dd-meet-our-team,
    .dd-management-team {
        padding-inline: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .dd-team-title {
        font-size: 18px;
        padding-inline: 10px;
    }

    .dd-our-team-grid {
        margin-top: 24px;
    }

    .dd-team-member-bio p:first-child {
        font-size: 13px;
    }

    .dd-team-member-bio p:last-child {
        font-size: 11px;
    }

    /* Management team stays single column here (inherited from 768px) */
    .dd-management-team-grid {
        gap: 16px;
        margin-top: 24px;
    }

    .dd-management-member-img {
        height: 320px;
    }

    .dd-management-member-img img {
        object-position: center 5%;
    }

    .dd-management-member-details {
        padding-block: 15px;
        padding-inline: 12px;
    }

    .dd-management-member-details h4,
    .dd-management-member-details p {
        line-height: 1.4;
    }

    .dd-site-visit-banners {
        padding-inline: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* Footer stacks vertically on phones, centered */
    .dd-contacts-strip {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        padding: 16px;
    }

    .dd-contacts-icon {
        width: 24px;
        height: 24px;
        padding: 7px;
    }

    .dd-contacts-icon img {
        width: 24px;
        height: 24px;
    }

    .dd-footer-socials h3 {
        font-size: 18px;
    }

    .dd-social-icons-row div {
        width: 22px;
        height: 22px;
    }

    .dd-social-icons-row img {
        width: 15px;
        height: 15px;
    }

    .dd-unsubscribe p {
        font-size: 13px;
    }
}

/* ---------- Small phone (<=360px) ---------- */
@media (max-width: 360px) {

    .dd-header-title {
        font-size: 22px;
    }

    .dd-chairman-spotlight-row > div:first-child {
        width: 80%;
        max-width: 170px;
    }

    .dd-our-team-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3px;
    }

    .dd-management-member-img {
        height: 260px;
    }
}